MediaWiki:Timeless.css: Difference between revisions

From PigBoats.COM
No edit summary
No edit summary
Line 1: Line 1:
/* All CSS here will be loaded for users of the Timeless skin */
/* All CSS here will be loaded for users of the Timeless skin */
img {
    border: 1px solid #000;
}
#mw-header-hack .color-right {
#mw-header-hack .color-right {
     background-color: #A50000;
     background-color: #A50000;
Line 7: Line 12:
#mw-header-hack .color-middle {
#mw-header-hack .color-middle {
     background-color: #A50000;
     background-color: #A50000;
}
img {
    border: 1px solid #000;
}
}

Revision as of 15:26, 18 December 2023

/* All CSS here will be loaded for users of the Timeless skin */

img {
    border: 1px solid #000;
}

#mw-header-hack .color-right {
    background-color: #A50000;
}


#mw-header-hack .color-middle {
    background-color: #A50000;
}