MediaWiki:Common.css: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
(34 dazwischenliegende Versionen von 3 Benutzern werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
/* | /* please be aware that we globally set some colors within the dockerfile of the mediawiki docker container */ | ||
/* remove underlines from all links when hovering or focusing on them */ | |||
a:hover, a:focus{ | |||
text-decoration:none; | |||
} | |||
/* removing text and adding logo for the new vector skin */ | |||
.mw-logo-wordmark { | .mw-logo-wordmark { | ||
margin: 0 auto; | margin: 0 auto; | ||
display: none !important; | display: none !important; | ||
} | } | ||
.mw-logo { | .mw-logo { | ||
min-height: 35px; | min-height: 35px; | ||
background: url(/images/escos_automation_logo_rgb_screen_135px.png?cdc54) no-repeat; | background: url(/images/escos_automation_logo_rgb_screen_135px.png?cdc54) no-repeat; | ||
} | } | ||
/* switch off some wiki-specific links like discussion or history */ | |||
/* for hiding and displaying the page history use #ca-history */ | |||
#ca-talk, #ca-viewsource, #ca-nstab-main { | |||
display: none !important; | |||
} | } | ||
a { | |||
/* eliminate the "back to old vector-skin link */ | |||
.mw-sidebar-action .mw-sidebar-action-item .mw-sidebar-action-content > a { | |||
display: none !important; | |||
} | |||
/* change the username (in logged in situation) color to escos darkblue */ | |||
#pt-userpage-2 a { | |||
color: #0a4f5d; | color: #0a4f5d; | ||
} | } | ||
p { | |||
font-family: Helvetica, Arial, sans-serif; | |||
} | |||
.mw-headline { | |||
font-family: Helvetica, Arial, sans-serif; | |||
} | } | ||
.vector- | |||
.vector-body h2 { | |||
font-size: 1.2em; | |||
} | } | ||
.mw-page-title-main { | |||
font-family: Helvetica, Arial, sans-serif; | |||
} | } |
Aktuelle Version vom 8. April 2024, 11:11 Uhr
/* please be aware that we globally set some colors within the dockerfile of the mediawiki docker container */ /* remove underlines from all links when hovering or focusing on them */ a:hover, a:focus{ text-decoration:none; } /* removing text and adding logo for the new vector skin */ .mw-logo-wordmark { margin: 0 auto; display: none !important; } .mw-logo { min-height: 35px; background: url(/images/escos_automation_logo_rgb_screen_135px.png?cdc54) no-repeat; } /* switch off some wiki-specific links like discussion or history */ /* for hiding and displaying the page history use #ca-history */ #ca-talk, #ca-viewsource, #ca-nstab-main { display: none !important; } /* eliminate the "back to old vector-skin link */ .mw-sidebar-action .mw-sidebar-action-item .mw-sidebar-action-content > a { display: none !important; } /* change the username (in logged in situation) color to escos darkblue */ #pt-userpage-2 a { color: #0a4f5d; } p { font-family: Helvetica, Arial, sans-serif; } .mw-headline { font-family: Helvetica, Arial, sans-serif; } .vector-body h2 { font-size: 1.2em; } .mw-page-title-main { font-family: Helvetica, Arial, sans-serif; }