mirror of
https://github.com/ikrpg/ikrpg.github.io.git
synced 2026-05-13 14:27:22 +00:00
Integrating character sheets (wip).
This commit is contained in:
parent
bcdc8dfab5
commit
109910e6bd
18 changed files with 600 additions and 7 deletions
124
static/stylesheets/content/character-sheet.css
Normal file
124
static/stylesheets/content/character-sheet.css
Normal file
|
|
@ -0,0 +1,124 @@
|
|||
/*form.sheet {
|
||||
margin: 2em auto 0 auto;
|
||||
width: 699px;
|
||||
height: 988px;
|
||||
background-image: url(/static/images/Stats.png);
|
||||
background-repeat: no-repeat; }*/
|
||||
|
||||
|
||||
div.sheet {
|
||||
margin: 2em auto 0 auto;
|
||||
width: 699px;
|
||||
height: 988px;
|
||||
}
|
||||
|
||||
div.sheet > form.card { height: 988px; width: 699px; overflow: hidden; }
|
||||
div.sheet > form.card input,
|
||||
div.sheet > form.card textarea { height: 30px; font-family: Georgia; font-size: 23px; text-align: justify; color: #333; background: none; border: none; }
|
||||
|
||||
div.sheet * { position: absolute; }
|
||||
div.sheet > form#stats { pointer-events: none; }
|
||||
div.sheet > form#stats * { pointer-events: auto; }
|
||||
div.sheet > form#stats { background-image: url(/static/images/sheet/Stats.png); }
|
||||
div.sheet > form#stats input#name { top: 20px; left: 180px; height: 45px; width: 485px; font-size: 37px; text-transform: uppercase; }
|
||||
div.sheet > form#stats input#archetype { top: 58px; left: 180px; width: 190px; }
|
||||
div.sheet > form#stats input#race { top: 58px; left: 370px; width: 150px; }
|
||||
div.sheet > form#stats input#level { top: 58px; left: 520px; width: 150px; }
|
||||
div.sheet > form#stats input#careers { top: 106px; left: 362px; width: 300px; }
|
||||
div.sheet > form#stats div#battle.stats { top: 157px; }
|
||||
div.sheet > form#stats div#battle.stats input { width: 30px; text-align: center; }
|
||||
div.sheet > form#stats div#battle.stats input#ini { left: 360px; }
|
||||
div.sheet > form#stats div#battle.stats input#spd { left: 406px; }
|
||||
div.sheet > form#stats div#battle.stats input#str { left: 452px; }
|
||||
div.sheet > form#stats div#battle.stats input#cmd { left: 498px; }
|
||||
div.sheet > form#stats div#battle.stats input#def { left: 544px; }
|
||||
div.sheet > form#stats div#battle.stats input#arm { left: 590px; }
|
||||
div.sheet > form#stats div#battle.stats input#arc { left: 640px; }
|
||||
div.sheet > form#stats div.weapons { height: 988px; width: 699px; pointer-events: none; display: none; }
|
||||
div.sheet > form#stats div.ranged,
|
||||
div.sheet > form#stats div.melee { left: 435px; }
|
||||
div.sheet > form#stats div.ranged input.name,
|
||||
div.sheet > form#stats div.melee input.name { width: 230px; text-transform: uppercase; }
|
||||
div.sheet > form#stats div.ranged div.stats,
|
||||
div.sheet > form#stats div.melee div.stats { top: 49px }
|
||||
div.sheet > form#stats div.melee div.stats input,
|
||||
div.sheet > form#stats div.ranged div.stats input { width: 30px; text-align: center; }
|
||||
div.sheet > form#stats div.ranged input.rat { left: 66px; }
|
||||
div.sheet > form#stats div.ranged input.rng { left: 110px; }
|
||||
div.sheet > form#stats div.ranged input.aoe { left: 154px; }
|
||||
div.sheet > form#stats div.ranged input.pow { left: 198px; }
|
||||
div.sheet > form#stats div.melee input.mat { left: 70px; }
|
||||
div.sheet > form#stats div.melee input.pow { left: 135px; }
|
||||
div.sheet > form#stats div.melee input.ps { left: 200px; }
|
||||
div.sheet > form#stats div.ranged#rat1 { top: 243px; display: block; }
|
||||
div.sheet > form#stats div.ranged#rat2 { top: 380px; display: none; }
|
||||
div.sheet > form#stats div.melee#mat1 { top: 245px; display: none; }
|
||||
div.sheet > form#stats div.melee#mat2 { top: 382px; display: block; }
|
||||
div.sheet > form#stats div.melee#mat3 { top: 516px; display: none; }
|
||||
div.sheet > form#stats div#r1m2 { background-image: url(/static/images/sheet/R+M+M.png); }
|
||||
div.sheet > form#stats div#r2m1 { background-image: url(/static/images/sheet/R+R+M.png); }
|
||||
div.sheet > form#stats div#r2 { background-image: url(/static/images/sheet/R+R.png); }
|
||||
div.sheet > form#stats div#m2 { background-image: url(/static/images/sheet/M+M.png); }
|
||||
div.sheet > form#stats input#feats { top: 502px; left: 161px; height: 52px; font-size: 40px; width: 50px; text-align: center; }
|
||||
div.sheet > form#stats a#weapons-switch { display: block; top: 532px; left: 335px; height: 60px; width: 60px; text-decoration: none; }
|
||||
div.sheet > form#stats div#roleplay.stats { top: 673px; }
|
||||
div.sheet > form#stats div#roleplay.stats input { width: 30px; text-align: center; }
|
||||
div.sheet > form#stats div#roleplay.stats input#phy { left: 398px; }
|
||||
div.sheet > form#stats div#roleplay.stats input#agl { left: 445px; }
|
||||
div.sheet > form#stats div#roleplay.stats input#prw { left: 492px; }
|
||||
div.sheet > form#stats div#roleplay.stats input#poi { left: 539px; }
|
||||
div.sheet > form#stats div#roleplay.stats input#int { left: 586px; }
|
||||
div.sheet > form#stats div#roleplay.stats input#per { left: 633px; }
|
||||
div.sheet > form#stats div#mod { top: 708px; }
|
||||
div.sheet > form#stats div#mod input { width: 30px; text-align: center; }
|
||||
div.sheet > form#stats div#mod input#ini_mod { left: 607px; }
|
||||
div.sheet > form#stats div#mod input#def_mod { top: 23px; left: 607px; }
|
||||
div.sheet > form#stats div#mod input#arm_mod { top: 46px; left: 607px; }
|
||||
div.sheet > form#stats div#mod input#cmd_mod { top: 69px; left: 516px; }
|
||||
div.sheet > form#stats input#wil { top: 784px; left: 572px; width: 92px; height: 52px; font-size: 40px; text-align: center; }
|
||||
div.sheet > form#stats input#xp { top: 918px; left: 570px; width: 40px; text-align: center; }
|
||||
div.sheet > form#stats a#weapons-switch { height: 51px; width: 51px; background-image: url(/static/images/sheet/reload.png); }
|
||||
|
||||
div.sheet > form#skills { background-image: url(/static/images/sheet/Skills.png); }
|
||||
div.sheet > form#skills input#name { top: 47px; left: 143px; height: 46px; width: 526px; font-size: 37px; text-transform: uppercase; }
|
||||
div.sheet > form#skills div.content { top: 180px; left: 20px; }
|
||||
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 > 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 > 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 > 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 > 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; }
|
||||
|
|
@ -27,7 +27,7 @@ footer#foot > ul:after {
|
|||
height: 24px;
|
||||
background-image: url(/static/images/bg.jpg);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 50% -877px;
|
||||
background-position: 50% -852px;
|
||||
/*background-position: 50% -1002px;*/ }
|
||||
footer#foot > p:before {
|
||||
margin-bottom: 24px; }
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ body {
|
|||
color: #666;
|
||||
background-image: url(/static/images/bg.jpg);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 50% 100%;
|
||||
background-position: 50% -370px;
|
||||
background-attachment: fixed;
|
||||
background-color: #1A1A1A;
|
||||
transition: color 1s; -webkit-transition: color 1s; -moz-transition: color 1s; -ms-transition: color 1s; }
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ header#head {
|
|||
background-color: #1A1A1A;
|
||||
background-image: url(/static/images/bg.jpg);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 50% 50%; }
|
||||
background-position: 50% -436px; }
|
||||
header#head a {
|
||||
color: #FCFDF6;
|
||||
border-bottom: 1px solid #DDDDDB; }
|
||||
|
|
@ -11,10 +11,9 @@ header#head a:hover {
|
|||
header#head h1 {
|
||||
font-size: 3em;
|
||||
padding: 54px 24px 19px 24px;
|
||||
font-family: 'Cabin', sans-serif;
|
||||
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;
|
||||
|
|
|
|||
|
|
@ -6,4 +6,5 @@
|
|||
@import url("/static/stylesheets/content.css") all;
|
||||
@import url("/static/stylesheets/content/tables.css") all;
|
||||
@import url("/static/stylesheets/content/lists.css") all;
|
||||
@import url("/static/stylesheets/content/character-sheet.css") all;
|
||||
@import url("/static/stylesheets/foot.css") all;
|
||||
Loading…
Add table
Add a link
Reference in a new issue