Difference between revisions of "MediaWiki:Common.css"

From DarkWorld Network
Jump to navigation Jump to search
Line 2: Line 2:
#p-tb { display: none; }
#p-tb { display: none; }


#p-tb-label {color: red; font-size:12px }
#p-tb-label {
color: red;  
font-size:12px;
}
#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: black!important;
     color: black!important;
}
}

Revision as of 11:39, 3 November 2021

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

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