Skip to content

Commit

Permalink
More tweaks of css for crit/fumble cards
Browse files Browse the repository at this point in the history
  • Loading branch information
JamzTheMan committed Dec 12, 2022
1 parent 01bdc20 commit 911e91c
Showing 2 changed files with 16 additions and 12 deletions.
Binary file modified images/critfumble-banner.webp
Binary file not shown.
28 changes: 16 additions & 12 deletions styles/nerps-for-foundry.css
Original file line number Diff line number Diff line change
@@ -4,11 +4,11 @@
border: 2px solid !important;
border-radius: 15px !important;
font-family: Roboto, sans-serif !important;
font-size: 1.75em !important;
font-size: 2em !important;
font-weight: bold !important;
text-transform: uppercase !important;
padding: 0 0 0 1.5em !important;
background-size: 1.22em !important;
padding: 0 0 0 1.25em !important;
background-size: 1em !important;
background-repeat: no-repeat !important;
background-color: #e5bf85 !important;
position:relative !important;
@@ -55,16 +55,18 @@
}

.fumble-deck code {
font-family: Arial, Helvetica, sans-serif !important;
font-family: Roboto, sans-serif !important;
font-weight: bold !important;
font-size: 100% !important;
line-height: 110% !important;
background-image: url("/modules/Nerps-For-Foundry/images/critfumble-banner.webp") !important;
background-size: 100% 100% !important;
box-shadow: 5px 5px 10px 5px #282a2d !important;
display: inline-block !important;
float: right !important;
text-align: center !important;
margin-top: -1.75em !important;
margin-right: 0.75em !important;
margin-top: -2.25em !important;
margin-right: 1.25em !important;
width: 7em !important;
padding: 0.5em !important;
}
@@ -74,11 +76,11 @@
border: 2px solid !important;
border-radius: 15px !important;
font-family: Roboto, sans-serif !important;
font-size: 1.75em !important;
font-size: 2em !important;
font-weight: bold !important;
text-transform: uppercase !important;
padding: 0 0 0 1.5em !important;
background-size: 1.22em !important;
padding: 0 0 0 1.25em !important;
background-size: 1em !important;
background-repeat: no-repeat !important;
background-color: #e5bf85 !important;
position: relative !important;
@@ -125,16 +127,18 @@
}

.critical-deck code {
font-family: Arial, Helvetica, sans-serif !important;
font-family: Roboto, sans-serif !important;
font-weight: bold !important;
font-size: 100% !important;
line-height: 110% !important;
background-image: url("/modules/Nerps-For-Foundry/images/critfumble-banner.webp") !important;
background-size: 100% 100% !important;
box-shadow: 5px 5px 10px 5px #282a2d !important;
display: inline-block !important;
float: right !important;
text-align: center !important;
margin-top: -1.75em !important;
margin-right: 0.75em !important;
margin-top: -2.25em !important;
margin-right: 1.25em !important;
width: 9em !important;
padding: 0.5em !important;
}

0 comments on commit 911e91c

Please sign in to comment.