You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
141 lines
2.0 KiB
CSS
141 lines
2.0 KiB
CSS
15 years ago
|
body {
|
||
|
margin: 0px 20px 20px 20px;
|
||
|
padding: 0px 0px 0px 0px;
|
||
|
background-color: #aaa;
|
||
|
font-family: Verdana, Geneva, Arial, sans-serif;
|
||
|
font-size: 10px;
|
||
|
line-height: 15px;
|
||
|
xxxbackground: url(bg.gif)
|
||
|
}
|
||
|
|
||
|
h1 {
|
||
|
font-family: Georgia, Times, serif;
|
||
|
color: #555;
|
||
|
}
|
||
|
|
||
|
h2 {
|
||
|
font-family: Georgia, Times, serif;
|
||
|
color: #555;
|
||
|
}
|
||
|
|
||
|
h3 {
|
||
|
font-family: Georgia, Times, serif;
|
||
|
color: #555;
|
||
|
}
|
||
|
|
||
|
p ul li {
|
||
|
color: #555;
|
||
|
}
|
||
|
|
||
|
a {
|
||
|
color: #111;
|
||
|
}
|
||
|
|
||
|
hr {
|
||
|
border-top: 1px dotted #555;
|
||
|
}
|
||
|
|
||
|
a:link {
|
||
|
text-decoration: none;
|
||
|
padding-bottom: 0px;
|
||
|
border-bottom: 1px solid #bbb;
|
||
|
}
|
||
|
a:visited {
|
||
|
text-decoration: none;
|
||
|
padding-bottom: 0px;
|
||
|
border-bottom: 1px solid #bbb;
|
||
|
}
|
||
|
a:active {
|
||
|
text-decoration: none;
|
||
|
padding-bottom: 0px;
|
||
|
border-bottom: 1px solid #bbb;
|
||
|
}
|
||
|
a:hover {
|
||
|
text-decoration: none;
|
||
|
padding-bottom: 0px;
|
||
|
background-color: #ddd;
|
||
|
border-bottom: none;
|
||
|
}
|
||
|
|
||
|
a.selflink {
|
||
|
font-weight: bold;
|
||
|
text-decoration: none;
|
||
|
border-bottom: 0px solid white;
|
||
|
}
|
||
|
|
||
|
#page {
|
||
|
width: 700px;
|
||
|
}
|
||
|
|
||
|
|
||
|
#pageheader {
|
||
|
height: 60px;
|
||
|
text-align: right;
|
||
|
padding-top: 40px;
|
||
|
}
|
||
|
|
||
|
#pageheader .title {
|
||
|
float: left;
|
||
|
text-align: left;
|
||
|
margin-left: 20px;
|
||
|
font-family: Georgia, Times, serif;
|
||
|
padding-top: -19px;
|
||
|
font-size: 38px;
|
||
|
letter-spacing: 0px;
|
||
|
color: #fff;
|
||
|
font-weight: bold;
|
||
|
text-shadow: #aaa 0px 0px 5px;
|
||
|
}
|
||
|
|
||
|
#pageheader .title a {
|
||
|
color: #fff;
|
||
|
border: none;
|
||
|
}
|
||
|
|
||
|
#pageheader .title a:hover {
|
||
|
color: #fff;
|
||
|
border: none;
|
||
|
background-color: transparent;
|
||
|
}
|
||
|
|
||
|
#pageheader .search {
|
||
|
}
|
||
|
|
||
|
#pagenav {
|
||
|
background-color: #fff;
|
||
|
padding: 10px 20px;
|
||
|
border:1px solid #BBBBBB;
|
||
|
}
|
||
|
|
||
|
#pagenav p {
|
||
|
display: inline;
|
||
|
}
|
||
|
|
||
|
#pagetext {
|
||
|
padding-left: 20px;
|
||
|
padding-right: 20px;
|
||
|
padding-bottom: 10px;
|
||
|
padding-top: 10px;
|
||
|
color: #555;
|
||
|
background-color: #fff;
|
||
|
border: 1px solid #bbb;
|
||
|
}
|
||
|
|
||
|
#pagefooter {
|
||
|
clear: both;
|
||
|
height: 30px;
|
||
|
padding-top: 15px;
|
||
|
padding-left: 20px;
|
||
|
}
|
||
|
|
||
|
#pagefooter a {
|
||
|
color: #666;
|
||
|
border: none;
|
||
|
padding: 2px;
|
||
|
}
|
||
|
|
||
|
#pagefooter a:hover {
|
||
|
color: #111;
|
||
|
background-color: #eee;
|
||
|
}
|