MediaWiki:Timeless.css: Difference between revisions

From PigBoats.COM
mNo edit summary
Tag: Reverted
mNo edit summary
Tag: Reverted
Line 19: Line 19:
/* Change background only on the page titled "The USS Dorado Project" */
/* Change background only on the page titled "The USS Dorado Project" */
body.page-The_USS_Dorado_Project #mw-body-content {
body.page-The_USS_Dorado_Project #mw-body-content {
     background-color: #f0e68c; /* Replace with any color you want */
     background-color: #f0e68c; !important /* Replace with any color you want */
}
}

Revision as of 12:54, 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;
}

/* Change background only on the page titled "The USS Dorado Project" */
body.page-The_USS_Dorado_Project #mw-body-content {
    background-color: #f0e68c; !important /* Replace with any color you want */
}