html.css
74 lines
| 977 B
| text/css
|
LassoCssLexer
|
r41 | body { | |
|
r416 | background: #FFFFFF; | |
|
r41 | font: 0.8em Verdana,Tahoma,Arial,sans-serif; | |
} | |||
h1, h2, h3, h4, h5 { | |||
color: #800000; | |||
font-family: sans-serif; | |||
} | |||
|
r416 | ||
table { | |||
font-size: 1em; | |||
} | |||
a{ | |||
color:#467aa7; | |||
font-weight:bold; | |||
text-decoration:none; | |||
background-color:inherit; | |||
} | |||
a:hover{ | |||
color: #800000; | |||
text-decoration:underline; | |||
background-color:inherit; | |||
} | |||
a img{border:none;} | |||
.screenshot { | |||
text-align: center; | |||
} | |||
.guilabel { | |||
font-weight: bold; | |||
} | |||
|
r41 | ||
span.term { | |||
font-weight: bold; | |||
} | |||
div.sidebar { | |||
background: #F0F0F0; | |||
border: 1px solid gray; | |||
padding: 5px; | |||
margin: 20px; | |||
} | |||
pre.programlisting { | |||
background: #F0F0F0; | |||
border: 1px solid gray; | |||
padding: 2px; | |||
font-size: 10pt; | |||
white-space: pre; | |||
} | |||
|
r201 | ||
|
r649 | code.code { | |
padding: 2px; | |||
font-size: 10pt; | |||
white-space: pre; | |||
} | |||
|
r201 | li p { | |
margin-top: 3px; | |||
margin-bottom: 3px; | |||
} | |||
div.toc dt { | |||
margin-bottom:4px; | |||
} | |||
.chapter { | |||
display:block; | |||
margin-top:2em; | |||
} |