From fccdc1a3d0750b6bafdac0717a1884494a14426b Mon Sep 17 00:00:00 2001 From: Isaiah Odhner Date: Fri, 29 Jun 2018 23:43:08 -0400 Subject: [PATCH] Add color bar --- help/default.html | 1 + help/nobgcolor.css | 15 +++++++++++++++ 2 files changed, 16 insertions(+) diff --git a/help/default.html b/help/default.html index 612ec41..634b32b 100644 --- a/help/default.html +++ b/help/default.html @@ -7,6 +7,7 @@
+
diff --git a/help/nobgcolor.css b/help/nobgcolor.css index 77dae86..60899ad 100644 --- a/help/nobgcolor.css +++ b/help/nobgcolor.css @@ -35,6 +35,21 @@ body { #os-logo-link { text-decoration: none; } +#os-logo-colorbar { + position: absolute; + left: 0; + right: 0; + top: 79px; + pointer-events: none; + border: 0; + height: 1px; + /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff3100+0,ff3100+14,f7df1e+14,f7df1e+29,63ce30+29,63ce30+43,009cff+43,009cff+43 */ + background: #ff3100; /* Old browsers */ + background: -moz-linear-gradient(left, #ff3100 0%, #ff3100 14%, #f7df1e 14%, #f7df1e 29%, #63ce30 29%, #63ce30 43%, #009cff 43%, #009cff 43%); /* FF3.6-15 */ + background: -webkit-linear-gradient(left, #ff3100 0%,#ff3100 14%,#f7df1e 14%,#f7df1e 29%,#63ce30 29%,#63ce30 43%,#009cff 43%,#009cff 43%); /* Chrome10-25,Safari5.1-6 */ + background: linear-gradient(to right, #ff3100 0%,#ff3100 14%,#f7df1e 14%,#f7df1e 29%,#63ce30 29%,#63ce30 43%,#009cff 43%,#009cff 43%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3100', endColorstr='#009cff',GradientType=1 ); /* IE6-9 */ +} a:link { color: #0000CC;