| SfB-Update 2026 online! |
MediaWiki:Monobook.css: Unterschied zwischen den Versionen
Aus SfB-Wiki
Zur Navigation springenZur Suche springenJMaske (Diskussion | Beiträge) (+ class my-buttons) |
JMaske (Diskussion | Beiträge) (padding raus) |
||
| (Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt) | |||
| 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; | ||
background-color: #ccddee !important; | background-color: #ccddee !important; | ||
font-weight: bold; | font-weight: bold; | ||
| − | font- | + | font-family: monospace; |
text-decoration: none; | text-decoration: none; | ||
border: thin #006699 outset; | border: thin #006699 outset; | ||
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;
}