Skip to content

Commit

Permalink
Merge pull request #13524 from nashidau/master
Browse files Browse the repository at this point in the history
RolemasterUnified Official: RR and misc fixes.
  • Loading branch information
NorWhal authored Nov 21, 2024
2 parents 79d0097 + ae60985 commit a3c1dc3
Show file tree
Hide file tree
Showing 4 changed files with 227 additions and 126 deletions.
31 changes: 30 additions & 1 deletion RolemasterUnified_Official/rolemasterunified.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ h3 {
font-family: 'PragRoman', 'myPragRoman', 'IM Fell DW Pica', 'Kaushan Script', 'Chalkduster', 'Trattatello', 'Luminari', fantasy, serif;
}

.inline {
display: inline !important;
}

.sheet-hangingindent, .hangingindent {
padding-left: 1em;
text-indent: -1em;
Expand Down Expand Up @@ -229,6 +233,8 @@ input:not(:checked).toggle + .toggler { display: none; }
}
.stat_attr {
grid-column: 3;
text-align: right;
margin-right: 0.3em;
}


Expand Down Expand Up @@ -719,7 +725,6 @@ div.repcontrol {
}


/* Should style selects at some point */
.fancyselect {
width: 10em;
padding: 1px;
Expand Down Expand Up @@ -813,6 +818,30 @@ button.nodie {
}


.sheet-rolltemplate-rmurr {
padding: 1rem;
width: 95%;
box-shadow: 0 5px 20px 0 rgba(0,0,0,0.25), 0 5px 10px 0 rgba(0,0,0,0.17);
background-color: #ADF4F5;
border-radius: 0.5rem;
line-height: 1.5em;
border-left: 0 solid #F5ADC4;
transition: border-left 300ms ease-in-out, padding-left 300ms ease-in-out;
}


.sheet-rolltemplate-darkmode.sheet-rolltemplate-rmurr {
background-image: linear-gradient(to right bottom, #000000, #923cb5);
box-shadow: 0 2px 5px 0 rgba(241,242,11,0.5), 0 4px 6px 0 rgba(248,161,27,0.17);
}

.sheet-rolltemplate-rmurr:hover {
box-shadow: 0 4px 7px 0 rgba(241,242,11,0.8), 0 6px 8px 0 rgba(248,161,27,0.5);
}




.sheet-rolltemplate-rmustatroll .sheet-statroll {
display: grid;
grid-template-columns: 2fr 1fr 1fr 1fr;
Expand Down
Loading

0 comments on commit a3c1dc3

Please sign in to comment.