Welcome to the Club Penguin Wiki! Log in or Create an account to join the community!

MediaWiki:Monobook.css: Difference between revisions

From the Club Penguin Wiki, the free, editable encyclopedia about Club Penguin
Jump to navigation Jump to search
imported>Staffan15
No edit summary
imported>Staffan15
No edit summary
Line 1: Line 1:
@import "/index.php?title=User:I-20/monobook.css&usemsgcache=yes&action=raw&ctype=text/css&smaxage=18000";
@import "/index.php?title=User:I-20/monobook.css&usemsgcache=yes&action=raw&ctype=text/css&smaxage=18000";
body
body
{
{
background: #4773CC;
background: #4773CC;
}
}
#pt-userpage, #pt-mytalk, #pt-preferences, #pt-watchlist, #pt-contris, #pt-logout
#pt-userpage, #pt-mytalk, #pt-preferences, #pt-watchlist, #pt-contris, #pt-logout
{
{
color: #9BAAFF;
color: #9BAAFF;
}
}
#p-personal
#p-personal
{
{
background: -moz-linear-gradient(top, #B6EAE7, #4773CC);
background: -moz-linear-gradient(top, #B6EAE7, #4773CC);
}
}
#p-personal li a
#p-personal li a
{
{
color: #FFF;
color: #FFF;
}
}
div.pBody
div.pBody
{
{
-moz-border-radius-topright: 4px !important;
border-bottom-right-radius: 4px !important;
-moz-border-radius-bottomright: 4px !important;
border-top-right-radius: 4px !important;
border-top-right-radius: 4px !important;
moz-border-radius-bottomright: 4px !important;
border-bottom-right-radius: 4px !important;
moz-border-radius-topright: 4px !important;
}
}
.portlet h5
.portlet h5
{
{
font-weight: bold;
color: white;
color: white;
font-weight: bold;
}
}
#p-cactions ul li
#p-cactions ul li
{
{
-moz-border-radius-topleft: 4px !important;
border-top-left-radius: 4px !important;
-moz-border-radius-topright: 4px !important;
border-top-right-radius: 4px !important;
border-top-left-radius: 4px !important;
moz-border-radius-topleft: 4px !important;
border-top-right-radius: 4px !important;
moz-border-radius-topright: 4px !important;
}
}
input, #content
input, #content
{
{
-moz-border-radius: 4px !important;
border-radius: 4px !important;
border-radius: 4px !important;
moz-border-radius: 4px !important;
}
}

Revision as of 19:17, 3 October 2010

@import "/index.php?title=User:I-20/monobook.css&usemsgcache=yes&action=raw&ctype=text/css&smaxage=18000";
body
{
	background: #4773CC;
}
#pt-userpage, #pt-mytalk, #pt-preferences, #pt-watchlist, #pt-contris, #pt-logout
{
	color: #9BAAFF;
}
#p-personal
{
	background: -moz-linear-gradient(top, #B6EAE7, #4773CC);
}
#p-personal li a
{
	color: #FFF;
}
div.pBody
{
	border-bottom-right-radius: 4px !important;
	border-top-right-radius: 4px !important;
	moz-border-radius-bottomright: 4px !important;
	moz-border-radius-topright: 4px !important;
}
.portlet h5
{
	color: white;
	font-weight: bold;
}
#p-cactions ul li
{
	border-top-left-radius: 4px !important;
	border-top-right-radius: 4px !important;
	moz-border-radius-topleft: 4px !important;
	moz-border-radius-topright: 4px !important;
}
input, #content
{
	border-radius: 4px !important;
	moz-border-radius: 4px !important;
}