diff --git a/LANCER RPG (1.8)/LANCER.css b/LANCER RPG (1.8)/LANCER.css index 59d029171e..412245ba8b 100644 --- a/LANCER RPG (1.8)/LANCER.css +++ b/LANCER RPG (1.8)/LANCER.css @@ -333,32 +333,32 @@ input.sheet-long input.sheet-license { - width: 25px; + width: 25px; height: 30px; - opacity:0; - z-index:9999; + opacity:0; + z-index:9999; } input.sheet-structure, input.sheet-corestress{ - margin-right:10px; - width: 55px; + margin-right:10px; + width: 55px; height: 40px; - cursor: pointer; - position: relative; - opacity: 0; - z-index: 9999; - margin-top:0px; + cursor: pointer; + position: relative; + opacity: 0; + z-index: 9999; + margin-top:0px; } input.sheet-overcharge { - width: 35px; + width: 35px; height: 40px; - cursor: pointer; - position: relative; - opacity: 0; - z-index: 9999; - margin-top:0px; + cursor: pointer; + position: relative; + opacity: 0; + z-index: 9999; + margin-top:0px; } input.sheet-corepower @@ -379,42 +379,42 @@ span.sheet-haseinfo span.sheet-overcharge { - text-align: center; + text-align: center; display: inline-block; - font-size: 13px; - background: #c7c3b0; - color: black; - font-weight: bold; - width: 35px; + font-size: 13px; + background: #c7c3b0; + color: black; + font-weight: bold; + width: 35px; height: 40px; - cursor: pointer; - position: relative; - vertical-align: middle; - left:30px; - margin-left:-35px; - border: 2px solid black; - border-left:none; - margin-top:0px; + cursor: pointer; + position: relative; + vertical-align: middle; + left:30px; + margin-left:-35px; + border: 2px solid black; + border-left:none; + margin-top:0px; } span.sheet-structure, span.sheet-corestress{ - text-align: center; + text-align: center; display: inline-block; - font-size: 13px; - background: #c7c3b0; - color: black; - font-weight: bold; - width: 55px; + font-size: 13px; + background: #c7c3b0; + color: black; + font-weight: bold; + width: 55px; height: 40px; - cursor: pointer; - vertical-align: middle; - margin-left:-65px; - border: 2px solid black; - border-left:none; - position:relative; - left:60px; - margin-top:0px; + cursor: pointer; + vertical-align: middle; + margin-left:-65px; + border: 2px solid black; + border-left:none; + position:relative; + left:60px; + margin-top:0px; } span.sheet-pskill-fancy @@ -435,18 +435,18 @@ span.sheet-license cursor:pointer; display: inline-block; line-height:30px; - text-align: center; - font-size: 13px; - font-weight: bold; - background: #c7c3b0; - color: black; - width: 20px; + text-align: center; + font-size: 13px; + font-weight: bold; + background: #c7c3b0; + color: black; + width: 20px; height: 30px; - border: 2px solid black; - border-left:none; - margin-left:-25px; - margin-top:0px; - margin-bottom:0px; + border: 2px solid black; + border-left:none; + margin-left:-25px; + margin-top:0px; + margin-bottom:0px; position:relative; left:22px; @@ -558,8 +558,8 @@ textarea /*-------------TAB SETUP-------------*/ /*this hides the contents of each tab by default*/ -.charsheet div[class^="sheet-section"] { - display: none; +.charsheet div[class^="sheet-section"] { + display: none; } /*this shows the tab content when the appropriate input field is selected*/ @@ -567,63 +567,65 @@ textarea .charsheet input.sheet-tab2:checked ~ div.sheet-section-talents, .charsheet input.sheet-tab3:checked ~ div.sheet-section-frame { - display: block; + display: block; } -.charsheet input.sheet-tab99:checked ~ div[class^="sheet-section"] { - display: block; +.charsheet input.sheet-tab99:checked ~ div[class^="sheet-section"] { + display: block; } /*this hides the radio button for each tab, makes it 100px wide and 40px tall and makes sure it's above everything else*/ .charsheet input.sheet-tab { width: 100px; height: 50px; - cursor: pointer; - position: relative; - opacity: 0; - z-index: 9999; + cursor: pointer; + position: relative; + opacity: 0; + z-index: 9999; } .charsheet input.sheet-acc-tab { + left:15px; width: 100px; height: 50px; - cursor: pointer; - position: relative; - opacity: 0; - z-index: 9999; + cursor: pointer; + position: relative; + opacity:0; + z-index: 9999; } /*this styles the span with the tab information and slides to the left, so it appears underneath the radio button*/ .charsheet span.sheet-tab { - text-align: center; + text-align: center; display: inline-block; - font-size: 13px; - background: #c7c3b0; - color: black; - font-weight: bold; - border-radius: 4px; - width: 100px; + font-size: 13px; + background: #c7c3b0; + color: black; + font-weight: bold; + border-radius: 4px; + width: 100px; height: 40px; - cursor: pointer; - position: relative; - vertical-align: middle; - margin-left: -101px;/*originally 91px*/ + cursor: pointer; + position: relative; + vertical-align: middle; + margin-left: -101px;/*originally 91px*/ } .charsheet span.sheet-acc-tab { - text-align: center; + left:15px; + text-align: center; display: inline-block; - font-size: 13px; - background: #c7c3b0; - color: black; - font-weight: bold; - border-radius: 4px; - width: 100px; + font-size: 13px; + background: #c7c3b0; + color: black; + font-weight: bold; + border-radius: 4px; + width: 100px; height: 40px; - cursor: pointer; - position: relative; - vertical-align: middle; - margin-left: -101px;/*originally 91px*/ + cursor: pointer; + position: relative; + vertical-align: middle; + margin-left: -101px;/*originally 91px*/ } /*license button color setup*/ @@ -651,7 +653,7 @@ input.sheet-license1:checked+span.sheet-license1 { background: #2c424e; color: #bfc4c6; - border-radius: 4px; + border-radius: 4px; } /*acc button color setup*/ @@ -660,7 +662,7 @@ input.sheet-acc-tab2:checked + span.sheet-acc-tab2, input.sheet-acc-tab3:checked + span.sheet-acc-tab3 { background: #ff9d87; - border-radius: 4px; + border-radius: 4px; } /*core stress/structure/overcharge color setup*/ diff --git a/LANCER RPG (1.8)/LANCER.html b/LANCER RPG (1.8)/LANCER.html index ea98614391..8f5f37fc21 100644 --- a/LANCER RPG (1.8)/LANCER.html +++ b/LANCER RPG (1.8)/LANCER.html @@ -1,165 +1,164 @@