MediaWiki:Common.css: Difference between revisions
Appearance
Content deleted Content added
Created page with "→CSS placed here will be applied to all skins: →Hiding Main Page title: body.page-Stargate_Wiki_Main_Page h1.firstHeading { display:none; } /* ### CSS regarding po..." |
No edit summary |
||
| Line 26: | Line 26: | ||
font-weight: bold; |
font-weight: bold; |
||
text-align:left ;color:#000; |
text-align:left ;color:#000; |
||
padding: 0.4em; |
padding: 0.2em 0.4em; |
||
margin: .3em 0 .5em 0; |
margin: .3em 0 .5em 0; |
||
} |
} |
||
Revision as of 11:52, 26 January 2016
/* CSS placed here will be applied to all skins */
/* Hiding Main Page title */
body.page-Stargate_Wiki_Main_Page h1.firstHeading { display:none; }
/* ### CSS regarding portal pages ### */
.portals {
background-color: #DCDCDC;
border: 1px solid #808080;
vertical-align: top;
color: #000;
padding: 12px 15px 12px 15px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
}
.portals h1 {
margin: 0;
background-color: #A9A9A9;
border: 1px solid #808080;
font-weight: bold;
text-align:left ;color:#000;
padding: 0.2em 0.4em;
margin: .3em 0 .5em 0;
}