MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
.mw-ui-button.mw-ui-progressive, | .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 } | .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 } | ||
.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: none; | |||
color: white; | |||
text-align: center; | |||
text-decoration: none; | |||
display: inline-block; | |||
padding: 4px 8px 4px; | |||
border-radius: 4px; | |||
margin: 5px; | |||
} |
Revision as of 00:09, 8 October 2023
/* CSS placed here will be applied to all skins */ a * { color: #807391 !important } .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 } .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: none; color: white; text-align: center; text-decoration: none; display: inline-block; padding: 4px 8px 4px; border-radius: 4px; margin: 5px; }