renewed logos for rsk, dai, blockscout, themes color changes for lukso, xdai, error images for lukso

pull/2113/head
maxgrapps 6 years ago
parent bef6476ee5
commit 20e4f07977
  1. 24
      apps/block_scout_web/assets/css/theme/_dai_variables.scss
  2. 72
      apps/block_scout_web/assets/css/theme/_lukso_variables.scss
  3. 4
      apps/block_scout_web/assets/static/images/blockscout_logo.svg
  4. 13
      apps/block_scout_web/assets/static/images/dai_logo.svg
  5. BIN
      apps/block_scout_web/assets/static/images/errors-img/lukso-block-not-found.png
  6. BIN
      apps/block_scout_web/assets/static/images/errors-img/lukso-block-not-found@2x.png
  7. BIN
      apps/block_scout_web/assets/static/images/errors-img/lukso-page-not-found.png
  8. BIN
      apps/block_scout_web/assets/static/images/errors-img/lukso-page-not-found@2x.png
  9. BIN
      apps/block_scout_web/assets/static/images/errors-img/lukso-tx-not-found.png
  10. BIN
      apps/block_scout_web/assets/static/images/errors-img/lukso-tx-not-found@2x.png
  11. 48
      apps/block_scout_web/assets/static/images/rsk_logo.svg

@ -1,13 +1,13 @@
// general
$primary: #17314f;
$secondary: #69b9d7;
$tertiary: #15bba6;
$secondary: #15bba6;
$tertiary: #93d7ff;
$additional-font: #fff;
// footer
$footer-background-color: $primary;
$footer-title-color: #fff;
$footer-text-color: #fff;
$footer-text-color: #96bde8;
$footer-item-disc-color: $secondary;
.footer-logo { filter: brightness(0) invert(1); }
@ -16,8 +16,8 @@ $dashboard-line-color-price: $tertiary; // price left border
$dashboard-line-color-market: $secondary;
$dashboard-banner-chart-legend-label-color: $tertiary;
$dashboard-stats-item-label-color: $tertiary;
$dashboard-banner-chart-legend-label-color: $footer-text-color;
$dashboard-stats-item-label-color: $footer-text-color;
$dashboard-banner-chart-legend-value-color: #fff; // chart labels
$dashboard-stats-item-value-color: #fff; // stat values
@ -35,15 +35,15 @@ $dashboard-banner-network-plain-container-background-color: #20446e; // stats bg
// buttons
$btn-line-bg: #fff; // button bg
$btn-line-color: $tertiary; // button border and font color && hover bg color
$btn-copy-color: $tertiary; // btn copy
$btn-qr-color: $tertiary; // btn qr-code
$btn-line-color: $secondary; // button border and font color && hover bg color
$btn-copy-color: $secondary; // btn copy
$btn-qr-color: $secondary; // btn qr-code
//links & tile
$tile-body-a-color: $tertiary;
$tile-type-block-color: $tertiary;
$tile-type-progress-bar-color: $tertiary;
a.tile-title { color: $tertiary !important; }
$tile-body-a-color: $secondary;
$tile-type-block-color: $secondary;
$tile-type-progress-bar-color: $secondary;
a.tile-title { color: $secondary !important; }
// card
$card-background-1: $secondary;

@ -1,40 +1,53 @@
// general
$primary: #1d3154;
$secondary: #fdcec4;
$tertiary: #00ff00;
$tertiary: #a96c55;
$additional-font: #a1ded1;
$common-link-color: #2e4d84;
$dashboard-banner-gradient-start: #fdb8aa;
$dashboard-banner-gradient-end: #fdcec4;
$dashboard-stats-item-label-color: $primary;
$dashboard-stats-item-value-color: $primary;
$dashboard-stats-item-border-color: $primary;
$header-links-color-active: #333;
.dropdown-item:hover, .dropdown-item:focus { background-color: $primary !important; }
$tile-type-block-color: $secondary;
$navbar-logo-height: 18px;
$navbar-logo-width: 100px;
$tile-body-a-color: $tertiary;
$tile-type-block-color: $tertiary;
$tile-type-progress-bar-color: $tertiary;
a.tile-title { color: $tertiary !important; }
// footer
$footer-background-color: $primary;
$footer-title-color: #fff;
$footer-text-color: $secondary;
$footer-item-disc-color: $secondary;
$footer-link-color: $secondary;
$footer-social-icon-color: $secondary;
$footer-text-color: #fff;
$footer-logo-height: 18px;
$footer-logo-width: 100px;
$btn-line-color: $primary;
.footer-logo {
filter: brightness(0) invert(1);
}
$dashboard-stats-item-color: $primary;
$dashboard-stats-item-border-color: $primary;
$stakes-stats-item-color: $primary;
$stakes-stats-item-border-color: $primary;
// dashboard
$dashboard-line-color-price: $tertiary; // price left border
$card-background-1: $secondary;
$card-background-1-text-color: $primary;
$dashboard-banner-chart-legend-label-color: $primary;
$dashboard-stats-item-label-color: $primary;
$dashboard-banner-chart-legend-value-color: $primary; // chart labels
$dashboard-stats-item-value-color: $primary; // stat values
$dashboard-stats-item-border-color: $primary; // stat border
$dashboard-banner-gradient-start: $secondary; // gradient begin
$dashboard-banner-gradient-end: $secondary; // gradient end
$dashboard-banner-network-plain-container-background-color: $secondary; // stats bg
// navigation
$header-icon-border-color-hover: $primary; // top border on hover
$header-icon-color-hover: $primary; // nav icon on hover
$dropdown-menu-item-hover-color: $primary !default;
$dropdown-menu-item-hover-background: rgba($primary, .1) !default;
// buttons
$btn-line-bg: #fff; // button bg
$btn-line-color: $primary; // button border and font color && hover bg color
$btn-copy-color: $primary; // btn copy
$btn-qr-color: $primary; // btn qr-code
// card
$card-background-1: $primary;
$card-tab-active: $primary;
$dashboard-banner-network-stats-static-image: "/images/lukso_dashboard_image.png";
@ -56,6 +69,7 @@ $dashboard-banner-network-plain-container-height: 150px;
margin: 0;
padding: 0;
width: 100%;
box-shadow: none;
@include media-breakpoint-down(lg) {
height: auto;
@ -91,6 +105,7 @@ $dashboard-banner-network-plain-container-height: 150px;
margin: 0 0 0 auto;
order: 150;
width: 301px;
box-shadow: none;
@include media-breakpoint-down(lg) {
display: none;
@ -126,5 +141,8 @@ $dashboard-banner-network-plain-container-height: 150px;
}
}
}
&:after {
box-shadow: none;
}
}
}

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

@ -1,47 +1,3 @@
<svg id="_-e-logo_top_rsk" data-name="-e-logo_top_rsk" xmlns="http://www.w3.org/2000/svg" width="76.406" height="40" viewBox="0 0 76.406 40">
<metadata><?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.6-c140 79.160451, 2017/05/06-01:08:21 ">
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about=""/>
</rdf:RDF>
</x:xmpmeta>
<?xpacket end="w"?></metadata>
<defs>
<style>
.cls-1 {
fill: #27aa8b;
}
.cls-1, .cls-2 {
fill-rule: evenodd;
}
.cls-2 {
fill: #27ac8d;
}
</style>
</defs>
<path id="Эллипс_1" data-name="Эллипс 1" class="cls-1" d="M103,11a4.03,4.03,0,1,1-3.952,4.03A3.991,3.991,0,0,1,103,11Zm0,31.944a4.028,4.028,0,1,1-3.954,4.028A3.992,3.992,0,0,1,103,42.944ZM88.955,19.056A4.028,4.028,0,1,1,85,23.083,3.992,3.992,0,0,1,88.955,19.056Zm0,15.833A4.028,4.028,0,1,1,85,38.917,3.992,3.992,0,0,1,88.955,34.889Zm28.091-15.833a4.028,4.028,0,1,1-3.954,4.028A3.991,3.991,0,0,1,117.045,19.056Zm0,15.833a4.028,4.028,0,1,1-3.954,4.028A3.991,3.991,0,0,1,117.045,34.889Zm-1.093-8.2h2.178v8.9h-2.178v-8.9Zm-28.082,0h2.178v8.9H87.87v-8.9Zm17.386-9.106,1.091-1.924,9.672,5.687-1.091,1.924Zm-4.3.067-1.092-1.931-9.679,5.707,1.092,1.931Zm-0.035,26.994-1.089,1.909-9.648-5.642L91.27,39Zm4.292-.067L106.3,46.5l9.656-5.662-1.09-1.916Zm-4.292-15.767-1.089,1.909L90.182,25.08l1.088-1.909Zm4.292-.067,1.089,1.916L115.955,25l-1.09-1.916Zm0.009,4.718,1.088-1.909,9.648,5.642-1.089,1.909Zm-4.293.067-1.089-1.916-9.655,5.662,1.089,1.916Zm0.978-16H104.1v8.882H101.9V17.529Zm0,16.941H104.1v8.9H101.9v-8.9ZM103,24.056s4.364,3.632,4.364,7.083S103,38.222,103,38.222s-4.364-3.632-4.364-7.083S103,24.056,103,24.056Zm0,2.639s2.727,2.279,2.727,4.444S103,35.583,103,35.583s-2.727-2.279-2.727-4.444S103,26.694,103,26.694Zm0,4.173a1.1,1.1,0,0,1,1.1,1.1v6.69a1.1,1.1,0,1,1-2.192,0v-6.69A1.1,1.1,0,0,1,103,30.868Zm-14.046-9.59a1.806,1.806,0,1,1-1.773,1.806A1.789,1.789,0,0,1,88.955,21.278ZM103,12.945a1.806,1.806,0,1,1-1.773,1.806A1.79,1.79,0,0,1,103,12.945Zm14.045,8.333a1.806,1.806,0,1,1-1.772,1.806A1.789,1.789,0,0,1,117.045,21.278Zm0,15.833a1.806,1.806,0,1,1-1.772,1.806A1.789,1.789,0,0,1,117.045,37.111ZM103,45.167a1.806,1.806,0,1,1-1.773,1.806A1.79,1.79,0,0,1,103,45.167ZM88.955,37.111a1.806,1.806,0,1,1-1.773,1.806A1.789,1.789,0,0,1,88.955,37.111Z" transform="translate(-85 -11)"/>
<path id="rsk" class="cls-2" d="M134.057,37.863V29.487l0.528-.216a16.858,16.858,0,0,1,3.528-1.056V25.6a11.416,11.416,0,0,0-4.08,1.7v-1.44h-2.592v12h2.616Zm14.424-11.712-0.744-.144a22.876,22.876,0,0,0-3.768-.384,5.371,5.371,0,0,0-3.228.912,3.183,3.183,0,0,0-1.26,2.76,3.029,3.029,0,0,0,.912,2.544,6.571,6.571,0,0,0,2.868,1.02,10.246,10.246,0,0,1,2.472.6,1.029,1.029,0,0,1,.516,1,1.1,1.1,0,0,1-.54,1.032,3.843,3.843,0,0,1-1.812.312,35.663,35.663,0,0,1-4.152-.384l-0.1,2.184,0.744,0.12a21.326,21.326,0,0,0,3.7.408,5.941,5.941,0,0,0,3.54-.888,3.22,3.22,0,0,0,1.212-2.784,3.412,3.412,0,0,0-.84-2.64,5.863,5.863,0,0,0-2.844-1.092,12.128,12.128,0,0,1-2.544-.612,0.932,0.932,0,0,1-.54-0.912,1.029,1.029,0,0,1,.492-0.948,3.661,3.661,0,0,1,1.764-.3,34.588,34.588,0,0,1,4.1.384Zm5.5,6.816,1.56-.168,2.928,5.064h2.952l-3.648-6.384,3.456-5.616H158.3l-2.832,4.68-1.488.144V20.871h-2.616V37.863h2.616v-4.9Z" transform="translate(-85 -11)"/>
<svg xmlns="http://www.w3.org/2000/svg" width="85" height="40">
<path fill="#27AA8B" fill-rule="evenodd" d="M84.986 28.636H80.95l-4.003-7.046-2.133.234v6.812h-3.576V4.995h3.576v13.657l2.035-.2 3.871-6.512h4.003l-4.725 7.814 4.988 8.882zm-22.229-9.934c1.826.323 3.122.83 3.888 1.519.765.69 1.148 1.915 1.148 3.673 0 1.759-.553 3.05-1.657 3.874-1.105.823-2.718 1.235-4.84 1.235-1.334 0-3.018-.189-5.052-.568l-1.018-.166.132-3.039c2.625.356 4.516.534 5.676.534 1.159 0 1.985-.144 2.477-.434.492-.289.738-.768.738-1.436 0-.667-.235-1.129-.705-1.385-.471-.256-1.597-.535-3.379-.835-1.784-.301-3.09-.773-3.921-1.419-.832-.646-1.247-1.825-1.247-3.54 0-1.714.574-2.994 1.722-3.84 1.149-.846 2.62-1.269 4.413-1.269 1.4 0 3.117.179 5.152.535l1.017.2-.066 3.039c-2.581-.356-4.451-.535-5.61-.535-1.16 0-1.964.14-2.412.418-.449.278-.673.718-.673 1.319s.246 1.024.739 1.268c.492.246 1.651.529 3.478.852zm-15.175-1.72v11.654h-3.577V11.94h3.544v2.004c1.859-1.224 3.718-2.015 5.578-2.371v3.64c-1.882.378-3.489.868-4.823 1.469l-.722.3zM36 27.917c0 2.224-1.77 4.027-3.955 4.027a3.9 3.9 0 0 1-2.747-1.138l-7.433 4.358c.053.262.09.53.09.808C21.955 38.197 20.184 40 18 40s-3.955-1.803-3.955-4.028c0-.283.038-.555.093-.82l-7.434-4.348a3.9 3.9 0 0 1-2.749 1.14C1.77 31.944 0 30.141 0 27.917a4.004 4.004 0 0 1 2.875-3.857v-8.12A4.004 4.004 0 0 1 0 12.083c0-2.224 1.77-4.027 3.955-4.027 1.175 0 2.219.532 2.943 1.361L14.22 5.1a4.098 4.098 0 0 1-.158-1.069C14.062 1.805 15.825 0 18 0c2.175 0 3.938 1.805 3.938 4.031 0 .315-.044.618-.111.912l7.382 4.341a3.905 3.905 0 0 1 2.836-1.228C34.23 8.056 36 9.859 36 12.083a4.004 4.004 0 0 1-2.875 3.857v8.12A4.004 4.004 0 0 1 36 27.917zm-7.781.967a4.062 4.062 0 0 1-.128-.967c0-.275.028-.543.079-.802l-6.743-3.944c-.685 1.21-1.613 2.281-2.333 3.019V32.12c.678.2 1.276.584 1.752 1.087l7.373-4.323zM18 19.875c.604 0 1.094.49 1.094 1.094v2.523c.759-.864 1.633-2.126 1.633-3.353 0-2.166-2.727-4.445-2.727-4.445s-2.727 2.279-2.727 4.445c0 1.227.874 2.489 1.633 3.353v-2.523c0-.604.49-1.094 1.094-1.094zm0 17.903c.979 0 1.773-.809 1.773-1.806s-.794-1.805-1.773-1.805c-.979 0-1.773.808-1.773 1.805 0 .997.794 1.806 1.773 1.806zm-2.842-4.576a3.968 3.968 0 0 1 1.748-1.082V26.19c-.697-.715-1.591-1.74-2.27-2.902L7.845 27.27c.034.212.064.425.064.647 0 .336-.052.658-.129.97l7.378 4.315zM2.182 27.917c0 .997.793 1.805 1.773 1.805.979 0 1.772-.808 1.772-1.805 0-.998-.793-1.806-1.772-1.806-.98 0-1.773.808-1.773 1.806zm1.773-17.639c-.98 0-1.773.808-1.773 1.805 0 .998.793 1.806 1.773 1.806.979 0 1.772-.808 1.772-1.806 0-.997-.793-1.805-1.772-1.805zm2.749 4.693a3.952 3.952 0 0 1-1.641.959v8.143c.72.221 1.36.63 1.846 1.191l6.872-4.029a4.74 4.74 0 0 1-.145-1.096c0-.345.054-.692.133-1.037l-7.065-4.131zm8.655-7.968l-7.514 4.43c.034.213.064.428.064.65 0 .337-.052.659-.129.971l6.825 3.992c.684-1.187 1.593-2.229 2.301-2.955V7.883a3.952 3.952 0 0 1-1.547-.88zM18 1.944c-.979 0-1.773.809-1.773 1.806S17.021 5.556 18 5.556c.979 0 1.773-.809 1.773-1.806S18.979 1.944 18 1.944zm10.179 9.301L20.774 6.89c-.46.469-1.04.804-1.68.995v6.206c.709.727 1.619 1.771 2.303 2.96l6.822-4a4.063 4.063 0 0 1-.128-.968c0-.288.032-.567.088-.838zm1.119 3.727l-7.064 4.142c.077.341.13.684.13 1.025 0 .321-.049.644-.117.966l6.93 4.053a3.953 3.953 0 0 1 1.76-1.086V15.93a3.943 3.943 0 0 1-1.639-.958zm4.52-2.889c0-.997-.793-1.805-1.773-1.805a1.75 1.75 0 0 0-1.364.665l-.294.519a1.83 1.83 0 0 0-.114.621c0 .998.793 1.806 1.772 1.806.98 0 1.773-.808 1.773-1.806zm-1.773 14.028c-.979 0-1.772.808-1.772 1.806 0 .997.793 1.805 1.772 1.805.98 0 1.773-.808 1.773-1.805 0-.998-.793-1.806-1.773-1.806z"/>
</svg>

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

Loading…
Cancel
Save