New: Ability, Adventuring Company, Alchemy, Archetype, Career, Character Creation, Equipment, Markup, Mechanika, Monsternomicon, Organization, Race, Skill, Spell, Steamjack, Thrall

This commit is contained in:
phil 2013-06-12 08:38:42 +02:00
commit 04d184a4db
38 changed files with 7579 additions and 0 deletions

View file

@ -0,0 +1,34 @@
header#head {
background-color: #1A1A1A;
background-image: url(/static/images/bg.jpg);
background-repeat: no-repeat;
background-position: 50% 50%; }
header#head a {
color: #FCFDF6;
border-bottom: 1px solid #DDDDDB; }
header#head a:hover {
border-bottom-color: #FCFDF6; }
header#head h1 {
font-size: 3em;
padding: 54px 24px 19px 24px;
font-family: 'Cabin', sans-serif;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.85);
/*color: #FCFDF6;*/
font-weight: bold; }
header#head nav {
padding: 0 0 30px 24px;
font-weight: bold; }
header#head nav li {
display: inline-block; }
header#head nav li:not(:first-of-type):before {
content: "●";
display: inline-block;
margin: 0 10px 0 6px;
color: #DDDDDB; }
header#head nav li:nth-of-type(1) > a {
color: #3B8DBD; }
header#head nav li:nth-of-type(2) > a {
color: #82B964; }
header#head nav li:nth-of-type(3) > a {
color: #D24D33; }