MediaWiki:Monobook.css: Unterschied zwischen den Versionen

Aus SfB-Wiki
Zur Navigation springenZur Suche springen
(+ class my-buttons)
 
(schriftart)
Zeile 16: Zeile 16:
 
   background-color: #ccddee !important;
 
   background-color: #ccddee !important;
 
   font-weight: bold;
 
   font-weight: bold;
   font-size: 0.9em;
+
   font-family: monospace;
 
   text-decoration: none;
 
   text-decoration: none;
 
   border: thin #006699 outset;
 
   border: thin #006699 outset;

Version vom 24. Mai 2008, 19:45 Uhr

/** 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;
 }