diff --git a/D&D_3-5/charsheet_3-5.css b/D&D_3-5/charsheet_3-5.css index a732ae6469..bb0cb6f437 100644 --- a/D&D_3-5/charsheet_3-5.css +++ b/D&D_3-5/charsheet_3-5.css @@ -314,6 +314,25 @@ input, select { width:100%; } +/*Adding styling to number fields with range. For untrained skills.*/ +input:in-range { + background-color: transparent; +} +input:out-of-range { + background-color: rgba(255, 0, 0, 0.05); + color: red; + /* text-decoration: line-through; */ +} + +/* Take out the spinner arrows on number inputs. */ +input[type=number] { + -moz-appearance: textfield; +} +input[type=number]::-webkit-outer-spin-button, +input[type=number]::-webkit-inner-spin-button { + -webkit-appearance: none; +} + /* Hide actual checkbox */ input.sheet-arrow[type="checkbox"]{ opacity: 0; diff --git a/D&D_3-5/charsheet_3-5.html b/D&D_3-5/charsheet_3-5.html index 99fd977583..67086327ab 100644 --- a/D&D_3-5/charsheet_3-5.html +++ b/D&D_3-5/charsheet_3-5.html @@ -2,7 +2,7 @@ - + PC         NPC @@ -1006,33 +1006,31 @@ size + Deflection + Misc in AC, Touch AC, FF AC
Armor Bonus + Shield Bonus + Natural Armor in AC and FF AC NOT Touch AC
Dex (constrained) + Dodge in AC and Touch AC Not FF AC (dex pen in FF AC)
--> -    
Armor Check Pen
- + +
Armor
@@ -1758,7 +1756,7 @@ = Int - + + + +   -N/A-   + @@ -1782,7 +1780,7 @@ = Int - + + + +   -N/A-   + @@ -1842,7 +1840,7 @@ = Cha - + + + +   -N/A-   + @@ -1906,7 +1904,7 @@ = Int - + + + +   -N/A-   + @@ -1918,7 +1916,7 @@ = Int - + + + +   -N/A-   + @@ -1930,7 +1928,7 @@ = Int - + + + +   -N/A-   + @@ -1942,7 +1940,7 @@ = Int - + + + +   -N/A-   + @@ -1954,7 +1952,7 @@ = Int - + + + +   -N/A-   + @@ -1966,7 +1964,7 @@ = Int - + + + +   -N/A-   + @@ -1978,7 +1976,7 @@ = Int - + + + +   -N/A-   + @@ -1990,7 +1988,7 @@ = Int - + + + +   -N/A-   + @@ -2002,7 +2000,7 @@ = Int - + + + +   -N/A-   + @@ -2014,7 +2012,7 @@ = Int - + + + +   -N/A-   + @@ -2050,7 +2048,7 @@ = Dex - + + + +   -N/A-   + @@ -2098,7 +2096,7 @@ = Wis - + + + +   -N/A-   + @@ -2110,7 +2108,7 @@ = Wis - + + + +   -N/A-   + @@ -2122,7 +2120,7 @@ = Wis - + + + +   -N/A-   + @@ -2170,7 +2168,7 @@ = Dex - + + + + + @@ -2182,7 +2180,7 @@ = Int - + + + +   -N/A-   + @@ -2230,7 +2228,7 @@ = Dex - + + + + + @@ -2242,7 +2240,7 @@ = Cha - + + + +   -N/A-   + @@ -3908,4 +3906,4 @@

-

D&D3.5e Character Sheet v2.6.17 6/21/15 by Diana P.

\ No newline at end of file +

D&D3.5e Character Sheet v2.6.18 6/30/15 by Diana P.

\ No newline at end of file