85 lines
1.3 KiB
CSS
85 lines
1.3 KiB
CSS
body {
|
|
background-color: black;
|
|
margin: 0;
|
|
}
|
|
|
|
A:link {
|
|
FONT-WEIGHT: bold;
|
|
COLOR: #5B3E33;
|
|
TEXT-DECORATION: none
|
|
}
|
|
|
|
A:visited {
|
|
FONT-WEIGHT: bold;
|
|
COLOR: #633525;
|
|
TEXT-DECORATION: none
|
|
}
|
|
|
|
A:active {
|
|
FONT-WEIGHT: bold;
|
|
COLOR: #77684d;
|
|
TEXT-DECORATION: none
|
|
}
|
|
|
|
A:hover {
|
|
COLOR: #000000;
|
|
TEXT-DECORATION: underline
|
|
}
|
|
|
|
img {
|
|
border: none;
|
|
}
|
|
|
|
div.header {
|
|
height: 135px;
|
|
background-image: url(/forum_script/img/line_capitalcity.jpg);
|
|
}
|
|
|
|
div.footer {
|
|
background-image: url(//img.new-combats.tech/i/encicl/ln_footer.jpg);
|
|
background-repeat: repeat-x;
|
|
background-color: black;
|
|
padding: 12px;
|
|
text-align: center;
|
|
color: #DFD3A3;
|
|
font-size: 9px;
|
|
}
|
|
|
|
img.logo {
|
|
display: block;
|
|
margin: auto;
|
|
}
|
|
|
|
hr {
|
|
display: block;
|
|
height: 11px;
|
|
border: 0;
|
|
background-image: url(//img.new-combats.tech/ram12_33.gif),
|
|
url(//img.new-combats.tech/ram12_35.gif),
|
|
url(//img.new-combats.tech/ram12_34.gif);
|
|
background-position: left top,
|
|
right top,
|
|
center top;
|
|
background-repeat: no-repeat,
|
|
no-repeat,
|
|
repeat-x;
|
|
}
|
|
|
|
ul {
|
|
margin: 0;
|
|
padding-left: 16px;
|
|
}
|
|
|
|
li::marker {
|
|
content: "· ";
|
|
}
|
|
|
|
table.main {
|
|
width: 100%;
|
|
background-color: #f2e5b1;
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
table.main td {
|
|
padding: 0;
|
|
} |