Исправление ошибок.
This commit is contained in:
85
css/obraz.css
Normal file
85
css/obraz.css
Normal file
@@ -0,0 +1,85 @@
|
||||
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(https://new-combats.com/forum_script/img/line_capitalcity.jpg);
|
||||
}
|
||||
|
||||
div.footer {
|
||||
background-image: url(https://img.new-combats.com/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(https://img.new-combats.com/ram12_33.gif),
|
||||
url(https://img.new-combats.com/ram12_35.gif),
|
||||
url(https://img.new-combats.com/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: "<22> ";
|
||||
}
|
||||
|
||||
table.main {
|
||||
width: 100%;
|
||||
background-color: #f2e5b1;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
table.main td {
|
||||
padding: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user