Skip to content

Commit

Permalink
Unpeached the sheet
Browse files Browse the repository at this point in the history
Please if you want to make a new color scheme find a way to make this an option rather then making it a default 
as very off shade of orange as it hurts to look at the sheets as they are now
  • Loading branch information
raymondh3 committed Sep 10, 2018
1 parent 90233a3 commit 9a4ed33
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Mutants and Masterminds 3E/mutants-and-masterminds.css
Expand Up @@ -77,7 +77,7 @@ input.sheet-tab11:checked ~ span.sheet-tab11,
input.sheet-tab12:checked ~ span.sheet-tab12,
input.sheet-tab13:checked ~ span.sheet-tab13,
input.sheet-tab99:checked ~ span.sheet-tab99 {
background: rgba(243,112,36,0.5);
background: rgba(244,244,244,100);
color: black;
}

Expand Down Expand Up @@ -208,11 +208,11 @@ input, select { width:100%; }
.sheet-section-modifiers,
.sheet-section-import,
.sheet-section-options {
background: rgba(243,112,36,0.5);
background: rgba(244,244,244,100);
}

div.sheet-mnm-footer {
background-color: rgba(243,112,36,1);
background-color: rgba(244,244,244,100);
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff7332+0,ff7332+100&0.01+1,1+75 */
background-image: -moz-linear-gradient(left, rgba(243,112,36,0.01) 0%, rgba(243,112,36,0.01) 10%, rgba(243,112,36,1) 95%, rgba(243,112,36,1) 100%), url('http://fyndhal.woobsha.com/graphics/circuit-board-hero-patterns-orange.png'); /* FF3.6-15 */
background-image: -webkit-linear-gradient(left, rgba(243,112,36,0.01) 0%,rgba(243,112,36,0.01) 10%,rgba(243,112,36,1) 95%,rgba(243,112,36,1) 100%), url('http://fyndhal.woobsha.com/graphics/circuit-board-hero-patterns-orange.png'); /* Chrome10-25,Safari5.1-6 */
Expand All @@ -225,4 +225,4 @@ height: 48px;
width: auto;
float: right;
margin: 1px;
}
}

1 comment on commit 9a4ed33

@celondon
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why would you remove my changes without contacting me? Pretty uncool.

Please sign in to comment.