Difference between revisions of "MediaWiki:Common.css"

From DarkWorld Network
Jump to navigation Jump to search
Tag: Reverted
 
(47 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
#p-tb { display: none; }
/**** SIDEBAR ****/
#p-tb { display: none; }  


div#mw-panel div.portal h3,
/* style the background of the sidebar section headers */
div#mw-panel div.portal div.body ul li {
.mediawiki #mw-panel .portal h3 {
  font-size: 1.0em; /* default is 0.75em */
padding: 0.5em;
border-radius: 2px;
}
/* text styles for sidebar headers */
#mw-panel, .mediawiki  .portal h3,
#pageWrapper #mw-panel h3 a {
text-transform: uppercase;
 
color: #000000;
    margin-left: 2px;
    font-weight: bold;
    font-size : 14px;
}
 
#mw-panel .portal a, #mw-panel .portal a:visited {
    font-size:12px!important;
    color: grey!important;
    font-weight: bold;
    text-shadow: 0px 0px 0px;
  text-transform: none;
    padding: 5px;
    margin-top: 6px;
}
 
/* Hide "Talk" tab */
#ca-talk {
  display: none;
}
 
/* Hide "Contributions" link in personal tools */
#pt-contributions {
  display: none;
}
}

Latest revision as of 09:51, 9 June 2024

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

/* style the background of the sidebar section headers */
.mediawiki #mw-panel .portal h3 {
	padding: 0.5em;
	border-radius: 2px;
}
/* text styles for sidebar headers */
#mw-panel, .mediawiki  .portal h3,
#pageWrapper #mw-panel h3 a {
	text-transform: uppercase;

	color: #000000;
    margin-left: 2px;
    font-weight: bold;
    font-size : 14px;
}

#mw-panel .portal a, #mw-panel .portal a:visited {
    font-size:12px!important;
    color: grey!important;
    font-weight: bold;
    text-shadow: 0px 0px 0px;
   	text-transform: none;
    padding: 5px;
    margin-top: 6px;
}

/* Hide "Talk" tab */
#ca-talk {
  display: none;
}

/* Hide "Contributions" link in personal tools */
#pt-contributions {
  display: none;
}