Welcome to the Club Penguin Wiki! Log in or Create an account to join the community!
MediaWiki:Common.css
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/***** CSS placed here will be applied to all skins on the entire site. *****/
{{CPFANON}}
/* See also: [[MediaWiki:Monobook.css]] */
/* <pre> */
/*** Mark redirects in Special:Allpages und Special:Watchlist ***/
.allpagesredirect {
font-style: italic;
}
.watchlistredir {
font-style: italic;
}
/*** Forum formatting (by -Algorithm & -Splaka) ***/
.forumheader {
border: 1px solid #aaa; background-color: #f9f9f9; margin-top: 1em; padding: 12px;
}
.forumlist td.forum_edited a {
color: black; text-decoration: none
}
.forumlist td.forum_title a {
padding-left: 20px;
}
.forumlist td.forum_title a.forum_new {
font-weight: bold; background: url(/images/4/4e/Forum_new.gif)
center left no-repeat; padding-left: 20px;
}
.forumlist td.forum_title a.forum_new:visited {
font-weight: normal; background: none; padding-left: 20px;
}
.forumlist th.forum_title {
padding-left: 20px;
}
/* </pre> */
table.navbox { /* Navbox container style */
border: 1px solid #aaa;
width: 100%;
margin: auto;
clear: both;
font-size: 88%;
text-align: center;
padding: 1px;
} table.navbox + table.navbox { /* Single pixel border between adjacent navboxes */
margin-top: -1px; /* (doesn't work for IE6, but that's okay) */
} .navbox-title, .navbox-abovebelow, table.navbox th {
text-align: center; /* Title and above/below styles */
padding-left: 1em;
padding-right: 1em;
} .navbox-group { /* Group style */
white-space: nowrap;
text-align: right;
font-weight: bold;
padding-left: 1em;
padding-right: 1em;
} .navbox, .navbox-subgroup {
background: #fdfdfd; /* Background color */
} .navbox-list {
border-color: #fdfdfd; /* Must match background color */
} .navbox-title, table.navbox th {
background: #ccccff; /* Level 1 color */
} .navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title {
background: #ddddff; /* Level 2 color */
} .navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
background: #e6e6ff; /* Level 3 color */
} .navbox-even {
background: #f7f7f7; /* Even row striping */
} .navbox-odd {
background: transparent; /* Odd row striping */
}
.collapseButton { /* 'show'/'hide' buttons created dynamically */
float: right; /* by the CollapsibleTables javascript in */
font-weight: normal; /* MediaWiki:Common.jsare styled here */
text-align: right; /* so they can be customised. */
width: auto;
} .navbox .collapseButton { /* In navboxes, the show/hide button balances */
width: 6em; /* the vde links from Template:Tnavbar, */
} /* so they need to be the same width. */
/* Infobox template style */ .infobox {
border: 1px solid #aaa;
background-color: #f9f9f9;
color: black;
margin: 0.5em 0 0.5em 1em;
padding: 0.2em;
float: right;
clear: right;
} .infobox td, .infobox th {
vertical-align: top;
} .infobox caption {
font-size: larger;
} .infobox.bordered {
border-collapse: collapse;
} .infobox.bordered td, .infobox.bordered th {
border: 1px solid #aaa;
} .infobox.bordered .borderless td, .infobox.bordered .borderless th {
border: 0;
}
.infobox.sisterproject {
width: 20em;
font-size: 90%;
}
.infobox.standard-talk {
border: 1px solid #c0c090;
background-color: #f8eaba;
} .infobox.standard-talk.bordered td, .infobox.standard-talk.bordered th {
border: 1px solid #c0c090;
}
/* styles for bordered infobox with merged rows */ .infobox.bordered .mergedtoprow td, .infobox.bordered .mergedtoprow th {
border: 0;
border-top: 1px solid #aaa;
border-right: 1px solid #aaa;
}
.infobox.bordered .mergedrow td, .infobox.bordered .mergedrow th {
border: 0;
border-right: 1px solid #aaa;
}
/* Styles for geography infoboxes, eg countries,
country subdivisions, cities, etc. */
.infobox.geography {
text-align: left;
border-collapse: collapse;
line-height: 1.2em;
font-size: 90%;
}
.infobox.geography td, .infobox.geography th {
border-top: solid 1px #aaa;
padding: 0.4em 0.6em 0.4em 0.6em;
} .infobox.geography .mergedtoprow td, .infobox.geography .mergedtoprow th {
border-top: solid 1px #aaa;
padding: 0.4em 0.6em 0.2em 0.6em;
}
.infobox.geography .mergedrow td, .infobox.geography .mergedrow th {
border: 0;
padding: 0 0.6em 0.2em 0.6em;
}
.infobox.geography .mergedbottomrow td, .infobox.geography .mergedbottomrow th {
border-top: 0;
border-bottom: solid 1px #aaa;
padding: 0 0.6em 0.4em 0.6em;
}
.infobox.geography .maptable td, .infobox.geography .maptable th {
border: 0;
padding: 0;
}
/* Article message box styles */ table.ambox {
margin: 0px 10%; /* 10% = Will not overlap with other elements */
border: 1px solid #aaa;
border-left: 10px solid #1e90ff; /* Default "notice" blue */
background: #fbfbfb;
} table.ambox + table.ambox { /* Single border between stacked boxes. */
margin-top: -1px;
} .ambox th.mbox-text, .ambox td.mbox-text { /* The message body cell(s) */
padding: 0.25em 0.5em; /* 0.5em left/right */
} .ambox td.mbox-image { /* The left image cell */
padding: 2px 0 2px 0.5em; /* 0.5em left, 0px right */
} .ambox td.mbox-imageright { /* The right image cell */
padding: 2px 0.5em 2px 0; /* 0px left, 0.5em right */
}
table.ambox-notice {
border-left: 10px solid #1e90ff; /* Blue */
} table.ambox-speedy {
border-left: 10px solid #b22222; /* Red */
background: #fee; /* Pink */
} table.ambox-delete {
border-left: 10px solid #b22222; /* Red */
} table.ambox-content {
border-left: 10px solid #f28500; /* Orange */
} table.ambox-style {
border-left: 10px solid #f4c430; /* Yellow */
} table.ambox-move {
border-left: 10px solid #9932cc; /* Purple */
} table.ambox-protection {
border-left: 10px solid #bba; /* Gray-gold */
}
/* Other pages message box styles */ table.ombox { margin: 4px 10%; border-collapse: collapse; border: 1px solid #aaa; /* Default "notice" gray */ background: #f9f9f9; } Â table.ombox-notice { border: 1px solid #aaa; /* Gray */ } table.ombox-speedy { border: 2px solid #b22222; /* Red */ background: #fee; /* Pink */ } table.ombox-delete { border: 2px solid #b22222; /* Red */ } table.ombox-content { border: 1px solid #f28500; /* Orange */ } table.ombox-style { border: 1px solid #f4c430; /* Yellow */ } table.ombox-move { border: 1px solid #9932cc; /* Purple */ } table.ombox-protection { border: 2px solid #bba; /* Gray-gold */ }
#
/* ################################################## */
#
/* ### PORTALS ### */
#
/* ################################################## */
#
#
.portal_tabs {
#
text-align: center;
#
font-size: 90%;
#
white-space: nowrap;
#
padding: 4px 10px;
#
text-decoration: none;
#
background: #DDD;
#
color: #000;
#
border: 3px solid #FFF;
#
}
#
#
table.portal_section {
#
width: 100%;
#
background: transparent;
#
margin-top: 0px;
#
margin-bottom: 5px;
#
border: 1px solid #AAA;
#
}
#
#
th.portal_header {
#
background: #044D22 url(http://images3.wikia.nocookie.net/fallout/images//d/d1/WidgetBackground.jpg?1);
#
border: 3px solid #FFF;
#
padding: 5px;
#
color: #FFF;
#
font-size: 110%;
#
font-weight: bold;
#
text-align: left;
#
}
#
#
td.portal_body {
#
border-width: 0 3px 3px 3px;
#
border-style: solid;
#
border-color: #FFF;
#
background-color: #DDD;
#
padding: 5px;
#
}
#
#
/* TOC */
#
.portal_toc {
#
width: 100%;
#
font-size: 95%;
#
}
#
#
.portal_toc td {
#
vertical-align: top;
#
padding: 0 5px;
#
}
#
#
.portal_toc p {
#
font-weight: bold;
#
border-bottom: 1px solid #FFF;
#
}
#
#
/* Intro - image buttons */
#
table.portal_buttons {
#
text-align: center;
#
font-size: 95%;
#
margin: 0 auto;
#
}
#
#
table.portal_buttons th,
#
table.portal_buttons td {
#
width: 25%;
#
}
#
#
table.portal_buttons th {
#
vertical-align: middle;
#
font-weight: normal;
#
padding-top: 3px;
#
}
#
#
table.portal_buttons td {
#
vertical-align: top;
#
padding-bottom: 3px;
#
}
#
#
/* Footer */
#
table.portal_footer {
#
background: transparent;
#
margin: 10px auto 0;
#
text-align: center;
#
width: 620px;
#
padding: 0;
#
border-collapse: collapse;
#
}
#
#
table.portal_footer table {
#
margin: 0 auto;
#
}
#
#
table.portal_footer table th {
#
font-variant: small-caps;
#
font-weight: normal;
#
padding: 0 0.5em;
#
line-height: normal;
#
}
#
#
table.portal_footer table td {
#
font-size:smaller;
#
border-top: 1px solid #AAA;
#
padding: 0 0.5em;
#
}
#
#
/* Did you know */
#
.portal_dyk_cont p {
#
margin: 0 0 0 1.5em;
#
text-indent: -1.5em;
#
}
#
#
/* Header - links */
#
th.portal_header a:link {
#
color: #AFA000;
#
}
#
th.portal_header a:visited {
#
color: #B6A700;
#
}
#
th.portal_header a:hover {
#
color: #FFF;
#
}
#
th.portal_header a:active {
#
color: #FFF;
#
}
#
th.portal_header a.new {
#
color: #F11 !important;
#user_masthead_scorecard { display:none; }
/* <pre> */
HILITED USERNAMES LIST
/*------------------*/
/*--ADMINISTRATORS--*/
/*------------------*/
table.diff a[href|="/wiki/User:4th Hale"],
ul.special li a[href|="/wiki/User:4th Hale"],
span.changedby a[href|="/wiki/User:4th Hale"],
div table tr td a[href|="/wiki/User:4th Hale"],
ul#pagehistory li a[href|="/wiki/User:4th Hale"] { color: green; }
table.diff a[href|="/wiki/User:Alxeedo111"],
ul.special li a[href|="/wiki/User:Alxeedo111"],
span.changedby a[href|="/wiki/User:Alxeedo111"],
div table tr td a[href|="/wiki/User:Alxeedo111"],
ul#pagehistory li a[href|="/wiki/User:Alxeedo111"] { color: green; }
table.diff a[href|="/wiki/User:Barkjon"],
ul.special li a[href|="/wiki/User:Barkjon"],
span.changedby a[href|="/wiki/User:Barkjon"],
div table tr td a[href|="/wiki/User:Barkjon"],
ul#pagehistory li a[href|="/wiki/User:Barkjon"] { color: green; }
table.diff a[href|="/wiki/User:CatZip888"],
ul.special li a[href|="/wiki/User:CatZip888"],
span.changedby a[href|="/wiki/User:CatZip888"],
div table tr td a[href|="/wiki/User:CatZip888"],
ul#pagehistory li a[href|="/wiki/User:CatZip888"] { color: green; }
table.diff a[href|="/wiki/User:Ced1214"],
ul.special li a[href|="/wiki/User:Ced1214"],
span.changedby a[href|="/wiki/User:Ced1214"],
div table tr td a[href|="/wiki/User:Ced1214"],
ul#pagehistory li a[href|="/wiki/User:Ced1214"] { color: green; }
table.diff a[href|="/wiki/User:Dancing Penguin"],
ul.special li a[href|="/wiki/User:Dancing Penguin"],
span.changedby a[href|="/wiki/User:Dancing Penguin"],
div table tr td a[href|="/wiki/User:Dancing Penguin"],
ul#pagehistory li a[href|="/wiki/User:Dancing Penguin"] { color: green; }
table.diff a[href|="/wiki/User:Freeloh"],
ul.special li a[href|="/wiki/User:Freeloh"],
span.changedby a[href|="/wiki/User:Freeloh"],
div table tr td a[href|="/wiki/User:Freeloh"],
ul#pagehistory li a[href|="/wiki/User:Freeloh"] { color: green; }
table.diff a[href|="/wiki/User:Hat Pop"],
ul.special li a[href|="/wiki/User:Hat Pop"],
span.changedby a[href|="/wiki/User:Hat_Pop"],
div table tr td a[href|="/wiki/User:Hat_Pop"],
ul#pagehistory li a[href|="/wiki/User:Hat_Pop"] { color: green; }
table.diff a[href|="/wiki/User:Pingali_Moi "],
ul.special li a[href|="/wiki/User:Pingali_Moi "],
span.changedby a[href|="/wiki/User:Pingali-Moi "],
div table tr td a[href|="/wiki/User:Pingali_Moi "],
ul#pagehistory li a[href|="/wiki/User:Pingali_Moi "] { color: green; }
table.diff a[href|="/wiki/User:Seahorseruler"],
ul.special li a[href|="/wiki/User:Seahorseruler"],
span.changedby a[href|="/wiki/User:Seahorseruler"],
div table tr td a[href|="/wiki/User:Seahorseruler"],
ul#pagehistory li a[href|="/wiki/User:Seahorseruler"] { color: green; }
table.diff a[href|="/wiki/User:Sharkbate"],
ul.special li a[href|="/wiki/User:Sharkbate"],
span.changedby a[href|="/wiki/User:Sharkbate"],
div table tr td a[href|="/wiki/User:Sharkbate"],
ul#pagehistory li a[href|="/wiki/User:Sharkbate"] { color: green; }
table.diff a[href|="/wiki/User:Sith_Cub"],
ul.special li a[href|="/wiki/User:Sith_Cub"],
span.changedby a[href|="/wiki/User:Sith_Cub"],
div table tr td a[href|="/wiki/User:Sith_Cub"],
ul#pagehistory li a[href|="/wiki/User:Sith_Cub"] { color: green; }
table.diff a[href|="/wiki/User:Sk8rbluscat-2"],
ul.special li a[href|="/wiki/User:Sk8rbluscat_2"],
span.changedby a[href|="/wiki/User:Sk8rbluscat_2"],
div table tr td a[href|="/wiki/User:Sk8rbluscat_2"],
ul#pagehistory li a[href|="/wiki/User:Sk8rbluscat_ 2"] { color: green; }
table.diff a[href|="/wiki/User:Spider880"],
ul.special li a[href|="/wiki/User:Spider880"],
span.changedby a[href|="/wiki/User:Spider880"],
div table tr td a[href|="/wiki/User:Spider880"],
ul#pagehistory li a[href|="/wiki/User:Spider880"] { color: green; }
table.diff a[href|="/wiki/User:Staffan15"],
ul.special li a[href|="/wiki/User:Staffan15"],
span.changedby a[href|="/wiki/User:Staffan15"],
div table tr td a[href|="/wiki/User:Staffan15"],
ul#pagehistory li a[href|="/wiki/User:Staffan15"] { color: green; }
table.diff a[href|="/wiki/User:Tigernose"],
ul.special li a[href|="/wiki/User:Tigernose"],
span.changedby a[href|="/wiki/User:Tigernose"],
div table tr td a[href|="/wiki/User:Tigernose"],
ul#pagehistory li a[href|="/wiki/User:Tigernose"] { color: green; }
table.diff a[href|="/wiki/User:TurtleShroom "],
ul.special li a[href|="/wiki/User:TurtleShroom "],
span.changedby a[href|="/wiki/User:TurtleShroom "],
div table tr td a[href|="/wiki/User:TurtleShroom "],
ul#pagehistory li a[href|="/wiki/User:TurtleShroom "] { color: green; }
table.diff a[href|="/wiki/User:Wompus78"],
ul.special li a[href|="/wiki/User:Wompus78"],
span.changedby a[href|="/wiki/User:Wompus78"],
div table tr td a[href|="/wiki/User:Wompus78"],
ul#pagehistory li a[href|="/wiki/User:Wompus78"] { color: green }
/* </pre> */