Projekt:Ka-Mel-Oh!.css: Unterschied zwischen den Versionen

aus Kamelopedia, der wüsten Enzyklopädie
Zur Navigation springen Zur Suche springen
K (Testtesttest)
 
(9 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 8: Zeile 8:
 
   
 
   
 
  .Ka-Mel-Oh-Box {
 
  .Ka-Mel-Oh-Box {
     background-color: {{Wüstenfarben}};
+
     background-color: #FFFFEE;
     border:2px solid #BB5500;
+
     border:1px solid #BB5500;
 
     border-style: ridge;
 
     border-style: ridge;
     padding:5px;
+
    margin: 0 0 10px 0;
 +
    padding: .3em .6em 0em .6em;
 +
    -moz-border-radius: 1em;
 +
    }
 +
 +
.Ka-Mel-Oh-Box2 {
 +
    background-color: #FFEEDD;
 +
    border:2px solid #ffa500;
 +
    border-style: ridge;
 +
    margin: 0 0 10px 0;
 +
    padding: .3em .6em 0em .6em;
 +
    -moz-border-radius: 1em;
 +
    }
 +
 
 +
.Ka-Mel-Oh-Box3 {
 +
    background-color: #FFFFEE;
 +
    border:1px solid #ffa500;
 +
    border-style: ridge;
 +
    margin: 0 0 10px 0;
 +
     padding: .3em .6em 0em .6em;
 
     -moz-border-radius: 1em;
 
     -moz-border-radius: 1em;
 
     }
 
     }

Aktuelle Version vom 15. Februar 2009, 17:38 Uhr

#p-logo {
   z-index:0
   }

h1 { display:none; }

#siteNotice, #contentSub, #contentSub2 { display:none; }

.Ka-Mel-Oh-Box {
   background-color: #FFFFEE;
   border:1px solid #BB5500;
   border-style: ridge;
   margin: 0 0 10px 0; 
   padding: .3em .6em 0em .6em;
   -moz-border-radius: 1em;
   }

.Ka-Mel-Oh-Box2 {
   background-color: #FFEEDD;
   border:2px solid #ffa500;
   border-style: ridge;
   margin: 0 0 10px 0; 
   padding: .3em .6em 0em .6em;
   -moz-border-radius: 1em;
   }
  
.Ka-Mel-Oh-Box3 {
   background-color: #FFFFEE;
   border:1px solid #ffa500;
   border-style: ridge;
   margin: 0 0 10px 0; 
   padding: .3em .6em 0em .6em;
   -moz-border-radius: 1em;
   }