Difference between revisions of "MediaWiki:Vector.css"

From Pangaea Wiki
Jump to: navigation, search
Line 11: Line 11:
 
overflow: invisible;  
 
overflow: invisible;  
 
border-collapse: collapse;  
 
border-collapse: collapse;  
padding-left: 1em;
 
 
list-style: inline;  
 
list-style: inline;  
 
font-size: 75%;  
 
font-size: 75%;  
 
}
 
}

Revision as of 13:28, 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; 
list-style: inline; 
font-size: 75%; 
}