Browse Source

Color tweaks

pull/64/head
Pēteris Caune 9 years ago
parent
commit
0c363f5c01
8 changed files with 55 additions and 55 deletions
  1. +45
    -45
      static/css/bootstrap.css
  2. +1
    -1
      static/css/my_checks.css
  3. BIN
      static/img/logo-full.png
  4. BIN
      static/img/[email protected]
  5. BIN
      static/img/logo.png
  6. BIN
      static/img/[email protected]
  7. +2
    -2
      stuff/bootstrap/variables.less
  8. +7
    -7
      stuff/logo.svg

+ 45
- 45
static/css/bootstrap.css View File

@ -1323,11 +1323,11 @@ mark,
color: #777777; color: #777777;
} }
.text-primary { .text-primary {
color: #5cb85c;
color: #22bc66;
} }
a.text-primary:hover, a.text-primary:hover,
a.text-primary:focus { a.text-primary:focus {
color: #449d44;
color: #1a914f;
} }
.text-success { .text-success {
color: #3c763d; color: #3c763d;
@ -1359,11 +1359,11 @@ a.text-danger:focus {
} }
.bg-primary { .bg-primary {
color: #fff; color: #fff;
background-color: #5cb85c;
background-color: #22bc66;
} }
a.bg-primary:hover, a.bg-primary:hover,
a.bg-primary:focus { a.bg-primary:focus {
background-color: #449d44;
background-color: #1a914f;
} }
.bg-success { .bg-success {
background-color: #dff0d8; background-color: #dff0d8;
@ -3100,26 +3100,26 @@ fieldset[disabled] .btn-default.focus {
} }
.btn-primary { .btn-primary {
color: #ffffff; color: #ffffff;
background-color: #5cb85c;
border-color: #4cae4c;
background-color: #22bc66;
border-color: #1ea65a;
} }
.btn-primary:focus, .btn-primary:focus,
.btn-primary.focus { .btn-primary.focus {
color: #ffffff; color: #ffffff;
background-color: #449d44;
border-color: #255625;
background-color: #1a914f;
border-color: #0b3a20;
} }
.btn-primary:hover { .btn-primary:hover {
color: #ffffff; color: #ffffff;
background-color: #449d44;
border-color: #398439;
background-color: #1a914f;
border-color: #15733e;
} }
.btn-primary:active, .btn-primary:active,
.btn-primary.active, .btn-primary.active,
.open > .dropdown-toggle.btn-primary { .open > .dropdown-toggle.btn-primary {
color: #ffffff; color: #ffffff;
background-color: #449d44;
border-color: #398439;
background-color: #1a914f;
border-color: #15733e;
} }
.btn-primary:active:hover, .btn-primary:active:hover,
.btn-primary.active:hover, .btn-primary.active:hover,
@ -3131,8 +3131,8 @@ fieldset[disabled] .btn-default.focus {
.btn-primary.active.focus, .btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus { .open > .dropdown-toggle.btn-primary.focus {
color: #ffffff; color: #ffffff;
background-color: #398439;
border-color: #255625;
background-color: #15733e;
border-color: #0b3a20;
} }
.btn-primary:active, .btn-primary:active,
.btn-primary.active, .btn-primary.active,
@ -3148,35 +3148,35 @@ fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus, .btn-primary.disabled.focus,
.btn-primary[disabled].focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus { fieldset[disabled] .btn-primary.focus {
background-color: #5cb85c;
border-color: #4cae4c;
background-color: #22bc66;
border-color: #1ea65a;
} }
.btn-primary .badge { .btn-primary .badge {
color: #5cb85c;
color: #22bc66;
background-color: #ffffff; background-color: #ffffff;
} }
.btn-success { .btn-success {
color: #ffffff; color: #ffffff;
background-color: #5cb85c;
border-color: #4cae4c;
background-color: #22bc66;
border-color: #1ea65a;
} }
.btn-success:focus, .btn-success:focus,
.btn-success.focus { .btn-success.focus {
color: #ffffff; color: #ffffff;
background-color: #449d44;
border-color: #255625;
background-color: #1a914f;
border-color: #0b3a20;
} }
.btn-success:hover { .btn-success:hover {
color: #ffffff; color: #ffffff;
background-color: #449d44;
border-color: #398439;
background-color: #1a914f;
border-color: #15733e;
} }
.btn-success:active, .btn-success:active,
.btn-success.active, .btn-success.active,
.open > .dropdown-toggle.btn-success { .open > .dropdown-toggle.btn-success {
color: #ffffff; color: #ffffff;
background-color: #449d44;
border-color: #398439;
background-color: #1a914f;
border-color: #15733e;
} }
.btn-success:active:hover, .btn-success:active:hover,
.btn-success.active:hover, .btn-success.active:hover,
@ -3188,8 +3188,8 @@ fieldset[disabled] .btn-primary.focus {
.btn-success.active.focus, .btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus { .open > .dropdown-toggle.btn-success.focus {
color: #ffffff; color: #ffffff;
background-color: #398439;
border-color: #255625;
background-color: #15733e;
border-color: #0b3a20;
} }
.btn-success:active, .btn-success:active,
.btn-success.active, .btn-success.active,
@ -3205,11 +3205,11 @@ fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus, .btn-success.disabled.focus,
.btn-success[disabled].focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus { fieldset[disabled] .btn-success.focus {
background-color: #5cb85c;
border-color: #4cae4c;
background-color: #22bc66;
border-color: #1ea65a;
} }
.btn-success .badge { .btn-success .badge {
color: #5cb85c;
color: #22bc66;
background-color: #ffffff; background-color: #ffffff;
} }
.btn-info { .btn-info {
@ -3551,7 +3551,7 @@ tbody.collapse.in {
color: #ffffff; color: #ffffff;
text-decoration: none; text-decoration: none;
outline: 0; outline: 0;
background-color: #5cb85c;
background-color: #22bc66;
} }
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:hover,
@ -4078,7 +4078,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.nav-pills > li.active > a:hover, .nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus { .nav-pills > li.active > a:focus {
color: #ffffff; color: #ffffff;
background-color: #5cb85c;
background-color: #22bc66;
} }
.nav-stacked > li { .nav-stacked > li {
float: none; float: none;
@ -4719,18 +4719,18 @@ a.label:focus {
background-color: #5e5e5e; background-color: #5e5e5e;
} }
.label-primary { .label-primary {
background-color: #5cb85c;
background-color: #22bc66;
} }
.label-primary[href]:hover, .label-primary[href]:hover,
.label-primary[href]:focus { .label-primary[href]:focus {
background-color: #449d44;
background-color: #1a914f;
} }
.label-success { .label-success {
background-color: #5cb85c;
background-color: #22bc66;
} }
.label-success[href]:hover, .label-success[href]:hover,
.label-success[href]:focus { .label-success[href]:focus {
background-color: #449d44;
background-color: #1a914f;
} }
.label-info { .label-info {
background-color: #5bc0de; background-color: #5bc0de;
@ -4980,8 +4980,8 @@ button.list-group-item {
.list-group-item.active:focus { .list-group-item.active:focus {
z-index: 2; z-index: 2;
color: #ffffff; color: #ffffff;
background-color: #5cb85c;
border-color: #5cb85c;
background-color: #22bc66;
border-color: #22bc66;
} }
.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading,
@ -4997,7 +4997,7 @@ button.list-group-item {
.list-group-item.active .list-group-item-text, .list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text, .list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text { .list-group-item.active:focus .list-group-item-text {
color: #eaf6ea;
color: #b8f2d2;
} }
.list-group-item-success { .list-group-item-success {
color: #3c763d; color: #3c763d;
@ -5377,22 +5377,22 @@ button.list-group-item-danger.active:focus {
border-bottom-color: #dddddd; border-bottom-color: #dddddd;
} }
.panel-primary { .panel-primary {
border-color: #5cb85c;
border-color: #22bc66;
} }
.panel-primary > .panel-heading { .panel-primary > .panel-heading {
color: #ffffff; color: #ffffff;
background-color: #5cb85c;
border-color: #5cb85c;
background-color: #22bc66;
border-color: #22bc66;
} }
.panel-primary > .panel-heading + .panel-collapse > .panel-body { .panel-primary > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #5cb85c;
border-top-color: #22bc66;
} }
.panel-primary > .panel-heading .badge { .panel-primary > .panel-heading .badge {
color: #5cb85c;
color: #22bc66;
background-color: #ffffff; background-color: #ffffff;
} }
.panel-primary > .panel-footer + .panel-collapse > .panel-body { .panel-primary > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #5cb85c;
border-bottom-color: #22bc66;
} }
.panel-success { .panel-success {
border-color: #d6e9c6; border-color: #d6e9c6;


+ 1
- 1
static/css/my_checks.css View File

@ -28,7 +28,7 @@
} }
#period-slider.noUi-connect { #period-slider.noUi-connect {
background: #5cb85c;
background: #22bc66;
} }
#grace-slider { #grace-slider {


BIN
static/img/logo-full.png View File

Before After
Width: 200  |  Height: 50  |  Size: 4.4 KiB Width: 200  |  Height: 50  |  Size: 2.7 KiB

BIN
static/img/[email protected] View File

Before After
Width: 400  |  Height: 100  |  Size: 8.5 KiB Width: 400  |  Height: 100  |  Size: 4.4 KiB

BIN
static/img/logo.png View File

Before After
Width: 59  |  Height: 50  |  Size: 1.5 KiB Width: 59  |  Height: 50  |  Size: 1.7 KiB

BIN
static/img/[email protected] View File

Before After
Width: 118  |  Height: 100  |  Size: 2.8 KiB Width: 118  |  Height: 100  |  Size: 2.4 KiB

+ 2
- 2
stuff/bootstrap/variables.less View File

@ -14,8 +14,8 @@
@gray-light: lighten(@gray-base, 46.7%); // #777 @gray-light: lighten(@gray-base, 46.7%); // #777
@gray-lighter: lighten(@gray-base, 93.5%); // #eee @gray-lighter: lighten(@gray-base, 93.5%); // #eee
@brand-primary: #5cb85c; // #337ab7
@brand-success: #5cb85c;
@brand-primary: #22bc66; // #337ab7
@brand-success: #22bc66;
@brand-info: #5bc0de; @brand-info: #5bc0de;
@brand-warning: #f0ad4e; @brand-warning: #f0ad4e;
@brand-danger: #d9534f; @brand-danger: #d9534f;


+ 7
- 7
stuff/logo.svg View File

@ -157,14 +157,14 @@
borderopacity="1.0" borderopacity="1.0"
inkscape:pageopacity="0.0" inkscape:pageopacity="0.0"
inkscape:pageshadow="2" inkscape:pageshadow="2"
inkscape:zoom="4"
inkscape:cx="83.372309"
inkscape:cy="45.744958"
inkscape:zoom="5.6568542"
inkscape:cx="7.2052016"
inkscape:cy="45.141331"
inkscape:document-units="px" inkscape:document-units="px"
inkscape:current-layer="layer1" inkscape:current-layer="layer1"
showgrid="false" showgrid="false"
inkscape:window-width="1920" inkscape:window-width="1920"
inkscape:window-height="1134"
inkscape:window-height="1136"
inkscape:window-x="1440" inkscape:window-x="1440"
inkscape:window-y="27" inkscape:window-y="27"
inkscape:window-maximized="1" inkscape:window-maximized="1"
@ -179,7 +179,7 @@
<dc:format>image/svg+xml</dc:format> <dc:format>image/svg+xml</dc:format>
<dc:type <dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
<dc:title />
</cc:Work> </cc:Work>
</rdf:RDF> </rdf:RDF>
</metadata> </metadata>
@ -189,7 +189,7 @@
id="layer1" id="layer1"
transform="translate(0,-1002.3622)"> transform="translate(0,-1002.3622)">
<path <path
style="opacity:1;fill:#002b00;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
style="opacity:1;fill:#09311b;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 28.87076,1002.791 c -3.263085,-0.01 -6.478802,0.043 -9.403872,0.1484 -4.284473,0.1101 -7.85179,0.2743 -9.6900414,0.4748 -3.2658451,0.3562 -5.381703,1.7291 -6.7243955,3.8349 -1.4354016,1.7109 -2.23212114,3.9824 -2.34091497,6.7926 -0.11019932,2.8455 -0.14866753,6.4743 -0.15504416,10.1374 -0.00338,0.4832 -0.003643,0.9692 -0.002603,1.4574 0.005984,7.8334 0.15707425,15.388 0.15707425,15.388 0,5.6761 3.89666628,9.6348 8.66115898,10.2458 3.7640318,0.4826 12.2251968,0.6544 20.5325438,0.6197 0.0054,0 0.01093,0 0.01613,0 3.432185,0.013 6.829233,-0.034 9.903569,-0.1449 4.284473,-0.1101 7.851791,-0.2744 9.690042,-0.4748 3.265845,-0.3562 5.381703,-1.7291 6.724395,-3.8349 1.435402,-1.711 2.232121,-3.9824 2.340915,-6.7926 0.110199,-2.8455 0.148668,-6.4743 0.155044,-10.1374 0.0034,-0.4832 0.0036,-0.9692 0.0026,-1.4574 -0.006,-7.8334 -0.157075,-15.3881 -0.157075,-15.3881 0,-5.676 -3.896666,-9.6348 -8.661159,-10.2457 -3.764032,-0.4826 -12.225197,-0.6545 -20.532542,-0.6197 -0.0054,0 -0.01093,0 -0.01614,0 -0.166653,0 -0.333175,0 -0.499697,0 z" d="m 28.87076,1002.791 c -3.263085,-0.01 -6.478802,0.043 -9.403872,0.1484 -4.284473,0.1101 -7.85179,0.2743 -9.6900414,0.4748 -3.2658451,0.3562 -5.381703,1.7291 -6.7243955,3.8349 -1.4354016,1.7109 -2.23212114,3.9824 -2.34091497,6.7926 -0.11019932,2.8455 -0.14866753,6.4743 -0.15504416,10.1374 -0.00338,0.4832 -0.003643,0.9692 -0.002603,1.4574 0.005984,7.8334 0.15707425,15.388 0.15707425,15.388 0,5.6761 3.89666628,9.6348 8.66115898,10.2458 3.7640318,0.4826 12.2251968,0.6544 20.5325438,0.6197 0.0054,0 0.01093,0 0.01613,0 3.432185,0.013 6.829233,-0.034 9.903569,-0.1449 4.284473,-0.1101 7.851791,-0.2744 9.690042,-0.4748 3.265845,-0.3562 5.381703,-1.7291 6.724395,-3.8349 1.435402,-1.711 2.232121,-3.9824 2.340915,-6.7926 0.110199,-2.8455 0.148668,-6.4743 0.155044,-10.1374 0.0034,-0.4832 0.0036,-0.9692 0.0026,-1.4574 -0.006,-7.8334 -0.157075,-15.3881 -0.157075,-15.3881 0,-5.676 -3.896666,-9.6348 -8.661159,-10.2457 -3.764032,-0.4826 -12.225197,-0.6545 -20.532542,-0.6197 -0.0054,0 -0.01093,0 -0.01614,0 -0.166653,0 -0.333175,0 -0.499697,0 z"
id="rect6435-0-1" id="rect6435-0-1"
inkscape:connector-curvature="0" /> inkscape:connector-curvature="0" />
@ -200,7 +200,7 @@
inkscape:connector-curvature="0" inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccccccc" /> sodipodi:nodetypes="ccccccccccccc" />
<path <path
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#5cb85f;fill-opacity:0.94117647;fill-rule:evenodd;stroke:none;stroke-width:13;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#22bc66;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:13;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 32.5843,1024.6448 -3.297389,0.01 2.912993,20.9397 4.391366,-0.01 1.622459,-11.5241 7.562992,0.01 0.46594,-3.2452 -10.883702,0.01 -0.97472,6.8879 z" d="m 32.5843,1024.6448 -3.297389,0.01 2.912993,20.9397 4.391366,-0.01 1.622459,-11.5241 7.562992,0.01 0.46594,-3.2452 -10.883702,0.01 -0.97472,6.8879 z"
id="path4290-9-1-1" id="path4290-9-1-1"
inkscape:connector-curvature="0" inkscape:connector-curvature="0"


Loading…
Cancel
Save