Once Upon a Time Wiki
Advertisement

Note: After saving, you have to bypass your browser's cache to see the changes.

  • Internet Explorer: hold down the Ctrl key and click the Refresh or Reload button, or press Ctrl+F5.
  • Firefox: hold down the Shift key while clicking Reload; alternatively press Ctrl+F5 or Ctrl-Shift-R.
  • Opera users have to clear their caches through Tools→Preferences
  • Konqueror and Safari users can just click the Reload button.
  • Chrome: press Ctrl+F5 or Shift+F5
/**********
	Link colors
**********/
/*
.WikiaArticle a, a {color:#0a3073;}
.WikiaArticle a:link {color:#3396C2;}
.WikiaArticle a[href ^="http://en.wikipedia.org"] {color:#3366BB;}
.WikiaArticle a[href ^="http://en.wikipedia.org"]:visited {color:#3366bb !important;}
.WikiaArticle a.new {color:#ba0000 !important;}
.WikiaArticle a.new:visited {color:#ff3030 !important;}
*/
a.external, a.extiw {color:#3399FF;}
.WikiaArticle a:visited {color:#2447B2;}
.WikiaImagePlaceholderInner0 a:visited {color:#fff;}
span.plainlinks a.external:visited {color:#2447B2;}
a.external:visited {color:#2447B2;}
.WikiaArticle a:hover {color:#3333CC; text-decoration:none;}
a:active {color:#C2BF30;}

body 
{  
cursor:url(http://images1.wikia.nocookie.net/__cb20120613195142/onceuponatime8042/images/6/69/Belle1.gif),auto;
}
 
fieldset #wpWatch
{
cursor:url(http://images3.wikia.nocookie.net/__cb20120525074023/onceuponatime8042/images/7/7c/CursorLink.png),auto !important;
}
 
fieldset .mw-input label
{
cursor:url(http://images1.wikia.nocookie.net/__cb20120613195142/onceuponatime8042/images/6/69/Belle1.gif),auto !important;
}
 
fieldset #wpConfirmB
{
cursor:url(http://images3.wikia.nocookie.net/__cb20120525074023/onceuponatime8042/images/7/7c/CursorLink.png),auto !important;
}
 
fieldset select
{
cursor:url(http://images1.wikia.nocookie.net/__cb20120613195142/onceuponatime8042/images/6/69/Belle1.gif),auto !important;
}
 
#wpReason
{
cursor:url(http://images2.wikia.nocookie.net/__cb20120525050150/onceuponatime8042/images/c/c0/CursorText.gif),auto !important;
}
 
td.mw-label label
{
cursor:url(http://images1.wikia.nocookie.net/__cb20120613195142/onceuponatime8042/images/6/69/Belle1.gif),auto !important;
}
 
.createboxInput
{
cursor:url(http://images2.wikia.nocookie.net/__cb20120525050150/onceuponatime8042/images/c/c0/CursorText.gif),auto !important;
}
 
.createboxButton
{
cursor:url(http://images3.wikia.nocookie.net/__cb20120525074023/onceuponatime8042/images/7/7c/CursorLink.png),auto !important;
}
 
.WikiaSearch button
{
cursor:url(http://images3.wikia.nocookie.net/__cb20120525074023/onceuponatime8042/images/7/7c/CursorLink.png),auto !important;
}
 
.wpMinoredit
{
cursor:url(http://images3.wikia.nocookie.net/__cb20120525074023/onceuponatime8042/images/7/7c/CursorLink.png),auto !important;
}
 
#wpMinoredit
{
cursor:url(http://images3.wikia.nocookie.net/__cb20120525074023/onceuponatime8042/images/7/7c/CursorLink.png),auto !important;
}
 
body a
{
cursor:url(http://images3.wikia.nocookie.net/__cb20120525074023/onceuponatime8042/images/7/7c/CursorLink.png),auto !important;
}
 
.wikia-menu-button
{
cursor:url(http://images3.wikia.nocookie.net/__cb20120525074023/onceuponatime8042/images/7/7c/CursorLink.png),auto !important;
}
 
button.close.wikia-chiclet-button
{
cursor:url(http://images3.wikia.nocookie.net/__cb20120525074023/onceuponatime8042/images/7/7c/CursorLink.png),auto !important;
}
 
.WikiaSearch input
{
cursor:url(http://images2.wikia.nocookie.net/__cb20120525050150/onceuponatime8042/images/c/c0/CursorText.gif),auto !important;
}
 
#wpSave
{
cursor:url(http://images3.wikia.nocookie.net/__cb20120525074023/onceuponatime8042/images/7/7c/CursorLink.png),auto !important;
}
 
textarea
{
cursor:url(http://images2.wikia.nocookie.net/__cb20120525050150/onceuponatime8042/images/c/c0/CursorText.gif),auto !important;
}
 
.editpage-widemode-trigger
{
cursor:url(http://images3.wikia.nocookie.net/__cb20120525074023/onceuponatime8042/images/7/7c/CursorLink.png),auto !important;
}
 
.mw-toolbar-editbutton
{
cursor:url(http://images3.wikia.nocookie.net/__cb20120525074023/onceuponatime8042/images/7/7c/CursorLink.png),auto !important;
}

p:hover{
  cursor: url('http://images2.wikia.nocookie.net/__cb20120525050150/onceuponatime8042/images/c/c0/CursorText.gif'), text;
}

/* default skin for navigation boxes */
table.navbox {
    background-color: #f9f9f9;
    border: 1px solid #aaa;
    clear: both;
    font-size: 90%;
    margin: 1em 0em 0em;
    padding: 2px;
    text-align: left;
    width: 100%;
}

table.navbox th {
    background-color: #ccf;
    padding-left: 1em;
    padding-right: 1em;
}

table.navbox tr:not(:first-child) th {
    background-color: #ddf;
}

@media print {
    .navbox {
        display: none;
    }
}

/* Standard Navigationsleisten, aka box hiding thingy from .de.  Documentation at [[Wikipedia:NavFrame]]. */

div.Boxmerge,
div.NavFrame {
        margin: 0px;
        padding: 4px;
        border: 1px solid #aaa;
        text-align: center;
        border-collapse: collapse;
        font-size: 95%;
}
div.Boxmerge div.NavFrame {
        border-style: none;
        border-style: hidden;
}
div.NavFrame + div.NavFrame {
        border-top-style: none;
        border-top-style: hidden;
}
div.NavPic {
        background-color: #fff;
        margin: 0px;
        padding: 2px;
        float: left;
}
div.NavFrame div.NavHead {
        height: 1.6em;
        font-weight: bold;
        background-color: #ccccff;
        position:relative;
}
div.NavFrame p {
        font-size: 100%;
}
div.NavFrame div.NavContent {
        font-size: 100%;
}
div.NavFrame div.NavContent p {
        font-size: 100%;
}
div.NavEnd {
        margin: 0px;
        padding: 0px;
        line-height: 1px;
        clear: both;
}
a.NavToggle {
        position:absolute;
        top:0px;
        right:3px;
        font-weight:normal;
        font-size:smaller;
}

.pollAnswerVotes div {
   background-color: #C3C3E0 !important;
}

.wikia-slideshow-images-wrapper {
   background-color: #C3C3E0 !important;
}

/* === Hide "Image added by" on articles === */
.WikiaArticle .picture-attribution {display:none;}

/* Different colors for Jake -- RC, diffs, histories */
 
ul#pagehistory li a[href="/wiki/User:Jacobier"],
ul.special li a[href="/wiki/User:Jacobier"],
table.mw-enhanced-rc td a[href="/wiki/User:Jacobier"] {font-weight:bold !important; color:goldenrod !important;}
 
/* Different colors for Jake -- Wikia stuff: blogs, activity and rail */
 
.WikiaBlogListing .author-details span a[href="/wiki/User:Jacobier"],
.WikiaBlogListingBox .author-details span a[href="/wiki/User:Jacobier"],
.WikiaBlogPostHeader .author-details a[href="/wiki/User:Jacobier"],
#WikiaRail a[href="/wiki/User:Jacobier"],
#wikiactivity-main a[href="/wiki/User:Jacobier"],
a.real-name[href="http://regularshow.wikia.com/wiki/Talk_page:Jacobier"] {font-weight:bold !important; color:goldenrod !important;}
 
/* Different colors for Jake -- Wikia stuff: comments */
 
.edited-by a[href="http://regularshow.wikia.com/wiki/User:Jacobier"],
.edited-by a[href="http://regularshow.wikia.com/wiki/Talk_page:Jacobier"] {font-weight:bold !important; color:#goldenrod !important;}

/* Different colors for Gigi -- RC, diffs, histories */
 
ul#pagehistory li a[href="/wiki/User:Utter_solitude"],
ul.special li a[href="/wiki/User:Utter_solitude"],
table.mw-enhanced-rc td a[href="/wiki/User:Utter_solitude"] {font-weight:bold !important; color:purple !important;}
 
/* Different colors for Gigi -- Wikia stuff: blogs, activity and rail */
 
.WikiaBlogListing .author-details span a[href="/wiki/User:Utter_solitude"],
.WikiaBlogListingBox .author-details span a[href="/wiki/User:Utter_solitude"],
.WikiaBlogPostHeader .author-details a[href="/wiki/User:Utter_solitude"],
#WikiaRail a[href="/wiki/User:Utter_solitude"],
#wikiactivity-main a[href="/wiki/User:Utter_solitude"],
a.real-name[href="http://regularshow.wikia.com/wiki/Talk_page:Utter_solitude"] {font-weight:bold !important; color:purple !important;}
 
/* Different colors for Gigi -- Wikia stuff: comments */
 
.edited-by a[href="http://regularshow.wikia.com/wiki/User:Utter_solitude"],
.edited-by a[href="http://regularshow.wikia.com/wiki/Talk_page:Utter_solitude"] {font-weight:bold !important; color:#purple !important;}

/* Different colors for Bee -- RC, diffs, histories */
 
ul#pagehistory li a[href="/wiki/User:Aurorsol"],
ul.special li a[href="/wiki/User:Aurorsol"],
table.mw-enhanced-rc td a[href="/wiki/User:Aurorsol"] {font-weight:bold !important; color:blue !important;}
 
/* Different colors for Bee -- Wikia stuff: blogs, activity and rail */
 
.WikiaBlogListing .author-details span a[href="/wiki/User:Aurorsol"],
.WikiaBlogListingBox .author-details span a[href="/wiki/User:Aurorsol"],
.WikiaBlogPostHeader .author-details a[href="/wiki/User:Aurorsol"],
#WikiaRail a[href="/wiki/User:Aurorsol"],
#wikiactivity-main a[href="/wiki/User:Aurorsol"],
a.real-name[href="http://regularshow.wikia.com/wiki/Talk_page:Aurorsol"] {font-weight:bold !important; color:blue !important;}
 
/* Different colors for Bee -- Wikia stuff: comments */
 
.edited-by a[href="http://regularshow.wikia.com/wiki/User:Aurorsol"],
.edited-by a[href="http://regularshow.wikia.com/wiki/Talk_page:Aurorsol"] {font-weight:bold !important; color:blue !important;}

/* Different colors for Nat -- RC, diffs, histories */
 
ul#pagehistory li a[href="/wiki/User:Applegirl"],
ul.special li a[href="/wiki/User:Applegirl"],
table.mw-enhanced-rc td a[href="/wiki/User:Applegirl"] {font-weight:bold !important; color:darkred !important;}
 
/* Different colors for Nat -- Wikia stuff: blogs, activity and rail */
 
.WikiaBlogListing .author-details span a[href="/wiki/User:Applegirl"],
.WikiaBlogListingBox .author-details span a[href="/wiki/User:Applegirl"],
.WikiaBlogPostHeader .author-details a[href="/wiki/User:Applegirl"],
#WikiaRail a[href="/wiki/User:Applegirl"],
#wikiactivity-main a[href="/wiki/User:Applegirl"],
a.real-name[href="http://regularshow.wikia.com/wiki/Talk_page:Applegirl"] {font-weight:bold !important; color:darkred !important;}
 
/* Different colors for Nat -- Wikia stuff: comments */
 
.edited-by a[href="http://regularshow.wikia.com/wiki/User:Applegirl"],
.edited-by a[href="http://regularshow.wikia.com/wiki/Talk_page:Applegirl"] {font-weight:bold !important; color:#darkred !important;}

a[href="/wiki/User:Jacobier"] { color:goldenrod; font-weight:bold; !important; }
	
a[href="/wiki/User:Utter_solitude"] { color:purple; font-weight:bold; !important; }
 	
a[href="/wiki/User:Aurorsol"] { color:blue; font-weight:bold; !important; }
 	
a[href="/wiki/User:Applegirl"] { color:darkred; font-weight:bold; !important; }

/*** Article Comments - Admin Highlighting ***/
.comments li[data-user="Utter solitude"] blockquote {
   color:black !important; background:#DBB8FF
url("http://images2.wikia.nocookie.net/potcoplayers/images/3/30/%40admins_sig_line.png") bottom center no-repeat !important;
}
.comments li[data-user="Utter solitude"] blockquote:after {
   border-color: transparent #DBB8FF #DBB8FF transparent !important;
}
.comments li[data-user="Utter solitude"] blockquote div {
   background: transparent  !important;
}
.comments li[data-user="Utter solitude"] blockquote {color:#310031 !important;}
 
}
.comments li[data-user="Utter solitude"] blockquote div {
   background: transparent !important;
}
.comments li[data-user="Utter solitude"] blockquote {border: 1px solid #000 !important;}
 
.comments li[data-user="Jacobier"] blockquote {
   color:black !important; background:#FFFF66 url("http://images2.wikia.nocookie.net/potcoplayers/images/3/30/%40admins_sig_line.png") bottom center no-repeat !important;
}
.comments li[data-user="Jacobier"] blockquote:after {
   border-color: transparent #FFFF66 #FFFF66 transparent !important;
}
.comments li[data-user="Jacobier"] blockquote {color:#FF9900 !important;
}
.comments li[data-user="Jacobier"] blockquote {border: 1px solid #000 !important;}

.comments li[data-user="Applegirl"] blockquote {
   color:black !important; background:#9999FF url("http://images2.wikia.nocookie.net/potcoplayers/images/3/30/%40admins_sig_line.png") bottom center no-repeat !important;
}
.comments li[data-user="Applegirl"] blockquote:after {
   border-color: transparent #9999FF #9999FF transparent !important;
}
.comments li[data-user="Applegirl"] blockquote {color:#0066CC !important;
}
.comments li[data-user="Applegirl"] blockquote {border: 1px solid #000 !important;}

.comments li[data-user="Aurorsol"] blockquote {
   color:black !important; background:#D1FFC2 url("http://images2.wikia.nocookie.net/potcoplayers/images/3/30/%40admins_sig_line.png") bottom center no-repeat !important;
}
.comments li[data-user="Aurorsol"] blockquote:after {
   border-color: transparent #D1FFC2 #D1FFC2 transparent !important;
}
.comments li[data-user="Aurorsol"] blockquote {color:#black !important;
}
.comments li[data-user="Aurorsol"] blockquote {border: 1px solid #000 !important;}
Advertisement