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,22 @@
nav#menu a.blue {
color: #3B8DBD; }
nav#menu a.green {
color: #82B964; }
nav#menu a.red {
color: #D24D33; }
nav#menu > ol {
padding-bottom: 20px; }
nav#menu > ol > li {
display: inline-block; }
nav#menu > ol > li:not(:last-of-type) {
margin-left: 1em;
float: right; }
nav#menu > ol > li > a {
color: #3B8DBD; }
nav#menu > ol > li:last-of-type {
margin-top: 5px; }
nav#menu > ol > li:last-of-type > a {
font-weight: bold; }
nav#menu > ol > li:not(:last-of-type) > a {
font-size: 28px;
font-family: "typicons"; }