Difference between revisions of "MediaWiki:Common.css"

From DarkWorld Network
Jump to navigation Jump to search
Line 4: Line 4:
#mw-panel .portal a, #mw-panel .portal a:visited {
#mw-panel .portal a, #mw-panel .portal a:visited {
     font-size:12px!important;
     font-size:12px!important;
     color: red!important;
     color: blue!important;
}
}

Revision as of 08:03, 3 November 2021

/* CSS placed here will be applied to all skins */
#p-tb { display: none; }

#mw-panel .portal a, #mw-panel .portal a:visited {
    font-size:12px!important;
    color: blue!important;
}