MediaWiki:Common.css: Unterschied zwischen den Versionen

aus Kamelopedia, der wüsten Enzyklopädie
Zur Navigation springen Zur Suche springen
K (nix)
K
Zeile 50: Zeile 50:
 
     padding: .3em .6em 0em .6em;
 
     padding: .3em .6em 0em .6em;
 
     }
 
     }
 
/* Adliges Blau auch ohne Palast */
 
  a[title="Kamel:Der Kamelkönig"] {color:#0000ff!important;}
 
  a[href*="Kamel:Der_Kamelk%C3%B6nig"] {color:#0000ff !important;}
 

Version vom 8. April 2007, 19:12 Uhr

 /* Großbuchstaben in den Navigationsbereichen */
 
 .portlet h5,
 .portlet h6,
 #p-personal ul,
 #p-cactions li a {
     text-transform:none;
     }
 
 
 /* Personennamen in Kapitälchen: <font class="Person">Name</font> */
 
 .Person {
     display:inline;
     font-variant:small-caps
     }
 
 
 /* Pro & Contra Kasterl */
 
 .pro {
     border:2px solid #00FF00;
     background:#EEFFEE;
     margin:5px 5px 5px 30px;
     padding:5px;
     }
 
 .contra { 
     border:2px solid #FF0000; 
     background:#FFEEEE;
     margin:5px 5px 5px 30px;
     padding:5px;
     }
 
 
 /* Markierung von Redirects in [[Special:Allpages]]  */
 
 .allpagesredirect {
     background-color:#F5F5F5;
     font-style: italic;
 }

 /* Hauptseiten-Boxen-Style */
 
 .hs-box {
     margin: 0; 
     margin-bottom:10px; 
     border: 1px solid #dfdfdf; 
     -moz-border-radius: 0.5em;
     padding: .3em .6em 0em .6em;
     }