Skip to content

Commit

Permalink
Merge pull request #13637 from Wrathborn/master
Browse files Browse the repository at this point in the history
FraggedEmpire2E.html modification
  • Loading branch information
BronsonHall authored Jan 9, 2025
2 parents 828ce17 + 81e9074 commit ca078a4
Show file tree
Hide file tree
Showing 2 changed files with 164 additions and 37 deletions.
94 changes: 93 additions & 1 deletion Fragged-Empire 2E/FraggedEmpire2E.css
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,30 @@ input[type="number"]{
padding-top: 0.2em;
padding-bottom: 0.1em;
}

/** Start Order Button **/

.charsheet button[type=roll].sheet-orderbtn::before {
content: "";
}

.charsheet button[type=roll].sheet-orderbtn {
background-image: none;
background-color: #262626;
color: white;
border: none;
font-weight: bold;
font-size: 12px;
padding: 2px;
}

.charsheet button[type=roll].sheet-orderbtn:hover {
background-color:#cc0d00;
color:black;
}

/** End Order Button **/

.sheet-header{
color: white;
font-weight: bold;
Expand Down Expand Up @@ -153,6 +177,16 @@ input[type="number"]{
font-size: 10px;
text-align: center;
}
.sheet-buttoncasing{
background-color: #262626;
color: white;
font-weight: bold;
font-size: 12px;
padding-left: 5px;
margin: 0px 0px 0px 0px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}


/***** Roll Templates *****/
Expand Down Expand Up @@ -272,4 +306,62 @@ input[type="number"]{
.sheet-rolltemplate-attack .inlinerollresult.importantroll {
color: #4A57ED;
border: none;
}
}

/** Strong Hit Tests **/
.sheet-rolltemplate-stronghit table {
width: 189px;
padding: 2px;
border: 1px solid;
background-color: #ffffff;
}

.sheet-rolltemplate-stronghit th {
color: rgb(126, 45, 64);
padding-left: 5px;
line-height: 1.6em;
font-size: 1.2em;
text-align: left;
font-family: "Times New Roman", Times, serif;
font-variant: small-caps;
}

.sheet-rolltemplate-stronghit .sheet-subheader {
color: #000;
font-size: 1em;
font-style: italic;
}

.sheet-rolltemplate-stronghit .sheet-arrow-right {
border-top: 3px solid transparent;
border-bottom: 3px solid transparent;
border-left: 180px solid rgb(126, 45, 64);
}

.sheet-rolltemplate-stronghit .sheet-tcat {
font-style: italic;
}

.sheet-rolltemplate-stronghit td {
padding-left: 5px;
}

.sheet-rolltemplate-stronghit .inlinerollresult {
background-color: #ffffff;
border: none;
}

.sheet-rolltemplate-stronghit .inlinerollresult.fullcrit {
color: #3FB315;
border: none;
}

.sheet-rolltemplate-stronghit .inlinerollresult.fullfail {
color: #B31515;
border: none;
}

.sheet-rolltemplate-stronghit .inlinerollresult.importantroll {
color: #4A57ED;
border: none;
}
Loading

0 comments on commit ca078a4

Please sign in to comment.