summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSn4il <sn4il@thedroth.rocks>2024-05-05 10:17:46 +0300
committerSn4il <sn4il@thedroth.rocks>2024-05-05 10:17:46 +0300
commit5b882860f6d499f76b652863630a93846ca7c6ba (patch)
treeeb4f0c022abf5448d95bb524c52a193b16fae3b7
parentef46db68948377d818b44ecea9c815fdd846c75b (diff)
downloadsn4il-site-5b882860f6d499f76b652863630a93846ca7c6ba.tar.gz
sn4il-site-5b882860f6d499f76b652863630a93846ca7c6ba.zip
Доработка css
-rwxr-xr-xstyle.css38
1 files changed, 19 insertions, 19 deletions
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;