Andrew Lee (李健秋) e77d40ab65
Adding upstream version 1.95_pr1.
Signed-off-by: Andrew Lee (李健秋) <ajqlee@debian.org>
2015-08-16 17:50:22 +08:00

142 lines
1.7 KiB
CSS

/** BASIC */
body {
text-align: justify;
font-family: Georgia, "Times New Roman", Times, serif;
color: #333333;
}
h1, h2, h3 {
text-transform: lowercase;
color: #000099;
}
ul {
margin-left: 0px;
padding-left: 1em;
list-style-position: inside;
}
a {
color: #000099;
}
a:hover {
text-decoration: none;
color: #990000;
}
/** HEADER */
#header {
width: 1000px;
height: 60px;
margin: 0px auto;
}
#header #version {
/* width: 1000px;
height: 60px;
margin: 0px auto; */
font-weight: bolder;
float: left;
margin: 0px;
padding: 35px 0px 0px 10px;
}
#header h1 {
float: left;
margin: 0px;
padding: 20px 0px 0px 0px;
}
#header h2 {
float: right;
margin: 0px;
padding: 27px 0px 0px 0px;
}
/** MENU */
#menu {
width: 1000px;
height: 1.5em;
margin: 0px auto;
border: 1px solid #000099;
}
#menu ul {
margin: 0px;
padding: 0px;
list-style: none;
float:right;
}
#menu li {
display: inline;
}
#menu a {
display: block;
float: left;
padding: 3px 10px;
border-right: 1px solid #000099;
text-decoration: none;
}
#menu a:hover {
background: #000099;
color: #FFFFFF;
}
/** CONTENT */
#content {
width: 1000px;
margin: 0px auto;
}
#content h2 {
font-weight: normal;
}
h2 a {
font-size: 60%;
font-weight: lighter;
}
#left {
float: left;
width: 780px;
}
#left #center{
text-align:center;
}
#right {
float: right;
width: 200px;
}
#right h2{
text-align: right;
}
/** FOOTER */
#footer {
clear: both;
width: 980px;
margin: 0px auto;
padding: 5px 10px;
border: 1px solid #000099;
}
#footer p {
margin: 0px;
padding: 0px;
font-size: x-small;
}