145 lines
2.0 KiB
CSS
145 lines
2.0 KiB
CSS
html {
|
|
overflow: auto;
|
|
}
|
|
body {
|
|
background-color: #363636;
|
|
font-family: Verdana, Arial, sans-serif;
|
|
font-size: 8pt;
|
|
color: #FFFFFF;
|
|
}
|
|
a {
|
|
text-decoration: none;
|
|
}
|
|
ul.menu {
|
|
list-style-type: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
#wrapper {
|
|
width: 95%;
|
|
margin: auto;
|
|
background-color: #EEEEEE;
|
|
color: #000000;
|
|
border: 2px solid #000000;
|
|
}
|
|
|
|
#head {
|
|
|
|
}
|
|
|
|
#logo {
|
|
width: 535px;
|
|
height: 173px;
|
|
margin: auto;
|
|
}
|
|
|
|
#menu {
|
|
border-top: 2px solid #000000;
|
|
border-bottom: 2px solid #000000;
|
|
background-color: #DDDD77;
|
|
}
|
|
#menu ul {
|
|
list-style-type: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
#menu ul li {
|
|
float: left;
|
|
margin-right: 5px;
|
|
width: 100px;
|
|
height: 25px;
|
|
}
|
|
#menu ul li a {
|
|
display: inline;
|
|
float: left;
|
|
width: 100px;
|
|
height: 25px;
|
|
position: absolute;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
}
|
|
#menu ul li a b {
|
|
display: block;
|
|
width: 100px;
|
|
height: 25px;
|
|
line-height: 24px;
|
|
color: #000000;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
}
|
|
#menu ul li a:hover b {
|
|
width: 110px;
|
|
height: 37px;
|
|
top: -6px;
|
|
left: -5px;
|
|
z-index: 2;
|
|
background-color: #999966;
|
|
font-size: 1.3em;
|
|
color: #FFFFFF;
|
|
line-height: 35px;
|
|
border: 1px solid #FFFFFF;
|
|
}
|
|
|
|
#main {
|
|
position: relative;
|
|
padding: 5px;
|
|
}
|
|
#main p {
|
|
line-height: 1.5em;
|
|
}
|
|
#main a {
|
|
border-bottom: 1px dotted #000000;
|
|
color: #669966 ;
|
|
font-weight: bold;
|
|
}
|
|
#main a:hover {
|
|
color: #000000;
|
|
border-bottom: 2px solid #669966;
|
|
}
|
|
|
|
#foot {
|
|
position: relative;
|
|
padding: 5px;
|
|
margin: 2px;
|
|
}
|
|
#foot ul {
|
|
list-style-type: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
#foot ul li {
|
|
float: right;
|
|
}
|
|
#foot ul li:first-child:after, #foot ul li:before {
|
|
content: "|";
|
|
color: #999999;
|
|
}
|
|
#foot ul li a {
|
|
text-decoration: none;
|
|
color: #999999;
|
|
}
|
|
#foot ul li a:hover {
|
|
color: #000000;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
|
|
.inset {
|
|
margin-left: 20px;
|
|
}
|
|
.hrule {
|
|
height: .1em;
|
|
border-top: 1px solid #000000;
|
|
border-bottom: 1px solid #000000;
|
|
background-color: #DDDD77;
|
|
}
|
|
|
|
.wikimenu {
|
|
position: relative;
|
|
}
|
|
.wikimenu ul li {
|
|
float: right;
|
|
margin-left: 10px;
|
|
} |