MediaWiki:Monobook.css: Unterschied zwischen den Versionen

Aus FuemoWiki
Wechseln zu: Navigation, Suche
(talk, history, viewsource: Reiter ausblenden)
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, 15:43 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; } */