mirror of
https://github.com/markedjs/marked
synced 2024-11-23 09:48:17 +00:00
Enhance demo.css
This commit is contained in:
parent
4dbb434628
commit
5618acf9cd
@ -1,13 +1,15 @@
|
||||
html, body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: Helvetica, Arial, Verdana, sans-serif;
|
||||
background-color: #DDF;
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
color: #333;
|
||||
background-color: #fbfbfb;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
textarea {
|
||||
font-family: monospace;
|
||||
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
#header {
|
||||
@ -17,21 +19,8 @@ textarea {
|
||||
color: #002;
|
||||
}
|
||||
|
||||
#header h1 {
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
#header * {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
line-height: 1em;
|
||||
font-weight: 100;
|
||||
}
|
||||
|
||||
#header a {
|
||||
color: #005;
|
||||
position: relative;
|
||||
z-index: 20;
|
||||
#header > h1 {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
#bothContainers {
|
||||
@ -85,19 +74,14 @@ textarea {
|
||||
#outputType {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
font-weight: 900;
|
||||
font-family: Arial, Verdana, sans-serif;
|
||||
background-color: #dacccc;
|
||||
color: #444;
|
||||
border: 1px solid #999;
|
||||
}
|
||||
|
||||
.pane {
|
||||
margin: 1.6em 0em 0.2em;
|
||||
padding: 0.6em;
|
||||
background-color: #eee;
|
||||
display: block;
|
||||
border: 1px solid #000;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 2px;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user