Skip to content

Commit

Permalink
Merge pull request #13241 from nashidau/master
Browse files Browse the repository at this point in the history
Rolemaster Unified Official: Attack and other updates
  • Loading branch information
NBrooks-Roll20 authored Aug 27, 2024
2 parents f711526 + 708eecd commit 816f54c
Show file tree
Hide file tree
Showing 4 changed files with 338 additions and 77 deletions.
13 changes: 11 additions & 2 deletions RolemasterUnified_Official/rolemasterunified.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ h3 {
font-family: 'PragRoman', 'myPragRoman', 'IM Fell DW Pica', 'Kaushan Script', 'Chalkduster', 'Trattatello', 'Luminari', fantasy, serif;
}

.sheet-hangingindent, .hangingindent {
padding-left: 1em;
text-indent: -1em;
}


.creaturesheet {
display: none;
Expand Down Expand Up @@ -710,7 +715,6 @@ div.repcontrol {
.cm_info {
border: 3px solid rgb(20,21,22);
border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
height: 80%;
}


Expand Down Expand Up @@ -802,7 +806,7 @@ button.nodie {
{
background-color: transparent;
border: none !important;
padding: none;
padding: 0;
font-weight: inherit;
cursor: help;
font-size: 1em;
Expand Down Expand Up @@ -1080,6 +1084,11 @@ button.nodie {
background-image: linear-gradient(to right, #4776e6, #8e54e9);
}

.creaturemove {
padding: 0.5em; border: 1px solid rgb(22,11,12); border-radius: 0.3em; margin: 1em; box-shadow: 0 5px 20px 0 rgba(0,0,0,0.25), 0 5px 10px 0 rgba(0,0,0,0.17);;
background-image: linear-gradient(to right, #ff512f, #f09819);
}

.creature-multicolumn {
column-count: auto;
column-width: 18em;
Expand Down
Loading

0 comments on commit 816f54c

Please sign in to comment.