Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*Configure the tab buttons*/
- .charsheet .sheet-PersonalData,
- .charsheet .sheet-Social,
- .charsheet .sheet-Combat,
- .charsheet .sheet-Continuum
- {
- display: none;
- }
- /* show the selected tab */
- .charsheet .sheet-tabstoggle[value="PersonalData"] ~ div.sheet-PersonalData,
- .charsheet .sheet-tabstoggle[value="Social"] ~ div.sheet-Social,
- .charsheet .sheet-tabstoggle[value="Combat"] ~ div.sheet-Combat,
- .charsheet .sheet-tabstoggle[value="Continuum"] ~ div.sheet-Continuum
- {
- display: block;
- }
- table {
- border-collapse: collapse;
- border: 1px solid black;
- }
- /* Radio buttons to select section */
- input.sheet-switch {
- display: inline;
- width: auto;
- padding-left: 8em;
- }
- /*#checkbox:checked ~ .sheet-continuum {
- display: none;
- }*/
- /*#checkbox:checked ~ #ContinuumButton {
- display: none;
- }*/
- #checkbox:checked + label + .sheet-continuum {
- display: none;
- }
- input.sheet-switch[value="all"]:checked ~ div.sheet-personal,
- input.sheet-switch[value="all"]:checked ~ div.sheet-metabilities,
- input.sheet-switch[value="all"]:checked ~ div.sheet-attributes,
- input.sheet-switch[value="all"]:checked ~ div.sheet-goals,
- input.sheet-switch[value="all"]:checked ~ div.sheet-experience,
- input.sheet-switch[value="all"]:checked ~ div.sheet-events,
- input.sheet-switch[value="all"]:checked ~ div.sheet-combat,
- input.sheet-switch[value="all"]:checked ~ div.sheet-favors,
- input.sheet-switch[value="all"]:checked ~ div.sheet-relationships,
- input.sheet-switch[value="all"]:checked ~ div.sheet-vehicles
- {
- display: block;
- }
- input.sheet-switch[value="personalGroup"]:checked ~ div.sheet-spanning,
- input.sheet-switch[value="personalGroup"]:checked ~ div.sheet-meta,
- input.sheet-switch[value="personalGroup"]:checked ~ div.sheet-combat,
- input.sheet-switch[value="personalGroup"]:checked ~ div.sheet-favors,
- input.sheet-switch[value="personalGroup"]:checked ~ div.sheet-relationships,
- input.sheet-switch[value="personalGroup"]:checked ~ div.sheet-vehicles,
- input.sheet-switch[value="personalGroup"]:checked ~ div.sheet-yet
- {
- display: none;
- }
- input.sheet-switch[value="continuumGroup"]:checked ~ div.sheet-combat,
- input.sheet-switch[value="continuumGroup"]:checked ~ div.sheet-vehicles,
- input.sheet-switch[value="continuumGroup"]:checked ~ div.sheet-goals,
- input.sheet-switch[value="continuumGroup"]:checked ~ div.sheet-events,
- input.sheet-switch[value="continuumGroup"]:checked ~ div.sheet-favors,
- input.sheet-switch[value="continuumGroup"]:checked ~ div.sheet-experience,
- input.sheet-switch[value="continuumGroup"]:checked ~ div.sheet-relationships
- {
- display: none;
- }
- input.sheet-switch[value="socialGroup"]:checked ~ div.sheet-combat,
- input.sheet-switch[value="socialGroup"]:checked ~ div.sheet-vehicles,
- input.sheet-switch[value="socialGroup"]:checked ~ div.sheet-events,
- input.sheet-switch[value="socialGroup"]:checked ~ div.sheet-yet,
- input.sheet-switch[value="socialGroup"]:checked ~ div.sheet-meta,
- input.sheet-switch[value="socialGroup"]:checked ~ div.sheet-goals,
- input.sheet-switch[value="socialGroup"]:checked ~ div.sheet-spanning,
- input.sheet-switch[value="socialGroup"]:checked ~ div.sheet-experience
- {
- display: none;
- }
- input.sheet-switch[value="combatGroup"]:checked ~ div.sheet-yet,
- input.sheet-switch[value="combatGroup"]:checked ~ div.sheet-events,
- input.sheet-switch[value="combatGroup"]:checked ~ div.sheet-meta,
- input.sheet-switch[value="combatGroup"]:checked ~ div.sheet-spanning,
- input.sheet-switch[value="combatGroup"]:checked ~ div.sheet-experience,
- input.sheet-switch[value="combatGroup"]:checked ~ div.sheet-events,
- input.sheet-switch[value="combatGroup"]:checked ~ div.sheet-goals,
- input.sheet-switch[value="combatGroup"]:checked ~ div.sheet-favors,
- input.sheet-switch[value="combatGroup"]:checked ~ div.sheet-relationships
- {
- display: none;
- }
- input.sheet-toggle-show[value="0"] ~ div.sheet-continuum,
- input.sheet-toggle-show[value="0"] ~ div.sheet-yet,
- input.sheet-toggle-show[value="0"] ~ div.sheet-spanning,
- input.sheet-toggle-show[value="0"] ~ div.sheet-meta
- {
- display: none;
- }
- input.sheet-switch[value="personal"]:checked ~ div:not(.sheet-personal)
- {
- display: none;
- }
- input.sheet-switch[value="spanning"]:checked ~ div:not(.sheet-spanning) {
- display: none;
- }
- input.sheet-switch[value="metabilities"]:checked ~ div:not(.sheet-metabilities) {
- display: none;
- }
- input.sheet-switch[value="attributes"]:checked ~ div:not(.sheet-attributes) {
- display: none;
- }
- input.sheet-switch[value="goals"]:checked ~ div:not(.sheet-goals) {
- display: none;
- }
- input.sheet-switch[value="experience"]:checked ~ div:not(.sheet-experience) {
- display: none;
- }
- input.sheet-switch[value="events"]:checked ~ div:not(.sheet-events) {
- display: none;
- }
- input.sheet-switch[value="combat"]:checked ~ div:not(.sheet-combat) {
- display: none;
- }
- input.sheet-switch[value="yet"]:checked ~ div:not(.sheet-yet) {
- display: none;
- }
- input.sheet-switch[value="favors"]:checked ~ div:not(.sheet-favors) {
- display: none;
- }
- input.sheet-switch[value="relationships"]:checked ~ div:not(.sheet-relationships) {
- display: none;
- }
- input.sheet-switch[value="vehicles"]:checked ~ div:not(.sheet-vehicles) {
- display: none;
- }
- /* end section selection*/
- .sheet-spanning, .sheet-spanbook {
- float: none; /* Where the heck do these come from?! */
- margin-left: 0;
- }
- .repcontainer[data-groupname="repeating_events"] {
- display: flex;
- flex-flow: column;
- flex-direction: column-reverse;
- }
- .sheet-title {
- width: 100%;
- background-color: navy;
- }
- .sheet-title h1 {
- color: white;
- text-align: right;
- }
- .sheet-section {
- background-color: #aaaaff;
- color: navy;
- }
- .sheet-subsection {
- background-color: #d7d7ff;
- color: navy;
- }
- thead th {
- text-align: left;
- vertical-align: bottom;
- }
- input, input[type="number"], select, textarea {
- width: 100%;
- }
- .sheet-smaller {
- font-size: smaller;
- }
- textarea[name="attr_BenefitsLimits"] {
- width: auto;
- height: 5em;
- }
- textarea[name="attr_EventDescription"] {
- width: auto;
- height: 6em;
- }
- textarea[name="attr_EventLocation"] {
- width: auto;
- height: 6em;
- }
- textarea[name="attr_EventNotes"] {
- width: auto;
- height: 6em;
- }
- .sheet-assets {
- max-width: 50%;
- }
- .sheet-rolltemplate-continuum table {
- width: 100%;
- border: thin solid;
- font-weight: lighter;
- }
- .sheet-rolltemplate-continuum thead {
- color: white;
- background-color: navy;
- }
- .sheet-rolltemplate-continuum thead tr * {
- font-weight: lighter;
- }
- .sheet-rolltemplate-continuum .sheet-victory {
- color: white;
- background-color: green;
- font-weight: bold;
- text-align: center;
- }
- .sheet-rolltemplate-continuum .sheet-blunder {
- color: white;
- background-color: red;
- font-weight: bold;
- text-align: center;
- }
- .sheet-rolltemplate-continuum .sheet-possiblegrace {
- color: white;
- background-color: purple;
- font-weight: bold;
- text-align: center;
- }
- .sheet-rolltemplate-continuum .sheet-damage * {
- color: white;
- background-color: teal;
- font-weight: bold;
- }
- .sheet-rolltemplate-continuum tbody tr:nth-child(odd) {
- background-color: gray;
- }
- .sheet-rolltemplate-continuum tbody tr:nth-child(even) {
- background-color: silver;
- }
- .sheet-rolltemplate-continuum tbody tr,
- .sheet-rolltemplate-continuum tr.sheet-damage th {
- text-align: right;
- }
- .sheet-rolltemplate-continuum tbody td,
- .sheet-rolltemplate-continuum tr.sheet-damage td {
- text-align: left;
- }
- .sheet-rolltemplate-continuum td,
- .sheet-rolltemplate-continuum th {
- padding: 0.5em;
- }
- .tooltip {
- text-decoration:none;
- position:relative;
- }
- bodystat {
- color: red;
- }
- table td, tr {
- height: 30px;
- }
Advertisement
Add Comment
Please, Sign In to add comment