MediaWiki:Timeless.css: Difference between revisions
From PigBoats.COM
Pbcjohnston (talk | contribs) mNo edit summary Tags: Manual revert Reverted |
Pbcjohnston (talk | contribs) Left and right margin test Tags: Manual revert Reverted |
||
Line 15: | Line 15: | ||
#mw-header-hack .color-middle { | #mw-header-hack .color-middle { | ||
background-color: #A50000; | background-color: #A50000; | ||
} | |||
/* changing left and right margins */ | |||
body.page-The_USS_Dorado_Project #mw-content-wrapper { | |||
margin-left: 180px !important; | |||
} | |||
body.page-The_USS_Dorado_Project #mw-site-navigation { | |||
width: 160px !important; | |||
} | |||
body.page-The_USS_Dorado_Project #mw-header-container { | |||
padding-left: 160px !important; | |||
} | } |
Revision as of 15:45, 26 June 2025
/* All CSS here will be loaded for users of the Timeless skin */
/* addsborder to all images in the class "picture"
.mw-body figure.picture img {
border: 2px solid #000;
}
*/
/* changing the top line red */
#mw-header-hack .color-right {
background-color: #A50000;
}
#mw-header-hack .color-middle {
background-color: #A50000;
}
/* changing left and right margins */
body.page-The_USS_Dorado_Project #mw-content-wrapper {
margin-left: 180px !important;
}
body.page-The_USS_Dorado_Project #mw-site-navigation {
width: 160px !important;
}
body.page-The_USS_Dorado_Project #mw-header-container {
padding-left: 160px !important;
}