mirror of
https://github.com/ikrpg/ikrpg.github.io.git
synced 2026-05-13 14:27:22 +00:00
Added character sheet but still experiencing problems with categories.
This commit is contained in:
parent
26bcdb20c2
commit
70378c1e0c
12 changed files with 550 additions and 35 deletions
BIN
static/images/sheet/Abilities.png
Normal file
BIN
static/images/sheet/Abilities.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1 MiB |
BIN
static/images/sheet/Feats.png
Normal file
BIN
static/images/sheet/Feats.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1 MiB |
BIN
static/images/sheet/Gear.png
Normal file
BIN
static/images/sheet/Gear.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1 MiB |
BIN
static/images/sheet/Spells.png
Normal file
BIN
static/images/sheet/Spells.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 MiB |
|
|
@ -86,39 +86,39 @@ div.sheet > form#skills div.content div.skill { position: relative; }
|
|||
div.sheet > form#skills div.content div.skill input { position: relative; width: 64px; text-align: center; }
|
||||
div.sheet > form#skills div.content div.skill input.title { width: 376px; font-size: 17px; text-align: left; text-transform: uppercase; font-weight: bold; }
|
||||
|
||||
div.sheet > section#benefits { top: 0; left: 1398px; background-image: url(/static/images/sheet/Feats.png); }
|
||||
div.sheet > section#benefits input.name { top: 47px; left: 143px; height: 46px; width: 526px; font-size: 37px; text-transform: uppercase; }
|
||||
div.sheet > section#benefits div.content { top: 200px; left: 20px; }
|
||||
div.sheet > section#benefits div.content div.benefit { position: relative; }
|
||||
div.sheet > section#benefits div.content div.benefit input.title { position: relative; width: 658px; font-size: 17px; text-transform: uppercase; font-weight: bold; }
|
||||
div.sheet > section#benefits div.content div.benefit textarea.description { position: relative; width: 658px; height: auto; font-size: 17px; }
|
||||
div.sheet > form#benefits { background-image: url(/static/images/sheet/Feats.png); }
|
||||
div.sheet > form#benefits input#name { top: 47px; left: 143px; height: 46px; width: 526px; font-size: 37px; text-transform: uppercase; }
|
||||
div.sheet > form#benefits div.content { top: 200px; left: 20px; }
|
||||
div.sheet > form#benefits div.content div.benefit { position: relative; }
|
||||
div.sheet > form#benefits div.content div.benefit input.title { position: relative; width: 658px; font-size: 17px; text-transform: uppercase; font-weight: bold; }
|
||||
div.sheet > form#benefits div.content div.benefit textarea.description { position: relative; width: 658px; height: auto; font-size: 17px; }
|
||||
|
||||
div.sheet > section#abilities { top: 0; left: 2097px; background-image: url(/static/images/sheet/Abilities.png); }
|
||||
div.sheet > section#abilities input.name { top: 47px; left: 143px; height: 46px; width: 526px; font-size: 37px; text-transform: uppercase; }
|
||||
div.sheet > section#abilities div.content { top: 130px; left: 20px; }
|
||||
div.sheet > section#abilities div.content div.ability { position: relative; }
|
||||
div.sheet > section#abilities div.content div.ability input.title { position: relative; width: 658px; font-size: 17px; text-transform: uppercase; font-weight: bold; }
|
||||
div.sheet > section#abilities div.content div.ability textarea.description { position: relative; width: 658px; height: auto; font-size: 17px; }
|
||||
div.sheet > form#abilities { background-image: url(/static/images/sheet/Abilities.png); }
|
||||
div.sheet > form#abilities input#name { top: 47px; left: 143px; height: 46px; width: 526px; font-size: 37px; text-transform: uppercase; }
|
||||
div.sheet > form#abilities div.content { top: 130px; left: 20px; }
|
||||
div.sheet > form#abilities div.content div.ability { position: relative; }
|
||||
div.sheet > form#abilities div.content div.ability input.title { position: relative; width: 658px; font-size: 17px; text-transform: uppercase; font-weight: bold; }
|
||||
div.sheet > form#abilities div.content div.ability textarea.description { position: relative; width: 658px; height: auto; font-size: 17px; }
|
||||
|
||||
div.sheet > section#spells { top: 0; left: 2796px; background-image: url(/static/images/sheet/Spells.png); }
|
||||
div.sheet > section#spells input.name { top: 47px; left: 143px; height: 46px; width: 526px; font-size: 37px; text-transform: uppercase; }
|
||||
div.sheet > section#spells div.content { top: 180px; left: 20px; }
|
||||
div.sheet > section#spells div.content div.spell { position: relative; }
|
||||
div.sheet > section#spells div.content div.spell input { position: relative; width: 64px; text-align: center; }
|
||||
div.sheet > section#spells div.content div.spell input.title { width: 236px; font-size: 17px; text-align: left; text-transform: uppercase; font-weight: bold; }
|
||||
div.sheet > section#spells div.content div.spell textarea.description { position: relative; width: 658px; height: auto; font-size: 17px; }
|
||||
div.sheet > form#spells { background-image: url(/static/images/sheet/Spells.png); }
|
||||
div.sheet > form#spells input#name { top: 47px; left: 143px; height: 46px; width: 526px; font-size: 37px; text-transform: uppercase; }
|
||||
div.sheet > form#spells div.content { top: 180px; left: 20px; }
|
||||
div.sheet > form#spells div.content div.spell { position: relative; }
|
||||
div.sheet > form#spells div.content div.spell input { position: relative; width: 64px; text-align: center; }
|
||||
div.sheet > form#spells div.content div.spell input.title { width: 236px; font-size: 17px; text-align: left; text-transform: uppercase; font-weight: bold; }
|
||||
div.sheet > form#spells div.content div.spell textarea.description { position: relative; width: 658px; height: auto; font-size: 17px; }
|
||||
|
||||
div.sheet > section#gear { top: 0; left: 3495px; background-image: url(/static/images/sheet/Gear.png); }
|
||||
div.sheet > section#gear input.name { top: 47px; left: 143px; height: 46px; width: 526px; font-size: 37px; text-transform: uppercase; }
|
||||
div.sheet > section#gear div.content { top: 180px; left: 20px; }
|
||||
div.sheet > section#gear div.content div.gear { position: relative; }
|
||||
div.sheet > section#gear div.content div.gear input { position: relative; font-size: 17px; }
|
||||
div.sheet > section#gear div.content div.gear input.title { width: 236px; text-transform: uppercase; font-weight: bold; }
|
||||
div.sheet > section#gear div.content div.gear input.benefit { width: 410px; }
|
||||
div.sheet > form#gear { background-image: url(/static/images/sheet/Gear.png); }
|
||||
div.sheet > form#gear input#name { top: 47px; left: 143px; height: 46px; width: 526px; font-size: 37px; text-transform: uppercase; }
|
||||
div.sheet > form#gear div.content { top: 180px; left: 20px; }
|
||||
div.sheet > form#gear div.content div.gear { position: relative; }
|
||||
div.sheet > form#gear div.content div.gear input { position: relative; font-size: 17px; }
|
||||
div.sheet > form#gear div.content div.gear input.title { width: 236px; text-transform: uppercase; font-weight: bold; }
|
||||
div.sheet > form#gear div.content div.gear input.benefit { width: 410px; }
|
||||
|
||||
div.sheet > section#notes { top: 0; left: 4194px; background-image: url(/static/images/sheet/Abilities.png); }
|
||||
div.sheet > section#notes input.name { top: 47px; left: 143px; height: 46px; width: 526px; font-size: 37px; text-transform: uppercase; }
|
||||
div.sheet > section#notes div.content { top: 130px; left: 20px; }
|
||||
div.sheet > section#notes div.content div.note { position: relative; }
|
||||
div.sheet > section#notes div.content div.note input.title { position: relative; width: 658px; font-size: 17px; text-transform: uppercase; font-weight: bold; }
|
||||
div.sheet > section#notes div.content div.note textarea.text { position: relative; width: 658px; height: auto; font-size: 17px; }
|
||||
div.sheet > form#notes { background-image: url(/static/images/sheet/Abilities.png); }
|
||||
div.sheet > form#notes input#name { top: 47px; left: 143px; height: 46px; width: 526px; font-size: 37px; text-transform: uppercase; }
|
||||
div.sheet > form#notes div.content { top: 130px; left: 20px; }
|
||||
div.sheet > form#notes div.content div.note { position: relative; }
|
||||
div.sheet > form#notes div.content div.note input.title { position: relative; width: 658px; font-size: 17px; text-transform: uppercase; font-weight: bold; }
|
||||
div.sheet > form#notes div.content div.note textarea.text { position: relative; width: 658px; height: auto; font-size: 17px; }
|
||||
Loading…
Add table
Add a link
Reference in a new issue