Minor Fixes

This commit is contained in:
Nighthawk
2017-07-31 09:21:35 -04:00
parent 1bc00228c3
commit 5e5c06ce55
3 changed files with 33 additions and 28 deletions
+24 -24
View File
@@ -1,7 +1,7 @@
/*----------- Repeating Blocks -------------*/
.charsheet .repcontrol_add {
display: block;
background:#7F2108;
background:#08337d;
color:white;
text-shadow:0px 0px 2px #000,0px 0px 2px #000,0px 0px 2px #000;
box-shadow:none;
@@ -14,7 +14,7 @@
.charsheet .repcontrol_edit
{
display: inline-block;
background:#7F2108;
background:#08337d;
color:white;
text-shadow:0px 0px 2px #000,0px 0px 2px #000,0px 0px 2px #000;
box-shadow:none;
@@ -41,7 +41,7 @@
/* background toggle*/
.sheet-useBackground input[value="1"]:checked ~ *.sheet-background {
background-image:none; background-color:#F3F8F6;
background-image:none; background-color:#878A89;
}
.sheet-banner {
@@ -95,11 +95,11 @@ div.sheet-core-content {
display: inline-block;
font-size: 13px;
background-repeat: no-repeat;
color: #7F2108;
color: #08337d;
font-weight: bold;
font-family: Bookman, 'Bookman;
border-radius: 4px;
border: 2px solid #7F2108;
border: 2px solid #08337d;
width: 100px;
height: 20px;
@@ -117,10 +117,10 @@ div.sheet-core-content {
.charsheet input.sheet-tab6:checked + span.sheet-tab6,
.charsheet input.sheet-tab99:checked + span.sheet-tab99 {
background: #7F2108; /*originally ab8b57*/
background: #08337d; /*originally ab8b57*/
color: white; /*originally white*/
border-radius: 4px;
border: 2px solid #7F2108;
border: 2px solid #08337d;
}
/*----------- End Tab Setup -----------*/
@@ -311,7 +311,7 @@ h5 {
}
textarea.sheet-notes {
border-radius:15px;
border: 2px solid #7F2108;
border: 2px solid #08337d;
height:130px;
resize:vertical;
font-family: Bookman, 'Bookman;
@@ -319,7 +319,7 @@ textarea.sheet-notes {
textarea.sheet-longnotes {
border-radius:15px;
border: 2px solid #7F2108;
border: 2px solid #08337d;
height:130px;
resize:vertical;
font-family: Bookman, 'Bookman;
@@ -756,7 +756,7 @@ input.sheet-bigcheck[type="Checkbox"]:checked + span::before
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 2px solid #7F2108;
border: 2px solid #08337d;
box-shadow: none;
outline:0;
@@ -773,20 +773,20 @@ input.sheet-bigcheck[type="Checkbox"]:checked + span::before
.sheet-fxbtn button[type="roll"]:hover,
.sheet-fxbtn:hover {
background: black; /* For browsers that do not support gradients */
background: -webkit-linear-gradient(left, black , #7F2108); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(right, black, #7F2108); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(right, black, #7F2108); /* For Firefox 3.6 to 15 */
background: linear-gradient(to right, black , #7F2108); /* Standard syntax */
background: -webkit-linear-gradient(left, black , #08337d); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(right, black, #08337d); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(right, black, #08337d); /* For Firefox 3.6 to 15 */
background: linear-gradient(to right, black , #08337d); /* Standard syntax */
color: white;
}
.sheet-fxbtn button[type="roll"]:active,
.sheet-fxbtn:active {
background: black; /* For browsers that do not support gradients */
background: -webkit-linear-gradient(left, #7F2108 , black); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(right, #7F2108, black); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(right, #7F2108, black); /* For Firefox 3.6 to 15 */
background: linear-gradient(to right, #7F2108 , black); /* Standard syntax */
background: -webkit-linear-gradient(left, #08337d , black); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(right, #08337d, black); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(right, #08337d, black); /* For Firefox 3.6 to 15 */
background: linear-gradient(to right, #08337d , black); /* Standard syntax */
color: white;
}
/*=== Roll Templates ===*/
@@ -794,12 +794,12 @@ input.sheet-bigcheck[type="Checkbox"]:checked + span::before
.sheet-rolltemplate-show table {
width: 100%;
border-radius:15px 15px 15px 15px;
color: #7F2108;
color: #08337d;
font-size: 1em;
font-variant: small-caps;
box-shadow: none;
background: #F3F8F6;
box-shadow: 0px 0px 2px #7F2108, 0px 0px 2px #7F2108, 0px 0px 2px #7F2108;
box-shadow: 0px 0px 2px #08337d, 0px 0px 2px #08337d, 0px 0px 2px #08337d;
}
.sheet-rolltemplate-show td {
@@ -811,12 +811,12 @@ input.sheet-bigcheck[type="Checkbox"]:checked + span::before
.sheet-rolltemplate-attack table {
width: 100%;
border-radius:15px 15px 15px 15px;
color: #7F2108;
color: #08337d;
font-size: 1em;
font-variant: small-caps;
box-shadow: none;
background: #F3F8F6;
box-shadow: 0px 0px 2px #7F2108, 0px 0px 2px #7F2108, 0px 0px 2px #7F2108;
box-shadow: 0px 0px 2px #08337d, 0px 0px 2px #08337d, 0px 0px 2px #08337d;
}
.sheet-rolltemplate-attack td {
@@ -870,12 +870,12 @@ input.sheet-bigcheck[type="Checkbox"]:checked + span::before
.sheet-rolltemplate-fx table {
width: 100%;
border-radius:15px 15px 15px 15px;
color: #7F2108;
color: #08337d;
font-size: 1em;
font-variant: small-caps;
box-shadow: none;
background: #F3F8F6;
box-shadow: 0px 0px 2px #7F2108, 0px 0px 2px #7F2108, 0px 0px 2px #7F2108;
box-shadow: 0px 0px 2px #08337d, 0px 0px 2px #08337d, 0px 0px 2px #08337d;
}
.sheet-rolltemplate-fx td {
+9 -4
View File
@@ -1,6 +1,6 @@
<!-- Babylon 5 2nd Edition Character Sheet -->
<!-- by Nighthawk, based off John W.'s d20 Modern sheet. -->
<!-- Version 1.0 - 7-30-2017 -->
<!-- Version 1.1 - 7-31-2017 -->
<!--content-->
<div class="sheet-top_half">
@@ -1493,7 +1493,7 @@
<table class="sheet-tableII">
<tr>
<th></th>
<th class="sheet-heading">Crew</th>
<th class="sheet-heading">Crew Quality</th>
<th class="sheet-heading">Total</th>
<th class="sheet-heading">Officers</th>
<th class="sheet-heading">Drivers & Pilots</th>
@@ -1501,7 +1501,7 @@
</tr>
<tr>
<th></th>
<td><input type="text" class="sheet-number" name="attr_Ship-Crew" value="" style="width:190px"/></td>
<td><input type="text" class="sheet-number" name="attr_Ship-Crew-Quality" value="" style="width:190px"/></td>
<td><input type="text" class="sheet-number" name="attr_Ship-Crew-Total" value="" style="width:190px"/></td>
<td><input type="text" class="sheet-number" name="attr_Ship-Crew-Officers" value="" style="width:190px"/></td>
<td><input type="text" class="sheet-number" name="attr_Ship-Crew-DriversPilots" value="" style="width:190px"/></td>
@@ -1543,7 +1543,12 @@
</div>
<h4>Craft</h4>
<div class="sheet-border">
<textarea rows="4" cols="50" wrap="soft" class="sheet-longnotes" name="attr_Craft-Amount";"/></textarea>
<textarea rows="4" cols="50" wrap="soft" class="sheet-longnotes" name="attr_Ship-Amount";"/></textarea>
</fieldset>
</div>
<h4>Notes</h4>
<div class="sheet-border">
<textarea rows="4" cols="50" wrap="soft" class="sheet-longnotes" name="attr_Ship-Notes";"/></textarea>
</fieldset>
</div>
Binary file not shown.

Before

Width:  |  Height:  |  Size: 63 KiB

After

Width:  |  Height:  |  Size: 66 KiB