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 33: Line 33:
#footer {
#footer {
background-color: #f69900;
background-color: #f69900;
background-image: url("http://forum.mafiascum.net/styles/maftigers/theme/images/bg_header.png");
background-image: url("http://forum.mafiascum.net/styles/maftigers/theme/images/bg_header.png") repeat-x;
color: #f1ad00;
color: #f1ad00;
}
}
Line 39: Line 39:
#footer {
#footer {
background-color: #f69900;
background-color: #f69900;
background-image: url("http://forum.mafiascum.net/styles/maftigers/theme/images/bg_header.png");
background-image: url("http://forum.mafiascum.net/styles/maftigers/theme/images/bg_header.png") repeat-x;
color: #f1ad00;
color: #f1ad00;
}
}
Line 45: Line 45:
#content, .portlet .pBody{
#content, .portlet .pBody{
background-color: #f08531;
background-color: #f08531;
background-image: url("http://forum.mafiascum.net/styles/maftigers/theme/images/bg_header.png");
background-image: url("http://forum.mafiascum.net/styles/maftigers/theme/images/bg_header.png") repeat-x;
         border-color: #ff8000;
         border-color: #ff8000;
color: #3f0000;
color: #3f0000;

Revision as of 06:27, 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-color: #f69900;
	background-image: url("http://forum.mafiascum.net/styles/maftigers/theme/images/bg_header.png") repeat-x;
	color: #f1ad00;
}

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

#content, .portlet .pBody{
	background-color: #f08531;
	background-image: 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; }