| SfB-Update 2026 online! |
MediaWiki:Monobook.css: Unterschied zwischen den Versionen
Aus SfB-Wiki
Zur Navigation springenZur Suche springenJMaske (Diskussion | Beiträge) (schriftart) |
JMaske (Diskussion | Beiträge) (padding raus) |
||
| Zeile 9: | Zeile 9: | ||
/* extra buttons for edit dialog */ | /* extra buttons for edit dialog */ | ||
| − | .my-buttons { | + | /* .my-buttons { */ |
| − | padding: 0.5em; | + | /* padding: 0.5em; */ |
| − | } | + | /* } */ |
.my-buttons a { | .my-buttons a { | ||
color: black; | color: black; | ||
Aktuelle Version vom 24. Mai 2008, 19:48 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;
}