Welcome to the Club Penguin Wiki! Log in or Create an account to join the community!
MediaWiki:Monobook.css: Difference between revisions
Jump to navigation
Jump to search
imported>Tux sorry to hack into it ;P |
imported>Tux MediaWiki changed this to <h3>, also removing bold. |
||
(8 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
body | body | ||
{ | { | ||
background: # | background: #0256B1; | ||
} | } | ||
#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, # | background: -moz-linear-gradient(top, #0087C6, #0256B1); | ||
} | } | ||
#p-personal li a | #p-personal li a | ||
{ | { | ||
color: #FFF; | color: #FFF; | ||
} | } | ||
#p-personal li a:hover | |||
{ | |||
background: -moz-linear-gradient(top, #C3E2E0, #537BCC); | |||
} | |||
div.pBody | div.pBody | ||
{ | { | ||
Line 23: | Line 31: | ||
moz-border-radius-topright: 4px !important; | moz-border-radius-topright: 4px !important; | ||
} | } | ||
.portlet | |||
.portlet h3 | |||
{ | { | ||
color: white; | color: white; | ||
} | } | ||
#p-cactions ul li | #p-cactions ul li | ||
{ | { | ||
Line 35: | Line 44: | ||
moz-border-radius-topright: 4px !important; | moz-border-radius-topright: 4px !important; | ||
} | } | ||
#content | |||
{ | |||
border-top-left-radius: 4px !important; | |||
border-bottom-left-radius: 4px !important; | |||
moz-border-radius-topleft: 4px !important; | |||
moz-border-radius-bottomleft: 4px !important; | |||
} | |||
input, textarea, .thumb, .thumbinner, .image, #searchInput input, #toc, #wpSummary input, #wpTextbox1 textarea, .catlinks | |||
{ | { | ||
border-radius: 4px !important; | border-radius: 4px !important; | ||
moz-border-radius: 4px !important; | moz-border-radius: 4px !important; | ||
} | |||
.usermessage | |||
{ | |||
background-color: #51A4E8; | |||
border: 1px solid #4E8ABA; | |||
} | |||
li#pt-userpage, li#pt-anonuserpage, li#pt-login | |||
{ | |||
background: url(//img-cpwn.tropicalwikis.com/clubpenguinwiki/1/1d/16px-Tux-G2.png) top left no-repeat; | |||
} | } |
Latest revision as of 00:10, 18 June 2015
body
{
background: #0256B1;
}
#pt-userpage, #pt-mytalk, #pt-preferences, #pt-watchlist, #pt-contris, #pt-logout
{
color: #9BAAFF;
}
#p-personal
{
background: -moz-linear-gradient(top, #0087C6, #0256B1);
}
#p-personal li a
{
color: #FFF;
}
#p-personal li a:hover
{
background: -moz-linear-gradient(top, #C3E2E0, #537BCC);
}
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 h3
{
color: white;
}
#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;
}
#content
{
border-top-left-radius: 4px !important;
border-bottom-left-radius: 4px !important;
moz-border-radius-topleft: 4px !important;
moz-border-radius-bottomleft: 4px !important;
}
input, textarea, .thumb, .thumbinner, .image, #searchInput input, #toc, #wpSummary input, #wpTextbox1 textarea, .catlinks
{
border-radius: 4px !important;
moz-border-radius: 4px !important;
}
.usermessage
{
background-color: #51A4E8;
border: 1px solid #4E8ABA;
}
li#pt-userpage, li#pt-anonuserpage, li#pt-login
{
background: url(//img-cpwn.tropicalwikis.com/clubpenguinwiki/1/1d/16px-Tux-G2.png) top left no-repeat;
}