MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
/* general */ | /* general */ | ||
body { background-color: #eaeaea } | |||
a *, a:hover { color: #807391 !important; text-decoration: none } | a *, a:hover { color: #807391 !important; text-decoration: none } | ||
Line 12: | Line 14: | ||
.client-darkmode { background-color: #e8e8e8 } | .client-darkmode { background-color: #e8e8e8 } | ||
.client-darkmode a { color: #ba0000 } | a, .client-darkmode a { color: #ba0000 } | ||
.mw-page-container { background-color: #efefef } | |||
.vector-feature-page-tools-enabled #vector-main-menu-pinned-container .vector-main-menu { background-color: inherit } | |||
#vector-page-tools-pinned-container .vector-page-tools:after { display: none } | |||
Line 51: | Line 58: | ||
margin: 5px; | margin: 5px; | ||
min-width: 75px; | min-width: 75px; | ||
} | |||
.float-right { | |||
float: right; | |||
margin: 10px 0 10px 10px; | |||
} | |||
/* homepage table */ | |||
.mainpage tr { | |||
height: 360px; | |||
text-align: center; | |||
} | } |
Latest revision as of 21:14, 16 August 2024
/* CSS placed here will be applied to all skins */ /* general */ body { background-color: #eaeaea } a *, a:hover { color: #807391 !important; text-decoration: none } .mw-ui-button.mw-ui-progressive, .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button { background-color: #807391 !important; border-color: #807391 !important } .client-darkmode { background-color: #e8e8e8 } a, .client-darkmode a { color: #ba0000 } .mw-page-container { background-color: #efefef } .vector-feature-page-tools-enabled #vector-main-menu-pinned-container .vector-main-menu { background-color: inherit } #vector-page-tools-pinned-container .vector-page-tools:after { display: none } /* specific */ .contentbox { border: 1px solid #807391; border-radius: 2px; margin:5px; padding: 5px 10px; } .contentheading { font-size: 1.75em; font-family: 'Linux Libertine','Georgia','Times',serif; } .subcontentheading { font-size: 1.5em; font-family: 'Linux Libertine','Georgia','Times',serif; } .contenthr { background-color: #e8e8e8; margin: 0px -10px 10px; } .charabutton { background-color: #807391; border: 3px outset #ddd; color: white !important; text-align: center; text-decoration: none; display: inline-block; padding: 4px 8px 4px; margin: 5px; min-width: 75px; } .float-right { float: right; margin: 10px 0 10px 10px; } /* homepage table */ .mainpage tr { height: 360px; text-align: center; }