MediaWiki:Monobook.css: Unterschied zwischen den Versionen

Aus FuemoWiki
Wechseln zu: Navigation, Suche
(remove the article/edit etc tabs for users who are not logged in)
 
(remove content tabs for users who are not logged in)
Zeile 7: Zeile 7:
 
}
 
}
  
/** remove the article/edit etc tabs for users who are not logged in */
+
/** remove the content tabs for users who are not logged in */
#ca-edit { display: none; }
+
<source lang="css">
 +
#ca-talk { display:none!important; }
 +
#ca-history { display:none!important; }
 +
#ca-viewsource { display:none!important; }
 +
#ca-edit { display:none!important; }
 +
</source>

Version vom 11. Juli 2008, 22:33 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 */
<source lang="css">
#ca-talk { display:none!important; }
#ca-history { display:none!important; }
#ca-viewsource { display:none!important; }
#ca-edit { display:none!important; }
</source>