Skip to content

Commit

Permalink
Merge pull request #922 from alicia86/master
Browse files Browse the repository at this point in the history
SW Saga Edition update
  • Loading branch information
Rhallinan committed Jul 9, 2015
2 parents 4c3731e + 55f137d commit b0bb936
Show file tree
Hide file tree
Showing 3 changed files with 1,710 additions and 685 deletions.
74 changes: 54 additions & 20 deletions Star Wars Saga Edition/StarWarsSagaEdition.css
Expand Up @@ -102,19 +102,28 @@ div.sheet-record {
}

textarea {
width: 98%;
width: calc(100% - 10px);
border-left: 1px solid black;
border-right: 1px solid black;
border-bottom: 1px solid black;
margin-bottom:0;
margin-bottom: 1px;
}
textarea.sheet-atkNotes {
font-size: 12px;
height: 30px;
height: 40px;
min-width:330px;
}
textarea.sheet-atkFormula {
font-size: 12px;
height: 80px;
min-width:330px;
}


textarea.sheet-ActionNotes {
font-size: 12px;
height:60px;
min-width:389px;
}
textarea.sheet-StatBlock {
font-size: 12px;
Expand All @@ -127,7 +136,7 @@ div.sheet-clear { clear:both; }
button[type=roll] {
padding: 5px 10px 5px !important;
font-size: 20px;
background-color: #C4C4C4;
background-color: #a7a8aa;
font-weight: bold;
text-shadow: 1px 1px #D0D0D0;
color: #000000;
Expand Down Expand Up @@ -292,7 +301,7 @@ table th {
padding-left: 5px;
}
.sheet-col1{
background-color: #C4C4C4;
background-color: #a7a8aa;
-webkit-border-radius: 5px;
-moz-border-radius: 5px; /*[top-left] [top-right] [bottom-right] [bottom-left] */
border-radius: 5px;
Expand All @@ -308,7 +317,7 @@ table th {

input.sheet-skillsNotes{
width: 100%;
margin-left:50px;
min-width:250px;
}
.sheet-skillsFeats{
min-width: 25px;
Expand Down Expand Up @@ -337,6 +346,7 @@ input.sheet-skillsNotes{
.sheet-table-data {
display: table-cell;
vertical-align: middle;
padding-bottom: 1px;
}

.sheet-table-row {
Expand Down Expand Up @@ -390,26 +400,30 @@ input.sheet-skillsNotes{
}

.sheet-rolltemplate-sagadefault tr:nth-child(even) {
background-color: #C4C4C4;
background-color: #ededed;
}

.sheet-rolltemplate-sagadefault .inlinerollresult {
display: inline-block;
min-width: 1.5em;
text-align: center;
border: 2px solid rgba(167, 168, 170,1); /*Cool Gray 6 C*/
text-align: center;
border: 2px solid #a7a8aa; /*Cool Gray 6 C*/
background-color: #c5c6c7; /*Cool Gray 6 C*/
}

.sheet-rolltemplate-sagadefault .inlinerollresult.fullcrit {
border: 2px solid #3FB315;
background-color: #3FB315;
color: white;
}

.sheet-rolltemplate-sagadefault .inlinerollresult.fullfail {
border: 2px solid #B31515;
background-color: #B31515;
color: white;
}

.sheet-rolltemplate-sagadefault .inlinerollresult.importantroll {
border: 2px solid #4A57ED;
background-color: #4A57ED;
color: white;
}
.sheet-rolltemplate-sagadefault div{
width:100%;
Expand Down Expand Up @@ -460,26 +474,30 @@ input.sheet-skillsNotes{
}

.sheet-rolltemplate-attack tr:nth-child(even) {
background-color: #C4C4C4;
background-color: #ededed;
}

.sheet-rolltemplate-attack .inlinerollresult {
display: inline-block;
min-width: 1.5em;
text-align: center;
border: 2px solid rgba(167, 168, 170,1); /*Cool Gray 6 C*/
border: 2px solid #a7a8aa; /*Cool Gray 6 C*/
background-color: #c5c6c7; /*Cool Gray 6 C*/
}

.sheet-rolltemplate-attack .inlinerollresult.fullcrit {
border: 2px solid #3FB315;
background-color: #3FB315;
color: white;
}

.sheet-rolltemplate-attack .inlinerollresult.fullfail {
border: 2px solid #B31515;
background-color: #B31515;
color: white;
}

.sheet-rolltemplate-attack .inlinerollresult.importantroll {
border: 2px solid #4A57ED;
background-color: #4A57ED;
color: white;
}
.sheet-rolltemplate-attack div{
width:100%;
Expand Down Expand Up @@ -521,7 +539,7 @@ input.sheet-skillsNotes{
}

.sheet-rolltemplate-skill tr:nth-child(even) {
background-color: #C4C4C4;
background-color: #ededed;
}

.sheet-rolltemplate-skill tr:first-child td{
Expand All @@ -532,8 +550,24 @@ input.sheet-skillsNotes{
.sheet-rolltemplate-skill .inlinerollresult {
display: inline-block;
min-width: 1.5em;
text-align: center;
border: 2px solid rgba(167, 168, 170,1); /*Cool Gray 6 C*/
text-align: center;
border: 2px solid #a7a8aa; /*Cool Gray 6 C*/
background-color: #c5c6c7; /*Cool Gray 6 C*/
}

.sheet-rolltemplate-skill .inlinerollresult.fullcrit {
border: 2px solid #a7a8aa; /*Cool Gray 6 C*/
background-color: #c5c6c7; /*Cool Gray 6 C*/
}

.sheet-rolltemplate-skill .inlinerollresult.fullfail {
border: 2px solid #a7a8aa; /*Cool Gray 6 C*/
background-color: #c5c6c7; /*Cool Gray 6 C*/
}

.sheet-rolltemplate-skill .inlinerollresult.importantroll {
border: 2px solid #a7a8aa; /*Cool Gray 6 C*/
background-color: #c5c6c7; /*Cool Gray 6 C*/
}
.sheet-rolltemplate-skill div{
width:100%;
Expand Down

0 comments on commit b0bb936

Please sign in to comment.