MediaWiki:Timeless.css: Difference between revisions

From PigBoats.COM
mNo edit summary
Tag: Reverted
mNo edit summary
Tag: Reverted
Line 18: Line 18:


/* blocking Wiki Tools box for anonymous users */
/* blocking Wiki Tools box for anonymous users */
body.user-anon #mw-panel #site-tools {
body.user-anon #site-tools {
     display: none !important;
     display: none !important;
}
}

Revision as of 21:20, 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;
}

/* blocking Wiki Tools box for anonymous users */
body.user-anon #site-tools {
    display: none !important;
}