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

From Nookipedia, the Animal Crossing wiki
m
(Replaced content with "Will revert once winter comes around again. :)")
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
+
Will revert once winter comes around again. :)
#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;
 
}
 
 
 
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;
 
}
 

Latest revision as of 15:17, March 19, 2014

Will revert once winter comes around again. :)