diff --git a/HARP/harp.css b/HARP/harp.css index cf16ba172a..7ff28c2013 100644 --- a/HARP/harp.css +++ b/HARP/harp.css @@ -1,6 +1,5 @@ @import url('https://fonts.googleapis.com/css?family=Rosarivo:ital@1|Merriweather&display=swap'); - .charsheet{ width: 800px; } @@ -24,7 +23,7 @@ input.sheet-tab6:checked ~ div.sheet-section-combat, input.sheet-tab7:checked ~ div.sheet-section-grimoire, input.sheet-tab8:checked ~ div.sheet-section-posessions, input.sheet-tab9:checked ~ div.sheet-section-notes, -input.sheet-tab10:checked ~ div.sheet-section-weapons, +/*input.sheet-tab10:checked ~ div.sheet-section-settings,*/ input.sheet-tab11:checked ~ div.sheet-section-armor, input.sheet-tab12:checked ~ div.sheet-section-profession, input.sheet-tab13:checked ~ div.sheet-section-race, @@ -940,25 +939,36 @@ div.repcontrol.editmode button.repcontrol_edit::before .sheet-rolltemplate-skill .sheet-container { padding: 4px; - /*background: Silver;*/ - background: DarkOliveGreen; border-style: solid; border-width: 1px; border-color: LightGray; - color: OldLace; + /*color: OldLace;*/ font-family: 'Merriweather', serif; - border-radius: 12px 12px 12px 12px; + border-radius: 2px 2px 2px 2px; } +.sheet-rolltemplate-skill .sheet-artistic {background: DodgerBlue;color: WhiteSmoke;} +.sheet-rolltemplate-skill .sheet-athletic {background: Maroon;color: OldLace;} +.sheet-rolltemplate-skill .sheet-combat {background: black;color: OldLace;} +.sheet-rolltemplate-skill .sheet-concentration {background: SlateGray;color: WhiteSmoke;} +.sheet-rolltemplate-skill .sheet-general {background: MidnightBlue;color: OldLace;} +.sheet-rolltemplate-skill .sheet-influence {background: IndianRed;color: OldLace;} +.sheet-rolltemplate-skill .sheet-mystical {background: purple;color: OldLace;} +.sheet-rolltemplate-skill .sheet-outdoor {background: DarkOliveGreen;color: OldLace;} +.sheet-rolltemplate-skill .sheet-physical {background: SaddleBrown;color: OldLace;} +.sheet-rolltemplate-skill .sheet-subterfuge {background: Grey;color: WhiteSmoke;} + +.sheet-rolltemplate-skill .sheet-partner{font-size: .5em} + .sheet-rolltemplate-skill .div{ - line-height: 20px; + line-height: 18px; } .sheet-rolltemplate-skill .sheet-skill-header{ - padding: 4px; - margin-top: 10px; + padding: 2px; + margin-top: 5px; font-family: 'Merriweather', serif; color: black; background: OldLace; @@ -969,24 +979,24 @@ div.repcontrol.editmode button.repcontrol_edit::before border-left: 1px; border-top: 1px; border-bottom: none; - border-radius: 12px 12px 0px 0px; + border-radius: 2px 2px 0px 0px; } .sheet-rolltemplate-skill .sheet-skill-title{ - font-size: 24px; - line-height: 30px; + font-size: 16px; + line-height: 18px; } .sheet-rolltemplate-skill .sheet-subtitle{ - font-size: 20px; - line-height: 20px; + font-size: 14px; + line-height: 16px; } .sheet-rolltemplate-skill .sheet-content{ text-align: center; - padding: 4px; + padding: 2px; color: black; - border-radius: 0px 0px 12px 12px; + border-radius: 2px 2px 2px 2px; /*border-right: 1px; border-left: 1px; border-top: none; @@ -998,11 +1008,11 @@ div.repcontrol.editmode button.repcontrol_edit::before .sheet-rolltemplate-skill .sheet-display{ text-align: center; - margin-top: 5px; - margin-bottom: 5px; + margin-top: 3px; + margin-bottom: 3px; font-family: 'Merriweather', serif; - font-size: 16px; - line-height: 20px; + font-size: 12px; + line-height: 16px; } .sheet-rolltemplate-skill .sheet-display-minor{ @@ -1044,4 +1054,4 @@ div.repcontrol.editmode button.repcontrol_edit::before font-family: 'Merriweather', serif; font-size: 16px; line-height: 20px; -} +} \ No newline at end of file