MediaWiki:Monobook.css: Unterschied zwischen den Versionen

Aus Wiki der BI Luene-Moorfeld
Zur Navigation springen Zur Suche springen
 
Zeile 1: Zeile 1:
/** Do not force 'lowercase' */
+
/* edit this file to customize the monobook skin for the entire site */
.portlet h5,
+
/* Links nicht unterstreichen */
.portlet h6,
+
a {
#p-personal ul,
+
        text-decoration: none;
#p-cactions li a {
+
}
text-transform: 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;
 +
}

Version vom 25. April 2006, 04:44 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;
 }