MediaWiki:Timeless.css: Difference between revisions

From PigBoats.COM
No edit summary
No edit summary
 
(10 intermediate revisions by the same user not shown)
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 */


/* border for all images */
/* addsborder to all images in the class "picture"
/*.mw-body img.picture {
.mw-body figure.picture img {
     border: 2px solid #000;
     border: 2px solid #000;
}*/
/* border for specified class */
.mw-body img.picture {
    border: 2px dashed #000;
}
}
*/


/* changing the top line red */
#mw-header-hack .color-right {
#mw-header-hack .color-right {
     background-color: #A50000;
     background-color: #A50000;
}
}


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

Latest revision as of 17:50, 18 December 2023

/* 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;
}