iqpi

iqpi
Рейтинг
121
Регистрация
08.07.2008
Интересы
Интернет-маркетинг
Сова
aleksandrbol #:
гугл видит на странице то, чего там нет и никогда не было

"Исхитрись-ка мне добыть
То-Чаво-Не может быть!
Запиши себе названье,
Чтобы в спешке не забыть! "

dimidrol #:
Все такие граматеи - значит найдете себе работу редактором-корректором

ГрамАтеи пишут безграмотные посты.

Грамотеи работу не ищут

s2709 #:

по правлю :)

не куда

Поправлю - слитно

Некуда - слитно, потому что нет противопоставления

Дмитрий_Т #:
Часто слетают настройки колонок, что делает очень неудобным новый интерфейс.

Да, частенько

И при этом не понятно, что влияет на сброс настроек

MariaKo :
Реально ли вообще дать какие-либо гарантии?

Конечно нереально

Можете спросить - может ли отдел продаж дать гарантии, что на каждый звонок ответят, на каждый запрос ответят?

Какой процент из всех входящих будет конвертирован в сделку?

Очень много зависит от посадочной страницы, от ОП, от самого продукта и его представления, цены, условий доставки и т. п.

Накрутчики напоминают дорвейщиков

Их косят, а они по новой

Сайт при всех этих временнЫх затратах качественней не становится

Махмуд Аббас #:
Вероятно, фишка в том, что он приносит прибыль.

Прибыль Яндексу

Обновил стили и свел всё к минимализму





Вот обновлённый код


@font-face {

    font-family: 'Noto Sans', sans-serif;
    src: url(https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet);
}
body,
h1,
h2,
h3,
h4,
.page-header,
.font-title,
.font-regular,
.tabs__item {
    font-family: 'Noto Sans', sans-serif;
    color: #bbbbbb;
}
.page-header {
    height: 40px;
    position: relative;
    background: #042189;
    font-family: 'Futura-PT';
    z-index: 10;
    font-size: 18px;
    box-sizing: content-box;
}
.page-header__logo {
    position: absolute;
    top: 1px;
    left: 12px;
    width: 225px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.page-header__menu {
    list-style: none;
    padding: 0px 0 0 248px;
    margin: 0;
    font-size: 0;
    overflow-x: hidden;
    position: relative;
    white-space: nowrap;
}

.page-header__menu-item_selected {
    background: #405a85;
    font-weight: 700;
    color: #bee2ff;
}

.popup-menu__profile-name {

    color: #59cf9c;
}

.top-block {
    display: none;
}

body {
    background-color: #353535;
    color: #bbbbbb;
    max-width: 1280px;
    margin: 20px auto;
}
/* Костыль для редактора сообщений */
/* Шапка */
.page-header {
    border-radius: 6px 6px 0 0;
    border-bottom: solid 1px #595959;
    background: linear-gradient(1deg, #3b3b3b, #5d5d5d);
}

.page-header__logo a img {
    max-width: 150px;
    margin: 6px;
}

.page-header__menu-item_selected a {
    background-color: rgba(0, 0, 0, 0.1);
}

.page-header__menu-item a {
    text-decoration: none;
    color: #cccccc;
    font-size: 18px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    padding: 4px 12px 4px;
}

/* Контент */
.main-content {
    background: #393939;
    color: #bbbbbb;
    padding: 0 30px;
    display: flex;
    flex-direction: row-reverse;
}
.button {
    border: 1px solid #677ea5;
    background: #466497;
    transition: all .3s ease;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
    color: #b7ceff;
}
.button:hover {
    border: 0px solid #53af9f;
    background: #3f8271;
    color: #a9fce7;
}

/* Тень, опционально */
.main-content:after {
    content: "";
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: -45px;
    padding-bottom: 46px;
    border-radius: 6px;
    z-index: -1;
}

/* Основная колонка */
.main-content__column-mid {
    padding-right: 50px;
    width: 75%;
    margin: 0;
    border: 0;
}

.middle-block {
    display: none;
}

.topics-list__item .topics-list__title a {
    color: #bbbbbb;
}
.topics-list__item_unread .topics-list__title a {
    color: #97c6ad;
}

.topics-list__item:nth-child(2n + 1) {
    background: #343434;
    box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.1);
}

.topics-list__title {
    padding-top: 10px;
    padding-bottom: 10px;
}

.topics-list__line a {
    color: #bbbbbb;
}
.topics-list__line a:hover {
    color: #9ac3e6;
}
.paginator__page {
    cursor: pointer;
    color: #4598fe;
    background: #404040;
    border: 0px solid #303030;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.paginator__page:hover {
    background-color: #404040;
    color: #81c0ff;
    border: 0px solid #7dffc7;
    box-shadow: 2px 2px 2px 0 rgba(54, 144, 255, 1);
}
.paginator__page:last-child {
    margin-right: 0;
    color: #6db299;
    background: #404040;
    border: 0px solid #303030;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.paginator__current-page {
    cursor: default;
    color: #73b2ff;
    border: 0px solid #303030;
    font-weight: 700;
    background: #404040;

    box-shadow: 1px 1px 1px 0 rgba(54, 144, 255, 1);
}
.page-footer a {

    color: #6099d5;
}

/* Боковое меню */
.main-content__column-left {
    width: 25%;
    padding-left: 40px;
    border: 0;
}
.sidebar-menu__button {
    text-align: center;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 5px;
    top: 9px;

    background: #6f88b4;
}
.sidebar-menu__item a {
    font-weight: 400;


    font-size: 18px;
    color: #6f9dd6;
    transition: all .2s ease;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 2px;
    margin: 0px 0 0 0;
    line-height: 1;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);

    background: #363636;
}

.sidebar-menu__item a:hover {
    color: #54b9ff;
    background: #303030;
}

.sidebar-menu__item_active > a,
.sidebar-menu__item_active > span {
    background: #405a85;
    font-weight: 700;
    box-shadow: 0 9px 9px 9px #405a85;
    color: #cccccc;
}

.sidebar-menu__item_active > a:hover,
.sidebar-menu__item_active > span:hover {
    background: #405a85;
    font-weight: 700;
    color: #d2d2d2;
}
.sidebar-menu__sub-list {
    display: block;
    padding: 0px;
}

/* Сообщения */
.comment__commands a {
    text-align: right;
    visibility: visible;
    line-height: 1.4;
}
.comment__commands__item a {
    background: #333;
    text-transform: uppercase;
    color: #07c;
}


.comment__link {
    display: inline;
    margin-right: 8px;
    font-size: 16px;
    text-decoration: none;
    color: #8888aa;
}
.comment {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    min-height: 110px;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    overflow: hidden;
    background: #363636;
    padding: 10px 30px 10px 0;
}
.comment__content {
    color: #bbbbbb;
    margin-top: 9px;
    font-size: 18px;
    padding: 0 0 0 76px;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    line-height: 1.4;
    min-height: 39px;
}
.fquote {
    border: 0;
    background: #404040;
    color: #aaaaaa;
    border-radius: 9px;
    box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.dalet__editor-area textarea,
textarea {
    background: #353535;
    color: #eeeeee;
}
body[spellcheck],
body:empty {
    background: #353535;
    color: #eeeeee;
    padding: 10px 20px;
}
.comment__author-name a {
    text-decoration: none;
    color: #50a17e;
}
a {
    color: #629bdb;
}

.topics-list__line a:hover {
    color: #bbbbbb;
    background: #353535;
    text-decoration: underline;
}
a:hover {
    color: #83abca;
    text-decoration: underline;
}
.comment__avatar-rating {
    text-align: center;
    font-size: smaller;
    display: block;
    margin: 2px;
    color: #b3a294;
}
.comment::after {
    position: absolute;
    content: '';
    left: 76px;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, #363636, #333);
    height: 1px;
}
/* Избавляемся от простыни кода */
pre.code {
    background-color: #262626;
    color: #97bde1;
    max-height: 350px;
}
.code {
    background-color: #262626;
    border: 1px solid #4e596b;
    color: #77a9d7;
    color: rgba(0, 0, 0, 0.8);
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: Courier New, Courier, Monospace !important;
    font-size: 13px;
    overflow: auto;
    padding: 10px 20px;
    margin: 15px 0;
}

/* Личный кабинет */
.profile-view__avatar img {
    border-radius: 6px;
}
.input::placeholder {
    background: #4e4e4e;
    color: #dfdfdf;
    color: #eaeff3;
}
.my-topics__item:nth-child(2n) {
    background: #393939;
    color: #dfdfdf;
}
.my-topics__item {
    background: #363636;
    color: #dfdfdf;
}
.tabs__navigation {
    border-bottom: 1px solid #738fbf;
}

.tabs__item {
    margin-right: 0px;
    padding: 10px;
}

.tabs__item {
    font-size: 18px;
    font-weight: bold;
}
.tabs__item a {
    color: #bff1ff;

    text-decoration: none;
    display: block;
    margin-bottom: -10px;
    padding-bottom: 10px;
}
.tabs__item:after {
    background: #588da2;
}

.tabs__item_selected {
    background: #465a7b;
    border-radius: 2px 2px 0 0;
}

.tabs__item_selected a {
    color: #bff1ff;
}

.tabs__item_selected .tabs__count {
    color: #bff1ff;
}

.my-topics__breadcrumbs a {
    color: #8e8e8e;
    letter-spacing: -0.5px;
}

.my-topics__breadcrumbs a:last-child {
    font-weight: 500;
    color: #778ec2;
}
.my-topics__title a {
    color: #888;
    text-decoration: none;
    margin-right: 11px;
}
.my-topics__title a:hover {
    color: #628dab;
    background: #444;
    text-decoration: underline;
}

.my-topics__item:hover {
    background: #404040;
}
.my-topics__last a {
    color: #678ec9;
    text-decoration: none;
    z-index: 2;
    position: relative;
}
.tabs__count {

    color: #bff1ff;
    margin-left: 2px;
}
.chat-comments-list {
    margin: 0;
    padding: 0 18px;
    background-color: #353535;
    color: #cfcfcf;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: scroll;
    position: absolute;
    top: 46px;
    right: 0;
    left: 0;
    bottom: 50px;
    width: auto;
    -webkit-overflow-scrolling: touch;
}
.comment__author-online {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #5de2a8;
    border: solid 1px #68d580;
    border-right-color: rgb(112, 226, 154);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgb(129, 222, 175);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right: 0;
    border-bottom: 0;
    position: absolute;
    border-radius: 0 0 0 2px;
    right: 0;
    top: 48px;
    outline: solid 1px #50a17e;
}
.unread-bar__title {
    color: #59a4d8;
    display: inline-block;
    vertical-align: top;
    margin-top: -9px;
    padding: 0 8px;
    text-transform: uppercase;
    background: #303030;
}
.page-footer {
    padding: 20px 0;
    clear: both;
    overflow: hidden;
    border-top: solid 1px #444;
}
.article__tags a {
    color: #ccc;
    color: rgb(197, 197, 197);
    background: #43596f;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    padding: 4px 8px;
}
.article__tags a:hover {
    text-decoration: none;
    color: #ccc;
    color: rgb(190, 190, 190);
    opacity: .8;
}
.static-container h3 {
    color: #ccc;
    font-size: 24px;
    margin: 20px 0 10px 0;
}
.search-result__description {
    font-size: 18px;
    color: #bbb;
}
.article__content h4 {
    color: #bbbbbb;
    font-size: 20px;
    margin: 20px 0 10px 0;
}

.popup-menu:hover .popup-menu__content a,
.popup-menu_open .popup-menu__content a {
    white-space: nowrap;
    width: 100%;
    text-indent: 0;
    text-align: left !important;
    padding: 0 20px;
    color: #cecece;
    background: #393939;
}
.popup-menu:hover .popup-menu__content,
.popup-menu_open .popup-menu__content {
    visibility: visible;
    color: #cecece;
    background: #393939;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.profile-edit__tip {
    margin-top: 24px;
    background: #343434;
    padding: 20px 24px;
}


SmileP #:

В каком, в данной хим. форме витамина?

 Гидроксокобаламин лучше усваивается печенью, чем цианокобаламин?

Вообще лучшая форма это метилкобаламин

Пока кое кто ковыряется в шелухе я допилил код

Держите обновленную тему

@font-face {

    font-family: 'Noto Sans', sans-serif;
    src: url(https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet);
}
body,
h1,
h2,
h3,
h4,
.page-header,
.font-title,
.font-regular,
.tabs__item {
    font-family: 'Noto Sans', sans-serif;
}

.page-header__menu-item a b {
    font-weight: normal;
    color: #6f9dd6;
}

.popup-menu__profile-name {

    color: #59cf9c;
}

.top-block {
    display: none;
}

body {
    background-color: #353535;
    color: #bbbbbb;
    max-width: 1280px;
    margin: 20px auto;
}
/* Костыль для редактора сообщений */
/* Шапка */
.page-header {
    border-radius: 6px 6px 0 0;
    border-bottom: solid 1px #595959;
    background: linear-gradient(0deg, #3b3b3b, #5d5d5d);
}

.page-header__logo a img {
    max-width: 150px;
    margin: 6px;
}

.page-header__menu-item_selected a {
    background-color: rgba(0, 0, 0, 0.1);
}

.page-header__menu-item a {
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    padding: 4px 12px 4px;
}

/* Контент */
.main-content {
    background: #393939;
    color: #bbbbbb;
    padding: 0 30px;
    display: flex;
    flex-direction: row-reverse;
}
.button {
    border: 1px solid #677ea5;
    background: #466497;
    transition: all .3s ease;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
    color: #b7ceff;
}
.button:hover {
    border: 0px solid #53af9f;
    background: #3f8271;
    color: #a9fce7;
}

/* Тень, опционально */
.main-content:after {
    content: "";
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: -45px;
    padding-bottom: 46px;
    border-radius: 6px;
    z-index: -1;
}

/* Основная колонка */
.main-content__column-mid {
    padding-right: 50px;
    width: 75%;
    margin: 0;
    border: 0;
}

.middle-block {
    display: none;
}

.topics-list__item .topics-list__title a {
    color: #bbbbbb;
}
.topics-list__item_unread .topics-list__title a {
    color: #97c6ad;
}

.topics-list__item:nth-child(2n + 1) {
    background: #343434;
    box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.1);
}

.topics-list__title {
    padding-top: 10px;
    padding-bottom: 10px;
}

.topics-list__line a {
    color: #bbbbbb;
}
.topics-list__line a:hover {
    color: #9ac3e6;
}
.paginator__page {
    cursor: pointer;
    color: #4598fe;
    background: #404040;
    border: 0px solid #303030;
    box-shadow: 1px 1px 1px  0 rgba(0, 0, 0, 0.3);
}
.paginator__page:hover {
    background-color: #404040;
    color: #81c0ff;
    border: 0px solid #7dffc7;
    box-shadow: 2px 2px 2px 0 rgba(54, 144, 255, 1);
}
.paginator__page:last-child {
    margin-right: 0;
    color: #6db299;
    background: #404040;
    border: 0px solid #303030;
    box-shadow: 1px 1px 1px  0 rgba(0, 0, 0, 0.3);
}
.paginator__current-page {
    cursor: default;
    color: #73b2ff;
    border: 0px solid #303030;
    font-weight: 700;
    background: #404040;

    box-shadow: 1px 1px 1px 0 rgba(54, 144, 255, 1);
}
.page-footer a {

    color: #6099d5;
}

/* Боковое меню */
.main-content__column-left {
    width: 25%;
    padding-left: 40px;
    border: 0;
}

.sidebar-menu__item a {

    font-size: 18px;
    color: #6f9dd6;
    transition: all .2s ease;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 2px;
    margin: 2px 0 0 0;
    line-height: 1;
}

.sidebar-menu__item a:hover {
    color: #bbbbbb;
    background: #323232;
}

.sidebar-menu__item_active > a,
.sidebar-menu__item_active > span {
    background: #405a85;
    color: #a9c9ff;
    text-transform: uppercase;
}

.sidebar-menu__item_active > a:hover,
.sidebar-menu__item_active > span:hover {
    background: #405a85;
    color: #a7d7ff;
    text-transform: uppercase;
}
.sidebar-menu__sub-list {
    display: block;
    padding: 0px;
}

/* Сообщения */
.comment__commands {
    text-align: right;
    visibility: visible;
    line-height: 1.4;
}
.comment__link {
    display: inline;
    margin-right: 8px;
    font-size: 16px;
    text-decoration: none;
    color: #8888aa;
}
.comment {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    min-height: 110px;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    overflow: hidden;
    background: #363636;
    padding: 10px 30px 10px 0;
}
.comment__content {
    color: #bbbbbb;
    margin-top: 9px;
    font-size: 18px;
    padding: 0 0 0 76px;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    line-height: 1.4;
    min-height: 39px;
}
.fquote {
    border: 0;
    background: #404040;
    color: #aaaaaa;
    border-radius: 9px;
    box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.dalet__editor-area textarea,
textarea {
    background: #353535;
    color: #eeeeee;
}
body[spellcheck],
body:empty {
    background: #353535;
    color: #eeeeee;
    padding: 10px 20px;
}
.comment__author-name a {
    text-decoration: none;
    color: #50a17e;
}
a {
    color: #629bdb;
}
a:hover {
    color: #83abca;
    text-decoration: underline;
}
.comment__avatar-rating {
    text-align: center;
    font-size: smaller;
    display: block;
    margin: 2px;
    color: #b3a294;
}
.comment::after {
    position: absolute;
    content: '';
    left: 76px;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, #363636, #333);
    height: 1px;
}
/* Избавляемся от простыни кода */
pre.code {
    background-color: #262626;
    color: #97bde1;
    max-height: 350px;
}
.code {
    background-color: #262626;
    border: 1px solid #4e596b;
    color: #77a9d7;
    color: rgba(0, 0, 0, 0.8);
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: Courier New, Courier, Monospace !important;
    font-size: 13px;
    overflow: auto;
    padding: 10px 20px;
    margin: 15px 0;
}

/* Личный кабинет */
.profile-view__avatar img {
    border-radius: 6px;
}
.input::placeholder {
    background: #4e4e4e;
    color: #dfdfdf;
    color: #eaeff3;
}
.my-topics__item:nth-child(2n) {
    background: #393939;
    color: #dfdfdf;
}
.my-topics__item {
    background: #363636;
    color: #dfdfdf;
}
.tabs__navigation {
    border-bottom: 1px solid #738fbf;
}

.tabs__item {
    margin-right: 0px;
    padding: 10px;
}

.tabs__item {
    font-size: 16px;
    font-weight: bold;
}
.tabs__item a {
    color: #bff1ff;

    text-decoration: none;
    display: block;
    margin-bottom: -10px;
    padding-bottom: 10px;
}
.tabs__item:after {
    background: #588da2;
}

.tabs__item_selected {
    background: #465a7b;
    border-radius: 2px 2px 0 0;
}

.tabs__item_selected a {
    color: #bff1ff;
}

.tabs__item_selected .tabs__count {
    color: #bff1ff;
}

.my-topics__breadcrumbs a {
    color: #8e8e8e;
    letter-spacing: -0.5px;
}

.my-topics__breadcrumbs a:last-child {
    font-weight: 500;
    color: #778ec2;
}
.my-topics__title a {
    color: #888;
    text-decoration: none;
    margin-right: 11px;
}
.my-topics__title a:hover {
    color: #628dab;
    background: #444;
    text-decoration: underline;
}

.my-topics__item:hover {
    background: #404040;
}
.my-topics__last a {
    color: #678ec9;
    text-decoration: none;
    z-index: 2;
    position: relative;
}
.tabs__count {

    color: #bff1ff;
    margin-left: 2px;
}
.chat-comments-list {
    margin: 0;
    padding: 0 16px;
    background-color: #353535;
    color: #cfcfcf;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: scroll;
    position: absolute;
    top: 46px;
    right: 0;
    left: 0;
    bottom: 50px;
    width: auto;
    -webkit-overflow-scrolling: touch;
}
.comment__author-online {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #5de2a8;
    border: solid 1px #68d580;
    border-right-color: rgb(112, 226, 154);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgb(129, 222, 175);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right: 0;
    border-bottom: 0;
    position: absolute;
    border-radius: 0 0 0 2px;
    right: 0;
    top: 48px;
    outline: solid 1px #50a17e;
}
.unread-bar__title {
    color: #59a4d8;
    display: inline-block;
    vertical-align: top;
    margin-top: -9px;
    padding: 0 8px;
    text-transform: uppercase;
    background: #303030;
}
.page-footer {
    padding: 20px 0;
    clear: both;
    overflow: hidden;
    border-top: solid 1px #444;
}
.article__tags a {
    color: #ccc;
    color: rgb(197, 197, 197);
    background: #43596f;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    padding: 4px 8px;
}
.article__tags a:hover {
    text-decoration: none;
    color: #ccc;
    color: rgb(190, 190, 190);
    opacity: .8;
}
.static-container h3 {
    color: #ccc;
    font-size: 24px;
    margin: 20px 0 10px 0;
}
.search-result__description {
    font-size: 16px;
    color: #bbb;
}


Выглядит так



И так 

Всего: 628