78 lines
987 B
CSS
78 lines
987 B
CSS
body {
|
|
-x-system-font:none;
|
|
font-family: Helvetica,Arial,Tahoma,Verdana,Sans-Serif;
|
|
color: #555555;
|
|
font-size: 1.2em;
|
|
}
|
|
|
|
a {
|
|
color: #3F8ED8;
|
|
}
|
|
|
|
#hd {
|
|
margin: 0;
|
|
border-bottom: 1px solid #999;
|
|
}
|
|
#hd h1 {
|
|
letter-spacing: 3px;
|
|
font-size: 2em;
|
|
line-height: 100%;
|
|
margin: 0.3em 0;
|
|
font-weight: normal;
|
|
}
|
|
|
|
#bd {
|
|
padding: 20px;
|
|
}
|
|
|
|
#bd h1 {
|
|
font-size: 1.6em;
|
|
margin-top: 5px;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
#bd h2 {
|
|
font-size: 1.2em;
|
|
margin-top: 5px;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
#ft {
|
|
color: #aaa;
|
|
border-top: 1px solid #aaa;
|
|
clear: both;
|
|
margin: 0 0 2em 0;
|
|
font-size: 0.8em;
|
|
letter-spacing: 0.5px;
|
|
}
|
|
|
|
.faq .question {
|
|
font-size: 1.1em;
|
|
font-weight: bold;
|
|
}
|
|
|
|
pre {
|
|
padding: 10px;
|
|
background-color: #e0e0e0;
|
|
margin: 10px;
|
|
}
|
|
|
|
ul {
|
|
margin-top: 0.1em;
|
|
margin-bottom: 0;
|
|
margin-left: 2em;
|
|
}
|
|
|
|
li a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
#nav {
|
|
float: right;
|
|
|
|
|
|
}
|
|
|
|
|
|
|