Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
#p-navigation-label{ | #p-navigation-label{ | ||
color: red; | color: red; | ||
font-size: | font-size:16px; | ||
} | } | ||
#mw-panel, | #mw-panel, | ||
Line 13: | Line 13: | ||
#p-tb-label { | #p-tb-label { | ||
color: red; | color: red; | ||
font-size: | font-size:9px; | ||
} | } | ||
#mw-panel .portal a, #mw-panel .portal a:visited { | #mw-panel .portal a, #mw-panel .portal a:visited { |
Revision as of 09:37, 4 November 2021
/* CSS placed here will be applied to all skins */
#p-tb { display: none; }
#vector-menu-portal .vector-menu-content li { color : red;}
#p-navigation-label{
color: red;
font-size:16px;
}
#mw-panel,
#p-personal-label,
#p-views-label,
#p-tb-label {
color: red;
font-size:9px;
}
#mw-panel .portal a, #mw-panel .portal a:visited {
font-size:12px!important;
color: black!important;
}