- Code: Select all
/* Dark style */
body {
position: relative;
margin: auto;
width: 750px;
background: #605050;
color: #D7CECE;
}
#header {
position: relative;
margin: 0px auto;
padding: 10px 0px 10px 0px;
top: 10px;
border-right: 5px solid #000000;
border-top: 3px solid #000000;
border-left: 1px solid #000000;
border-bottom: 1px solid #000000;
}
#main {
position: absolute;
width: 488px;
left: 246px;
top: 150px;
padding: 5px;
border-right: 5px solid #000000;
border-top: 3px solid #000000;
border-left: 1px solid #000000;
border-bottom: 1px solid #000000;
}
#menu {
position: absolute;
top: 150px;
width: 230px;
border-right: 5px solid #000000;
border-top: 3px solid #000000;
border-left: 1px solid #000000;
border-bottom: 1px solid #000000;
}
a {
font-family: verdana, sans-serif;
font-size: 0.8em;
color: #D7CECE;
text-decoration: underline;
border-left: 3px solid #605050;
border-right: 3px solid #605050;
}
a:hover {
text-decoration: none;
border-left: 3px solid #FF0000;
border-right: 3px solid #FF0000;
}
ul {
margin-top: 20px;
margin-bottom: 20px;
}
li.gb {
list-style-position: inside;
font-family: georgia, sans-serif;
font-size: 0.8em;
padding: 0px;
margin: 0px;
color: #CBC7C7;
}
li.type1 {
list-style-position: inside;
font-family: verdana, sans-serif;
font-size: 0.8em;
padding: 0px;
margin: 0px;
}
li.type2 {
list-style-position: outside;
font-family: georgia, sans-serif;
font-size: 0.9em;
padding: 0px;
margin: 0px;
}
H1 {
font-family: tahoma, sans-serif;
font-size: 1em;
text-align: center;
color: #D7CECE;
}
H2 {
font-family: tahoma, sans-serif;
font-size: 0.8em;
text-align: center;
color: #D7CECE;
}
table {
margin: auto;
border-collapse: collapse;
}
table#calendar {
border-collapse: separate;
}
td {
font-family: georgia, sans-serif;
font-size: 0.7em;
color: #FFFFFF;
background-color: transparent;
border: 1px solid #201C1C;
padding: 3px;
}
td.gb {
border: none;
border: 1px solid #605050;
}
td.calendar-bad-month{
background-color: transparent;
}
td#calendar-today{
font-weight: bold;
border: 1px solid #0000FF;
}
td.calendar-event{
font-weight: bold;
border: 1px solid #FF0000;
}
th {
font-family: georgia, sans-serif;
font-size: 0.7em;
color: #D7CECE;
background: transparent;
border: 1px solid #201C1C;
vertical-align: middle;
padding-left: 3px;
padding-right: 3px;
}
select {
width: 75px;
color: #FFFFFF;
background: #000000;
border: none;
}
input {
background: transparent;
width: 75px;
color: #D7CECE;
border: none;
}
input.gb {
width: 300px;
}
img {
background-color: transparent;
border: none;
}
textarea {
background-color: transparent;
color: #FFFFFF;
border: none;
}
span.about {
color: #FFFFFF;
font-weight: bold;
border: #333333 1px solid;
font-family: verdana;
font-size: 0.8em;
}
You can see it at
http://3nigma.php5.cz[/url]






