summaryrefslogtreecommitdiff
path: root/www-ssl/css/style1.css
diff options
context:
space:
mode:
authorichdasich <ichdasich@29ba0400-6e00-0410-a75a-ca02368028f8>2009-03-19 19:28:42 +0000
committerichdasich <ichdasich@29ba0400-6e00-0410-a75a-ca02368028f8>2009-03-19 19:28:42 +0000
commit74ca686af4b8a458bc6eef690c9590d1c46aafe3 (patch)
treee41bfd64ba308c4a386dfbf32e6e8ee2d573190c /www-ssl/css/style1.css
parent58ab9651c3db1feef8056c48f674a256f0f484e0 (diff)
changed default style
git-svn-id: svn://svn.cccv.de/engel-system@338 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'www-ssl/css/style1.css')
-rwxr-xr-xwww-ssl/css/style1.css33
1 files changed, 19 insertions, 14 deletions
diff --git a/www-ssl/css/style1.css b/www-ssl/css/style1.css
index 4a597f35..8fec5db0 100755
--- a/www-ssl/css/style1.css
+++ b/www-ssl/css/style1.css
@@ -1,14 +1,18 @@
body {
- font-family: Arial;
- background-color: #3e9fef;
- color: #000000;
- font-size: small
+ background-color: #131313;
+
+ color: #424242;
+
+ line-height: 150%;
+ font-family: Trebuchet MS, Lucida Grande, Arial, sans-serif;
+
+ margin-bottom: 20px;
}
a {
text-decoration: none;
- color: #304930
+ color: #424242
}
td {
@@ -24,30 +28,31 @@ li {
}
.content {
- background-color: #bdd9ef;
- color: #000000
+ background-color: #131313;
+ color: #424242;
}
.contenttopic {
font-weight: bold;
font-size: small;
- color: #fe961e;
- background-color: #157cc1
+ color: #000000;
+ background-color: #333333
}
.border {
- background-color: #050509
+ background-color: #333333
}
.menu {
- background-color: #bdd9ef;
- color: #000022;
+ background-color: #131313;
+ color: #424242;
font-size: small
}
h4.menu {
+ background-color: #333333;
font-weight: bold;
font-size: small;
- color: #3e9fef
+ color: #000000
}
.linkbox {
@@ -57,7 +62,7 @@ h4.menu {
.linkboxtitle {
font-weight: bold;
background-color: #000000;
- color: #bdd9ef
+ color: #ffffff
}
.question {