mirror of
https://github.com/ikrpg/ikrpg.github.io.git
synced 2026-05-13 14:27:22 +00:00
New: Ability, Adventuring Company, Alchemy, Archetype, Career, Character Creation, Equipment, Markup, Mechanika, Monsternomicon, Organization, Race, Skill, Spell, Steamjack, Thrall
This commit is contained in:
commit
04d184a4db
38 changed files with 7579 additions and 0 deletions
34
static/stylesheets/head.css
Normal file
34
static/stylesheets/head.css
Normal 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; }
|
||||
Loading…
Add table
Add a link
Reference in a new issue