web/style.css
2020-01-31 11:52:55 +01:00

63 lines
1.5 KiB
CSS
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/* 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
}