Тема оформления почти как на старом сайте.

1 234
F2
На сайте с 08.08.2013
Offline
111
#21
yodda:
Пипец геморрой, проще уйти с форума

Каждый выбирает. Подскажите, куда?

⭐ ⭐ ⭐
SeVlad
На сайте с 03.11.2008
Offline
1609
#22
flacon2000:

 Тележка есть? Почта? Аська? )

В профиле и подписи "сайт"-контактная форма. Дале по мылу или через мой личный онлай-чат можно.


Делаю хорошие сайты хорошим людям. Предпочтение коммерческим направлениям. Связь со мной через http://wp.me/P3YHjQ-3.
yodda
На сайте с 22.03.2017
Offline
174
#23
flacon2000:

Каждый выбирает. Подскажите, куда?

Например в Яндекс.Кью. Можно спрашивать и отвечать на любые вопросы.

F2
На сайте с 08.08.2013
Offline
111
#24
yodda #:

Например в Яндекс.Кью. Можно спрашивать и отвечать на любые вопросы.

 И получать ответы домохозяек? Такая себе замена...

F2
На сайте с 08.08.2013
Offline
111
#25
.topics-list__item_unread .topics-list__title{
    font-weight: bold;
}

Выделил жирным непрочитанные, за идею спасибо SeVlad




zip searcengines_stylus_v-0-5.zip
iqpi
На сайте с 08.07.2008
Offline
121
#26

На основе темы от flacon2000 на скорую руку сделал тёмную тему.

body,
h1,
h2,
h3,
h4,
.page-header,
.font-title,
.font-regular,
.tabs__item {
    font-family: sans-serif;    
}

.top-block {
    display: none;
}

body {
    background-color: #353535;
    color: #cccccc;
    max-width: 1280px;
    margin: 20px auto;
}
/* Костыль для редактора сообщений */
body[spellcheck],
body:empty {
    background: #fff;

    padding: 10px 20px;
}

/* Шапка */
.page-header {
    border-radius: 6px 6px 0 0;
    border-bottom: solid 2px #828282;
    background: linear-gradient(0deg, #3b3b3b, #828282);
}

.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: #cecece;
    padding: 0 30px;
    display: flex;
    flex-direction: row-reverse;
}
.button {
    border: 2px solid #738fbf;
    background: #738fbf;
    transition: all .3s ease;
}
.button:hover {
    border: 2px solid #53af9f;
    background: #53af9f;
}

/* Тень, опционально */
.main-content:after {
    content: "";
    box-shadow: 0 0 40px 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_unread .topics-list__title {
    color: #cecece;
    font-weight: bold;
    
}
.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: #cecece;
}

.paginator__page {
    cursor: pointer;
    color: #4598fe;
    background: #555555;
    border: 1px solid #454545;
}
.paginator__page:last-child {
    margin-right: 0;
    color: #9ee2c9;
    background: #707070;
    border: 1px solid #454545;
}
.paginator__current-page {
    cursor: default;
    color: #fff;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 500;
    background: #808080;
}
.page-footer a {

    color: #6099d5;
}

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

.sidebar-menu__item a {
    font-size: 16px;
    color: #6099d5;
    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: #cecece;
    background: #738fbf30;
}

.sidebar-menu__item_active > a,
.sidebar-menu__item_active > span {
    background: #738fbf;
    color: #fff;
    text-transform: uppercase;
}

.sidebar-menu__item_active > a:hover,
.sidebar-menu__item_active > span:hover {
    background: #738fbf;
    color: #fff;
    text-transform: uppercase;
}

/* Сообщения */
.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 10px 20px -10px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    overflow: hidden;
    background: #363636;
    padding: 10px 30px 10px 0;
}
.fquote {
    border: 0;
    background: #404040;
    color: #aaaaaa;
    border-radius: 9px;
}
.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: #6092ef;
}
a {
    color: #29afdf;
}

/* Избавляемся от простыни кода */
pre.code {
    background-color: #f5f5f5;
    max-height: 350px;
}

/* Личный кабинет */
.profile-view__avatar img {
    border-radius: 6px;
}

.my-topics__item:nth-child(2n) {
    background: #eee;
}

.tabs__navigation {
    border-bottom: 1px solid #738fbf;
}

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

.tabs__item {
    font-size: 16px;
    font-weight: bold;
}

.tabs__item:after {
    background: #1a8fbf;
}

.tabs__item_selected {
    background: #738fbf;
    border-radius: 2px 2px 0 0;
}

.tabs__item_selected a {
    color: #fff;
}

.tabs__item_selected .tabs__count {
    color: #999999;
}

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

.my-topics__breadcrumbs a:last-child {
    font-weight: 700;
    color: #6f98f5;
}


iqpi
На сайте с 08.07.2008
Offline
121
#27
Продублил редактор, поправьте
Torped_Boy
На сайте с 15.10.2010
Offline
74
#28
Автор, спасибо! Температура в глазных яблоках (и не только) понизилась до номинального значения.
Черный и белый PR. Маркетинг. Брендирование. Дорого. Подробнее - в лс.
wwwwww
На сайте с 29.04.2011
Offline
195
#29

Автор сделал мой день, спасибо!

Глаза начинают приходить в норму и уходит жгучее желания покинуть любимый форум.

Видишь? Свободная подпись.
D.iK.iJ
На сайте с 26.05.2013
Offline
225
#30
flacon2000 #:

Выделил жирным непрочитанные, за идею спасибо SeVlad

Да, классная штука!

Но у меня от выделения текста жирным глаза сводит. Можно сделать все наоборот:

.topics-list__item .topics-list__title a {color: rgba(0, 0, 0, 0.55);}
.topics-list__item_unread .topics-list__title a {color: #000;}


Адаптивный дизайн в 2 строчки ( https://dikij.com/wm/adaptaciya-saytov.php ). + Принимаю заказы любой сложности ( https://searchengines.guru/ru/forum/926323 ). 💎 Еще я делаю классные кулоны с опалами ( https://mosaicopal.ru/ ).
1 234

Авторизуйтесь или зарегистрируйтесь, чтобы оставить комментарий