Difference between revisions of "User:Mario/nookipedia.css"

From Nookipedia, the Animal Crossing wiki
m
Line 47: Line 47:
 
background: SteelBlue;
 
background: SteelBlue;
 
}
 
}
 +
 +
#contentFootCenter {
 +
background: SteelBlue;
 +
height: 100%;
 +
}
 +
 +
#contentFootRight {
 +
background: SteelBlue;
 +
height: 100%;
 +
width: 22px;
 +
height: 22px;
 +
}
 +
 +
#contentFootLeft {
 +
background: SteelBlue;
 +
clear: both;
 +
}
 +
 +
background: url(winter/borders/contentfootleft.png) no-repeat;
  
 
pre {
 
pre {

Revision as of 23:03, December 19, 2013

#contentBodyCenter {
background: SteelBlue;
}

#contentHeadCenter {
background: SteelBlue;
height: 100%;
}
#contentHeadLeft {
background: SteelBlue;
height: 22px;
width: 22px;
}

#contentHeadRight {
background: SteelBlue;
height: 100%;
}

#contentBodyLeft {
background: SteelBlue;
clear: both;
}

textarea {
-webkit-appearance: textarea;
background-color: MidnightBlue;
color: white;
border: 1px solid;
border-image-source: initial;
border-image-slice: initial;
border-image-width: initial;
border-image-outset: initial;
border-image-repeat: initial;
-webkit-rtl-ordering: logical;
-webkit-user-select: text;
flex-direction: column;
resize: auto;
cursor: auto;
padding: 2px;
white-space: pre-wrap;
word-wrap: break-word;
}

#contentBodyRight {
background: SteelBlue;
}

#contentFootCenter {
background: SteelBlue;
height: 100%;
}

#contentFootRight {
background: SteelBlue;
height: 100%;
width: 22px;
height: 22px;
}

#contentFootLeft {
background: SteelBlue;
clear: both;
}

background: url(winter/borders/contentfootleft.png) no-repeat;

pre {
padding: 1em;
border: 1px dashed #2f6fab;
color: LightCyan;
background-color: DeepSkyBlue;
line-height: 1.1em;
}

a.whopatrol, #whopatrollers a, ul.special li a[title="User:Mario"], table.diff a[title="User:Mario"], ul#pagehistory li a[title="User:Mario"] {
color: Red !important;
}

a.whocrat, #whocrats a, ul.special li a[title="User:SuperHamster"], table.diff a[title="User:SuperHamster"], ul#pagehistory li a[title="User:SuperHamster"] {
color: Magenta !important;
}

a {
text-decoration: none;
color: MediumSpringGreen;
}

a:visited {
color: Cyan;
}

a:active {color: Lime; }

.autocomment {
color: Yellow;
}