diff --git a/Das_Schwarze_Auge_4-1/dsa4_1_character_sheet_roll20.css b/Das_Schwarze_Auge_4-1/dsa4_1_character_sheet_roll20.css index 8026be9f07..3d7c9763b7 100644 --- a/Das_Schwarze_Auge_4-1/dsa4_1_character_sheet_roll20.css +++ b/Das_Schwarze_Auge_4-1/dsa4_1_character_sheet_roll20.css @@ -66,6 +66,10 @@ Confirmed Critical Failure: #b39797 (a red) display: none; } +.charsheet .sheet-section-info * { + text-align: left; +} + /* Headings */ .charsheet h1, .charsheet h2, @@ -150,6 +154,45 @@ input[type=number]::-webkit-outer-spin-button { font-weight: bold; } +.charsheet input[type="text"]:read-only, +.charsheet input[type="number"]:read-only { + background-color: #bf9e60; + border-style: solid; + border-color: #806940; + border-width: 0.1em; + font-weight: bold; +} + +.charsheet input[type="number"]:-moz-read-only { + background-color: #bf9e60; + border-style: solid; + border-color: #806940; + border-width: 0.1em; + font-weight: bold; +} + +.charsheet input[type="text"]:-moz-read-only { + background-color: #bf9e60; + border-style: solid; + border-color: #806940; + border-width: 0.1em; + font-weight: bold; +} + +/* Selectable text has to go into */ +.charsheet input[type="text"].sheet-selectable-text { + background-color: inherit; + border: none; + color: inherit; + font-family: inherit; + font-size: inherit; + font-weight: inherit; + padding-left: 0; + padding-right: 0; + padding-top: inherit; + padding-bottom: inherit; +} + .charsheet .sheet-activation-items input[type="checkbox"] { margin: 0.1em 0.3em 0.1em 0em; } @@ -227,6 +270,28 @@ The solution: convert the s to type="text" and make them look like normal vertical-align: bottom; } +.charsheet input[type="text"]:read-only.sheet-stat-immutable { + background-color: #e6be74; + border-style: hidden; + box-shadow: none; + cursor: auto; + font-family: serif; + padding: 0; + width: 2.5em; + vertical-align: bottom; +} + +.charsheet input[type="text"]:-moz-read-only.sheet-stat-immutable { + background-color: #e6be74; + border-style: hidden; + box-shadow: none; + cursor: auto; + font-family: serif; + padding: 0; + width: 2.5em; + vertical-align: bottom; +} + .charsheet input[type="text"]:disabled.sheet-stat-immutable-version { width: 7em; } @@ -236,9 +301,25 @@ The solution: convert the s to type="text" and make them look like normal text-align: left; } +.charsheet th > input[type="text"]:read-only.sheet-stat-immutable { + text-align: left; +} + +.charsheet th > input[type="text"]:-moz-read-only.sheet-stat-immutable { + text-align: left; +} + /* Align text right to match other table cells */ .charsheet td > input[type="text"]:disabled.sheet-stat-immutable { - text-align: right; + text-align: center; +} + +.charsheet td > input[type="text"]:read-only.sheet-stat-immutable { + text-align: center; +} + +.charsheet td > input[type="text"]:-moz-read-only.sheet-stat-immutable { + text-align: center; } /* Style draggable UI buttons */ @@ -460,7 +541,8 @@ The solution: convert the s to type="text" and make them look like normal .charsheet input.sheet-tab83:checked ~ div.sheet-section-Orte, .charsheet input.sheet-tab10:checked ~ div.sheet-section-config, .charsheet input.sheet-tab101:checked ~ div.sheet-section-config1, -.charsheet input.sheet-tab102:checked ~ div.sheet-section-config2 { +.charsheet input.sheet-tab102:checked ~ div.sheet-section-config2, +.charsheet input.sheet-tab11:checked ~ div.sheet-section-info { border-color: #806940; border-style: solid; border-width: 0.2em 0 0.2em 0; @@ -529,7 +611,8 @@ The solution: convert the s to type="text" and make them look like normal .charsheet input.sheet-tab99:checked + span.sheet-tab99, .charsheet input.sheet-tab10:checked + span.sheet-tab10, .charsheet input.sheet-tab101:checked + span.sheet-tab101, -.charsheet input.sheet-tab102:checked + span.sheet-tab102 { +.charsheet input.sheet-tab102:checked + span.sheet-tab102, +.charsheet input.sheet-tab11:checked + span.sheet-tab11 { background-color: #bf9e60; border-color: #806940; color: #000000; @@ -1485,4 +1568,3 @@ The solution: convert the s to type="text" and make them look like normal font-weight: inherit; color: #000000; } - diff --git a/Das_Schwarze_Auge_4-1/dsa4_1_character_sheet_roll20.html b/Das_Schwarze_Auge_4-1/dsa4_1_character_sheet_roll20.html index 89dc19aef9..7a0ee99c0f 100644 --- a/Das_Schwarze_Auge_4-1/dsa4_1_character_sheet_roll20.html +++ b/Das_Schwarze_Auge_4-1/dsa4_1_character_sheet_roll20.html @@ -31,6 +31,9 @@ Konfiguration + + Infos +
Dieser Charakterbogen wird weiterentwickelt. Dabei bleibt es nicht aus, dass alte Daten nicht mehr ohne Weiteres in den veränderten Bogen passen. Wenn es nötig wird, werden die alten Daten automatisch im Hintergrund umgewandelt. Da es aber immer zu Fehlern kommen kann, stehen für jeden Versionssprung hier weiterhin die alten Daten (inklusive ihrer Funktionalität) zur Verfügung. So wird sichergestellt, dass keine Daten verlorengehen und das Spiel weitergehen kann.
Videos zu einzelnen Updates: + +
Gaben und Metatalente wurden verändert, sodass eine Migration der alten Daten notwendig wurde. Spalten für spezielle Erfahrungen (SE) wurden entfernt, da diese ausschließlich für die Steigerung relevant sind, Steigerungen aber seitens Roll20 nicht im Charakterbogen umgesetzt sein dürfen. Um die Information dauerhafter zu speichern, empfiehlt es sich die Notizen zu benutzen. Spezielle Erfahrungen in Metatalenten sind darüber hinaus nicht regelkonform.