138 lines
1.7 KiB
CSS
138 lines
1.7 KiB
CSS
* {
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|
|
|
|
body {
|
|
background-color: #eed;
|
|
color: #9f9f9f;
|
|
font-size: 11px;
|
|
font-family: helvetica, sans-serif;
|
|
}
|
|
|
|
a {
|
|
text-decoration: underline;
|
|
color: #93B300;
|
|
}
|
|
|
|
a:hover {
|
|
text-decoration: none;
|
|
color: #50514D;
|
|
}
|
|
|
|
#main {
|
|
padding-top: 20px;
|
|
position: relative;
|
|
width: 680px;
|
|
margin: 0px auto;
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
#menu ul {
|
|
list-style: none;
|
|
margin: 0px;
|
|
padding-top: 10px;
|
|
}
|
|
|
|
#menu li {
|
|
background: none;
|
|
padding: 0px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#menu a {
|
|
display: block;
|
|
position: relative;
|
|
height: 27px;
|
|
margin-bottom: 1px;
|
|
text-decoration: none;
|
|
background: inherit;
|
|
padding-left: 20px;
|
|
padding-top: 10px;
|
|
color: #636363;
|
|
font-size: 16px;
|
|
}
|
|
|
|
#menu a:hover {
|
|
background: inherit;
|
|
color: #222;
|
|
border: dotted 1px #50514D;
|
|
}
|
|
|
|
h1 {
|
|
background: inherit;
|
|
color: #50514D;
|
|
height: 50px;
|
|
}
|
|
|
|
h1 span {
|
|
background: inherit;
|
|
color: #85AC1E;
|
|
}
|
|
|
|
h3 {
|
|
margin-top: 10px;
|
|
background: inherit;
|
|
color: #50514D;
|
|
font-size: 19px;
|
|
height: 34px;
|
|
}
|
|
|
|
h3 span {
|
|
background: inherit;
|
|
color: #85AC1E;
|
|
}
|
|
|
|
#lcol {
|
|
position: relative;
|
|
width: 125px;
|
|
float: left;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
#llogo {
|
|
position: relative;
|
|
padding: 0px 15px 0px 15px;
|
|
border-bottom: dotted 1px;
|
|
}
|
|
|
|
#content {
|
|
position: relative;
|
|
padding: 5px 20px 20px 20px;
|
|
font-size: 12px;
|
|
}
|
|
|
|
#rcol {
|
|
position: relative;
|
|
margin-left: 130px;
|
|
width: 560px;
|
|
border-left: dotted 1px;
|
|
}
|
|
|
|
#rlogo {
|
|
font-size: 18px;
|
|
position: relative;
|
|
padding: 0px 5px 35px 21px;
|
|
}
|
|
|
|
.output, .form {
|
|
background-color: #fff;
|
|
padding: 7px 7px 25px 17px;
|
|
margin: 5px 0px 5px 0px;
|
|
border: dotted 1px #333;
|
|
}
|
|
|
|
#lcol p {
|
|
font-size: 10px;
|
|
line-height: 16px;
|
|
margin: 0px;
|
|
}
|
|
|
|
.pre_inner {
|
|
border: dashed 1px #dadada;
|
|
font-size: 12px;
|
|
padding: 10px;
|
|
background: #FFFFE9;
|
|
color: inherit;
|
|
width: 80;
|
|
}
|