MediaWiki:Monobook.css: Unterschied zwischen den Versionen

Aus BS-Wiki: Wissen teilen
Wechseln zu: Navigation, Suche
Zeile 2: Zeile 2:
 
  /* Links nicht unterstreichen */
 
  /* Links nicht unterstreichen */
 
  a {  
 
  a {  
         font-weight: bold;  
+
         text-decoration: none;  
 
  }
 
  }
 
   
 
   

Version vom 7. April 2006, 22:40 Uhr

/* edit this file to customize the monobook skin for the entire site */
 /* Links nicht unterstreichen */
 a { 
        text-decoration: none; 
 }
 
 /* Großbuchstaben in den Navigationsbereichen */
 
 .portlet h5,
 .portlet h6,
 #p-personal ul,
 #p-cactions li a {
 	text-transform: none;
 }
 
 /* Fetter Bearbeiten-Link */
 
 #ca-edit a {
 	font-weight: bold !important;
 }
 /* +++++ 2. SONSTIGE ANPASSUNGEN (Spezialseiten, u. a.) +++++ */

 /* Markierung von Redirects in [[Special:Allpages]]  */
 
 .allpagesredirect {
        font-style: italic;
 }