MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
.button { | |||
border: none; | |||
color: white; | |||
padding: 15px 32px; | |||
text-align: center; | |||
text-decoration: none; | |||
display: inline-block; | |||
font-size: 16px; | |||
margin: 4px 2px; | |||
cursor: pointer; | |||
} | |||
.button1{ | |||
background:#4CAF50; | |||
} | |||
.button2{ | |||
background:#008CBA; | |||
} | |||
/* Google Translate bar on Mobile */ | /* Google Translate bar on Mobile */ | ||
.skiptranslate { | .skiptranslate { |
Revision as of 12:59, 14 March 2023
.button {
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
}
.button1{
background:#4CAF50;
}
.button2{
background:#008CBA;
}
/* Google Translate bar on Mobile */
.skiptranslate {
margin-top:1.5em;
}
/* Header stylying */
.red_online_button {
padding:5px;
}
.mw-body-content h2 {
font-weight:bold;
line-height:1.3 !important;
font-size:1.5rem !important;
}
.mw-body-content h3 {
font-weight:bold;
line-height:1.6 !important;
font-size:1.4rem !important;
}
.mw-body-content h4 {
font-weight:bold;
line-height: 1.6 !important;
font-size:1.3rem !important;
}
.mw-body-content h5 {
font-weight:normal;
line-height:1.6 !important;
font-size:1.2rem !important;
}
.mw-body-content h6 {
font-weight:normal;
line-height:1.6 !important;
font-size:1.1em !important;
font-style:italic;
}
#mw-head .vector-menu-dropdown h3 {
font-size: 0.875em;
line-height: 1.125em;
}
#mw-head .vector-menu-dropdown .vector-menu-content-list {
font-size: 1.6em;
}
#mw-head .vector-menu-dropdown .vector-menu-content-list {
top: 38px;
}
/** Remove file upload links from edit menus (Source & VE) **/
.wikiEditor-ui-toolbar .section-main .group-insert .oo-ui-widget[rel="file"] {
display: none !important;
}
.oo-ui-toolbar-popups .oo-ui-toolGroup-tools .oo-ui-tool-name-media {
display: none !important;
}
/* Remove the regular search bar from the Main Page */
.page-Main_Page #mw-head #right-navigation #p-search {
display: none !important;
}