Difference between revisions of "MediaWiki:Common.css"

153 bytes removed ,  05:06, 23 March 2022
slightly better yellow for song infobox and removed unnecessary individual infoxbox's heading_bigger bg color now that it's declared globally (hopefully)
(alert styles part 2)
(slightly better yellow for song infobox and removed unnecessary individual infoxbox's heading_bigger bg color now that it's declared globally (hopefully))
Line 176: Line 176:


table#infobox_song {
table#infobox_song {
background-color: #f0e8ac;
background-color: #fff7bf;
}
}


Line 183: Line 183:


#infobox_song #heading_bigger {
#infobox_song #heading_bigger {
    background-color: #9c956d;
     }
     }


Line 198: Line 197:


#infobox_album #heading_bigger {
#infobox_album #heading_bigger {
    background-color: #7187a2;
     }
     }


Line 212: Line 210:


#infobox_artist #heading_bigger {
#infobox_artist #heading_bigger {
    background-color: #719e78;
     }
     }


Line 227: Line 224:


#infobox_person #heading_bigger {
#infobox_person #heading_bigger {
    background-color: #9e7171;
     }
     }


Line 240: Line 236:


#infobox_misc #heading_bigger {
#infobox_misc #heading_bigger {
    background-color: #979797;
     }
     }