MediaWiki:Monobook.css: Unterschied zwischen den Versionen

Aus FuemoWiki
Wechseln zu: Navigation, Suche
K (Tab "talk" verstecken (Diskussion))
Zeile 9: Zeile 9:
 
/** remove the content tabs for users who are not logged in */
 
/** remove the content tabs for users who are not logged in */
  
/** #ca-talk { display:none!important; } */
+
#ca-talk { display:none!important; }
 
/** #ca-history { display:none!important; } */
 
/** #ca-history { display:none!important; } */
 
/** #ca-viewsource { display:none!important; } */
 
/** #ca-viewsource { display:none!important; } */
 
/** #ca-edit { display:none!important; } */
 
/** #ca-edit { display:none!important; } */

Version vom 27. Juli 2008, 16:45 Uhr

/** Kleinschreibung nicht erzwingen */
.portlet h5,
.portlet h6,
#p-personal ul,
#p-cactions li a {
	text-transform: none;
}

/** remove the content tabs for users who are not logged in */

#ca-talk { display:none!important; }
/** #ca-history { display:none!important; } */
/** #ca-viewsource { display:none!important; } */
/** #ca-edit { display:none!important; } */