Northgard Wiki
Northgard Wiki
m (Reverted edits by Brioche Shiro (talk) to last revision by Game widow)
 
No edit summary
 
Line 1: Line 1:
  +
/* --- custom CSS by Equindar --- */
<div class="fpbox plain desktopright mobilecenter"><!-- BEGIN Welcome box-->
 
  +
/* prefix: eq_ */
<div class="nomobile" style="float:left;">[[File:Northgard-Logo-1.png|150px]]</div><div class="mobileonly">[[File:Northgard-Logo-1.png|150px|center]]</div>
 
  +
/* suffix: */
<div class="mainheading nomobile">Welcome to the {{Gamename}} Wiki</div><div class="heading mobileonly">Welcome to the Official {{Gamename}} Wiki</div>
 
<div>The {{Gamename}} guide for [[Clans]], [[Units]], [[Lore]] and more written and maintained by the players.</div>
 
<div>Please feel free to contribute by creating new articles or expanding on existing ones.</div>
 
</div><!--END Welcome box-->
 
   
<div class="fpbox mobilecollapsible"><!-- BEGIN Spotlight box-->
 
<div class="heading desktopcenter mobileleft">[[File:About.png|x38px|center|alt=About Northgard]]</div>
 
<div class="body">
 
''[[Northgard]]'' is a real time strategy game based on Norse mythology in which you control a clan of Vikings vying for the control of a mysterious newfound continent.
 
   
  +
/* --- Color Codes Northgard --- */
The game is being developed by [[File:Shiro logo.png|16x16px]] [http://shirogames.com/ Shiro Games]. Its Early Access started on February 22, 2017, and the game was officially release March 7, 2018.<div style="float: right;"><nowiki>[</nowiki>[[{{Gamename}}|Read more...]]<nowiki>]</nowiki></div>
 
  +
/* eq_grayblue: #2f3947 */
</div>
 
  +
/* eq_darkblue: #121e2a */
</div><!--END Welcome and Description Spotlight box-->
 
  +
/* eq_lightgray: #c0c2c6 */
   
<div class="fpbox mobilecollapsible" id="fpinfo"><!-- BEGIN Info box-->
 
<div class="heading desktopleft mobileleft">[[File:Info.png|x38px|center|alt=Info]]</div>
 
<div class="body bigmobilelinks" style="text-align:center;">
 
[[File:Northgard-Logo-1.png|x107px|center|alt=Northgard]]
 
<br>
 
Current Northgard Version: [https://steamcommunity.com/app/466560/allnews/ 1.3.9868]
 
<br>
 
Northgard Website: [http://northgard.net/ Northgard.net]
 
<br>
 
Northgard on [http://store.steampowered.com/app/466560/Northgard/ Steam]
 
</div>
 
</div><!--END Info box-->
 
   
<div class="fpbox mobilecollapsible" id="fpclans"><!-- BEGIN Clans & Mechanics links -->
 
<!-- For proper mobile styling, wrap list item text in a <div> *unless* it's a link. -->
 
<div class="heading desktopleft mobileleft">[[File:Clans2.png|x38px|center|alt=Clans]]</div>
 
<div class="body bigmobilelinks" style="text-align: center;">
 
{{FP icon|Stag_round.png|Eikthyrnir}}
 
{{FP icon|Goat_round.png|Heidrun}}
 
{{FP icon|Wolf_round.png|Fenrir}}
 
{{FP icon|Raven_round.png|Huginn and Muninn}}
 
{{FP icon|Bear_round.png|Bjarki}}
 
{{FP icon|Boar_round.png|Slidrugtanni}}
 
{{FP icon|Snake_round.png|Sváfnir}}
 
{{separator}}
 
<div class="heading desktopleft mobileleft">[[File:mechanics.png|x38px|center|alt=Mechanics]]</div>
 
<div class="body bigmobilelinks" style="text-align: center;">
 
{{FP icon|winter_icon.png|Winter}}
 
{{FP icon|improve_tools.png|Improve Tools}}
 
{{FP icon|colonization.png|Colonization}}
 
{{FP icon|feast_icon.png|Feast}}
 
{{FP icon|upgradebuildings.png|Upgrade Buildings}}
 
{{FP icon|Starvation.png|Starvation}}
 
{{FP icon|sickness-icon.png|Sickness}}
 
{{FP icon|blizzard.png|Freezing}}
 
</div></div></div><!--END Mechanics --><noinclude>
 
   
  +
/* --- Achievements --- */
[[Category:Front page sections]]</noinclude>
 
  +
.eq_achievements {
  +
border: 0;
  +
text-align: left;
  +
margin: 10px;
  +
}
  +
  +
.eq_achievements td {
  +
padding: 2px 5px;
  +
}
  +
  +
  +
  +
/* --- Lore Tree --- */
  +
div.eq_loretree {
  +
display: block;
  +
position: relative;
  +
height: 420px;
  +
width: 775px;
  +
margin: 10px;
  +
padding: 0;
  +
}
  +
  +
div.eq_loretree div {
  +
position:absolute;
  +
left: 0;
  +
width: 800px;
  +
height: 140px;
  +
}
  +
  +
div.eq_loretree div.economy {
  +
top: 280px;
  +
}
  +
div.eq_loretree div.military {
  +
top: 140px;
  +
}
  +
div.eq_loretree div.production {
  +
top: 0;
  +
}
  +
  +
div.eq_loretree div div {
  +
position:absolute;
  +
width: 246px;
  +
margin: 0;
  +
padding: 10px;
  +
}
  +
  +
div.eq_loretree div.left {
  +
left: 0;
  +
background: url(https://d1u5p3l4wpay3k.cloudfront.net/northgard_gamepedia_en/b/b4/LoreBG_branch_left.png) no-repeat top left;
  +
}
  +
div.eq_loretree div.middle {
  +
left: 263px;
  +
background: url(https://d1u5p3l4wpay3k.cloudfront.net/northgard_gamepedia_en/7/76/LoreBG_branch_middle.png) no-repeat top left;
  +
margin-left:-5px;
  +
}
  +
div.eq_loretree div.right {
  +
left: 516px;
  +
background: url(https://d1u5p3l4wpay3k.cloudfront.net/northgard_gamepedia_en/7/7b/LoreBG_branch_right.png) no-repeat top left;
  +
}
  +
  +
div.eq_loretree div.one, div.eq_loretree div.two, div.eq_loretree div.only_one {
  +
position: relative;
  +
left: 0;
  +
height: 60px !important;
  +
width: 246px;
  +
padding: 0;
  +
margin: 0;
  +
}
  +
  +
div.eq_loretree div.only_one {
  +
top: 35px;
  +
}
  +
  +
  +
/* --- Knowledge --- */
  +
div.eq_knowledge {
  +
position:relative;
  +
display:block;
  +
height: 50px;
  +
width: 215px;
  +
margin: 5px;
  +
padding: 0;
  +
}
  +
  +
div.eq_knowledge div.clan {
  +
position:absolute;
  +
left: 0;
  +
top: 13px;
  +
height: 24px;
  +
width: 24px;
  +
z-index:3;
  +
}
  +
  +
div.eq_knowledge div.icon {
  +
position:absolute;
  +
display: block;
  +
height: 42px;
  +
width: 42px;
  +
top: 0;
  +
left: 15px;
  +
z-index:2;
  +
padding:3px;
  +
background: url(https://d1u5p3l4wpay3k.cloudfront.net/northgard_gamepedia_en/6/6b/KnowledgeBG_icon_default.png) no-repeat top left;
  +
}
  +
  +
div.eq_knowledge div.icon img {
  +
margin: auto;
  +
vertical-align: middle;
  +
height: 42px;
  +
width: 42px;
  +
}
  +
  +
div.eq_knowledge div.icon.selected {
  +
background: url(https://d1u5p3l4wpay3k.cloudfront.net/northgard_gamepedia_en/0/08/KnowledgeBG_icon_selected.png) no-repeat top left !important;
  +
}
  +
  +
div.eq_knowledge div.desc {
  +
position:absolute;
  +
display: block;
  +
padding: 0;
  +
height: 32px;
  +
width: 150px;
  +
top: 8px;
  +
left: 62px;
  +
background: url(https://d1u5p3l4wpay3k.cloudfront.net/northgard_gamepedia_en/b/b0/KnowledgeBG_title_default.png) no-repeat top left;
  +
}
  +
  +
div.eq_knowledge div.desc.selected {
  +
background: url(https://d1u5p3l4wpay3k.cloudfront.net/northgard_gamepedia_en/9/9b/KnowledgeBG_title_selected.png) no-repeat top left !important;
  +
}
  +
  +
div.eq_knowledge span {
  +
display:inline-block;
  +
margin:5px 10px 5px 5px;
  +
padding: 0;
  +
color: #c0c2c6;
  +
text-align:center;
  +
width: 130px;
  +
height: 22px;
  +
font-size: 0.875em;
  +
}
  +
  +
div.eq_knowledge p {
  +
display:none;
  +
}
  +
  +
  +
/* --- Clan Unique TextBox --- */
  +
.eq_clan_unique {
  +
display: inline-block;
  +
width: auto;
  +
margin: 5px;
  +
padding: 5px 20px;
  +
border: 1px dashed #c0c2c6;
  +
background-color: #121e2a;
  +
}
  +
  +
.eq_clan_unique img{
  +
  +
}
  +
  +
.eq_clan_unique span {
  +
display: inline-block;
  +
margin-left: 10px;
  +
color: #c0c2c6;
  +
}

Revision as of 13:38, 14 November 2018

/* --- custom CSS by Equindar --- */
/* prefix: eq_                    */
/* suffix:                        */


/* --- Color Codes  Northgard --- */
/* eq_grayblue:  #2f3947          */
/* eq_darkblue:  #121e2a          */
/* eq_lightgray: #c0c2c6          */



/* --- Achievements --- */
.eq_achievements {
  border: 0;
  text-align: left;
  margin: 10px;
}

.eq_achievements td {
  padding: 2px 5px;
}



/* --- Lore Tree --- */
div.eq_loretree {
  display: block;
  position: relative;
  height: 420px;
  width: 775px;
  margin: 10px;
  padding: 0;
}

div.eq_loretree div {
  position:absolute;
  left: 0;
  width: 800px;
  height: 140px;
}

div.eq_loretree div.economy {
  top: 280px;
}
div.eq_loretree div.military {
  top: 140px;
}
div.eq_loretree div.production {
  top: 0;
}

div.eq_loretree div div {
  position:absolute;
  width: 246px;
  margin: 0;
  padding: 10px;
}

div.eq_loretree div.left {
  left: 0;
  background: url(https://d1u5p3l4wpay3k.cloudfront.net/northgard_gamepedia_en/b/b4/LoreBG_branch_left.png) no-repeat top left;
}
div.eq_loretree div.middle {
  left: 263px;
  background: url(https://d1u5p3l4wpay3k.cloudfront.net/northgard_gamepedia_en/7/76/LoreBG_branch_middle.png) no-repeat top left;
  margin-left:-5px;
}
div.eq_loretree div.right {
  left: 516px;
  background: url(https://d1u5p3l4wpay3k.cloudfront.net/northgard_gamepedia_en/7/7b/LoreBG_branch_right.png) no-repeat top left;
}

div.eq_loretree div.one, div.eq_loretree div.two, div.eq_loretree div.only_one {
  position: relative;
  left: 0;
  height: 60px !important;
  width: 246px;
  padding: 0;
  margin: 0;
}

div.eq_loretree div.only_one {
  top: 35px;
}


/* --- Knowledge --- */
div.eq_knowledge {
  position:relative;
  display:block;
  height: 50px;
  width: 215px;
  margin: 5px;
  padding: 0;
}

div.eq_knowledge div.clan {
  position:absolute;
  left: 0;
  top: 13px;
  height: 24px;
  width: 24px;
  z-index:3;
}

div.eq_knowledge div.icon {
  position:absolute;
  display: block;
  height: 42px;
  width: 42px;
  top: 0;
  left: 15px;
  z-index:2;
  padding:3px;
  background: url(https://d1u5p3l4wpay3k.cloudfront.net/northgard_gamepedia_en/6/6b/KnowledgeBG_icon_default.png) no-repeat top left;
}

div.eq_knowledge div.icon img {
  margin: auto;
  vertical-align: middle;
  height: 42px;
  width: 42px;
}

div.eq_knowledge div.icon.selected {
  background: url(https://d1u5p3l4wpay3k.cloudfront.net/northgard_gamepedia_en/0/08/KnowledgeBG_icon_selected.png) no-repeat top left !important;
}

div.eq_knowledge div.desc {
  position:absolute;
  display: block;
  padding: 0;
  height: 32px;
  width: 150px;
  top: 8px;
  left: 62px;
  background: url(https://d1u5p3l4wpay3k.cloudfront.net/northgard_gamepedia_en/b/b0/KnowledgeBG_title_default.png) no-repeat top left;
}

div.eq_knowledge div.desc.selected {
  background: url(https://d1u5p3l4wpay3k.cloudfront.net/northgard_gamepedia_en/9/9b/KnowledgeBG_title_selected.png) no-repeat top left !important;
}

div.eq_knowledge span {
  display:inline-block;
  margin:5px 10px 5px 5px;
  padding: 0;
  color: #c0c2c6;
  text-align:center;
  width: 130px;
  height: 22px;
  font-size: 0.875em;
}

div.eq_knowledge p {
  display:none;
}


/* --- Clan Unique TextBox --- */
.eq_clan_unique {
  display: inline-block;
  width: auto;
  margin: 5px;
  padding: 5px 20px;
  border: 1px dashed #c0c2c6;
  background-color: #121e2a;
}

.eq_clan_unique img{

}

.eq_clan_unique span {
  display: inline-block;
  margin-left: 10px;
  color: #c0c2c6;
}