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
26
static/stylesheets/foot.css
Normal file
26
static/stylesheets/foot.css
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
footer#foot {
|
||||
padding-bottom: 1.5em;
|
||||
/*color: #666;*/
|
||||
font-style: italic;
|
||||
clear: both; }
|
||||
footer#foot a {
|
||||
color: #3B8DBD; }
|
||||
footer#foot > ul,
|
||||
footer#foot > ul > li {
|
||||
display: inline; }
|
||||
footer#foot > ul > li:after {
|
||||
display: inline-block;
|
||||
margin-left: -3px; }
|
||||
footer#foot > ul > li:not(:last-of-type):after {
|
||||
content: ","; }
|
||||
footer#foot > ul > li:last-of-type:after {
|
||||
content: "."; }
|
||||
footer#foot > ul:after {
|
||||
content: "\A0";
|
||||
margin-top: 24px;
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
height: 24px;
|
||||
background-image: url(/static/images/bg.jpg);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 50% -1002px; }
|
||||
Loading…
Add table
Add a link
Reference in a new issue