Difference between revisions of "MediaWiki:Vector.css"

From Pangaea Wiki
Jump to: navigation, search
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;}
 
+
div#mw-page-base {top:228px}
#p-cactions {  
+
top:228px;
+
position: relative;
+
margin: 0;
+
white-space:nowrap;
+
line-height: 1.1em;
+
overflow: invisible;
+
border-collapse: collapse;
+
list-style: inline;
+
font-size: 75%;
+
}
+

Revision as of 13:29, 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;}
div#mw-page-base {top:228px}