MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Medical-Software - WIKI
(Die Seite wurde neu angelegt: „→Das folgende CSS wird für alle Benutzeroberflächen geladen.: /* 'show'/'hide' buttons created dynamically by the CollapsibleTables javascript in [[M…“) |
|||
| (70 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 12: | Zeile 12: | ||
text-align: right; | text-align: right; | ||
width: auto; | width: auto; | ||
| + | } | ||
| + | |||
| + | /* Zebra-Tabellen */ | ||
| + | table.wikitable.zebra > tbody > :nth-child(even):not([class*="hintergrundfarbe"]) { | ||
| + | background: white; | ||
| + | } | ||
| + | |||
| + | .nogrid th, | ||
| + | .nogrid td { | ||
| + | border: none; | ||
| + | } | ||
| + | /* @noflip */div.float-left, | ||
| + | table.float-left, | ||
| + | ul.float-left, | ||
| + | .float-left { | ||
| + | clear: left; | ||
| + | float: left; | ||
| + | margin: 1em 1em 1em 0; | ||
| + | } | ||
| + | /* @noflip */div.float-right, | ||
| + | table.float-right, | ||
| + | ul.float-right, | ||
| + | .float-right { | ||
| + | clear: right; | ||
| + | float: right; | ||
| + | margin: 1em 0 1em 1em; | ||
| + | } | ||
| + | div.centered, | ||
| + | table.centered, | ||
| + | ul.centered, | ||
| + | .centered { | ||
| + | margin-left: auto; | ||
| + | margin-right: auto; | ||
| + | } | ||
| + | .toptextcells td { | ||
| + | vertical-align: top; | ||
| + | } | ||
| + | |||
| + | #ca-talk {display:none!important} | ||
| + | #ca-viewsource {display:none!important} | ||
| + | #coll-create_a_book {display:none!important} | ||
| + | #coll-download-as-rl {display:none!important} | ||
| + | |||
| + | body.ns-200 #ca-history {display:none!important} | ||
| + | body.ns-200 #ca-nstab-main {display:none!important} | ||
| + | body.ns-200 #ca-nstab-versionsinfo {display:none!important} | ||
| + | body.ns-200 #pt-login {display:none!important} | ||
| + | body.ns-200 #pt-anonuserpage {display:none!important} | ||
| + | body.ns-200 #pt-anontalk {display:none!important} | ||
| + | body.ns-200 #pt-anonlogin {display:none!important} | ||
| + | body.ns-200 #footer-info-lastmod {display:none!important} | ||
| + | body.ns-200 #footer-info-viewcount {display:none!important} | ||
| + | body.ns-200 #footer-poweredbyico {display:none!important} | ||
| + | body.ns-200 #p-tb {display:none!important} | ||
| + | body.ns-200 #p-coll-print_export {display:none!important} | ||
| + | body.ns-200 #p-navigation {display:none!important} | ||
| + | body.ns-200 #footer-places-privacy {display:none!important} | ||
| + | body.ns-200 #footer-places-about {display:none!important} | ||
| + | body.ns-200 #catlinks {display:none!important} | ||
| + | body.ns-200 #p-Support {display:none!important} | ||
| + | body.ns-200 #p-search {display:none!important} | ||
| + | body.ns-200 #p-Handbuecher {display:none!important} | ||
| + | body.ns-200 #p-Modulbeschreibungen {display:none!important} | ||
| + | body.ns-200 #p-Anleitungen {display:none!important} | ||
Aktuelle Version vom 25. August 2014, 11:12 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/* 'show'/'hide' buttons created dynamically by the CollapsibleTables javascript
in [[MediaWiki:Common.js]] are styled here so they can be customised. */
.collapseButton {
/* @noflip */
float: right;
font-weight: normal;
/* @noflip */
margin-left: 0.5em;
/* @noflip */
text-align: right;
width: auto;
}
/* Zebra-Tabellen */
table.wikitable.zebra > tbody > :nth-child(even):not([class*="hintergrundfarbe"]) {
background: white;
}
.nogrid th,
.nogrid td {
border: none;
}
/* @noflip */div.float-left,
table.float-left,
ul.float-left,
.float-left {
clear: left;
float: left;
margin: 1em 1em 1em 0;
}
/* @noflip */div.float-right,
table.float-right,
ul.float-right,
.float-right {
clear: right;
float: right;
margin: 1em 0 1em 1em;
}
div.centered,
table.centered,
ul.centered,
.centered {
margin-left: auto;
margin-right: auto;
}
.toptextcells td {
vertical-align: top;
}
#ca-talk {display:none!important}
#ca-viewsource {display:none!important}
#coll-create_a_book {display:none!important}
#coll-download-as-rl {display:none!important}
body.ns-200 #ca-history {display:none!important}
body.ns-200 #ca-nstab-main {display:none!important}
body.ns-200 #ca-nstab-versionsinfo {display:none!important}
body.ns-200 #pt-login {display:none!important}
body.ns-200 #pt-anonuserpage {display:none!important}
body.ns-200 #pt-anontalk {display:none!important}
body.ns-200 #pt-anonlogin {display:none!important}
body.ns-200 #footer-info-lastmod {display:none!important}
body.ns-200 #footer-info-viewcount {display:none!important}
body.ns-200 #footer-poweredbyico {display:none!important}
body.ns-200 #p-tb {display:none!important}
body.ns-200 #p-coll-print_export {display:none!important}
body.ns-200 #p-navigation {display:none!important}
body.ns-200 #footer-places-privacy {display:none!important}
body.ns-200 #footer-places-about {display:none!important}
body.ns-200 #catlinks {display:none!important}
body.ns-200 #p-Support {display:none!important}
body.ns-200 #p-search {display:none!important}
body.ns-200 #p-Handbuecher {display:none!important}
body.ns-200 #p-Modulbeschreibungen {display:none!important}
body.ns-200 #p-Anleitungen {display:none!important}