]> ToastFreeware Gitweb - philipp/winterrodeln/wradmin.git/commitdiff
Changed semitransparent white background to image so that it is CSS conform. Closing...
authorphilipp <philipp@7aebc617-e5e2-0310-91dc-80fb5f6d2477>
Wed, 11 Mar 2009 20:27:31 +0000 (20:27 +0000)
committerphilipp <philipp@7aebc617-e5e2-0310-91dc-80fb5f6d2477>
Wed, 11 Mar 2009 20:27:31 +0000 (20:27 +0000)
git-svn-id: http://www.winterrodeln.org/svn/servermediawiki/trunk/wradmin@416 7aebc617-e5e2-0310-91dc-80fb5f6d2477

wradmin/wradmin/public/style.css
wradmin/wradmin/public/white_transp.png [new file with mode: 0644]

index 6d5a5906854b184d3366030ae6d7c7b90a8ccd40..6f365f88f2e23f0e1a456965176f633c54aa47b0 100644 (file)
@@ -1,5 +1,6 @@
 html {
-    background: #97a2aa url('bg.png') repeat;
+       color: black;
+       background: #97a2aa url('bg.png') repeat;
 }
 
 h2 {
@@ -21,7 +22,7 @@ h2 {
        padding-right: 10px;
        padding-bottom: 15px;
        min-height: 400px;
-       background-color: rgba(255, 255, 255, 0.5);
+       background-image: url("white_transp.png");
        border-bottom-style: solid;
        border-bottom-width: 3px;
        border-bottom-color: #014E9A;
@@ -39,8 +40,8 @@ h2 {
 
 #mainmenu a, .button {
        color: white;
-       text-decoration: none;  
-       background-image: url('btn_bg_blue.png');
+       background: #014E9A url('btn_bg_blue.png') repeat-x;
+       text-decoration: none;
        height: 46px;
        margin: 0px;
        padding-top: 10px;
@@ -101,6 +102,7 @@ td + td {
 
 a {
        color: #014E9A;
+       background-color: transparent;
 }
 
 #footer {
diff --git a/wradmin/wradmin/public/white_transp.png b/wradmin/wradmin/public/white_transp.png
new file mode 100644 (file)
index 0000000..8867bd4
Binary files /dev/null and b/wradmin/wradmin/public/white_transp.png differ