MediaWiki:Timeless.css: Difference between revisions
From PigBoats.COM
Pbc captain (talk | contribs) No edit summary Tag: Manual revert |
Pbc captain (talk | contribs) No edit summary |
||
Line 2: | Line 2: | ||
/* border for all images */ | /* border for all images */ | ||
/*.mw-body img | /*.mw-body img { | ||
border: 2px solid #000; | border: 2px solid #000; | ||
}*/ | }*/ | ||
/* border for specified class */ | /* border for specified class */ | ||
.mw-body img.picture { | .mw-body img.picture { |
Revision as of 16:22, 18 December 2023
/* All CSS here will be loaded for users of the Timeless skin */
/* border for all images */
/*.mw-body img {
border: 2px solid #000;
}*/
/* border for specified class */
.mw-body img.picture {
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;
}