User:Woganhemlock/wikia.css

This is an old revision of this page, as edited by imported>Woganhemlock at 10:02, 4 June 2012. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Important note on account security
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with importScript or iusc, take note that this causes you to dynamically load a remote script, which could be changed by others. The code will be executed when you preview this page.

Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Edge: Press Ctrl-Shift-Del, select Cached data and files, and click Clear
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
// 23:51, January 20, 2012 (UTC)
// <source lang="CSS">
// custom Eeveelutions css theme - work in progress
// works on Oasis/Wikia skin
// original design by Woganhemlock, http://sims.wikia.com/wiki/User:Woganhemlock
// code from various sources
//
 
/*fixed bg*/
 
body {
background-attachment: fixed;
}
 
/*removal of borders on images caused by wikia updates*/
 
.WikiaArticle .tright, .WikiaArticle .tleft {
outline: inherit
}
 
/*Wiki translucent background - allows the background to be partially visible into the article space. Additional code added to eliminate shadow mask (gray horizontal bar) */
 
.WikiaPageBackground {
   background: transparent url(http://images4.wikia.nocookie.net/__cb20120213083837/woganhemlockstest/images/d/d2/Blank.png);
}
.WikiHeader .shadow-mask {
   display: none;
}
 
/*custom font face*/
 
body, .category-gallery-item .snippet .text, a.wikia-button, .wikia-single-button a, .wikia-menu-button, input, .button, button, select {font-family:tahoma !important;}
 
/*add the background*/
 
body {
background:url(http://images4.wikia.nocookie.net/woganhemlockstest/images/1/18/Skin-base4.png) no-repeat center top #000 ;
}
 
/*fixed bg*/
 
body {
background-attachment: fixed;
}
 
/*recolour the toolbar and header*/
 
.WikiaHeader, .WikiaFooter .toolbar {
background-color:#ff0000;
background-image: -moz-linear-gradient(left, #808080 0, #666666 50%, #808080 100%);
background-image: -webkit-gradient(linear, 0% 0%, 100% 0%, color-stop(0, #808080), color-stop(50%, #808080), color-stop(100%, #808080));
}
 
/*recolour buttons*/
 
a.wikia-button, .wikia-single-button a, .wikia-menu-button, input[type="submit"], input[type="reset"], input[type="button"], .button, button {
background-image: -moz-linear-gradient(top, #B2B2B2 35%, #999999 65%);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(35%, #B2B2B2), color-stop(65%, #999999));
}
 
a.wikia-button:hover, .wikia-single-button a:hover, .wikia-menu-button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:hover, button:hover, .wikia-menu-button:hover, .wikia-menu-button > a:hover, .wikia-menu-button .drop:hover {
background-image: -moz-linear-gradient(top, #cccccc 35%, #aaaaaa 65%);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(35%, #808080), color-stop(65%, #666666));
}
 
a.wikia-button:active, .wikia-single-button a:active, .wikia-menu-button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active, .button:active, button:active, .wikia-menu-button > a:active, .wikia-menu-button .drop:active {
background-image: -moz-linear-gradient(top, #888888 35%, #666666 65%);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(35%, #333333), color-stop(65%, #4D4D4D));
}
 
/*override moasic*/
 
.WikiHeaderRestyle, .WikiHeaderRestyle nav {background: none !important;}
 
/* Giving user page tabs rounded corners */
 
.WikiaUserPagesHeader .tabs li a {border-radius: 5px 5px 0px 0px}
 
/* highlight awesome users */
 
/* Profile masthead background color */
.UserProfileMasthead .masthead-info hgroup{ 
	background-color: #008BE3;
	background-image: -moz-linear-gradient(top, #008BE3 0%, #006CB0 100%);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #008BE3), color-stop(100%, #006CB0));
}
 
/*highlights on recentchanges*/
 
.newpage { color : #197FE6; }
.minor { color : #A3B2C2; }
.unpatrolled { color : #337FCC; }
.bot { color : #A3CCF5; }
 
/*bots*/
a[href="/wiki/User:A bot"],
a[href="/wiki/User:VickyBot"],
a[href="/wiki/User:Wikia"],
a[href="/wiki/User:WoganBot"] { color:#BDD1DB !important; font-weight:bold !important; }
 
/*admins*/
a[href="/wiki/User:Andronikos_Leventis"],
a[href="/wiki/User:Auror_Andrachome"],
a[href="/wiki/User:BobNewbie"],
a[href="/wiki/User:CookieMonster888"],
a[href="/wiki/User:DarthCookie"],
a[href="/wiki/User:Nikel23"],
a[href="/wiki/User:RoseGui"],
a[href="/wiki/User:Wiryawan310"] { color:#4D7FB2 !important; font-weight:bold !important; }
 
/*crats*/
a[href="/wiki/User:A_morris"],
a[href="/wiki/User:Bleeh"],
a[href="/wiki/User:Duskey"],
a[href="/wiki/User:Dharden"],
a[href="/wiki/User:Bob_Newbie_is_kl"],
a[href="/wiki/User:GEORGIEGIBBONS"],
a[href="/wiki/User:Jamie"],
a[href="/wiki/User:KazeNoYouko"],
a[href="/wiki/User:Makiah"],
a[href="/wiki/User:Random_Ranaun"] { color:#5299E0 !important; font-weight:bold !important; }
 
/* Helpers */
 
a[href="/wiki/User:Anoon6"],
a[href="/wiki/User:Bschmid"],
a[href="/wiki/User:Cizagna"],
a[href="/wiki/User:Danke7"],
a[href="/wiki/User:Gocki77"],
a[href="/wiki/User:JParanoid"],
a[href="/wiki/User:Kuzura"],
a[href="/wiki/User:Laximilian_scoken"],
a[href="/wiki/User:Minerva_Titani"],
a[href="/wiki/User:SVG"],
a[href="/wiki/User:Tommy6"],
a[href="/wiki/User:Wyz"] { color:#7DC4E8 !important; font-weight:bold !important; }
 
/* VSTF */
 
a[href="/wiki/User:Deltaneos"],
a[href="/wiki/User:Eulalia459678"],
a[href="/wiki/User:Exlex"],
a[href="/wiki/User:Jaymach"],
a[href="/wiki/User:Nifky"],
a[href="/wiki/User:Ose"],
a[href="/wiki/User:Peteparker"],
a[href="/wiki/User:Randomtime"],
a[href="/wiki/User:Sulfur"],
a[href="/wiki/User:VegaDark"] { color:#668899 !important; font-weight:bold !important; }
 
/* Staff */
 
a[href="/wiki/User:A._Bloom"],
a[href="/wiki/User:Abarlas"],
a[href="/wiki/User:Adam_Carey"],
a[href="/wiki/User:Adamarket"],
a[href="/wiki/User:Adi3ek"],
a[href="/wiki/User:AgaCh"],
a[href="/wiki/User:Ana_Yoerg"],
a[href="/wiki/User:Andrzej.swedrzynski"],
a[href="/wiki/User:Angela"],
a[href="/wiki/User:Ausir"],
a[href="/wiki/User:Avatar"],
a[href="/wiki/User:Babyjabba"],
a[href="/wiki/User:Bchwood"],
a[href="/wiki/User:Becca_Wright"],
a[href="/wiki/User:Bhuseby1"],
a[href="/wiki/User:BillK"],
a[href="/wiki/User:Bitmonk"],
a[href="/wiki/User:BladeBronson"],
a[href="/wiki/User:Bola"],
a[href="/wiki/User:Brad_Nemer"],
a[href="/wiki/User:Brandon_Rhea"],
a[href="/wiki/User:Chris_r"],
a[href="/wiki/User:Christina_l"],
a[href="/wiki/User:Colleen81"],
a[href="/wiki/User:CommodoreR"],
a[href="/wiki/User:DaNASCAT"],
a[href="/wiki/User:Deelizech"],
a[href="/wiki/User:Dopp"],
a[href="/wiki/User:Duraseb"],
a[href="/wiki/User:Eloy.wikia"],
a[href="/wiki/User:Emil"],
a[href="/wiki/User:FriegOfNature"],
a[href="/wiki/User:Garthwebb"],
a[href="/wiki/User:Gil"],
a[href="/wiki/User:Grunny"],
a[href="/wiki/User:Gunnaboy"],
a[href="/wiki/User:Hannahsimon"],
a[href="/wiki/User:Hellatainer"],
a[href="/wiki/User:Heyemcali"],
a[href="/wiki/User:Ieatrice"],
a[href="/wiki/User:Inez"],
a[href="/wiki/User:Jakubolek"],
a[href="/wiki/User:Janicke"],
a[href="/wiki/User:Jenburton"],
a[href="/wiki/User:Jennyc345"],
a[href="/wiki/User:Jimbo_Wales"],
a[href="/wiki/User:JoePlay"],
a[href="/wiki/User:Kacieh"],
a[href="/wiki/User:Kate.moon"],
a[href="/wiki/User:Kim_Nguyen"],
a[href="/wiki/User:Kirkburn"],
a[href="/wiki/User:Kosmos1209"],
a[href="/wiki/User:KyleH"],
a[href="/wiki/User:Lexiborowitz"],
a[href="/wiki/User:Lgunn22"],
a[href="/wiki/User:Lilstig"],
a[href="/wiki/User:Lindeb"],
a[href="/wiki/User:Lizlux"],
a[href="/wiki/User:Lox_federico"],
a[href="/wiki/User:Macbre"],
a[href="/wiki/User:Marcin_Maciejewski"],
a[href="/wiki/User:MarkvA"],
a[href="/wiki/User:Marooned"],
a[href="/wiki/User:Meighan"],
a[href="/wiki/User:Merrystar"],
a[href="/wiki/User:Mike_Schwartz"],
a[href="/wiki/User:Mkunimi"],
a[href="/wiki/User:Moli.wikia"],
a[href="/wiki/User:Mroszka"],
a[href="/wiki/User:MtaÄ"],
a[href="/wiki/User:Mta%C3%84"], /* for some browsers */
a[href="/wiki/User:Nblonkenfeld"],
a[href="/wiki/User:Ohmyn0"],
a[href="/wiki/User:OwenDavis"],
a[href="/wiki/User:Porterfield"],
a[href="/wiki/User:Ppiotr"],
a[href="/wiki/User:Przemek_wikia"],
a[href="/wiki/User:Raven28"],
a[href="/wiki/User:Raylan13"],
a[href="/wiki/User:Ri3mann"],
a[href="/wiki/User:Saipetch"],
a[href="/wiki/User:Sannse"],
a[href="/wiki/User:Sarah_Manley"],
a[href="/wiki/User:Scarecroe"],
a[href="/wiki/User:Sean_Colombo"],
a[href="/wiki/User:Shareif"],
a[href="/wiki/User:Socrat.wikia"],
a[href="/wiki/User:Susan_Taylor"],
a[href="/wiki/User:Swoodie"],
a[href="/wiki/User:Taelovesthesharks"],
a[href="/wiki/User:Timz"],
a[href="/wiki/User:TomekO"],
a[href="/wiki/User:TOR"],
a[href="/wiki/User:Toughpigs"],
a[href="/wiki/User:TranStanley"],
a[href="/wiki/User:Trellar"],
a[href="/wiki/User:Veneti"],
a[href="/wiki/User:VickyBC"],
a[href="/wiki/User:Wagnike2"],
a[href="/wiki/User:WikiaStaff"],
a[href="/wiki/User:Wladekb"],
a[href="/wiki/User:XD1"],
a[href="/wiki/User:Xean"] { color:#7DC4E8 !important; font-weight:bold !important; }
 
a[href="/wiki/User:Woganhemlock"] { color:#705CD6 !important; font-weight:italic !important; }
 
/*mark unpatrolled newpages as blue*/
.not-patrolled {
    background-color: #8CB2D9;
}
 
/* Removing Gaming Calendar */
.GamingCalendarModule {display: none !important; }

//begin test css
//this code is not part of the custom theme, but is being tested for possible implementation
//code could be borked or unstable, use at own risk

/*** Rounded Search ***/
 
.oasis-one-column .WikiaPageHeader .WikiaSearch {
  position: absolute;
  right: 5px;
  top: 5px;
  margin-bottom: 0;
}
 
.WikiaSearch input[type="text"] {
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em 0 0 1em;
  padding: 3px 0 3px 6px;
}
 
.WikiaSearch button {
  -webkit-border-radius: 0 1em 1em 0;
  -moz-border-radius: 0 1em 1em 0;
  border-radius: 0 1em 1em 0;
}

/*remove share button on mainpage*/

.WikiHeaderRestyle .buttons .share-button {
   display:none;

}
/*new bullet point - commented out for now
.WikiaArticle ul {
  line-height:1.5em;
  list-style-image:url("http://images3.wikia.nocookie.net/__cb20100827090211/burnoutparadise/images/5/58/Bullet_new.PNG");
  list-style-type:disc;
  margin:0.3em 0 0 2.25em;
  padding:0;
}
*/

/* File Pages */
 
ul#filetoc {
  -moz-border-radius:1em 1em 1em 1em;
  -khtml-border-radius: 1em 1em 1em 1em;
  -webkit-border-radius: 1em 1em 1em 1em;
  border-radius: 1em 1em 1em 1em;
  background-color:#D2DCC8 !important;
  border-color:-moz-use-text-color #C8D2BE #C8D2BE;
  border-style:none solid solid;
  border-width:0 1px 1px;
  margin: -15px auto 1em !important;
  padding-top: 10px !important;
  width: 60%;
}

/**************/
/*** THUMBS ***/
/**************/
 
.WikiaArticle .thumbinner {
  -moz-border-radius:1em;
  -khtml-border-radius:1em;
  -webkit-border-radius:1em;
  border-radius:1em;
    box-shadow: 0 2px 3px #010101;
  padding: 11px 11px 3px;
}

.WikiaArticle .picture-attribution {
    font-size: 10px;
    line-height: 1em;
}

/* changes to popup edit preview */

.modalWrapper {
  background-color:F5F5F5;
  border-bottom:1px solid #285F00;
  border-right:1px solid #3C7314;
  border-top:3px solid #3C7314;
  border-left:2px solid #285F00;
  -moz-border-radius:1em;
  -khtml-border-radius:1em;
  -webkit-border-radius:1em;
  border-radius:1em;
}
 
.modalWrapper > h1 {
    margin: 10px 8px 8px;
    padding: 0.5em 1em;
}

#WikiaUserPagesHeader li[data-id="profile"] a {
  color: #3A3A3A !important;
}
#AccountNavigation > li:first-child > a {
  color: white !important;
}

div.tabberlive ul.tabbernav li a {
  -moz-border-radius:1em 1em 0 0;
  -khtml-border-radius:1em 1em 0 0;
  -webkit-border-radius:1em 1em 0 0;
   border-radius:1em 1em 0 0;
   background: url("http://images3.wikia.nocookie.net/sims/fr/images/d/d2/Bandeau_vert.jpg");
}

div.tabbertab {
  -moz-border-radius:1em 0 0 1em;
  -khtml-border-radius:1em 0 0 1em;
  -webkit-border-radius:1em 0 0 1em;
  border-radius:1em;
}

div#WikiaUserPagesHeader.WikiaUserPagesHeader {
   background: transparent url(http://images4.wikia.nocookie.net/__cb20120213083837/woganhemlockstest/images/d/d2/Blank.png);
}

/* AutoEditDropdown pure CSS implementation */
/* http://dev.wikia.com/wiki/AutoEditDropdown */
#WikiHeader nav.wikia-menu-button .drop:hover ~ ul,
#WikiHeader nav.wikia-menu-button ul.WikiaMenuElement:hover,
#WikiaMainContent nav.wikia-menu-button .drop:hover ~ ul,
#WikiaMainContent nav.wikia-menu-button ul.WikiaMenuElement:hover {
    min-width: 100%;
    display: block;
}
// </source>