User:Fandyllic/wowwiki.css

From Warcraft Wiki
Jump to navigation Jump to search

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.
/*
<!-- ''Shamelessly mostly stolen from [User:Sky2042|Sky]].'' -->
<pre>
*/

/* dark table "bluish" style */

table.darktableblue th {
 background-color: #113A5E;
 padding: 0 0.5em;
}

caption.darkcaptionblue, th.darkcaptionblue {
 background-color: #113A5E;
}

.darkrowblue {
  background-color: #112A44;
}

table.darktableblue tr:not(:first-child) th {
  background-color: #112A44;
}


/* dark table "reddish" style */

table.darktablered th {
 background-color: #552211;
 padding: 0 0.5em;
}

caption.darkcaptionred, th.darkcaptionred {
 background-color: #552211;
}

.darkrowred {
  background-color: #481A11;
}

table.darktablered tr:not(:first-child) th {
  background-color: #481A11;
}

/* if can get a "what links here" tab to show up */
li#ca-linkshere {
    font-style:oblique;
    margin-left: 1.6em;
}

/* used by "what links here" in upper-right personal area */
li#pt-wlh {
    font-style:oblique;
}

/* removes ads, powered by,*/
#ads_topleft, #ads-left, #ads-botleft, #f-poweredbyico {
    display:none;
}


/* hide the individual diff cell backgrounds so the background shows through */
td.diff-otitle, td.diff-ntitle {
    background-color:transparent;
}

/* old background and selected tab color */
body {
    background-image:none;
}
#p-cactions ul li.selected a { background: #333333; }


/* change the unpatrolled icons from ugly red to a nice yellowish-green */
span.unpatrolled {
    font-weight: bold;
    color: chartreuse;
}


/* alter title diff background */
    td.diff-otitle, td.diff-ntitle {
    background:#252525;
}

code {
    background-color: #A9A9A9;
    color: #000000;
}

/*</pre>*/
/*<pre>*/

/* plainlinks items weeeeeeeee */
.plainlinksneverexpand {
  background: none ! important;
  padding: 0 ! important;
}
 
.plainlinksneverexpand .urlexpansion {
  display: none ! important;
}

.plainlinksneverexpand a {
   background: none !important;
   padding: 0 !important;

#bodyContent .plainlinks a {padding: 0 !important}

.plainlinksneverexpand a.external.text:after {
 display: none !important
}

h2 { 
 padding-top: 5px
}

</pre>
[[Category:User CSS|Fandyllic]]
*/