Club Penguin Army Wiki

We're slowly getting back into action. Join our team here, and read the latest update here.

READ MORE

Club Penguin Army Wiki
No edit summary
(Blanked the page)
Tag: Blanking
 
Line 1: Line 1:
/* All common CSS will display for all caches of every skins on the Wikia. */
 
 
/* ================================================ */
 
 
*/ Template icons */
 
#icons {
 
position:absolute;
 
z-index:100;
 
right:12px;
 
top:10px;
 
float: right;
 
}
 
 
/* ================================================ */
 
 
/* Article message box styles */
 
table.ambox {
 
margin: 0 10%; /* 10% = Will not overlap with other elements */
 
border: 1px solid #a2a9b1;
 
/* @noflip */
 
border-left: 10px solid #36c; /* Default "notice" blue */
 
background-color: #fbfbfb;
 
box-sizing: border-box;
 
}
 
 
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 */
 
/* @noflip */
 
padding: 2px 0 2px 0.5em; /* 0.5em left, 0px right */
 
}
 
 
.ambox td.mbox-imageright { /* The right image cell */
 
/* @noflip */
 
padding: 2px 0.5em 2px 0; /* 0px left, 0.5em right */
 
}
 
 
table.ambox-notice {
 
/* @noflip */
 
border-left: 10px solid #36c; /* Blue */
 
}
 
 
table.ambox-speedy {
 
/* @noflip */
 
border-left: 10px solid #b32424; /* Red */
 
background-color: #fee7e6; /* Pink */
 
}
 
 
table.ambox-delete {
 
/* @noflip */
 
border-left: 10px solid #b32424; /* Red */
 
}
 
 
table.ambox-content {
 
/* @noflip */
 
border-left: 10px solid #f28500; /* Orange */
 
}
 
 
table.ambox-style {
 
/* @noflip */
 
border-left: 10px solid #fc3; /* Yellow */
 
}
 
 
table.ambox-move {
 
/* @noflip */
 
border-left: 10px solid #9932cc; /* Purple */
 
}
 
 
table.ambox-protection {
 
/* @noflip */
 
border-left: 10px solid #a2a9b1; /* Gray-gold */
 
}
 
 
table.ambox-highlight {
 
/* @noflip */
 
border-left: 10px solid #03fc13; /* Green */
 
}
 
 
 
table.ambox-ocean {
 
/* @noflip */
 
border-left: 10px solid #0320a0; /* Dark-blue */
 
}
 
 
 
table.ambox-official {
 
/* @noflip */
 
border-left: 10px solid #000; /* Black */
 
background-color: #fee7e6; /* Pink */
 
}
 
 
table.ambox-royal {
 
/* @noflip */
 
border-left: 10px solid #2e47a9; /* Royal-blue */
 
}
 
 
table.ambox-purple {
 
/* @noflip */
 
border-left: 10px solid #800080; /* Dark-purple */
 
}
 
 
/* ================================================ */
 
 
/* Start of PST Clock */
 
#pst-heading {
 
font: bold 14px 'Burbank Small', Arial, sans-serif;
 
transform: scale(0.9, 1)
 
}
 
.border-radius-5 {
 
border-radius: 5px
 
}
 
.padding-10 {
 
padding: 10px
 
}
 
.text-align-center {
 
text-align: center
 
}
 
#pst-clock {
 
background: #F2F7FC;
 
background: linear-gradient(#F2F7FC, #74a6e8);
 
border: 3px solid #000000;
 
border-radius: 12px;
 
color: #ad0202;
 
position: relative;
 
width: 170px
 
}
 
#time-wrapper, #day {
 
background: #910606;
 
box-shadow: inset 4px 4px 6px #911800;
 
color: #FFF
 
}
 
#time-wrapper {
 
display: inline-block;
 
font: 19px Courier New, monospace;
 
line-height: 16px;
 
width: 150px
 
}
 
#day {
 
font: 14px Arial, sans-serif
 
}
 
#pst-clock-wrapper {
 
margin: 50px 0 0 0
 
}
 
#pst-clock::before {
 
background: url('https://imgur.com/G2rWTYD.png');
 
top: -83px; right: 5px;
 
content: " ";
 
position: absolute;
 
width: 87px; height: 80px;
 
}
 
#power-clock-button {
 
background: url('https://imgur.com/kF6lpBD.png') no-repeat;
 
border: 0;
 
border-radius: 50px;
 
box-sizing: border-box;
 
cursor: pointer;
 
float: right;
 
width: 25px; height: 27px
 
}
 
#power-clock-button:hover {
 
background-position: 0 -27px
 
}
 
#power-clock-button:focus {
 
box-shadow: 0 0 0 2px #fff;
 
outline: 0
 
}
 
#power-clock-button::-moz-focus-inner {
 
border: 0
 
}
 
#power-clock-button:active {
 
background-position: 0 -54px;
 
transform: skew(-8deg)
 
}
 
@media (min-resolution: 99dpi) {
 
#pst-clock::before {
 
background: url('https://imgur.com/7Qm1hDt.png');
 
background-size: cover;
 
}
 
#power-clock-button {
 
background: url('https://imgur.com/2aWeV3s.png') no-repeat;
 
background-size: 25px 81px;
 
}
 
}
 
/* End of PST Clock */
 
 
/* ================================================ */
 
 
/* Front page styling */
 
.frontpage-box {
 
background: #fff;
 
border-spacing: 4px;
 
border: 1px solid #aaa;
 
-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.66);
 
-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.66);
 
box-shadow: 0 0 6px rgba(0, 0, 0, 0.66);
 
margin-bottom: 2em;
 
margin-top: 2em;
 
width: 100%;
 
}
 
.frontpage-box th {
 
background: #e8ac4d;
 
border: 2px solid #e8ac4d;
 
color: white;
 
padding: 3px;
 
text-align: center;
 
vertical-align: top;
 
}
 
.frontpage-box td {
 
padding: 5px;
 
text-align: left;
 
}
 
.frontpage-tag-rcs .ForumActivityModule {
 
width: 263px;
 
overflow: auto;
 
}
 
.frontpage-box .page-title {
 
white-space: normal !important;
 
}
 
.frontpage-box h2 {
 
line-height: 22px;
 
margin: 0;
 
padding: 0;
 
}
 

Latest revision as of 23:08, 26 July 2021