forked from buzzert/smartbar
61 lines
845 B
CSS
61 lines
845 B
CSS
#article-header {
|
|
background-color: #0d0d0d;
|
|
color: white;
|
|
text-align: center;
|
|
padding: 5pt 0 5pt 0;
|
|
}
|
|
|
|
#article-header > div {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
margin: 5pt;
|
|
}
|
|
|
|
img#gtk-logo {
|
|
width: 50px;
|
|
}
|
|
|
|
#article-body {
|
|
columns: 2;
|
|
font: 8.75pt/1.40 Helvetica, sans-serif;
|
|
padding: 0.25in 0.5in 0 0.5in;
|
|
}
|
|
|
|
#article-body p {
|
|
text-indent: 2em;
|
|
}
|
|
|
|
#article-body p:first-child {
|
|
margin-top: 0;
|
|
text-indent: 0;
|
|
}
|
|
|
|
/*
|
|
span.first-word {
|
|
font-size: xx-large;
|
|
font-weight: bold;
|
|
line-height: 0;
|
|
}
|
|
*/
|
|
|
|
h1, h2, h3 {
|
|
margin: 2pt;
|
|
text-align: left;
|
|
font-family: Helvetica, sans-serif;
|
|
}
|
|
|
|
h3 {
|
|
font-weight: normal;
|
|
font-style: italic;
|
|
}
|
|
|
|
.code {
|
|
font-family: monospace;
|
|
}
|
|
|
|
.endmark {
|
|
text-align: center;
|
|
margin-top: 1em;
|
|
color: #555;
|
|
}
|