77 lines
1.9 KiB
CSS
77 lines
1.9 KiB
CSS
/* CSS Document */
|
||
body {background: #3F3D42; background-image: url(style/bg1.png), url(style/bg2.png); background-repeat: no-repeat, repeat; background-size: 100%, 800px; color: #FFFFFF;};
|
||
|
||
table.main {
|
||
border-collapse:collapse;
|
||
width: 100%;
|
||
}
|
||
|
||
td.main {
|
||
padding: 6px;
|
||
}
|
||
|
||
th.menu {
|
||
padding: 6px;
|
||
}
|
||
|
||
h1 {
|
||
color: #54CCC1;
|
||
clear: both;
|
||
}
|
||
|
||
h2 {
|
||
color: #2D8FCE;
|
||
clear: both;
|
||
}
|
||
|
||
h3 {
|
||
color: #CD5932;
|
||
}
|
||
|
||
h4 {
|
||
color: #CD5932;
|
||
}
|
||
|
||
p {
|
||
text-indent: 50px;
|
||
}
|
||
|
||
a {
|
||
color: #54CCC1;
|
||
}
|
||
|
||
table.image {
|
||
float: right;
|
||
clear: right;
|
||
}
|
||
|
||
table.galery {
|
||
margin: 6px;
|
||
display: inline-block;
|
||
word-break: keep-all;
|
||
vertical-align: top;
|
||
}
|
||
|
||
table.galery tbody {
|
||
width: 100%;
|
||
display: table;
|
||
}
|
||
|
||
span.alt {
|
||
color: #CD5932
|
||
}
|
||
|
||
table.icons {
|
||
margin: 12px;
|
||
display: inline-block;
|
||
background-image: url("style/bg4.png");
|
||
word-break: keep-all;
|
||
vertical-align: top;
|
||
}
|
||
|
||
table.icons tbody {
|
||
width: 100%;
|
||
display: table;
|
||
}
|
||
|