Difference between revisions of "MediaWiki:Common.css"

From DarkWorld Network
Jump to navigation Jump to search
Line 3: Line 3:


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

Revision as of 08:02, 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: red!important;
}