User:Gryphon/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.
 /*-Main Body
    Graphic background
 */
 body {
  background: #222 url(/images/9/95/KbBackground.jpg);
 }
 
 /*-Main
    Removes hover underline
    Highlights on hover
 */
 a:hover {
  text-decoration: none;
  color: #fff;
 }
 
 /*-Main
    Highlights on hover ex links
 */
 #bodyContent a.extiw:hover, #bodyContent a.external:hover {
  color: #fff;
 }
 
 /*-Navigation
    Menu background light gray
    Removes innter menu border
    Aligns menu contents left
 */
 .pBody {
  background-color: #333;
  border: 0px;
  text-align: left;
 }
 
 /*-Navigation
    Changes menu bullets
    Moves menu left 
 */
 .pBody ul {
  list-style-image: url(/images/d/d7/Blip.gif);
  margin-left: 12px;
 }
 
 /*-Navigation
    Menu header dark gray
    Border on three sides match main content area
    Centers menu headers
 */
 #p-navigation, #p-popular, #p-tb, #p-search, #p-lang, #p-personal {
  background: #222 url(http://www.gryphonllc.com/temp/wiki/bg-h-bar.gif);
  background-color: #222;
  border: solid #aaa;
  border-width: 1px 1px 1px 0px;
  text-align: center;
 }
 
 /*-Navigation
    Moves nav menu down
 */
 #p-navigation {
  margin-top: 30px;
 }
 
 /*-Navigation
    Bold font
    Uppercase font
 */
 #p-navigation h5, #p-popular h5, #p-tb h5, #p-search h5, #p-lang h5 {
  font-weight: bold;
  text-transform: uppercase;
 }
 
 /*-Personal menu
    Bottom border on
    Bold font
    Padding to make it not so cramped
 */
 #p-personal {
  background: #222 url(http://www.gryphonllc.com/temp/wiki/bg-bar.gif);
  border-width: 0px 0px 1px 0px;
  font-weight: bold;
  padding: 10px 0px 10px 0px;
 }
 
 /*-Personal menu
    Removes hover underline
    Highlights on hover
 */
 #p-personal li a:hover {
  text-decoration: none;
  color: #FFF;
 }
 
 /*-Personal menu
    Icon next to login name a quest available icon
 */
 li#pt-userpage {
  background: url(/images/4/46/AvailableQuestIcon.png) no-repeat;
 }
 
 /*-Content
    Moves content down for bigger personal menu
 */
 #column-content, #p-cactions, #p-logo {
  margin-top: 30px;
 }
 
 /*-Edit Tabs
    Removes yellow color from tabs
 */
 #p-cactions li.selected, #p-cactions li.selected a {
  border-color: #aaa;
 }
 
 #p-cactions li a:hover {
  color: #fff;
 }
 
 /*-Show Changes
    Graphical background
 */
 table.diff {
  background: url(/images/9/95/KbBackground.jpg);
 }
 
 /*-Show Changes Main
    Border around container
    Margin at bottom to separate it from editor
 */
 .diff {
  border: 1px solid #aaa;
  margin-bottom: 30px;
 }
 TD.diff-context {
  background: #333;
 }
 
 /*-Show Changes Title
    Border around containers
    Dark gray background
    Bold font
 */
 td.diff-otitle, td.diff-ntitle {
  border: 1px solid #aaa;
  background-color: #333;
  font-weight: bold;
 }
 
 /*-Recent Changes
    Colorize byte change
 */
 .mw-plusminus-neg {
  color: #F07902;
 }
 .mw-plusminus-pos {
  color: #1EFF00;
 }
 .mw-plusminus-null {
  color: #9D9D9D;
 }
 .newpage {
  color: #E5CC80;
 }
 span.unpatrolled {
  color: #B048F8;
 }
 .minor {
  color: #9D9D9D;
 }
 
 /*-Footer
    Dark gray background
    Remove yellow borders
    Remove extra space below footer
 */
 #footer {
  background-color: #222;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  margin-bottom: 0px;
 }
 
 /*-Content
    Hides some content
 */
 #ads_topleft, #ads-left, #ads-botleft, #f-poweredbyico {
  display: none;
 }
 
 .sortable th a {
  background: none !important;
  padding: 0;
 }

 /* [[Category:User:Gryphon|wowwiki.css]] [[Category:User CSS|Gryphon]] */