Game of Thrones: Ascent Wiki
Advertisement

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 affect handheld devices based on the skin configured in $wgHandheldStyle */
.test {
   background-image: url('https://images.wikia.nocookie.net/__cb20130604195414/gotascent/images/0/00/Legerdemain.jpg');
    background-repeat: no-repeat;
    width: 137px;
    height: 137px;
}

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

.tocnumber { display: none; }

.banner_toc {
    background-image: url('https://images.wikia.nocookie.net/__cb20130523164523/gotascent/images/8/87/Banner.png');
    background-repeat: no-repeat;
    background-position: 0px 10px;
    border: 0px;
    padding: 0px;
    width: 205px;
}
 
.WikiaArticle .toc{
    border: 0px;
    padding: 0px;
}

.reward_obj {
    background-image: url('https://images.wikia.nocookie.net/__cb20130526112145/gotascent/images/c/ce/Reward_Background.png');
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    display: block;
    width: 167px;
    height: 80px;
    max-height: 80px;
    color: rgb(214, 185, 122);
}
 
.reward_obj:hover {
    background-position: 0px -80px;
}

.char_card {
    background-image: url('https://images.wikia.nocookie.net/__cb20130523184613/gotascent/images/b/b9/Item_Card.png');
    background-repeat: no-repeat;
    position: relative;
    width: 253px;
    height: 371px;
    color: white;
    float: right;
}

.char_card_gold {
    background-image: url('https://images.wikia.nocookie.net/gotascent/images/e/ec/Item_Card_Gold.png');
    background-repeat: no-repeat;
    position: relative;
    width: 253px;
    height: 371px;
    color: white;
    float: right;
}

.chartitle {
    text-align:center;
    color: #D6B97A;
    font:TrajanPro-Bold;
    text-transform: uppercase;
}

.rarity_common {
    background-image: url('https://images.wikia.nocookie.net/gotascent/images/1/1f/Raritygems.png');
    background-repeat: no-repeat;
    position: relative;
    width: 17px;
    height: 17px;
    background-position: 0px 0px;
    overflow: hidden;
}

.rarity_uncommon {
    background-image: url('https://images.wikia.nocookie.net/gotascent/images/1/1f/Raritygems.png');
    background-repeat: no-repeat;
    position: relative;
    width: 17px;
    height: 17px;
    background-position: -17px 0px;
    overflow: hidden;
}

.rarity_rare {
    background-image: url('https://images.wikia.nocookie.net/gotascent/images/1/1f/Raritygems.png');
    background-repeat: no-repeat;
    position: relative;
    width: 17px;
    height: 17px;
    background-position: -34px 0px;
    overflow: hidden;
}

.rarity_legendary {
    background-image: url('https://images.wikia.nocookie.net/gotascent/images/1/1f/Raritygems.png');
    background-repeat: no-repeat;
    position: relative;
    width: 17px;
    height: 17px;
    background-position: -51px 0px;
    overflow: hidden;
}

.rarity_peerless {
    background-image: url('https://images.wikia.nocookie.net/gotascent/images/1/1f/Raritygems.png');
    background-repeat: no-repeat;
    position: relative;
    width: 17px;
    height: 17px;
    background-position: -68px 0px;
    overflow: hidden;
}

.acquisition_adventure_night { background-image: url('https://images.wikia.nocookie.net/gotascent/images/1/1c/Acquisition_Adventure_BG_Night.png'); background-repeat: no-repeat; border-radius: 9px; color: rgb(214,185,122); text-align: center; }

.acquisition_adventure_night span { color: rgb(214,185,122); }

.acquisition_adventure_day { background-image: url('https://images.wikia.nocookie.net/gotascent/images/5/5c/Acquisition_Adventure_BG_Day.png'); background-repeat: no-repeat; border-radius: 9px; color: rgb(0,0,0); text-align: center; }

.acquisition_adventure_day span { color: rgb(0,0,0); }

.acquisition_adventure { background: url('https://images.wikia.nocookie.net/gotascent/images/7/72/Acquisition_Adventure_BG.png') no-repeat transparent; border-radius: 9px; color: rgb(214,185,122); text-align: center; }

.acquisition_adventure span { color: rgb(214,185,122); }
.building_level {
    background-image: url('https://images.wikia.nocookie.net/gotascent/images/0/04/Building_Level_Icon.png');
    background-repeat: no-repeat;
    position: relative;
    width: 33px;
    height: 36px;
    color: rgb(214, 185, 122);
    font-family: GoudyTrajan-Bold,Trajan,"Trajan Pro",Trajanbold;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    line-height: 33px; 
    left: 45px;
}

.building {
    background-image: url('https://images.wikia.nocookie.net/__cb20130522100659/gotascent/images/0/04/Building_Info_Background.png');
    background-repeat: no-repeat;
    background-size:465px 206px;
    width: 465px;
    height: 206px;
}

.button_gold {
    background-image: url('https://images.wikia.nocookie.net/__cb20130531174422/gotascent/images/d/df/Button_Background_Dark_Gold.png');
    background-repeat: no-repeat;
    position: relative;
    width: 218px;
    height: 71px;
    text-align:center;
}
 
.button_gold:hover {
   background-image: url('https://images.wikia.nocookie.net/__cb20130531174516/gotascent/images/9/95/Button_Background_Light_Gold.png');
}

.button_brown {
    background-image: url('https://images.wikia.nocookie.net/__cb20130531173409/gotascent/images/f/ff/Button_Background_Dark_Brown.png');
    background-repeat: no-repeat;
    position: relative;
    width: 218px;
    height: 71px;
    text-align:center;
    color: rgb(214, 185, 122);
}
 
.button_brown:hover {
   background-image: url('https://images.wikia.nocookie.net/__cb20130531173315/gotascent/images/1/13/Button_Background_Light_Brown.png');
}

.nav_bar {
    background-image: url('https://images.wikia.nocookie.net/__cb20130601202409/gotascent/images/2/28/Nav_bar_pattern.png');
    padding: 0;
    border-collapse: collapse;
    position: relative;
    height: 38px;
    width: 670px; 
    text-align: center;
    font-size: 20px;
    color: #D6B97A;
}

.nav_button {
   border: 2px solid rgb(214, 185, 122);
    background-image: url('https://images.wikia.nocookie.net/__cb20130531173409/gotascent/images/f/ff/Button_Background_Dark_Brown.png');
   background-position: center;
   padding: 5px 10px;
   border-radius: 8px;
   color: rgb(214, 185, 122);
   text-decoration: none;
   text-decoration-color: transparent;
   vertical-align: middle;
   text-align:center;
   white-space: nowrap;
   height: 30px;
   }
 
.nav_button:hover {
   background-image: url('https://images.wikia.nocookie.net/__cb20130531173315/gotascent/images/1/13/Button_Background_Light_Brown.png');
   background-position: center;
   text-decoration: none;
   }

.production_item {
    position: relative;
    display: block;
    width: 211px;
    height: 116px;
    border-radius: 7px;
    border: 1px solid rgb(102, 102, 102);
    background-color: rgb(45,45,45);
/*    background-color: rgb(7,17,2);*/
}

.resource_item {
    position: relative;
    width: 71px;
    height: 71px;
    border-radius: 8px;
}

.adventure {
    background-color: black;
    border-radius: 9px;
    color: rgb(214, 185, 122);
    text-align: center;
    border: 1px solid rgb(85, 85, 85);
}

.adventure_day {
    background-image: url('https://images.wikia.nocookie.net/gotascent/images/4/42/Adventure_BG_Day.jpg');
    background-repeat: no-repeat;
    background-color: black;
    border-radius: 9px;
    text-align: center;
    border: 1px solid rgb(85, 85, 85);
}

.adventure_night {
    background-image: url('https://images.wikia.nocookie.net/gotascent/images/4/4d/Adventure_BG_Night.jpg');
    background-repeat: no-repeat;
    background-color: black;
    border-radius: 9px;
    color: rgb(214, 185, 122);
    text-align: center;
    border: 1px solid rgb(85, 85, 85);
}

/* lineage template */
div.lineage
{
z-index:-1;
}
div.lineage:target
{
z-index:1;
}
Advertisement