html5, css rewrite
parent
ac8dbe835e
commit
54aa90e641
@ -1,84 +1,83 @@
|
|||||||
|
|
||||||
body {
|
body, .background {
|
||||||
background-color: #131313;
|
background-color: #131313;
|
||||||
|
color: #424242;
|
||||||
color: #424242;
|
line-height: 150%;
|
||||||
|
font-family: Trebuchet MS, Lucida Grande, Arial, sans-serif;
|
||||||
line-height: 150%;
|
|
||||||
font-family: Trebuchet MS, Lucida Grande, Arial, sans-serif;
|
|
||||||
|
|
||||||
margin-bottom: 20px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #424242
|
color: #424242
|
||||||
}
|
}
|
||||||
|
|
||||||
td {
|
td {
|
||||||
font-size: small
|
font-size: small
|
||||||
}
|
}
|
||||||
|
|
||||||
a:active, a:hover {
|
a:active, a:hover {
|
||||||
font-weight: bold
|
font-weight: bold
|
||||||
}
|
}
|
||||||
|
|
||||||
li {
|
li {
|
||||||
font-size: small
|
font-size: small
|
||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
background-color: #131313;
|
background-color: #131313;
|
||||||
color: #424242;
|
color: #424242;
|
||||||
}
|
}
|
||||||
|
|
||||||
.contenttopic {
|
.contenttopic, h1 {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
background-color: #333333
|
background-color: #333333
|
||||||
}
|
}
|
||||||
|
|
||||||
.border {
|
.border, .container {
|
||||||
background-color: #333333
|
background-color: #333333;
|
||||||
|
border: 1px solid #424242;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu {
|
.menu {
|
||||||
background-color: #131313;
|
background-color: #131313;
|
||||||
color: #424242;
|
color: #424242;
|
||||||
font-size: small
|
font-size: small
|
||||||
}
|
}
|
||||||
h4.menu {
|
|
||||||
background-color: #333333;
|
h4 {
|
||||||
font-weight: bold;
|
background-color: #333333;
|
||||||
font-size: small;
|
font-weight: bold;
|
||||||
color: #000000
|
font-size: small;
|
||||||
|
color: #000000
|
||||||
}
|
}
|
||||||
|
|
||||||
.linkbox {
|
.linkbox {
|
||||||
background-color: #ffffff
|
background-color: #ffffff
|
||||||
}
|
}
|
||||||
|
|
||||||
.linkboxtitle {
|
.linkboxtitle {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
background-color: #000000;
|
background-color: #000000;
|
||||||
color: #ffffff
|
color: #ffffff
|
||||||
}
|
}
|
||||||
|
|
||||||
.question {
|
.question {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 9pt
|
font-size: 9pt
|
||||||
}
|
}
|
||||||
|
|
||||||
.engeltreffen {
|
.engeltreffen {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 9pt;
|
font-size: 9pt;
|
||||||
color: #ff0000;
|
color: #ff0000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.answer {
|
.answer {
|
||||||
font-size: 9pt;
|
font-size: 9pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
.comment {
|
.comment {
|
||||||
font-size : 6pt;
|
font-size: 6pt;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue