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 32: Line 32:


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


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


p-cactions div.pBody {
#p-cactions li.selected {
        background: transparent;
        border-color: #f90;
        border-color: transparent;
}
}

Revision as of 06:40, 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");
	color: #f1ad00;
}

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

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

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

#p-cactions li {
        background: #f08531;
        border-color: #bfc1cf;
}

#p-cactions li.selected {
        border-color: #f90;
}