web/style.css

77 lines
1.9 KiB
CSS
Raw Normal View History

2020-01-29 14:36:15 +01:00
<EFBFBD><EFBFBD>/* 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;
}
2020-01-31 11:52:55 +01:00
span.alt {
color: #CD5932
}
2020-02-07 10:16:14 +01:00
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;
}
2020-01-29 14:36:15 +01:00