стиль
Код:
/************************************************************* Основа css разработана специально для группового обучения дизайну от piterksaya. **************************************************************/ /* ПОДГРУЗКА ШРИФТОВ -------------------------------------------------------------*/ /* базовые шрифты - поддержка кириллицы -------------------------------------------------------------*/ @import url(style_cs.css); @import url('https://forumstatic.ru/files/0018/25/96/61263.css'); @import url('https://forumstatic.ru/files/0019/47/79/29639.css'); @import url('https://forumstatic.ru/files/0019/47/79/45439.css'); @import url('//fonts.googleapis.com/css?family=Yeseva+One&subset=latin,cyrillic'); @font-face { font-family: BAHNSCHRIFT; src: url('https://forumstatic.ru/files/001a/e2/69/63630.ttf'); } @font-face { font-family: Schweimann ModerneC; src: url('https://forumstatic.ru/files/001a/e2/69/11338.ttf?v=1'); } @font-face { font-family: OLD KHARKIV REGULAR; src: url('https://forumstatic.ru/files/001a/e2/69/11885.otf?v=1'); } @font-face {font-family: 'Canalese'; src: url(https://forumstatic.ru/files/001b/35/c8/64455.ttf);} @font-face {font-family: 'Ballerina'; src: url(https://forumstatic.ru/files/001b/35/c8/64541.ttf);} @font-face {font-family: 'Glorya'; src: url(https://forumstatic.ru/files/001b/35/c8/38439.ttf);} @font-face {font-family: 'Oldenglish'; src: url(https://forumstatic.ru/files/001b/35/c8/86224.ttf);} @font-face {font-family: 'Signerica'; src: url(https://forumstatic.ru/files/001b/35/c8/77472.ttf);} @font-face {font-family: 'Specials'; src: url(https://forumstatic.ru/files/001b/35/c8/47077.ttf);} @font-face {font-family: 'Black Knight'; src: url(https://forumstatic.ru/files/001b/35/c8/52639.ttf);} @font-face {font-family: 'Debiky'; src: url(https://forumstatic.ru/files/001b/35/c8/34197.ttf);} @font-face {font-family: 'Hamiltone'; src: url(https://forumstatic.ru/files/001b/35/c8/19671.ttf);} @font-face {font-family: 'Caravan'; src: url(https://forumstatic.ru/files/001b/35/c8/64545.ttf);} @font-face {font-family: 'Pecita'; src: url(https://forumstatic.ru/files/001b/35/c8/80363.ttf);} @font-face {font-family: 'Ammys Handwriting'; src: url(https://forumstatic.ru/files/0019/41/eb/74049.ttf?v=1);} @font-face {font-family: 'Ambidexter'; src: url(https://forumstatic.ru/files/0019/47/79/16546.otf);} @font-face {font-family: 'AleksandraC'; src: url(https://forumstatic.ru/files/0019/41/eb/53299.ttf);} @font-face {font-family: 'Tahoma'; src: url(https://forumstatic.ru/files/0019/47/79/67198.ttf);} @font-face {font-family: 'Play'; src: url(https://forumstatic.ru/files/0019/47/79/11592.ttf);} @font-face {font-family: 'Play'; font-weight: bold; src: url(https://forumstatic.ru/files/0019/47/79/59528.ttf?v=1);} /* A2 НАСТРОЙКИ БРАУЗЕРА ПО УМОЛЧАНИЮ. ЛУЧШЕ НЕ ТРОГАТЬ -------------------------------------------------------------*/ /* A2.1 */ html, body {margin: 0; padding: 0} /* A2.2 */ .punbb * { margin: 0 } /* A2.3 */ .punbb ul, .punbb dl, .punbb li, .punbb dd, .punbb dt { padding: 0; list-style: none; } /* A2.4 */ .punbb img { border:none } /* A2.5 */ .punbb .main table { table-layout: fixed; width: 100%; } /* A2.6 */ .checkfield input[type="checkbox"], .radiofield input[type="radio"] {margin: 0 0.3em;} /* A2.7 */ p[class="checkfield"] *, div[class="checkfield"] *, fieldset[class="radiofield"] * { height: 1.8em; vertical-align: middle } /* A3 ШРИФТ НА ФОРУМЕ - ЛУЧШЕ НЕ ТРОГАТЬ. блок отвечает за шрифты и их размеры, но он не требует изменений в 95% случаев -------------------------------------------------------------*/ /* A3.1 РАЗМЕР ШРИФТА НА ФОРУМЕ -------------------------------------------------------------*/ body { font-size: 100.01%; overflow-x: hidden } /* A3.1 ШРИФТЫ НА ФОРУМЕ -------------------------------------------------------------*/ .punbb { font: normal 72% play, verdana, helvetica, sans-serif; } /* A3.2 ШРИФТЫ В ПОЛЯХ ВВОДА -------------------------------------------------------------*/ .punbb textarea, .punbb input, .punbb select, .punbb optgroup { font: 1em verdana, helvetica, sans-serif; } /* A3.4 ЗАГОЛОВКИ -------------------------------------------------------------*/ .punbb h1, .punbb h2, .punbb h3, .punbb h4, .punbb table, .punbb th { font-size: 1em; font-weight: normal; border-color: transparent; } /* ВСЕ, ЧТО НИЖЕ В БЛОКЕ А3, ЛУЧШЕ НЕ ТРОГАТЬ -------------------------------------------------------------*/ /* A3.5 */ .punbb h1 span, .punbb h2 span, .punbb legend span { font-size: 1.1em; } /* A3.6 */ .punbb pre { font: 1.1em/140% monaco, "bitstream vera sans mono", "courier new", courier, monospace } /* A3.7 */ .punbb address, .punbb em { font-style: normal } /* A3.8 */ .punbb .post-content em { font-style: italic } /* A3.9 */ .punbb .post-content em.bbuline { font-style: normal; text-decoration: underline; } /* A3.10 */ .punbb a { text-decoration: underline } /* A3.11 */ .punbb optgroup { font-weight: bold; } /* A4 ПОЗИЦИОНИРОВАНИЕ И СКРЫТЫЕ ЭЛЕМЕНТЫ - ЛУЧШЕ НЕ ТРОГАТЬ -------------------------------------------------------------*/ /* A4.1 */ #pun:after, .punbb .container:after, .punbb .post-links ul:after, .punbb .main div.inline:after, .punbb .post-box:after, .punbb .linksb:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; overflow:hidden; line-height: 0.0; font-size: 0; } /* A4.2 */ .acchide, #pun-index #pun-main h1, #pun-navlinks h2, #pun-pagelinks h2, #pun-status h2, #pun-ulinks h2, .punbb .forum h2, .punbb .multipage .topic h2, .punbb dl.post-sig dt span, .punbb p.crumbs strong, .punbb .divider hr, .punbb .required label em, .punbb .formsubmit label, .punbb .submitfield label, .punbb .modmenu label, #pun-userlist .main h2 { font-size: 0; height: 0; width: 0; line-height: 0.0; position:absolute; left: -9999px; overflow: hidden } /* A5 ОСНОВНОЙ МАКЕТ СТРАНИЦЫ И ГРАНИЦЫ -------------------------------------------------------------*/ /* A5.4 НЕ ТРОГАЕМ */ .punbb .section, .punbb .main { margin-bottom: 1em; } /* A5.5 НЕ ТРОГАЕМ */ .punbb .category, .punbb .post { margin-top: 0.4em; } /* A5.6 НЕ ТРОГАЕМ */ .punbb #pun-category1, .punbb .toppost, .punbb .topicpost { margin-top: -20px; } /* 5.7 НЕ ТРОГАЕМ */ #pun-post .topic { margin-top: 1em; } /* A5.8 НЕ ТРОГАЕМ */ .punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info, .punbb .category, .punbb .post { border-style: none none solid none; border-width: 0px 0px 2px 0px } /* A5.9 НЕ ТРОГАЕМ */ .punbb .container { border-style: solid; border-width: 1px; } /* A5.10 КАТЕГОРИИ, ЗАГОЛОВКИ - ОТСТУПЫ - НЕ ТРОГАЕМ */ .punbb .section h2, #pun-main h1, #pun-main h2, #pun-stats h2, #pun-debug h2 { padding: 2px 1em 9px 1em; border-style: solid solid none solid; border-width: 1px 1px 0px 1px; } /************************************************************* B - ГЛАВНОЕ СОДЕРЖИМОЕ - ОБЩИЕ **************************************************************/ /* B1 контент, подписи и поля прокрутки -------------------------------------------------------------*/ /* B1.1 ВАЖНО! ВЫРАВНИВАНИЕ ТЕКСТА В ПОСТАХ Justify в последней строке отвечает за выравнивание постов по ширине*/ .punbb .post-content { width: 100%!important; text-align:justify; line-height: 15px; color: #594f41; } /* B1.2 ПОЛОСА, ОТДЕЛЯЮЩАЯ ПОСТ И ПОДПИСЬ*/ .punbb .post-sig dt { display: block; border-top: 4px double #5e5a4f26;; width: 90%; margin: 50px 0 0 30px; padding-top: 20px; } /* B1.3 АБЗАЦЫ ВНУТРИ ПОСТОВ*/ .punbb .post-content p { margin: 0; padding: 0 0 10px 0; line-height: 160%; font-family: play!important; color: #594f41!important;} /* B1.4 НЕ ТРОГАЕМ */ .punbb .post-content img { vertical-align: text-bottom } /* B1.5 НЕ ТРОГАЕМ */ .punbb .post-content img.postimg { vertical-align: middle; } /* B1.6 НЕ ТРОГАЕМ */ .punbb .post-content .blockcode, .punbb .post-content blockquote { width: 100%; overflow: hidden; } /* B1.7 НЕ ТРОГАЕМ */ .punbb .post-content .scrollbox { width: 100%; overflow: auto; } /* B1.8 ОТСТУПЫ У ЦИТАТ, КОДОВ - НЕ ТРОГАЕМ */ .punbb .post-content .quote-box, .punbb .post-content .code-box { border: medium none; margin: 1.4em 1em 0.8em; padding: 0em; } /* B2 ИНФОБОКСЫ ВООБЩЕ НЕ ТРОГАЕМ -------------------------------------------------------------*/ /* B2.1 */ .punbb .info-box { padding: 1.1em 1.7em 1em 1.7em; border-style: solid; border-width: 1px; margin: 0 0 1.1em 0; } /* B2.2 */ .punbb .info-box * { padding: 0 0 0.7em 0; } /* B2.3 */ .punbb #pun-main .info-box .legend { font-size: 1.1em; font-weight: bold; } /* B3 РАЗБИВКА НА СТРАНИЦЫ И РАЗМЕЩЕНИЕ ССЫЛОК -------------------------------------------------------------*/ .linksb, .pagelink, .punbb select, .linksb .postlink, .punbb .modmenu .container, .modmenu, .container { color: #736756; } /* B3.1 НЕ ТРОГАЕМ */ .punbb .linkst { float: left; position: relative; width: 100%; font-size: 1.1em; height: 0; } /* B3.2 НЕ ТРОГАЕМ */ .multipage { margin-top: 7em; } /* B3.3 СТРАНИЦЫ ВНУТРИ ТЕМ СВЕРХУ */ .linkst .pagelink { margin-top: -40px; margin-left: 45px; } /* СНИЗУ */ .linksb .pagelink { float: left; width: 24em; text-align: left; margin-left: 3em!important; } /* НЕ ТРОГАТЬ */ .linksb .postlink { float: right; width: 16em; font-weight: bold; } /* СТРАНИЦЫ ВНУТРИ ТЕМ СНИЗУ */ .punbb .linksb { text-align: right; padding: 0em 3em 0em 1em; font-size: 1.1em; } /* B3.4 ССЫЛКИ НОВАЯ ТЕМА, СОЗДАТЬ ОПРОС ВНУТРИ ПОДФОРУМА Лучше не трогать */ .linkst .postlink { position: absolute; top: -40px; right: 3em; width: 16em; text-align: right; font-weight: bold; } /* B3.8 ССЫЛКА ПОДПИСАТЬСЯ И ОТСЛЕЖИВАТЬ ВНУТРИ ТЕМЫ Лучше не трогать */ .subscribelink { clear:both; padding-top: 0.3em; padding-bottom: 0.5em; } /************************************************************* C - НАСТРОЙКА ГЛАВНЫХ ЭЛЕМЕНТОВ **************************************************************/ /* C1 РАСПОЛОЖЕНИЕ ФОРМ -------------------------------------------------------------*/ /* C1.1 НЕ ТРОГАЕМ */ .punbb .formal .container { padding: 1em 1em 1em 1em; margin: 0 30px!important; } /* C1.2 НЕ ТРОГАЕМ */ .punbb .formsubmit { padding: 0 0 0 1.7em; margin: 1em 0 0 0; } /* C1.3 НЕ ТРОГАЕМ */ .punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span { margin: 0px 0 5px 13px; } /* C1.4 НЕ ТРОГАЕМ */ .punbb fieldset { border-style: solid; border-width: 1px; padding: 0 10px 0 10px; margin: 0 0 1em 0; } /* C1.5 НЕ ТРОГАЕМ */ .punbb fieldset legend { padding: 0; margin: 0 10px 0 10px; font-size: 1.1em } /* C1.6 НЕ ТРОГАЕМ */ .punbb fieldset legend span { padding: 0 5px; margin: 0 10px 0 10px; } /* C1.7 НЕ ТРОГАЕМ */ .punbb fieldset fieldset { border-style: none; margin: 0; padding: 0 10px 0 10px; } /* C1.8 НЕ ТРОГАЕМ */ .punbb .fs-box { padding: 10px 10px 0 10px; } /* C1.9 НЕ ТРОГАЕМ */ .punbb .fs-box p, .punbb .fs-box fieldset { padding: 1em 0 0.8em 0 } /* C1.10 НЕ ТРОГАЕМ */ .punbb .inline .inputfield, .punbb .inline .selectfield, .punbb .inline .passfield { float: left; margin-right: 1em; } /* C1.11 НЕ ТРОГАЕМ */ .punbb .inline .infofield { clear:both } /* C1.12 НЕ ТРОГАЕМ */ .punbb .datafield br { display: none } /* C1.13 НЕ ТРОГАЕМ */ .punbb .required label, .punbb .datafield span.input { font-weight: bold } /* C1.14 НЕ ТРОГАЕМ */ .punbb .datafield span.input a { font-weight: normal; } /* C1.15 НЕ ТРОГАЕМ */ .punbb .areafield span.input, .punbb p.longinput span.input { display: block; padding: 0 12em 0 0; height: 100%; /* For IE */ } /* C1.16 НЕ ТРОГАЕМ */ .punbb textarea, .punbb .longinput input { width: 64%; margin: 0; } /* УБРАТЬ ОБВОДКУ АКТИВНОГО ПОЛЯ */ input, textarea, button {outline:none;} input:active, textarea:active, button:active {outline:none;} /* C1.17 НЕ ТРОГАЕМ */ .punbb .hashelp { position: relative; } /* C1.18 НЕ ТРОГАЕМ */ .punbb .helplinks { display: block; position: absolute; top: 1em; right: 0; font-weight: normal; width: 36%; } /* c1.19 НЕ ТРОГАЕМ */ .punbb #profile .helplinks { top: 1.5em; } /* C1.20 НЕ ТРОГАЕМ */ .punbb .helplinks span { display: block; padding-bottom: 0.2em; } /* C1.21 НЕ ТРОГАЕМ */ #pun-post .formal .info-box li { padding-left: 4px; list-style-type: square; list-style-position: inside; line-height: 1.5; margin: 0; } /* C1.21.1 НЕ ТРОГАЕМ */ .punbb .helplinks span INPUT { margin-right: 2px; margin-bottom: 2px; } /* C2 РАСПОЛОЖЕНИЕ ТАБЛИЦ -------------------------------------------------------------*/ /* C2.1 */ .punbb .main .tcl { text-align: justify; width: 60%; word-break: break-word; } /* C2.2 */ .punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod { text-align: center; width: 10%; } .punbb .main .tcr { overflow: hidden; text-align: left; width: 40%; } #pun-searchtopics .main .tcr { overflow: hidden; text-align: left; width: 52%; } /* C2.4 */ #pun-modviewforum .main .tcl { width: 38%; } #pun-userlist .main .tcl { width: 20%; padding-left: 10px; } /* C2.5 */ #pun-userlist .main .tc2 { text-align: left; width: 20%; } #pun-searchtopics .main .tc2 { text-align: left; width: 39%; } /* C2.6 */ #pun-debug table .tcl { width: 15%; white-space:normal; } /* C2.7 */ #pun-debug .tcr { width: 90%; white-space: normal; } /* C2.8 НЕ ТРОГАЕМ */ #pun-index .tcl h3 { font-size: 1.2em; font-weight: bold; } /* C2.9 НЕ ТРОГАЕМ */ .punbb td span.youposted { font-weight: bold; margin-left: -1em; position: absolute; } /* C2.10 НЕ ТРОГАЕМ */ .punbb td .modlist { display: block; padding-top: 0.3em } /* C2.11 НЕ ТРОГАЕМ */ .punbb .main td { border-style: solid none none solid; border-width: 1px 0 0 1px; padding: 1em 1em; } .punbb .main td.tcl { padding: 1em 2em; } /* C2.12 НЕ ТРОГАЕМ */ .punbb .main th { border-style: none none none solid; border-width: 0 0 0 1px; padding: 0.4em 1em 0.4em 1em; } /* C2.13 НЕ ТРОГАЕМ */ .punbb .main .tcl { border-left-style: none; border-left-width: 0 } /* C2.14 НЕ ТРОГАЕМ */ .punbb tbody.hasicon td.tcl { } /* C2.15 НЕ ТРОГАЕМ */ .punbb div.icon { } /* C3 ТОПИКИ -------------------------------------------------------------*/ /* C3.1 НЕ ТРОГАЕМ */ .punbb .post .container { border-style: none solid solid solid; border-width: 1px; margin-top: -1px; padding-bottom: 1px; } /* C3.2 НЕ ТРОГАЕМ */ .punbb .post h3 { border-width: 1px; width: 700px; margin: 15px 0px 10px 285px !important; background: #0000000a; height: 20px; border: 1px outset #908b7a; border-style: double; } /* C3.3 НЕ ТРОГАЕМ */ .punbb .post h3 span { border-left: 1px solid transparent; padding: 5px 10px 0px 19px!important; display: block; font-size: 10px!important; } /* C3.4 НЕ ТРОГАЕМ */ .punbb .post h3 strong { float: right; width: 5em; text-align: right; font-weight: normal; } /* C3.5 ПРОФИЛЬ */ .punbb .post .post-author { float: left; margin-top: -1.5em; overflow: hidden; min-height: 140px!important; } /* C3.6 НЕ ТРОГАЕМ */ .punbb .post .post-author ul, .punbb .post .post-author p { padding: 0 1em 1em 1em; line-height: 140%; } /* C3.7 НЕ ТРОГАЕМ */ .pa-author { } /* C3.7 НЕ ТРОГАЕМ */ .pa-author a { position: relative; z-index: 1; } /* C3.7 НЕ ТРОГАЕМ */ .pa-author a:hover { } /* C3.9 СТАТУС-ЛИЧНОЕ ЗВАНИЕ АВТОРА В ПРОФИЛЕ В ТОПИКЕ */ li.pa-title { padding-bottom: 0em; } /* C3.10 ПРЯЧЕМ, КОГДА ЗАРЕГИСТРИРОВАН*/ .pa-reg {display: none;} /* не трогаем */ li.pa-online {} .pa-online { display:none; } /* C3.11 ВАЖНО!!! СООТНОШЕНИЕ МЕЖДУ ШИРИНОЙ ПРОФИЛЯ И ШИРИНОЙ ПОСТА */ .punbb .post-body { margin-left: 255px; border-left-style: solid; border-left-width: 1px; padding: 0 0 0px 0; } /* C3.12 НЕ ТРОГАЕМ */ .punbb .post-box { padding: 25px 50px 10px 25px; } /*C3.13 НЕ ТРОГАЕМ */ .punbb fieldset .post-box { margin-bottom: 0.8em } /* C3.14 НЕ ТРОГАЕМ */ .punbb .post-links { margin-left: 23em; border-left-style: solid; border-left-width: 1px; } /* C3.15 НЕ ТРОГАЕМ */ .punbb .post-links ul {} /* C3.16 НЕ ТРОГАЕМ */ .punbb .post-links li { display: inline; padding-left: 1em; } /* C3.17 НЕ ТРОГАЕМ */ .pl-email, .pl-website { float: left; } /* C3.18 НЕ ТРОГАЕМ */ .punbb .clearer { clear: both; height: 0; font-size: 0; } /* C4 МЕНЮ МОДЕРАТОРА -------------------------------------------------------------*/ /* C4.1 НЕ ТРОГАЕМ */ .punbb .modmenu .container { padding: 1.5em 3em; text-align: right; margin-left: -2px!important; } /* C4.2 НЕ ТРОГАЕМ */ .punbb .modmenu strong, .punbb .modmenu a { height: 1.8em; line-height: 1.8em; } /* C4.3 НЕ ТРОГАЕМ */ .punbb .modmenu .container strong { float: left; } /* C4.4 НЕ ТРОГАЕМ */ .punbb .modmenu input { margin-left: 1em; } /* C5 НЕ ТРОГАЕМ -------------------------------------------------------------*/ /* C5.1 НЕ ТРОГАЕМ */ .punbb .info .container { padding: 0em 30em; } /* C5.2 НЕ ТРОГАЕМ */ .punbb .info .container .backlink { padding-top: 0.8em; } /* C6 ПРОФИЛЬ -------------------------------------------------------------*/ /* C6.1 НЕ ТРОГАЕМ */ #profile .container { padding-left: 15em; } /* C6.2 НЕ ТРОГАЕМ */ #profilenav { float: left; width: 14em; margin-left: -15em; display: inline; } /* C6.3 НЕ ТРОГАЕМ */ #profilenav li { padding-bottom: 0.8em; font-weight: normal; } /* C6.4 НЕ ТРОГАЕМ */ #viewprofile ul, #profilenav ul { border-style: solid; border-width: 1px; padding: 1.5em 18px 0.8em 18px; margin: 0 0 1em 0; } /* C6.5 НЕ ТРОГАЕМ */ #viewprofile h2, #profilenav h2 { background: transparent; border: none; padding: 0 0 0 0; margin: 0 14px -0.6em 14px; } /* C6.6 НЕ ТРОГАЕМ */ #viewprofile h2 span, #profilenav h2 span { padding: 0 5px; position: relative; } /* C6.7 НЕ ТРОГАЕМ */ #viewprofile li, #setmods dl { padding: 0 0 0 16em; margin-bottom: 0.2em; } /* C6.8 НЕ ТРОГАЕМ */ #viewprofile li span { float: left; width: 14em; margin-left: -16em; padding: 0.5em 1em; font-weight: bold; } /*C6.9 НЕ ТРОГАЕМ */ #setmods dt { float: left; width: 14em; margin-left: -16em; padding: 0.8em 1em; font-weight: bold; display: inline; } /* C6.10 НЕ ТРОГАЕМ */ #viewprofile li strong, #viewprofile li div, #setmods dd { display: block; padding: 0.5em 1em; font-weight: normal; } /* C6.11 НЕ ТРОГАЕМ */ .punbb img.avatardemo { float: right; margin: 0 0 0.8em 1.8em } /* C7 СПИСОК ПОЛЬЗОВАТЕЛЕЙ -------------------------------------------------------------*/ /* C7.1 НЕ ТРОГАЕМ */ #pun-userlist .formal, #pun-userlist .formal .container { border-bottom: none; margin-bottom: 0; } /* C7.2 НЕ ТРОГАЕМ */ #pun-userlist .usertable .container { padding: 0em 3em 1em 3em; border-top: none; } /* C7.3 НЕ ТРОГАЕМ */ #pun-userlist .usertable table { border-style: solid; border-width: 1px; } /************************************************************* D - PUNBB РАЗДЕЛЫ, ОСНОВНОЕ СОДЕРЖИМОЕ **************************************************************/ * html .tclcon {height: 1px} /* D1 ЛОГОТИП И ОПИСАНИЕ -------------------------------------------------------------*/ /* D1.1 НЕ ТРОГАЕМ */ #pun-title { margin: 0; border-style: none none none none; border-width: 1px 1px 0 1px; } /* D1.2 НЕ ТРОГАЕМ */ #pun-title h1 { display : block; height : 40px; padding: 2em 1em 0 1em; } /* D1.3 НЕ ТРОГАЕМ */ #pun-title .container { border-style: none solid none solid; } /* D1.4 НЕ ТРОГАЕМ */ #pun-title h1 span { font-size: 0em; } #pun-title TD.title-logo-tdl { border: none; width: 100%; } #pun-title TD.title-logo-tdr { border: none; width: 420px; } /* D2 НАВИГАЦИЯ ПО СТРАНИЦАМ -------------------------------------------------------------*/ /* D2.1 НЕ ТРОГАЕМ */ #pun-pagelinks { position: absolute; top: -15px; left: 0; margin: 0; border: none; padding: 0; width: 100%; } /* D2.2 НЕ ТРОГАЕМ */ #pun-pagelinks .container { background: transparent; border: none; padding: 0} /* D2.3 НЕ ТРОГАЕМ */ #pun-pagelinks .container li { display: inline } /* D2.4 НЕ ТРОГАЕМ */ #pun-pagelinks li a, #pun-pagelinks a:link, #pun-pagelinks a:hover { height: 2em; line-height: 2em; padding: 0; font-size: 1.2em; margin-left: -9999px; display: block; float:left; width: 100%; } /* D2.5 НЕ ТРОГАЕМ */ #pun-pagelinks a:active, #pun-pagelinks a:focus { position:relative; margin: 0; } /* НЕ ТРОГАЕМ */ #pun-pagelinks li a span { display:block; margin: 0 1em } /* D3 НАВИГАЦИЯ ПО ФОРУМУ СВЕРХУ Та самая строка, которая показывает ваше нынешнее положение в виде НАЗВАНИЕ ФОРУМА - ПОДФОРУМ - ТЕМА -------------------------------------------------------------*/ /* D3.1 */ #pun-navlinks { border: none; margin: 0; } /* D.3 НЕ ТРОГАЕМ */ #pun-navlinks li { display: inline; padding-right: 0em; } /* D3.4 ВАЖНО!!! ССЫЛКИ НАВИГАЦИИ Форум, участники, поиск и тд - настраиваем вид ссылок */ #pun-navlinks li a { font-size: 11px!important; font-family: AleksandraC!important; color: #535043!important; text-transform: uppercase; font-weight: bold; } /* D3.4 ВАЖНО!!! ССЫЛКИ НАВИГАЦИИ настраиваем вид ссылок при наведении */ #pun-navlinks li a:hover { color: #6a5d21!important; } /* КОНТЕЙНЕР ПОЛЬЗОВАТЕЛЬСКИХ ССЫЛОК -------------------------------------------------------------*/ #pun-ulinks .container { position: absolute; display: inline; padding: 0!important; font-family: tahoma!important; text-transform: lowercase; width: 1040px !important; text-align: center !important; font-style: normal; top: 25px; } /* КАЖДЫЙ ЭЛЕМЕНТ НАВИГАЦИИ ПО ФОРУМУ В ОТДЕЛЬНОСТИ В том случае, если нужно будет придать каждой из ссылок свое собственное расположение -------------------------------------------------------------*/ /* MAIN */ #navindex { display: inline; padding-right: 1em; } /* USERS */ #navuserlist { display: inline; padding-right: 1em; } /* SEARCH */ #navsearch { display: inline; padding-right: 1em; } /* PROF */ #navprofile { display: inline; padding-right: 1em; } /* SMS */ #navpm { display: inline; padding-right: 1em; } /* EXIT */ #navlogout { display: inline; padding-right: 1em; } /* REG */ #navregister { display: inline; padding-right: 1em; } /* ENTER */ #navlogin { display: inline; padding-right: 1em; } /* PR */ #navpr_1 { display: inline; padding-right: 1em; } /* AMS */ #navadmin { display: inline; padding-right: 1em; } /* AWARDS HIDDEN */ #navawards a span { display:none;} #navawards a { display:none; } /* D4 ССЫЛКИ ПОЛЬЗОВАТЕЛЬСКОЙ НАВИГАЦИИ Новые сообщения, активные темы, Темы без ответов и т.д. -------------------------------------------------------------*/ /* D4.1 НЕ ТРОГАЕМ */ #pun-ulinks { border: 2px solid transparent; margin-bottom: 15px; } /* НЕ ТРОГАЕМ */ #pun-ulinks li, #pun-ulinks li a { display: inline; white-space: nowrap; } /* НЕ ТРОГАЕМ */ #pun-ulinks li a { padding: 0 0 0 5px; } #pun-adnav li { padding: 0.3em 2em!important; } /* D5 СТРОКА ПРИВЕТСТВИЯ -------------------------------------------------------------*/ /* D5.1 НЕ ТРОГАЕМ */ #pun-status, #pun-status .container { border-bottom: none; margin-bottom: 0; } /* D5.2 ВАЖНО!!! НАСТРОЙКИ СТРОКИ ПРИВЕТСТВИЯ */ #pun-status .container { position: absolute; width: 1040px; text-align: center; top: 60px; font-family: tahoma!important; letter-spacing: 2px; color: #7e705a!important; font-size: 6px; line-height: 11px; font-variant: all-small-caps; text-transform: lowercase; font-weight: bolder; } #pun-status strong { font-weight: normal; #574b57!important;} /* D5.3 НЕ ТРОГАЕМ */ #pun-status span { white-space: nowrap; margin-right: 0.5em; } /* D5.5 НЕ ТРОГАЕМ */ #pun-crumbs1 p.container { border-top: none; font-size: 8px; line-height: 11px; font-variant: small-caps; overflow: hidden; margin-top: 170px; text-transform: uppercase; } /* D5.6 НЕ ТРОГАЕМ */ #pun-break1 { border-style: solid none; border-width: 1px 0; height: 0; margin: 30px 1em; position: relative; z-index: 1; } /* D6 ОБЪЯВЛЕНИЕ -------------------------------------------------------------*/ /* D6.1 НЕ ТРОГАЕМ */ #pun-announcement h2 { padding: 0; margin: 0 15px -3.5em 1em; border-style: none none solid none; border-width: 0 0 1px 0; position: relative; display:none; } /* D6.2 НЕ ТРОГАЕМ */ #pun-announcement h2 span { display: block; padding: 1em 0 0.8em 0; border-bottom-style: solid; border-bottom-width: 1px; } /* D6.3 НЕ ТРОГАЕМ */ #pun-announcement .container { text-align: center; margin-top: 170px; } /* D7 СТАТИСТИКА -------------------------------------------------------------*/ /* D7.1 СТАТИСТИКА Можно добавить особенный шрифт и цвет, но можно и не трогать*/ #pun-stats .container { padding: 0.8em 2em; font-family: tahoma!important; font-size: 11px; text-transform: lowercase; } /* БОРДЕР ВОКРУГ СТАТИСТИКИ */ #pun-stats ul.container{ border: solid 1px #908b7a!important; margin: 0px 59px 0px 60px; padding: 20px 20px 30px 20px; background: #0000000a; text-align: center; } /* D7.2 НЕ ТРОГАЕМ */ #pun-stats li.item1, #pun-stats li.item2, #pun-stats li.item3, #pun-stats li.item4 { letter-spacing: 0.5px; color: #736756!important; text-align: center; padding: 7px 10px 7px 10px; margin-right: 5px; display: inline; font-size: 8px; line-height: 12px; text-transform: uppercase; align-content: center; font-weight: 600; border-radius: 2px; } /* D7.4 НЕ ТРОГАЕМ */ li#onlinelist { margin-top: 1em; border-top-style: solid; border-top-width: 1px; text-align: justify!important; width: 100%; line-height: 130%; font-family: 'Tahoma regular'; text-transform: lowercase; font-size: 10px!important; font-weight: 600; letter-spacing: 0.3px; } /* D7.5 НЕ ТРОГАЕМ */ li#onlinelist div { border-top-style: solid; border-top-width: 1px; padding: 0.7em 0 0 0; line-height: 16px; } /* D8 НЕ ТРОГАЕМ -------------------------------------------------------------*/ /* D8.1 НЕ ТРОГАЕМ */ #pun-qjump { margin: 0; border: none; width: 50%; position: relative; float: left; } /* D8.2 НЕ ТРОГАЕМ */ #pun-qjump .container { border: none; background: transparent; padding: 0.8em 1em; } /* D8.3 НЕ ТРОГАЕМ */ #pun-about { margin-top: 0; } /* D8.4 НЕ ТРОГАЕМ */ #pun-about .container { border-top-style: none; text-align: right; line-height: 150%; padding: 0.8em 1em; } /* D8.5 НЕ ТРОГАЕМ */ #pun-about p span { display:block; padding-left: 50%; } /* D8.6 НЕ ТРОГАЕМ */ #pun-crumbs2 { overflow: hidden; margin-bottom: 0; border-bottom: none; } /* D8.7 НЕ ТРОГАЕМ */ #pun-crumbs2 .container { border-bottom: none; padding: 0.8em 1em; } /* D8.8 НЕ ТРОГАЕМ */ #pun-break4 { margin: -2px 1em; border-style: solid none; border-width: 1px 0; position: relative; height: 0; z-index: 1; } /* D8.9 НЕ ТРОГАЕМ */ div.punbb-admin #pun-about .container { border-top-style: solid; border-top-width: 1px; } /* D9 НЕ ТРОГАЕМ -------------------------------------------------------------*/ /* D9.1 НЕ ТРОГАЕМ */ #pun-help .formal .info-box h3.legend { border-bottom-style: solid; border-bottom-width: 1px; padding-bottom: 0; margin-bottom: 0.8em; } /* D9.2 НЕ ТРОГАЕМ */ #pun-help .formal .info-box h3.legend span { padding-bottom: 0.6em; display: block; border-bottom-style: solid; border-bottom-width: 1px; font-size: 1.1em; } /* D9.3 НЕ ТРОГАЕМ */ #pun-help .formal p, #pun-help .formal dd { margin-bottom: 1em } /* D9.4 НЕ ТРОГАЕМ */ #pun-help .formal ul, #pun-help .formal dl { padding: 0 0 0 1em } /* D9.5 НЕ ТРОГАЕМ */ #pun-help .formal li { padding: 0; line-height: 130% } /* D9.6 НЕ ТРОГАЕМ */ #pun-help .formal li * { vertical-align: text-top } /* D9.7 НЕ ТРОГАЕМ */ #pun-help .formal dt span { font: 1.4em/120% monaco, "bitstream vera sans mono", "courier new", courier, monospace } /* D9.8 НЕ ТРОГАЕМ */ #pun-help .formal .parsedmsg, #pun-help .formal .parsedmsg .incode { padding-bottom: 0; } /* ФОРМА ОТВЕТА */ #main-reply {height: 220px;} /* ФОРМА ОТВЕТА В АДМИНЕ */ #pun-admain textarea { width: 94%!important;} /************************************************************* НЕ ТРОГАТЬ **************************************************************/ /* РАСПОЛОЖЕНИЕ ФОРУМА ПО ЦЕНТРУ -------------------------------------------------------------*/ #pun { background-position: center top; background-repeat: repeat-y; } #pun-title {border: none} .punbb .section h2, #pun-main h1, #pun-stats h2, #pun-main h2, #pun-debug h2 { font-size: 0px } #pun-index h2 { font-size: 3px!important; color: #b59d55; margin: -30px 0 0 0; font-family: 'tahoma'; font-weight: bold; letter-spacing: 7px; text-align: center; font-variant: all-small-caps; } #pun-main div.catleft, #pun-main div.catright { display: none; } .punbb th {font-size: 0!important;} /* ПРЯЧЕМ КНОПКУ ПОДЕЛИТЬСЯ -------------------------------------------------------------*/ .topic a.sharelink { display: none; } /* НЕ ТРОГАЕМ - НЕ ТРЕБУЕТ ИЗМЕНЕНИЙ -------------------------------------------------------------*/ .punbb .container, .punbb .post-body, .post h3, #pun-title, .punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info, .punbb .category, .punbb .post, #pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2, .punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body, .punbb .post h3 span, .post-links ul, .post-links, .usertable table, #pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span, #pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend, .punbb .divider, .punbb .quote-box, .punbb .code-box, .punbb th, .punbb .formal fieldset .post-box, .punbb .info-box, li.pa-online {border-color: transparent;} html, body {min-width: 1200px!important;} .punbb input { border: medium none; } /* НЕ ТРОГАТЬ -------------------------------------------------------------*/ #pun-main .post-author ul { text-align: center; } /* НЕ ТРОГАТЬ -------------------------------------------------------------*/ .punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info, .punbb .category, .punbb .post { border-color: transparent; text-align: justify; } /* НЕ ТРОГАТЬ -------------------------------------------------------------*/ .punbb .user-avatar { float: left; position: relative; height: 36px; width: 36px; margin: -11px 16px 1px 0px!important; } .punbb .user-avatar .avatar-image { border-radius: 50% !important; height: 40px !important; width: 40px !important; opacity: 0.6 !important; margin: 6px 6px !important; box-shadow: 0 0 6px #6d695de3 !important; border-color: #3e2c25!important; filter: sepia(1) brightness(0.5)!important;} .punbb .user-avatar .isonline { width: 9px; height: 9px; border-radius: 4%; display: block; position: absolute; top: 3px!important; right: 26px!important; animation: blinkColor .9s linear infinite!important; -moz-animation: blinkColor .9s linear infinite; -webkit-animation: blinkColor .9s linear infinite; z-index: 100; } #pun-status .status-right { float:none!important; } #pun-status .status-right a { color: #6f6f6f!important; } .adminmain { padding-left: 15em; margin-bottom: 2em; } /* КНОПКИ СПОЙЛЕРЫ -------------------------------------------------------------*/ .knopka_rasy { display: inline-block; cursor: pointer; width: 157px; padding: 10px; background: linear-gradient(to right, #9a927c, #9a927c); text-align: center; font-family: Yeseva One; font-size: 20px; color: #594f41!important; border: 1px solid #9b927c; box-shadow: inset 0px 0px 2px #cec8b8, inset 0px 0px 1px #fff7df, inset 0px 0px 30px rgb(161 153 132);} .knopka_rasy_big { display: inline-block; cursor: pointer; width: 515px; padding: 10px; background: linear-gradient(to right, #b7ae97, #9a927c); text-align: center; font-family: Yeseva One; font-size: 20px; color: #594f41!important; border: 1px solid #9b927c; box-shadow: inset 0px 0px 2px #cec8b8, inset 0px 0px 1px #fff7df, inset 0px 0px 30px rgb(161 153 132);} .knopka_rasy_med { display: inline-block; cursor: pointer; width: 245px; padding: 10px; background: linear-gradient(to right, #b7ae97, #9a927c); text-align: center; font-family: Yeseva One; font-size: 20px; color: #594f41!important; border: 1px solid #9b927c; box-shadow: inset 0px 0px 2px #cec8b8, inset 0px 0px 1px #fff7df, inset 0px 0px 30px rgb(161 153 132);} .knopka_rasy_banshee { display: inline-block; cursor: pointer; width: 480px; padding: 10px; background: linear-gradient(to right, #b7ae97, #9a927c); text-align: center; font-family: Yeseva One; font-size: 20px; color: #594f41!important; border: 1px solid #9b927c; box-shadow: inset 0px 0px 2px #cec8b8, inset 0px 0px 1px #fff7df, inset 0px 0px 30px rgb(161 153 132);} .knopka_sen { display: inline-block; cursor: pointer; width: 150px; padding: 10px; background: linear-gradient(to right, #b7ae97, #9a927c); text-align: center; font-family: Yeseva One; font-size: 20px; color: #594f41!important; border: 1px solid #9b927c; box-shadow: inset 0px 0px 2px #cec8b8, inset 0px 0px 1px #fff7df, inset 0px 0px 30px rgb(161 153 132); } .stylevkladok { display: none; background: linear-gradient(to right, #9e96806b, #9e96806b); border-radius: 2px; padding: 25px; line-height: 16px; margin-top: 15px; } /* ВСПЛЫВАЮЩАЯ ЛС -------------------------------------------------------------*/ .reveal-modal-bg { position: fixed; height: 100%; width: 100%; background: #000; background: rgba(0,0,0,.8); z-index: 100; display: none; top: 0; left: 0; } .reveal-modal { visibility: hidden; top: -160px; left: 50%; width: 900px; position: absolute; z-index: 101; padding: 1px 1px 1px; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; -moz-box-shadow: 0 0 10px rgba(0,0,0,.4); -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4); -box-shadow: 0 0 10px rgba(0,0,0,.4); } .reveal-modal.xlarge { width: 900px; margin-left: -440px;} .reveal-modal .close-reveal-modal { font-size: 22px; line-height: .5; position: absolute; top: 1px; right: 26px; color: #343434; text-shadow: 0 -1px 1px rbga(0,0,0,.6); font-weight: bold; cursor: pointer; text-decoration: none; } #pun-messages .post h3 { width: 455px; margin-left: 240px!important; } #pun-messages .post-author { margin-left: -75px!important; } #pun-messages .post-author ul { } #pun-messages .post-body { margin-left: 200px; border-left-style: solid; border-left-width: 1px; padding: 2px 0px 0px 34px;} #pun-messages .post-box { padding: 0em!important;} #pun-messages .post-content { width: 100%!important; overflow: hidden; text-align: justify;} #pun-messages .pa-posts { padding: 2px 4px 2px 4px !important; width: 90px; height: 15px; text-transform: lowercase; font-size: 9px; display: inline-block; color: #626262cf!important; text-shadow: 1px 1px black; margin-top: 27px!important; } /* ХОЧУ И ТРОГАЮ там в общем длина полей ввода -------------------------------------------------------------*/ .punbb input#fld3 { width: 450px !important; } .punbb input#fld5 { width: 450px !important; } /************************* Стиль для Быстрой смены аккаунтов Deff *************************/ /*Cкрытие формы входа без клика*/ #pun-navlinks a:not(.NextShow)+span.odd{ display:none!important; } #pun-navlinks #New-exit img{ position:absolute; margin: 0; width:22px; height:auto; opacity:.8; } #pun-navlinks #New-exit:hover{ opacity: .4; } /*Стиль доп-иконки Выход!*/ .punbb #pun-navlinks a#New-exit { position:absolute; z-index:100000!important; margin-top: 0px!important; margin-left: 29px!important; float:none!important; } .punbb #pun-navlinks a#New-exit:before { content:none; } .punbb #pun-navlinks #form-login input{ text-align: center; border: 1px inset rgb(80 80 80)!important; text-rendering: auto; margin-top: 4px!important; border-radius: 2px; letter-spacing: normal; word-spacing: normal; text-transform: none; text-indent: 0px; text-shadow: none; display: inline-block!important; text-align: center; font: normal normal 400 11px/normal Arial!important; background-color: rgb(63 63 63); box-shadow: inset 0px 0px 3px rgb(35 35 35); } .punbb #form-login #fld1,#form-login #fld2{ background-color: rgb(250, 255, 189); } .punbb #pun-navlinks #form-login input[type="submit"]{ border: 2px outset #282828!important; color: #d7d7d7!important; font-weight: 700!important; } /*Стиль формы входа*/ .punbb #pun-navlinks #form-login { text-shadow: 1px 1px 0 rgb(0 0 0); display: block; font: normal normal 400 11px/normal Tahoma; color: #555555; text-transform: none; position: absolute!important; left: 0px; top: 14px; z-index: 100000!important; padding: 7px 12px; background: #282828; border-color: #363636; border-style: solid; border-width: 1px 1px 1px 1px; border-radius: 0 0 2px 2px; text-align: center; } #pun-navlinks #navlogin #form-login { margin-left: -35px;/*Подвижки формы влево от вход*/ } #pun-navlinks #navlogout #form-login { margin-left: -35px;/*Подвижки формы влево от выход*/ } .ismoderator #pun-navlinks #navlogout #form-login { margin-left: -35px!important;/*Подвижки формы влево от выход для АМС*/ } /*Стиль ссылок в форме "Не зарегистрированы" и "Забыли пароль" */ #pun-navlinks #form-login input[value="Войти"]+p{ margin-bottom: 11px; margin-top: 11px; } .punbb #pun-navlinks #form-login a.Rega, .punbb #pun-navlinks #form-login a.Forgot{ position:relative; text-transform: none!important; z-index:20; text-shadow:none; cursor:pointer; font: normal normal 400 10px/normal Tamota!important; letter-spacing:0.5!important; } .punbb #pun-navlinks #form-login a.Rega:before, .punbb #pun-navlinks #form-login a.Forgot:before{ content:none; } /* Помечаем красным незаполненные поля!*/ #form-login input.none{ outline:red dashed 2px!important; } /*Форма слево(с Никами) */ #List-UserNames { position: absolute; margin-top: -8px; min-height: 90px; width: 220px; right: 100%; padding: 12px 19px 12px 17px; background: #181818; border-color: #363636; border-style: solid; border-width: 1px 2px 2px 2px; border-radius: 0 0 0px 2px; text-align: center; } /*Стиль контейнера под список Ников*/ .punbb #List-UserNames ul{ padding:0; overflow:hidden; overflow-y:auto; min-height:36px; } .punbb #List-UserNames li { display: block!important; position: relative; background: #262626; text-align: left; box-shadow: 2px 2px 1px rgb(17 25 11); padding-left: 5px!important; font: normal normal 700 12x/normal Verdana!important; margin: 1px auto!important; padding: 2px 0; transition: .33s; } .punbb #List-UserNames li:hover{ opacity:.84; /*background:#546a6b!important;*/ } /*Стиль Ников*/ .punbb #List-UserNames li>b{ cursor: pointer; opacity: .8; color: #6c6c6c; text-shadow: 1px 1px 1px rgb(0 0 0); } .punbb #List-UserNames li>b:hover{ opacity:.93; text-shadow:1px 1px 1px rgba(0,0,0,.6); } /*Скролл контейнера с никами*/ #List-UserNames ul::-webkit-scrollbar { width: 7px; height: 5px; } #List-UserNames ul::-webkit-scrollbar-track { background-color: #3e2a24; border: 1px solid #6a524b; box-shadow: none; } #List-UserNames ul::-webkit-scrollbar-thumb { background-color: #40302a; border: 1px solid #89766f; box-shadow: none; } /*Кнопки Удалить (правее ников)*/ #List-UserNames ul li>span { display: inline-block; padding: 0 3px; position: absolute; opacity: .88; cursor: pointer; top: 0; bottom: 0; right: 2px; font: normal normal 700 10.56px/normal Verdana; color: #555555; text-shadow: 1px 1px 1px rgb(0 0 0); } /*Текст при отсутствии запомненных Ников!*/ #List-UserNames ul:empty:before{ display:inline-block; content: "У Вас нет запомненных ников, введенных через форму справо, или через перенос ниже!"; } /*Кнопка выход-2*/ #navlogin #exit-2 { display:none; } #navlogout .Rega, #navlogout .Forgot { display:none; } /*Стиль блока с инпутом для переноса и вставки запомненных Аккаунтов*/ #List-UserNames ul+span{ display:inline-block; padding:6px 0 8px 0; text-align:left; font: normal normal 400 10.56px/normal Verdana; } /*Сам инпут*/ .punbb #List-UserNames input { background: rgb(42 26 21); border: 2px inset rgb(62 42 36)!important; border-radius: 2px; text-shadow: none!important; color: #3e2a24!important; background-color: #342a23; font: normal normal 400 11px/normal Arial!important; box-shadow: inset 0px 0px 3px rgb(18 9 6); margin-top: 9px; padding: 2px !important; vertical-align: middle; } /*Стрелочки к инпуту*/ #List-UserNames ul+span b{ font: normal normal 400 13px/normal Verdana; padding:0 3px; color: #342D2C; } /*Кликалка слево, чуть выше инпута*/ #List-UserNames .a1-copy{ display:inline-block!important; cursor:pointer; float:left; } /*Кликалка справо*/ #List-UserNames .a1-paste{ cursor:pointer; display:inline-block!important; float:right; } /*Подсказки на кликалках*/ .tipsy.a11 { font: normal normal 400 11px/normal Tahoma!important; margin-top:-22px!important; margin-left: 148px!important; max-width:170px; } /************************* //Конец Стиля для Быстрой смены аккаунтов *************************/ /* иконки в форме ответа */ <style> #form-buttons table, .punbb .formal textarea {width:99%} #form-buttons td {padding:0; line-height:0;background-repeat:no-repeat} #form-buttons td img {height:26px; width:100%} #form-buttons #button-font {background-position:center;background-image:url('https://forumstatic.ru/files/0019/47/79/34498.png')!important} #form-buttons #button-size {background-position:center;background-image:url('https://forumstatic.ru/files/0019/47/79/56576.png')!important} #form-buttons #button-bold {background-position:center;background-image:url('https://forumstatic.ru/files/0019/47/79/93897.png')!important} #form-buttons #button-italic {background-position:center;background-image:url('https://forumstatic.ru/files/0019/47/79/38936.png')!important} #form-buttons #button-strike {background-position:center;background-image:url('https://forumstatic.ru/files/0019/47/79/30395.png')!important} #form-buttons #button-underline {background-position:center;background-image:url('https://forumstatic.ru/files/0019/47/79/97976.png')!important} #form-buttons #button-left {background-position:center;background-image:url('https://forumstatic.ru/files/0019/47/79/75924.png')!important} #form-buttons #button-center {background-position:center;background-image:url('https://forumstatic.ru/files/0019/47/79/42389.png')!important} #form-buttons #button-right {background-position:center;background-image:url('https://forumstatic.ru/files/0019/47/79/27451.png')!important} #form-buttons #button-link {background-position:center;background-image:url('https://forumstatic.ru/files/0019/47/79/46923.png')!important} #form-buttons #button-spoiler {background-position:center;background-image:url('https://forumstatic.ru/files/0019/47/79/79926.png')!important} #form-buttons #button-image {background-position:center;background-image:url('https://forumstatic.ru/files/0019/47/79/49687.png')!important} #form-buttons #button-video {background-position:center;background-image:url('https://forumstatic.ru/files/0019/47/79/12588.png')!important} #form-buttons #button-hide {background-position:center;background-image:url('https://forumstatic.ru/files/0019/47/79/67286.png')!important} #form-buttons #button-quote {background-position:center;background-image:url('https://forumstatic.ru/files/0019/47/79/56912.png')!important} #form-buttons #button-code {background-position:center;background-image:url('https://forumstatic.ru/files/0019/47/79/58576.png')!important} #form-buttons #button-color {background-position:center;background-image:url('https://forumstatic.ru/files/0019/47/79/45353.png')!important} #form-buttons #button-table {background-position:center;background-image:url('https://forumstatic.ru/files/0019/47/79/34636.png')!important} #form-buttons #button-smile {background-position:center;background-image:url('https://forumstatic.ru/files/0019/47/79/38108.png')!important} #form-buttons #button-keyboard {background-position:center;background-image:url('https://forumstatic.ru/files/0019/47/79/88323.png')!important} #form-buttons #button-addition {background-position:center;background-image:url('https://forumstatic.ru/files/0019/47/79/13811.png')!important} #form-buttons #button-mask {background-position:center;background-image:url('https://forumstatic.ru/files/0019/47/79/89735.png')!important} </style> <!-- конец -->