Commit a615c424 by xcoder

2. убираем выделение текстов на сайте

1 parent c83b2b9a

7.62 KB | W: | H:

24 KB | W: | H:

favicons/android-chrome-192x192.png
favicons/android-chrome-192x192.png
favicons/android-chrome-192x192.png
favicons/android-chrome-192x192.png
  • 2-up
  • Swipe
  • Onion skin

22.5 KB | W: | H:

66.8 KB | W: | H:

favicons/android-chrome-512x512.png
favicons/android-chrome-512x512.png
favicons/android-chrome-512x512.png
favicons/android-chrome-512x512.png
  • 2-up
  • Swipe
  • Onion skin

7.08 KB | W: | H:

21.5 KB | W: | H:

favicons/apple-touch-icon.png
favicons/apple-touch-icon.png
favicons/apple-touch-icon.png
favicons/apple-touch-icon.png
  • 2-up
  • Swipe
  • Onion skin

5.87 KB | W: | H:

19.1 KB | W: | H:

favicons/mstile-150x150.png
favicons/mstile-150x150.png
favicons/mstile-150x150.png
favicons/mstile-150x150.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -64,12 +64,17 @@ header > ul.nav.nav-pills {
}
}
header > ul.nav.nav-pills > .nav-item {
user-select: none;
}
header > ul.nav.nav-pills > .nav-item > .header_title-one {
font-family: "InterRegular";
font-size: 26px;
color: #fff;
text-transform: uppercase;
user-select: none;
}
header > ul.nav.nav-pills > .nav-item > .header_title-two {
......@@ -80,6 +85,7 @@ header > ul.nav.nav-pills > .nav-item > .header_title-two {
color: #00b8f0;
text-transform: uppercase;
user-select: none;
}
header > ul.nav.nav-pills > .nav-item > .btn.download {
......@@ -95,6 +101,7 @@ header > ul.nav.nav-pills > .nav-item > .btn.download {
background-color: #00b8f0;
border-radius: 103px;
user-select: none;
}
@media screen and (max-width: 680px) {
......@@ -151,6 +158,7 @@ header > ul.nav.nav-pills > .nav-item.detailed > .menu > span > a {
color: #ffffff;
text-decoration: none;
user-select: none;
}
header > ul.nav.nav-pills > .nav-item.detailed > .menu > span > a:first-child {
......@@ -219,6 +227,7 @@ header > .nav.nav-pills > .nav-item.detailed > .dropdown > .btn.lng-switcher {
width: 80px;
color: #fff;
user-select: none;
}
.humburger {
......@@ -327,6 +336,7 @@ header > .nav.nav-pills > .nav-item.detailed > .dropdown > .btn.lng-switcher {
color: #fff;
text-decoration: none;
user-select: none;
}
.opened-mob-menu.show > .mobile-menu-container > .top-mobile-section > .menu > span > a:first-child {
......@@ -421,6 +431,7 @@ hr.delimeter {
background-color: #00b8f0;
border-radius: 103px;
cursor: pointer;
user-select: none;
}
.main {
......@@ -491,6 +502,7 @@ hr.delimeter {
flex-direction: column;
padding: 20px 0 22px 0;
user-select: none;
}
.main > .main-first > .card.descr > .descr-top > .descr-top__title-top {
......@@ -581,6 +593,8 @@ hr.delimeter {
justify-content: center;
margin-bottom: 28px;
user-select: none;
}
.main > .main-first > .card.descr > .descr-bottom > .row-data > .img-wrapper {
......@@ -747,6 +761,8 @@ hr.delimeter {
justify-content: center;
margin-bottom: 14px;
user-select: none;
}
.main
......@@ -812,6 +828,7 @@ article.notation-one {
color: #ffffff;
text-align: end;
user-select: none;
}
@media screen and (max-width: 680px) {
......@@ -860,6 +877,7 @@ article.notation-one {
color: #fff;
text-align: center;
user-select: none;
}
@media screen and (max-width: 680px) {
......@@ -890,11 +908,14 @@ article.notation-one {
background-color: #00b8f0;
border-radius: 103px;
user-select: none;
}
.main.oriented > .main-first {
flex-direction: row;
align-items: flex-start;
user-select: none;
}
.main.oriented > .main-first > .card.bcg-one {
......@@ -964,6 +985,7 @@ footer.footer > .text-center.second {
padding: 29px 0;
color: #fff;
user-select: none;
}
@media screen and (max-width: 680px) {
......@@ -981,6 +1003,7 @@ footer.footer > .text-center > .footer_title-one {
color: #fff;
text-transform: uppercase;
user-select: none;
}
footer.footer > .text-center > .footer_title-two {
......@@ -990,4 +1013,5 @@ footer.footer > .text-center > .footer_title-two {
color: #00b8f0;
text-transform: uppercase;
user-select: none;
}
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!