Skip to content

Commit

Permalink
some small adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
vince-roll20 committed Nov 19, 2024
1 parent ccb4cad commit be5a250
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 10 deletions.
32 changes: 23 additions & 9 deletions Naruto d20 Modern/Naruto d20 Modern.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,14 @@

/* background toggle*/
.sheet-useBackground input[value="0"] ~ *.sheet-background {
background-image:none; background-color:#F3F8F6;
background-image:none;
background-color:#F3F8F6;
}

.sheet-useBackground input[value="1"] ~ *.sheet-background {
background-image:url("http://i.imgur.com/izwlEug.jpg");
background-size: 100%;
background-image: url("http://i.imgur.com/izwlEug.jpg");
background-size: cover;
outline: 2px solid #000;
}

.sheet-banner {
Expand All @@ -68,6 +70,8 @@
font-family: 'Proxima Nova';
font-size: 14px;
font-weight: normal;
outline: 2px solid #7f2108;
padding: 5px 5px 0 5px;
}

div.sheet-core-content {
Expand Down Expand Up @@ -155,16 +159,18 @@ div.sheet-core-content {
font-family: 'Proxima Nova';
}
.sheet-tableI th {
font-size:8px;
vertical-align:super;
font-size: 8px;
vertical-align: super;
cursor: default;
}
.sheet-font {
font-family: 'Proxima Nova';
font-weight:normal;
}
.sheet-tableII th {
background:#000;
color:white;
background: #000;
color: white;
cursor: default;
}

.sheet-tableII th:first-child {
Expand Down Expand Up @@ -497,9 +503,11 @@ div.sheet-tooltips:hover span {
/*-----radio boxes-----*/
/*-----Tootl Tips-----*/
div.sheet-tooltipsdown {
position: relative;
cursor: default;
display: inline;
position: relative;
}

div.sheet-tooltipsdown span {
position: absolute;
width:500px;
Expand All @@ -526,7 +534,7 @@ div.sheet-tooltipsdown span:after {
div:hover.sheet-tooltipsdown span {
visibility: visible;
opacity: 1;
left: 100%;
left: 80%;
top: 50%;
margin-top: -15px;
margin-left: 15px;
Expand Down Expand Up @@ -897,6 +905,12 @@ input.sheet-bigcheck[type="Checkbox"]:checked + span::before
position: relative;
}

.charsheet .sheet-options::before {
color: #7f2108;
content: 'y';
font-family: 'Pictos';
}

.charsheet .sheet-options select {
max-width: 10em;
}
Expand Down
2 changes: 1 addition & 1 deletion Naruto d20 Modern/Naruto d20 Modern.html
Original file line number Diff line number Diff line change
Expand Up @@ -4779,7 +4779,7 @@ <h4>Abilities</h4>
<br>
</div>
<section class="sheet-options">
<span>Sheet Background Option:</span>
<span>Sheet Background:</span>
<select name="attr_background">
<option value="0" selected>None</option>
<option value="1">Parchment</option>
Expand Down

0 comments on commit be5a250

Please sign in to comment.