changed default style
git-svn-id: svn://svn.cccv.de/engel-system@338 29ba0400-6e00-0410-a75a-ca02368028f8
This commit is contained in:
parent
58ab9651c3
commit
74ca686af4
|
@ -1,14 +1,18 @@
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: Arial;
|
background-color: #131313;
|
||||||
background-color: #3e9fef;
|
|
||||||
color: #000000;
|
color: #424242;
|
||||||
font-size: small
|
|
||||||
|
line-height: 150%;
|
||||||
|
font-family: Trebuchet MS, Lucida Grande, Arial, sans-serif;
|
||||||
|
|
||||||
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #304930
|
color: #424242
|
||||||
}
|
}
|
||||||
|
|
||||||
td {
|
td {
|
||||||
|
@ -24,30 +28,31 @@ li {
|
||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
background-color: #bdd9ef;
|
background-color: #131313;
|
||||||
color: #000000
|
color: #424242;
|
||||||
}
|
}
|
||||||
|
|
||||||
.contenttopic {
|
.contenttopic {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
color: #fe961e;
|
color: #000000;
|
||||||
background-color: #157cc1
|
background-color: #333333
|
||||||
}
|
}
|
||||||
|
|
||||||
.border {
|
.border {
|
||||||
background-color: #050509
|
background-color: #333333
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu {
|
.menu {
|
||||||
background-color: #bdd9ef;
|
background-color: #131313;
|
||||||
color: #000022;
|
color: #424242;
|
||||||
font-size: small
|
font-size: small
|
||||||
}
|
}
|
||||||
h4.menu {
|
h4.menu {
|
||||||
|
background-color: #333333;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
color: #3e9fef
|
color: #000000
|
||||||
}
|
}
|
||||||
|
|
||||||
.linkbox {
|
.linkbox {
|
||||||
|
@ -57,7 +62,7 @@ h4.menu {
|
||||||
.linkboxtitle {
|
.linkboxtitle {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
background-color: #000000;
|
background-color: #000000;
|
||||||
color: #bdd9ef
|
color: #ffffff
|
||||||
}
|
}
|
||||||
|
|
||||||
.question {
|
.question {
|
||||||
|
|
|
@ -0,0 +1,79 @@
|
||||||
|
|
||||||
|
body {
|
||||||
|
font-family: Arial;
|
||||||
|
background-color: #3e9fef;
|
||||||
|
color: #000000;
|
||||||
|
font-size: small
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
text-decoration: none;
|
||||||
|
color: #304930
|
||||||
|
}
|
||||||
|
|
||||||
|
td {
|
||||||
|
font-size: small
|
||||||
|
}
|
||||||
|
|
||||||
|
a:active, a:hover {
|
||||||
|
font-weight: bold
|
||||||
|
}
|
||||||
|
|
||||||
|
li {
|
||||||
|
font-size: small
|
||||||
|
}
|
||||||
|
|
||||||
|
.content {
|
||||||
|
background-color: #bdd9ef;
|
||||||
|
color: #000000
|
||||||
|
}
|
||||||
|
|
||||||
|
.contenttopic {
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: small;
|
||||||
|
color: #fe961e;
|
||||||
|
background-color: #157cc1
|
||||||
|
}
|
||||||
|
|
||||||
|
.border {
|
||||||
|
background-color: #050509
|
||||||
|
}
|
||||||
|
|
||||||
|
.menu {
|
||||||
|
background-color: #bdd9ef;
|
||||||
|
color: #000022;
|
||||||
|
font-size: small
|
||||||
|
}
|
||||||
|
h4.menu {
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: small;
|
||||||
|
color: #3e9fef
|
||||||
|
}
|
||||||
|
|
||||||
|
.linkbox {
|
||||||
|
background-color: #ffffff
|
||||||
|
}
|
||||||
|
|
||||||
|
.linkboxtitle {
|
||||||
|
font-weight: bold;
|
||||||
|
background-color: #000000;
|
||||||
|
color: #bdd9ef
|
||||||
|
}
|
||||||
|
|
||||||
|
.question {
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 9pt
|
||||||
|
}
|
||||||
|
|
||||||
|
.engeltreffen {
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 9pt;
|
||||||
|
color: #ff0000;
|
||||||
|
}
|
||||||
|
|
||||||
|
.answer {
|
||||||
|
font-size: 9pt;
|
||||||
|
}
|
||||||
|
.comment {
|
||||||
|
font-size : 6pt;
|
||||||
|
}
|
Loading…
Reference in New Issue