Thorgal Wiki
Advertisement
Thorgal Wiki

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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/*<pre><nowiki>*/

/************************/
/* Import of Common.css */
/************************/

@import url("/index.php?title=MediaWiki:Common.css&usemsgcache=yes&ctype=text/css&smaxage=86400&action=raw&maxage=86400");



.i18ndoc {
    background-color: #FFF77D;
    border-bottom: 1px solid lightgrey;
    font-family: monospace;
    font-size: 8pt;
    height: 140px;
    overflow: auto;
    padding: 3px;
}

/* Link styling */
.plainlinks a {background-image:none !important;}
.plainlinks a:hover {text-decoration:none !important;}
.quote_link_color_match a {color:inherit !important;}
.quote_link_color a {color:#ffa500}

/* Infobox styling */
.infobox-table {float:right; width:250px; margin:.5em 0 1em 1em; border-collapse:collapse; font-size:80%; line-height:1.5}
.infobox-table ul {list-style: none outside none !important; margin:0px !important}
.infobox-image {padding:0; color:#FFFFFF}
.infobox-title {padding:4px; font-size:larger; color:#FFFFFF}
.infobox-header, .infobox-data {padding:4px; text-align:left}
.infobox-row {height:3em; background:#FFFFFF; border-top:1px solid #999999; vertical-align:middle}
.infobox-cell, .infobox-more {padding:0}
.infobox-label {width:6em; padding-left:1em; padding-right:4px; padding-top:4px; padding-bottom:4px; text-align:left}
.infobox-conflict {width:50%; background:#FFFFFF; border-top:1px solid #999999; padding-left:1em; padding-right:1em; vertical-align:top; text-align:left}
.infobox-gallery {padding:4px; text-align:center; font-weight:bold}

/* Tabber styling */
ul.tabbernav {font-family:Helvetica, sans-serif !important; font-weight:normal !important; padding:5px 0px !important; border-bottom:5px solid #8B4513 !important;}
ul.tabbernav li a {padding:5px 5px !important; margin-left:0px !important; border:0 !important; background:#FFF8DC !important;}
ul.tabbernav li a:link {color:#8B4513 !important;}
ul.tabbernav li a:visited {color: #8B4513 !important;}
ul.tabbernav li a:hover {background-color:#8B4513 !important; border-color:#FFFFFF !important; color:#FFF !important;}
ul.tabbernav li.tabberactive a {color:#FFF !important; font-weight:normal !important; border:0px solid #8B4513 !important; background-color:#8B4513 !important;}
ul.tabbernav li.tabberactive a:hover {border:0px solid #8B4513 !important; border-bottom: 0px solid #8B4513 !important;}
.tabberlive .tabbertab {border:0px solid #8B4513 !important; border-top:0 !important;}

/* TOC (Table Of Contents) - backgroundcolor and borders  */
.WikiaArticle .toc {background-color:#132436}

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

/* Image thumbnails - backgroundcolor, borders and reduction of caption font size */
.WikiaArticle .thumbinner {background-color:#FFFFFF; background-image:none; border:none}
.WikiaArticle {outline-color: transparent;}
.thumbcaption {font-size:85%}

/* Not entirely sure what this does but thought it might be useful... */
.WikiaArticle .WikiaBlogListingBox ul {border:none !important;}

/* class to remove slideshow borders  */
.wikia-slideshow-wrapper,
.slideshow-no-borders,
.wikia-slideshow-image {
     background: transparent;
}
.wikia-slideshow-image {
     border: none;}

.wikia-slideshow-images-wrapper {
    background-color: transparent
}

/* Removes slideshow toolbar */
.wikia-slideshow-toolbar {
    display: none !important;
    background-color: transparent;
}

/***************/
/* Home-page   */
/***************/

.box {
    background-color: #b6d0dd;
    border-width: 1px;
    border-color: #000000;
    width: 100px;
    padding: 5px 5px 5px 5px;
}

/*********************/
/* Wiki-navigation   */
/*********************/
 
/***********************************************
   4th and 5th level menus
   Spottra, 23 November 2013
************************************************/
.WikiHeader > nav .subnav-3 {
  top: 29px !important; /*needed esp while on admin page*/
  -webkit-border-radius: 0 5px 5px 5px;
  -o-border-radius: 0 5px 5px 5px;
  -moz-border-radius: 0 5px 5px 5px;
  border-radius: 0 5px 5px 5px;
}

.subnav-3-with-subnav-4,
.subnav-4-with-subnav-5 {
   width: 175px !important;
}

.subnav-3 li:hover ul,
.subnav-3 li:hover ul li,
.subnav-4 li:hover ul,
.subnav-4 li:hover ul li {
   display: block !important;
}

.subnav-4 > .subnav-5p > ul.subnav-5 {
   display: none !important;
}

.subnav-4 > .subnav-5p:hover > ul.subnav-5 {
   display: block !important;
}

.subnav-5 {
   display: none !important;
}
.subnav-5p:hover .subnav-5 {
   display: block !important;
}

.WikiHeader > nav .subnav-3 li a {
   padding: 2px 9px;
}

.subnav-4,
.subnav-5 {
   display: none;
   background-color: #E6643C;
   border: 0px solid #E6643C;
   left: 170px !important;
   margin: 4px !important;
   min-width: 125px !important;
   padding: 1px !important;
   position: absolute !important;
   top: -2px !important;
   z-index: 91 !important;
   -webkit-box-shadow:1px 2px 15px 0px black;
   -moz-box-shadow:1px 2px 15px 0px black;
   box-shadow:1px 2px 15px 0px black;
   -webkit-border-radius: 0 5px 5px 5px;
   -o-border-radius: 0 5px 5px 5px;
   -moz-border-radius: 0 5px 5px 5px;
   border-radius: 0 5px 5px 5px;
}

.subnav-5 {
   left: 120px !important;
}

.subnav-4 li:nth-child(1),
.subnav-5 li:nth-child(1) {
   -webkit-border-top-right-radius: 3px;
   -o-border-top-right-radius: 3px;
   -moz-border-top-right-radius: 3px;
   border-top-right-radius: 3px;
   border-bottom: 2px !important;
}

.subnav-4 li:nth-last-child(1),
.subnav-5 li:nth-last-child(1) {
   -webkit-border-bottom-left-radius: 3px;
   -o-border-bottom-left-radius: 3px;
   -moz-border-bottom-left-radius: 3px;
   border-bottom-left-radius: 3px;
   -webkit-border-bottom-right-radius: 3px;
   -o-border-bottom-right-radius: 3px;
   -moz-border-bottom-right-radius: 3px;
   border-bottom-right-radius: 3px;
   border-top: 2px !important;
}
.subnav-4-sep,
.subnav-5-sep {
   margin: 0px;
   padding: 0px;
   background-color: #E6643C;
   border-color: #E6643C;
   color: #25883D;
}

.chevron-right {
   border-color: transparent transparent transparent #df3a01;
   border-style: solid;
   border-width: 4px;
   position: absolute;
   right: 7px;
   top: 12px;
}

.WikiHeader > nav .subnav { padding: 1px; }

.subnav-3 li:first-of-type ul { top:  -1px !important; }
.subnav-3 li:nth-child(2)  ul { top:  28px !important; }
.subnav-3 li:nth-child(3)  ul { top:  57px !important; }
.subnav-3 li:nth-child(4)  ul { top:  86px !important; }
.subnav-3 li:nth-child(5)  ul { top: 115px !important; }
.subnav-3 li:nth-child(6)  ul { top: 144px !important; }
.subnav-3 li:nth-child(7)  ul { top: 173px !important; }
.subnav-3 li:nth-child(8)  ul { top: 202px !important; }
.subnav-3 li:nth-child(9)  ul { top: 231px !important; }
.subnav-3 li:nth-child(10) ul { top: 260px !important; }
.subnav-3 li:nth-child(11) ul { top: 289px !important; }
.subnav-3 li:nth-child(12) ul { top: 318px !important; }
.subnav-3 li:nth-child(13) ul { top: 347px !important; }
.subnav-3 li:nth-child(14) ul { top: 376px !important; }
.subnav-3 li:nth-child(15) ul { top: 405px !important; }

.subnav-4 li:first-of-type ul { top:  -1px !important; }
.subnav-4 li:nth-child(2)  ul { top:  28px !important; }
.subnav-4 li:nth-child(3)  ul { top:  57px !important; }
.subnav-4 li:nth-child(4)  ul { top:  86px !important; }
.subnav-4 li:nth-child(5)  ul { top: 115px !important; }
.subnav-4 li:nth-child(6)  ul { top: 144px !important; }
.subnav-4 li:nth-child(7)  ul { top: 173px !important; }
.subnav-4 li:nth-child(8)  ul { top: 202px !important; }
.subnav-4 li:nth-child(9)  ul { top: 231px !important; }
.subnav-4 li:nth-child(10) ul { top: 260px !important; }
.subnav-4 li:nth-child(11) ul { top: 289px !important; }
.subnav-4 li:nth-child(12) ul { top: 318px !important; }
.subnav-4 li:nth-child(13) ul { top: 347px !important; }
.subnav-4 li:nth-child(14) ul { top: 376px !important; }
.subnav-4 li:nth-child(15) ul { top: 405px !important; }
Advertisement