Grimm Wiki
Advertisement
Grimm Wiki
1,751
pages

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. *****/
@import url(http://fast.fonts.net/cssapi/a028a309-40aa-4bd7-890e-8c9f9d7fed8a.css);

/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect {
   font-style: italic;
}
.allpagesredirect:after {
   color: #808080; content: " (redirect)"
}
.watchlistredir {
   font-style: italic;
}

/* Header thanks to the Arrow Wiki */
.WikiHeader > nav {
 
background-image: linear-gradient(left, rgba(255,255,255,0.5), rgba(255,255,255,0.6), transparent, transparent, transparent, transparent)!important;
background-image: linear-gradient(to right, rgba(255,255,255,0.5), rgba(255,255,255,0.6), transparent, transparent, transparent, transparent)!important;
background-image: -o-linear-gradient(left, rgba(255,255,255,0.5), rgba(255,255,255,0.6), transparent, transparent, transparent, transparent)!important;
background-image: -moz-linear-gradient(left, rgba(255,255,255,0.5), rgba(255,255,255,0.6), transparent, transparent, transparent, transparent)!important;
background-image: -webkit-linear-gradient(left, rgba(255,255,255,0.5), rgba(255,255,255,0.6), transparent, transparent, transparent, transparent)!important;
    border-radius:5px 5px 0 0;
    bottom: auto;
}

/* Double strikeout text via stackoverflow */
del {
    text-decoration: none;
    position: relative;
}
del:after {
    content: ' ';
    font-size: inherit;
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 45%;
    bottom: 30%;
    border-top: 2px solid #D5D4D4;
    border-bottom: 2px solid #D5D4D4;
}

/* Custom username colors */
a[href$=":ZooBlazer"],
a[href$="/ZooBlazer"] {
	font-weight: bold !important;
	color:#736AFF !important;
}
	
a[href$=":BlutBot"],
a[href$="/BlutBot"] {
	font-weight: bold !important;
	color:#893BFF !important;
}

a[href$=":Grimmaniac"],
a[href$="/Grimmaniac"] {
	font-weight: bold !important;
	color:#32CD32 !important;
}

a[href$=":Gaarmyvet"],
a[href$="/Gaarmyvet"] {
	font-weight: bold !important;
	color: Yellow !important;
	}
	
a[href$=":Bob the Wikipedian"],
a[href$="/Bob the Wikipedian"] { 
	font-weight: bold !important; 
	color: Orange !important; 
}
Advertisement