MediaWiki:Timeless.css: Difference between revisions

From PigBoats.COM
No edit summary
mNo edit summary
Tag: Manual revert
 
(21 intermediate revisions by the same user not shown)
(No difference)

Latest revision as of 12:56, 27 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;
}