MediaWiki:Common.css: Unterschied zwischen den Versionen
(Die Seite wurde neu angelegt: „→Das folgende CSS wird für alle Benutzeroberflächen geladen.: #sbb-FlaggedRevsConnectorInfo { display:none !important; }“) |
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
sbb-FlaggedRevsConnectorInfoKorrektur der Darstellung von Tokens-Input-Feldern */ .inputSpan > .pfTokens > ul, .inputSpan > .pfTokens {
displaymargin:none 0 0 0 0!important;
}
table.organisationsprofil-table{ display: block;
padding-top: 20px;
padding-bottom: 20px;
padding-left: 20px;
text-align: left;
font-size: 13px;
width: 100%;
background: white;
box-shadow: 2px 2px 5px #DEDEDE, -2px -2px 5px #DEDEDE;
} tr.organisationsprofil-row{
width: 50px;
height: 10px;
} tr.organisationsprofil-row > th{ padding-right: 10px; } tr.organisationsprofil-row > td{ padding-right: 10px; } tr.organisationsprofil-row > td + td b{ padding-left: 20px; } tr.organisationsprofil-row > td > div.hw-protokolle-inputbox, tr.organisationsprofil-row > td > div.hw-protokolle-results{ margin-left: 25px; }
.mainpage-button-arrows-white { background-image:url('/Entwurf-Demowiki-DE/nsfr_img_auth.php/0/01/Pfeilchen_Buttons_weiss.png'); background-repeat: no-repeat; background-position-y: center; width: 26px; height: 16px; display: inline-block; margin-right: 10px; } .mainpage-button-arrows-blue { background-image:url('/Entwurf-Demowiki-DE/nsfr_img_auth.php/0/01/Pfeilchen_Buttons_blau.png'); background-repeat: no-repeat; background-position-y: center; width: 26px; height: 16px; display: inline-block; margin-right: 10px; }
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ #sbb-FlaggedRevsConnectorInfo { display:none !important; Korrektur der Darstellung von Tokens-Input-Feldern */ .inputSpan > .pfTokens > ul, .inputSpan > .pfTokens { margin: 0 0 0 0!important; } table.organisationsprofil-table{ display: block; padding-top: 20px; padding-bottom: 20px; padding-left: 20px; text-align: left; font-size: 13px; width: 100%; background: white; box-shadow: 2px 2px 5px #DEDEDE, -2px -2px 5px #DEDEDE; } tr.organisationsprofil-row{ width: 50px; height: 10px; } tr.organisationsprofil-row > th{ padding-right: 10px; } tr.organisationsprofil-row > td{ padding-right: 10px; } tr.organisationsprofil-row > td + td b{ padding-left: 20px; } tr.organisationsprofil-row > td > div.hw-protokolle-inputbox, tr.organisationsprofil-row > td > div.hw-protokolle-results{ margin-left: 25px; } .mainpage-button-arrows-white { background-image:url('/Entwurf-Demowiki-DE/nsfr_img_auth.php/0/01/Pfeilchen_Buttons_weiss.png'); background-repeat: no-repeat; background-position-y: center; width: 26px; height: 16px; display: inline-block; margin-right: 10px; } .mainpage-button-arrows-blue { background-image:url('/Entwurf-Demowiki-DE/nsfr_img_auth.php/0/01/Pfeilchen_Buttons_blau.png'); background-repeat: no-repeat; background-position-y: center; width: 26px; height: 16px; display: inline-block; margin-right: 10px; }
(24 dazwischenliegende Versionen von 4 Benutzern werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
− | /* | + | /* Korrektur der Darstellung von Tokens-Input-Feldern */ |
+ | .inputSpan > .pfTokens > ul, .inputSpan > .pfTokens { | ||
+ | margin: 0 0 0 0!important; | ||
+ | } | ||
− | # | + | table.organisationsprofil-table{ |
− | display: | + | display: block; |
+ | padding-top: 20px; | ||
+ | padding-bottom: 20px; | ||
+ | padding-left: 20px; | ||
+ | text-align: left; | ||
+ | font-size: 13px; | ||
+ | width: 100%; | ||
+ | background: white; | ||
+ | box-shadow: 2px 2px 5px #DEDEDE, -2px -2px 5px #DEDEDE; | ||
+ | } | ||
+ | tr.organisationsprofil-row{ | ||
+ | width: 50px; | ||
+ | height: 10px; | ||
+ | } | ||
+ | tr.organisationsprofil-row > th{ | ||
+ | padding-right: 10px; | ||
+ | } | ||
+ | tr.organisationsprofil-row > td{ | ||
+ | padding-right: 10px; | ||
+ | } | ||
+ | tr.organisationsprofil-row > td + td b{ | ||
+ | padding-left: 20px; | ||
+ | } | ||
+ | tr.organisationsprofil-row > td > div.hw-protokolle-inputbox, | ||
+ | tr.organisationsprofil-row > td > div.hw-protokolle-results{ | ||
+ | margin-left: 25px; | ||
+ | } | ||
+ | |||
+ | .mainpage-button-arrows-white { | ||
+ | background-image:url('/Entwurf-Demowiki-DE/nsfr_img_auth.php/0/01/Pfeilchen_Buttons_weiss.png'); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position-y: center; | ||
+ | width: 26px; | ||
+ | height: 16px; | ||
+ | display: inline-block; | ||
+ | margin-right: 10px; | ||
+ | } | ||
+ | .mainpage-button-arrows-blue { | ||
+ | background-image:url('/Entwurf-Demowiki-DE/nsfr_img_auth.php/0/01/Pfeilchen_Buttons_blau.png'); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position-y: center; | ||
+ | width: 26px; | ||
+ | height: 16px; | ||
+ | display: inline-block; | ||
+ | margin-right: 10px; | ||
} | } |