MediaWiki:Monobook.css: Unterschied zwischen den Versionen

Aus ASB-KAB
Zur Navigation springenZur Suche springen
(teilkopie. von sfb.ekz.de)
(kein Unterschied)

Version vom 23. Juli 2010, 17:33 Uhr

/* CSS an dieser Stelle wirkt sich auf den Monobook-Skin aus. Für allgemeingültige Skin-Anpassungen bitte [[MediaWiki:Common.css]] bearbeiten. */
/* Kleinschreibung nicht erzwingen */
.portlet h5,
.portlet h6,
#p-personal ul,
#p-cactions li a {
	text-transform: none;
}

/* extra buttons for edit dialog */
 
/* .my-buttons { */
/*    padding: 0.5em; */
/*  } */
.my-buttons a {
   color: black;
   background-color: #ccddee !important;
   font-weight: bold;
   font-family: monospace;
   text-decoration: none;
   border: thin #006699 outset;
   padding: 0 0.1em 0.1em 0.1em;
 }
.my-buttons a:hover, .my-buttons a:active {
   background-color: #bbccdd;
   border-style: inset;
 }