From 5b882860f6d499f76b652863630a93846ca7c6ba Mon Sep 17 00:00:00 2001 From: Sn4il Date: Sun, 5 May 2024 10:17:46 +0300 Subject: =?UTF-8?q?=D0=94=D0=BE=D1=80=D0=B0=D0=B1=D0=BE=D1=82=D0=BA=D0=B0?= =?UTF-8?q?=20css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 2b2d92c..813d133 100755 --- a/style.css +++ b/style.css @@ -8,7 +8,7 @@ ul, ol, li { body { font-family: Helvetica, Arial; - color: #333333; + color: #000333; font-size: 1em; } .bh-content { @@ -135,25 +135,25 @@ p { display: block; width: 5em; height: 5px; - background: #333; + background: #000; content: " "; margin: 1em 0 0; } a { - color: #333; + color: #000; text-decoration: none; - border-bottom: 1px solid #999; + border-bottom: 2px solid #ffde17; padding-bottom: 0.2em; } a:hover { border-bottom-color: dodgerblue; } small { font-size: 0.8em; - color: #999; } + color: #333; } aside { font-size: 0.8em; - color: #999; + color: #666; font-style: italic; position: absolute; width: 25%; } @@ -172,12 +172,12 @@ ol, ul { line-height: 1.7em; } ol li.bh-title, ul li.bh-title { font-weight: bold; - border-bottom: 1px solid #ccc; + border-bottom: 1px solid #be1e2d; text-transform: uppercase; display: table; margin-bottom: 0.4em; padding-bottom: 0.4em; - color: #666; } + color: #333; } ol { counter-reset: customlistcounter; } @@ -186,14 +186,14 @@ ol { counter-increment: customlistcounter; display: block; position: absolute; - color: #999; + color: #333; margin-left: -1.5em; } ul li.bh-item:before { content: "–"; display: block; position: absolute; - color: #999; + color: #333; margin-left: -1.5em; } ul.bh-timeline header { text-transform: uppercase; @@ -209,7 +209,7 @@ ul.bh-timeline li.bh-timeline-item { display: block; width: 0.5em; height: 0.5em; - background: #ccc; + background: #be1e2d; border-radius: 2em; position: absolute; margin: 0.6em 0 0 -2.3em; @@ -239,9 +239,9 @@ ul.bh-timeline:before { margin-left: -1px; } .bh-gray { - color: #999; } + color: #333; } .bh-gray a { - color: #999; } + color: #333; } .bh-light-gray { color: #ccc; } @@ -250,13 +250,13 @@ ul.bh-timeline:before { button { background: #fff; - border: 1px solid #999; + border: 1px solid #333; font-size: 1em; padding: 1em 2em; border-radius: 3em; text-transform: uppercase; font-weight: bold; - color: #999; + color: #333; cursor: pointer; outline: none; } button:hover { @@ -308,7 +308,7 @@ div.bh-input { font-size: 0.75em; } div.bh-input label { font-size: 0.7em; - color: #999; + color: #333; text-transform: uppercase; font-weight: bold; margin-bottom: 0.7em; @@ -318,14 +318,14 @@ div.bh-input { display: block; font-family: Helvetica, Arial; font-size: 1.2em; - color: #333; + color: #000; background: none; border: none; border-bottom: 1px solid #ddd; padding-bottom: 0.5em; outline: none; } div.bh-input input[type=text]:focus, div.bh-input input[type=password]:focus, div.bh-input textarea:focus { - border-color: #999; } + border-color: #333; } div.bh-input.bh-invalid label { color: #D1200D; } div.bh-input.bh-invalid input[type=text], div.bh-input.bh-invalid input[type=password] { @@ -354,7 +354,7 @@ div.bh-search { border-bottom-right-radius: 3em; text-transform: uppercase; font-weight: bold; - color: #999; + color: #333; cursor: pointer; outline: none; margin-left: 0; -- cgit v1.2.3