Files
smartbar/assets/css/gtkapplang.css
Charles Magahern cef6b7597b gtkapplang: Pages 3 and 4, final edits
Conflicts:
	pages.yaml
2025-08-31 11:22:34 -07:00

61 lines
826 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: 10pt/1.40 Helvetica, sans-serif;
padding: 5pt;
}
#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;
}