Skip to content

Commit

Permalink
Merge pull request #12786 from nashidau/master
Browse files Browse the repository at this point in the history
[Rolemaster Unified Official] Talents improvements, and other misc fixes.
  • Loading branch information
NBrooks-Roll20 authored Apr 11, 2024
2 parents 1f8db1b + 9bb3f68 commit dcd3a2d
Show file tree
Hide file tree
Showing 4 changed files with 186 additions and 78 deletions.
50 changes: 45 additions & 5 deletions RolemasterUnified_Official/rolemasterunified.css
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,9 @@ input:not(:checked).toggle + .toggler { display: none; }

grid-template-columns: 1fr 4em 5em 8em 2em;
display: grid;
border-bottom: 2px;
margin-bottom: 2px;
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3);
}

.spellname {
Expand Down Expand Up @@ -588,10 +591,6 @@ div.attacks {
display: inline;
}

/* The talents on the main page */
.talent_name {
font-weight: bold;
}

/* Tabs for Our creation */
/** Source: https://codepen.io/markcaron/pen/MvGRYV */
Expand Down Expand Up @@ -772,5 +771,46 @@ div.repcontrol {
border-radius: 3px !important;
}

/* vim: set sts=4 sw=4 : */
.rollbutton.jq {
border: 1px solid red;
}






.cmtalent {
background-color: #ACC3F5;
margin: 1em;
box-shadow: 0 4px 12px 0 rgba(0,0,0,0.4);
padding: 3px;
}


.choice-showing.talent_inline {
display: inline !important;
}


.talent:nth-of-type(even) .cmtalent {
background-color: #ADF4F5;
}

@media (prefers-color-scheme: dark) {

}




/* The talents on the main page */
.talent_name {
font-weight: bold;
}




/* vim: set sts=4 sw=4 syn=css : */

Loading

0 comments on commit dcd3a2d

Please sign in to comment.