MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
Tag: Rollback |
No edit summary Tag: Reverted |
||
Line 10: | Line 10: | ||
background-color: #ecfcf4; |
background-color: #ecfcf4; |
||
padding: 1em; |
padding: 1em; |
||
} |
|||
/** |
|||
* Styling for links generated by [[MediaWiki:Edittools]] |
|||
* @source https://www.mediawiki.org/wiki/Extension:CharInsert#Styling |
|||
* @updated 2020-03-17 |
|||
*/ |
|||
.mw-charinsert-buttons { |
|||
border: 1px solid #aaa; |
|||
margin-top: 10px; |
|||
padding: 1px; |
|||
font-size: 1.1em; |
|||
text-align: center; |
|||
} |
|||
.mw-charinsert-buttons a { |
|||
background-color: #cde !important; |
|||
color: #000; |
|||
border: thin #069 outset; |
|||
padding: 0 1px 1px; |
|||
font-weight: bold; |
|||
font-size: 0.9em; |
|||
text-decoration: none; |
|||
} |
|||
.mw-charinsert-buttons a:hover, |
|||
.mw-charinsert-buttons a:active { |
|||
background-color: #bcd; |
|||
border-style: inset; |
|||
} |
|||
.client-js .mw-edittools-section { |
|||
display: inline; |
|||
} |
|||
.client-js .mw-edittools-section input[type="button"] { |
|||
font-size: 0.9em; |
|||
margin-left: 1px; |
|||
padding-left: 1px; |
|||
padding-right: 1px; |
|||
} |
} |
Revision as of 00:41, 8 December 2023
/* CSS placed here will be applied to all skins */
.page-Main_Page #maintitle, .page-Main_Page #firstHeading {
display: none;
}
.template-documentation {
clear: both;
margin: 1em 0 0 0;
border: 1px solid #a2a9b1;
background-color: #ecfcf4;
padding: 1em;
}
/**
* Styling for links generated by [[MediaWiki:Edittools]]
* @source https://www.mediawiki.org/wiki/Extension:CharInsert#Styling
* @updated 2020-03-17
*/
.mw-charinsert-buttons {
border: 1px solid #aaa;
margin-top: 10px;
padding: 1px;
font-size: 1.1em;
text-align: center;
}
.mw-charinsert-buttons a {
background-color: #cde !important;
color: #000;
border: thin #069 outset;
padding: 0 1px 1px;
font-weight: bold;
font-size: 0.9em;
text-decoration: none;
}
.mw-charinsert-buttons a:hover,
.mw-charinsert-buttons a:active {
background-color: #bcd;
border-style: inset;
}
.client-js .mw-edittools-section {
display: inline;
}
.client-js .mw-edittools-section input[type="button"] {
font-size: 0.9em;
margin-left: 1px;
padding-left: 1px;
padding-right: 1px;
}