Skip to content

Commit

Permalink
Merge pull request #13542 from vince-roll20/New1eUpdates
Browse files Browse the repository at this point in the history
AD&D1e Revised
  • Loading branch information
NorWhal authored Nov 26, 2024
2 parents fdce575 + 4fa9c0b commit 0d111c9
Show file tree
Hide file tree
Showing 3 changed files with 169 additions and 140 deletions.
24 changes: 15 additions & 9 deletions ADnD_1E_Revised/1ESheet.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
@import url('https://fonts.googleapis.com/css2?family=Material+Icons&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caladea:wght@400;700&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Rye:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Caladea:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
/*
@import url('https://fonts.googleapis.com/css2?family=Rye:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*/

/* Misc variables Custom colors for Roll Template */
:root,
Expand All @@ -25,7 +27,7 @@
--font-base: 'Poppins', system-ui;
--font-headers: 'Caladea', serif;
--font-inputs: 'Poppins', system-ui;
--font-monster: 'Raleway', sans-serif;
--font-monster: 'Raleway', serif;
--green: rgb(17, 180, 0);
--grey: rgb(163, 163, 163);
--link-hover: #005ea2;
Expand All @@ -44,10 +46,15 @@

--font-buttons1: 'Poppins', system-ui;
--font-buttons2: 'Caladea', serif;
--text-wt100: 100;
--text-wt200: 200;
--text-wt300: 300;
--text-wt400: 400;
--text-wt500: 500;
--text-wt600: 600;
--text-wt700: 700;
--text-wt800: 800;
--text-wt900: 900;
--color-white1: #f5f5f5;
--color-white2: #e1e1e1;
--color-white3: #b3b3b3;
Expand Down Expand Up @@ -1115,7 +1122,6 @@ summary::-webkit-details-marker {
margin: -2em 0 0 0;
position: relative;
width: 102%;
z-index: 1;
}

.charsheet .npc-toggle {
Expand Down Expand Up @@ -2318,9 +2324,8 @@ details[open].thac0-box {
display: grid;
grid-template-columns: auto minmax(8em, 1fr) 3fr 8em;
grid-template-rows: 1.5em 2em;
margin: -1.85em 0 -0.5em auto;
margin: 0 auto 0 auto;
position: relative;
top: -0.75em;
width: 75%;
z-index: 1;
}
Expand Down Expand Up @@ -3701,6 +3706,7 @@ details[open].thac0-box {
color: initial;
cursor: pointer;
display: inline-block;
font-family: var(--font-buttons1);
font-size: var(--text-med);
font-weight: normal;
margin: 0 2px 2px 2px;
Expand Down
Loading

0 comments on commit 0d111c9

Please sign in to comment.