102 lines
1.1 KiB
CSS
Executable File
102 lines
1.1 KiB
CSS
Executable File
html {
|
|
margin: 0;
|
|
padding: 0;
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
|
|
body {
|
|
font-family: Verdana, Arial, sans-serif;
|
|
font-size: 12px;
|
|
background: #F8F8F8;
|
|
color: #202020;
|
|
margin: 0;
|
|
padding: 0;
|
|
height: 99%;
|
|
width: 100%;
|
|
}
|
|
|
|
hr {
|
|
border: 1px solid #B0B0B0;
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|
|
|
|
input {
|
|
background-color: #F8F8F8;
|
|
border: 1px solid #2E1500;
|
|
color: #2E1500;
|
|
padding: 2px 3px;
|
|
}
|
|
|
|
p {
|
|
font-size:14px;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
color: #A0A0A0;
|
|
font-weight: bold;
|
|
}
|
|
|
|
a:hover {
|
|
color: #E0E0E0;
|
|
font-weight: bold;
|
|
}
|
|
|
|
ul {
|
|
margin-left: 1em;
|
|
margin-bottom: 2px;
|
|
margin-top: 2px;
|
|
padding: 0px;
|
|
}
|
|
|
|
li {
|
|
margin-left: 1em;
|
|
}
|
|
|
|
h1 {
|
|
color: #E0E0E0;
|
|
font-size: 18px;
|
|
margin-top: 0;
|
|
padding: 15px 10px;
|
|
text-align: right;
|
|
background: url(/logo.png) no-repeat left center #404040;
|
|
}
|
|
|
|
h2 {
|
|
color: #404040;
|
|
font-size: 16px;
|
|
width: 100%;
|
|
text-align: left;
|
|
border-bottom: 1px solid #A0A0A0;
|
|
margin-top: 3em;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
h3 {
|
|
color: #404040;
|
|
font-size: 14px;
|
|
}
|
|
|
|
h4 {
|
|
color: #404040;
|
|
font-size: 12px;
|
|
}
|
|
|
|
br {
|
|
clear: both;
|
|
}
|
|
|
|
hr {
|
|
clear: both;
|
|
}
|
|
|
|
div {
|
|
float: left;
|
|
background-color: #E0e0e0;
|
|
margin: 0;
|
|
padding: 0.5em 0em;
|
|
}
|
|
|