Skip to content

Commit

Permalink
Merge pull request #13570 from eGellman89/master
Browse files Browse the repository at this point in the history
Table Top Defined -- Sheet Update New Features
  • Loading branch information
NorWhal authored Dec 5, 2024
2 parents d16495d + 145cb0c commit 8650e61
Show file tree
Hide file tree
Showing 2 changed files with 330 additions and 273 deletions.
36 changes: 33 additions & 3 deletions Table Top Defined/Table_Top_Defined.css
Original file line number Diff line number Diff line change
Expand Up @@ -820,14 +820,39 @@
padding: 0;
}

.sheet-abilities .ggrid .grr3.ggridc .ability-toggle[value="1"] ~ div.ability_description.ggrid{
.sheet-abilities .ggrid .grr4.ggridc .ability-toggle[value="1"] ~ div.ability_description.ggrid{
display: none;
}

.sheet-abilities .ggrid .grr3.ggridc .feats-toggle[value="1"] ~ div.feats_description{
.sheet-abilities .ggrid .grr4.ggridc .feats-toggle[value="1"] ~ div.feats_description{
display: none;
}

.ui-dialog .charsheet .sheet-abilities .resourceName{
width: 96%;
background-color: #000000;
color: #FFFFFF;
text-align: center;
font-weight: bold;
border: 0;
font-size: medium;
}

.charsheet .repcontainer[data-groupname="repeating_resources"]{
display: flex;
flex-direction: row;
flex-wrap: wrap;
text-align: center;
justify-content: center;
}

.charsheet .repcontainer[data-groupname="repeating_resources"] > *{
text-align: center;
width: 20%;
border-radius: 12px 12px 0 0;
overflow: clip;
}

/*</editor-fold>*/

/*<editor-fold desc="Spell Sheet Style">*/
Expand Down Expand Up @@ -1344,6 +1369,11 @@ input.sptoggle[value="1"] ~ .sheet-repeating-fields{
font-size: medium;
}

.ui-dialog .charsheet .SkillsPage table tr:nth-child(even){
background-color: #D0D0D0;
}


.ui-dialog .charsheet .SkillsPage td{
padding: 1px;
}
Expand All @@ -1352,7 +1382,7 @@ input.sptoggle[value="1"] ~ .sheet-repeating-fields{
transition-duration: .05s;
}

.ui-dialog .charsheet .hoverskill:hover{
.ui-dialog .charsheet .SkillsPage .hoverskill:hover{
background-color: #323232;
color: #FFFFFF;
}
Expand Down
Loading

0 comments on commit 8650e61

Please sign in to comment.