You are viewing the MafiaScum.net Wiki. To play the game, visit the forum.

User:Wgeurts/monobook.css: Difference between revisions

From MafiaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 37: Line 37:


#content, .portlet .pBody {
#content, .portlet .pBody {
background: #f08531 url("http://forum.mafiascum.net/styles/maftigers/theme/images/bg_header.png") repeat-x;
background: #f69900 url("http://forum.mafiascum.net/styles/maftigers/theme/images/bg_header.png") repeat-x;
         border-color: #ff8000;
         border-color: #ff8000;
color: #3f0000;
color: #3f0000;
}
}


p-cactions div.pBody { background: transparent; border-color: transparent; }
p-cactions div.pBody {
        background: transparent;
        border-color: transparent;
}

Revision as of 06:32, 1 April 2015

/* TIGERS */

html, body {
	color: #251100;
	background-color: #F4BC4E;
        background-image: none;
}

h1 {
	color: #cc0000;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;

}

h2 {
	color: #bb3200;
}

h3 {
	border-bottom-color: #bb5200;
	color: #994100;
}

hr {
	border-color: #ff9900;
	border-top-color: #c35b00;
}

hr.dashed {
	border-top-color: #c35b00;
}

#footer {
	background: #f69900 url("http://forum.mafiascum.net/styles/maftigers/theme/images/bg_header.png") repeat-x;
	color: #f1ad00;
}

#content, .portlet .pBody {
	background: #f69900 url("http://forum.mafiascum.net/styles/maftigers/theme/images/bg_header.png") repeat-x;
        border-color: #ff8000;
	color: #3f0000;
}

p-cactions div.pBody {
         background: transparent;
         border-color: transparent;
}