Difference between revisions of "MediaWiki:Vector.css"
From Pangaea Wiki
MyraMidnight (Talk | contribs) |
MyraMidnight (Talk | contribs) |
||
| Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Vector skin */ | /* CSS placed here will affect users of the Vector skin */ | ||
div#mw-head {background-image: url(/resources/assets/pang/pangaea-header-light.png); background-repeat: no-repeat; background-position: center top;} | div#mw-head {background-image: url(/resources/assets/pang/pangaea-header-light.png); background-repeat: no-repeat; background-position: center top;} | ||
| + | |||
| + | #p-cactions { | ||
| + | position: relative; | ||
| + | left: 13.3em; | ||
| + | margin: 0; | ||
| + | white-space:nowrap; | ||
| + | width: 75%; | ||
| + | line-height: 1.1em; | ||
| + | overflow: invisible; | ||
| + | border-collapse: collapse; | ||
| + | padding-left: 1em; | ||
| + | list-style: inline; | ||
| + | font-size: 75%; | ||
| + | } | ||
Revision as of 13:27, 13 March 2016
/* CSS placed here will affect users of the Vector skin */
div#mw-head {background-image: url(/resources/assets/pang/pangaea-header-light.png); background-repeat: no-repeat; background-position: center top;}
#p-cactions {
position: relative;
left: 13.3em;
margin: 0;
white-space:nowrap;
width: 75%;
line-height: 1.1em;
overflow: invisible;
border-collapse: collapse;
padding-left: 1em;
list-style: inline;
font-size: 75%;
}