MediaWiki:Common.css
Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will be applied to all skins */
* {
box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
text-transform: lowercase;
border-bottom: none !important;
font-weight: bold;
color: #8B4513;
}
.mw-parser-output {
margin-left: 1em;
}
/* img {
padding: 1.3em;
} */
img.more-icon {
width: 0.8em;
height: auto;
}
a, a:visited {color: #8c460d; }
/* columns on the first page */
.entrance.row {
content: "";
clear: both;
display: table;
}
.entrance.column {
float: left;
width: 33.33%;
padding: 10px;
}
@media screen and (max-width: 600px) {
.column {
width: 100%;
}
}
ul, ol {
margin: 0;
}
/* hiding elements pertaining to classic wiki styling */
body.page-Main_Page h1#firstHeading.title {
display: none;
}
body.page-Main_Page h3#tagline {
display: none;
}
#simpleSearch {
display: none;
}
div.portal#p-tb{
display:none;
}
span.mw-redirectedfrom{
display:none;
}
h3#p-Why-label{
display:block !important;
}
/* defining style for links */
/* defining style for inexistent links */
a.new {color:red !important;}
/* styling the title of a page */
h1#firstHeading.firstHeading {font-size:3.5em; color:red; margin-left: 0.2em;}
/* styling the New Page form */
#pfForm select, #pfForm input[type="checkbox"] {
font-size: 1em;
color: #904c12;
}
.select2-container-multi .select2-choices {
background-image: none;
}
li.select2-search-choice {
color: #904c12 !important;
}
.form_side {
float:right;
width: 40%;
padding-top: 36.9em;
padding-left: 2em;
}
.form_main {
float: left;
text-align: left;
width: 60%;
}
.form_container {
width:100%;
}
.form_container:after {
content: "";
display: table;
clear: both;
}
input.formInput {
font-size: 1em;
color: red;
width: 50%;
}
/* styling the template */
.template_image {
float:right;
margin-right: 0;
}
dd {
margin-left: 0 !important;
text-align: center;
width: 100%;
border: 1px dashed #8c460d;
color: #8c460d;
padding: 0.3em;
border-radius: 25px;
}
.newpagemain {
width: 100%;
}
.newpagemain:after {
content: "";
display: table;
clear: both;
}
table.cwarning {
color: #f6fff2;
font-size: 1em;
background: red;
padding: 0.2em 0.4em 0em 0.4em;
width: 100%;
text-align: center !important;
}
b.descrip {
font-family: rumeur;
padding-right: 0.5em;
}
.newpagemain_left {
float:left;
width: 70%;
padding-right: 2.5em;
padding-top: 2em;
line-height: 1.5em;
}
.newpagemain_right {
float:right;
width: 30%;
padding-top: 6.5em;
color: #8c460d;
}
table.contactable {
color: #8c460d;
}
/* styling "not found on" text on the nav bar */
li#n-not-found-on a, li#n-not-found-on a:visited {
color: red !important;
font-size:2em;
font-family:rumeur;
}
h3#p-has_two_aims:-label {
padding-top:1em !important;
}
li#n-create-new-page {
padding-top: 1em !important;
}
li#ca-nstab-special {
padding-left:1em;
}
#bodyContent .mw-number-text h3 {
color:#8c460d;
font-family:rumeur;
}
/* CreateAccount page */
.mw-createacct-benefits-container {
display: none !important;
}