MediaWiki:Vector.css: Difference between revisions

From Halopedia, the Halo wiki

No edit summary
(coding style tweaks)
Line 18: Line 18:


tt, code, pre {
tt, code, pre {
    font-family: monospace, sans-serif;
font-family: monospace, sans-serif;
}
}


.smalltoptext {
.smalltoptext {
    margin-top: -35px;
margin-top: -35px;
}
}


body.page-Main_Page #footer-info-lastmod {  
body.page-Main_Page #footer-info-lastmod {  
    display: none;
display: none;
}
}


.portal {
.portal {
    margin-top: -26px;
margin-top: -26px;
}
}


.portal#p-Navigation {
.portal#p-Navigation {
    margin-top: 0;
margin-top: 0;
}
}


.portal#p-Navigation h5 a {
.portal#p-Navigation h5 a {
    color: #444444;
color: #444444;
}
}


.portal#p-Games {
.portal#p-Games {
    margin-top: -24px;
margin-top: -24px;
}
}


.portal#p-tb {
.portal#p-tb {
    margin-top: -20px;
margin-top: -20px;
}
}


#p-personal li a {
#p-personal li a {
    color: #000000;
color: #000000;
}
}


#mw-panel div.portal div.body ul {
#mw-panel div.portal div.body ul {
    padding-left: 7px;
padding-left: 7px;
}
}


#mw-panel div.portal#p-Navigation div.body ul, #mw-panel div.portal#p-tb div.body ul {
#mw-panel div.portal#p-Navigation div.body ul, #mw-panel div.portal#p-tb div.body ul {
    padding-left: 0;
padding-left: 0;
}
}


#mw-panel div.portal div.body {
#mw-panel div.portal div.body {
    background-image: none;
background-image: none;
    padding-top: 0.1em;
padding-top: 0.1em;
    padding-bottom: 0.3em;
padding-bottom: 0.3em;
}
}


#mw-panel div.portal#p-Navigation div.body, #mw-panel div.portal#p-tb div.body {
#mw-panel div.portal#p-Navigation div.body, #mw-panel div.portal#p-tb div.body {
    background-image: url(skins/vector/images/portal-break.png);
background-image: url(skins/vector/images/portal-break.png);
    padding-top: 0.5em;
padding-top: 0.5em;
    padding-bottom: 0;
padding-bottom: 0;
}
}


li#pt-userpage,
li#pt-userpage,
li#pt-anonuserpage {
li#pt-anonuserpage {
    font-weight: bold;
font-weight: bold;
}
}

Revision as of 16:23, October 17, 2010

/* CSS placed here will affect users of the Vector skin */

body {
	background: #F6F6F6 url(images/fullheader3.jpg) repeat-x left top;
}

#mw-page-base {
	background: #FFFFFF url(images/fullheader3.jpg) repeat-x left top;
}

#p-logo a {
	height: 177px;
}

#p-logo {
	height: 177px;
}

tt, code, pre {
	font-family: monospace, sans-serif;
}

.smalltoptext {
	margin-top: -35px;
}

body.page-Main_Page #footer-info-lastmod { 
	display: none;
}

.portal {
	margin-top: -26px;
}

.portal#p-Navigation {
	margin-top: 0;
}

.portal#p-Navigation h5 a {
	color: #444444;
}

.portal#p-Games {
	margin-top: -24px;
}

.portal#p-tb {
	margin-top: -20px;
}

#p-personal li a {
	color: #000000;
}

#mw-panel div.portal div.body ul {
	padding-left: 7px;
}

#mw-panel div.portal#p-Navigation div.body ul, #mw-panel div.portal#p-tb div.body ul {
	padding-left: 0;
}

#mw-panel div.portal div.body {
	background-image: none;
	padding-top: 0.1em;
	padding-bottom: 0.3em;
}

#mw-panel div.portal#p-Navigation div.body, #mw-panel div.portal#p-tb div.body {
	background-image: url(skins/vector/images/portal-break.png);
	padding-top: 0.5em;
	padding-bottom: 0;
}

li#pt-userpage,
li#pt-anonuserpage {
	font-weight: bold;
}