Skip to content

Commit

Permalink
background option added to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
vince-roll20 committed Nov 18, 2024
1 parent 327e215 commit 5184544
Show file tree
Hide file tree
Showing 2 changed files with 4,494 additions and 4,491 deletions.
21 changes: 15 additions & 6 deletions Naruto d20 Modern/Naruto d20 Modern.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,17 @@
}

/* background toggle*/
.sheet-useBackground input[value="0"]:checked ~ *.sheet-background {
.sheet-useBackground input[value="0"] ~ *.sheet-background {
background-image:none; background-color:#F3F8F6;
}
.sheet-useBackground input[value="1"]:checked ~ *.sheet-background {
/* background-image:url("http://i.imgur.com/izwlEug.jpg"); */
.sheet-useBackground input[value="1"] ~ *.sheet-background {
background-image:url("http://i.imgur.com/izwlEug.jpg");
background-size: 100%;
}

.sheet-banner {
/* background-image:url('http://i.imgur.com/mGAvldF.png'); */
background-image:url('https://i.imgur.com/c3rI5zh.jpg');
background-image:url('https://i.imgur.com/KRdlBeI.png');
background-repeat: no-repeat;
background-size: 100% 100%;
height:200px;
Expand Down Expand Up @@ -318,7 +317,7 @@ input[type=number]:hover {
border-radius:5px;
box-shadow:none;
text-align:center;
color:black:
color:black;
font-size:1.2em;
margin:2px;
}
Expand All @@ -328,7 +327,7 @@ input[type=number]:hover {
border-radius:5px;
box-shadow:none;
text-align:center;
color:black:
color:black;
font-size:1.2em;
margin:2px;
width:100px;
Expand Down Expand Up @@ -887,6 +886,16 @@ input.sheet-bigcheck[type="Checkbox"]:checked + span::before
background: linear-gradient(to right, #7F2108 , black); /* Standard syntax */
color: white;
}

.charsheet .sheet-options {
padding: 10px 10px 0 10px;
position: relative;
}

.charsheet .sheet-options select {
max-width: 10em;
}

/*=== Roll Templates ===*/
/*=== show ===*/
.sheet-rolltemplate-show table {
Expand Down
Loading

0 comments on commit 5184544

Please sign in to comment.