Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* AZJIO 21.09.2019 */
- html, body, table {
- background: #262626!important;
- color: #999!important;
- }
- tbody {
- /* background: #25292B; */
- box-shadow: none!important;
- border: none!important;
- }
- b {
- font-weight:bold;
- color: #A09078!important;
- }
- /* Ссылки с разных классов */
- /* Ссылки (889bb0, 7D8FBD, 8888dd) */
- /* a:link, a:visited, a:active */
- /* {text-decoration:none;color:#7D8FBD;} */
- a:link, a:visited, a:active, .row1 a:link, .row1 a:visited, .row1, .topicdetails a:link, .topicdetails a:visited, .topicdetails a:active, .genmed a:link, .genmed a:visited, .genmed a:active, a.topictitle:link, a.topictitle:visited, a.topictitle:active, a.titles:link, a.titles:visited, a.titles:active, .topicauthor a:link, .topicauthor a:visited, .topicauthor a:active, .gensmall a:link, .gensmall a:active, .searchbar a:link, .searchbar a:visited, .searchbar a:active, .moderators a:link, .moderators a:visited, .moderators a:active, .breadcrumbs a:link, .breadcrumbs a:visited, .breadcrumbs a:active, .nav a:link, .nav a:active, .copyright a:link, .copyright a:visited, .copyright a:active, a:link b, a:visited b, a:active b
- {text-decoration:none;color:#7D8FBD !important;}
- a:hover, .row1 a:hover, .topicdetails a:hover, .genmed a:hover, a.topictitle:hover, a.titles:hover, .topicauthor a:hover, .gensmall a:hover, .searchbar a:hover, .moderators a:hover, .breadcrumbs a:hover, .nav a:hover, a:hover b, .copyright a:hover, a:hover b
- {text-decoration:underline;color:#e1b234 !important;}
- span.name a:link, span.name b
- {text-decoration:none;color:#FF8080!important;}
- span.gensmall b a:visited, span.nav a:visited:not(.nav)
- {text-decoration:none;color:#C188DD!important;}
- span.gensmall b b, span.nav b
- {color:#EBC854!important;}
- /* a:visited{text-decoration:none;color:#C188DD;} */
- a[style*="#AA0000"]
- /* a[href$="group&g=380"] */
- {color:#f99!important;}
- a font[color="#000000"]
- /* a[href$="group&g=380"] */
- {color:#f99!important;}
- a.username-coloured {
- color: #f99!important;
- }
- /* текст "Страницы форума", "Сортировать по", "Фильтр по", Member */
- table[bgcolor="#FFFFFF"] {
- color: #ABA180!important;
- }
- tr[bgcolor="#FFFFFF"] {
- border: 1px solid #555!important;
- }
- /* Подсвечивает кнопки*/
- input.btnlite, input.button, input.liteoption, input.mainoption, input.btnbbcode, input.btnfile, input.btnmain, input.button2, input.post {
- background: rgba(66, 66, 66, 1)!important;
- color: #ABA180!important;
- /* border: 0; */
- border: 1px solid #555!important;
- cursor: pointer!important;
- border-radius: 2px!important;
- outline: none!important;
- margin: 0 .5px!important;
- }
- /* Подсвечивает наведение на кнопки в светлых постах */
- input.btnlite:hover, input.button:hover, input.liteoption:hover, input.mainoption:hover, input.btnbbcode:hover, input.btnfile:hover, input.btnmain:hover, input.button2:hover, input.post:hover {
- background: #505050;
- color: #DBC784;
- border: 1px solid #666;
- }
- input[type=checkbox], input[type=radio] {
- -webkit-filter: invert(77%)!important;
- height: 16px!important;
- width: 16px!important;
- border: 1px solid #555!important;
- border-radius: 4px!important;
- outline: none!important;
- cursor: pointer
- }
- /* Таблица список форумов */
- tr[bgcolor="#FFFFFF"] td {
- border: 1px solid #555!important;
- }
- td[bgcolor="#FFFFFF"] {
- background: #333333!important;
- color: #999!important;
- }
- td[bgcolor="#EEEEEE"] {
- background: #262626!important;
- color: #999!important;
- }
- td {
- padding: 5px
- }
- table {
- /* background-color: #25292A; */
- /* background-color: #333; */
- color: #999!important;
- }
- *[name]:focus {
- border: 1px solid #313131!important;
- }
- form {
- margin-bottom: -1px
- }
- td {
- color: #999!important;
- }
- /* Поле ввода без фокуса, блекло */
- textarea, input[type=text], input[type=password], input[type=number] {
- background: #3d3d3d!important;
- border: solid 1px #555!important;
- margin: 2px 0!important;
- outline: none!important;
- color: #999!important;
- }
- /* Поле ввода при нажатии мыши, кайма контрастно */
- textarea:active, textarea[name="message"]:active {
- border: solid 1px #0073E6;
- }
- input[type=number] {
- width: 39px!important;
- padding: 2px 3px 0!important;
- font: 13px/20px sans-serif!important;
- }
- /* Поле ввода с фокусом, контрастно */
- textarea:focus, input[type=number]:focus, input[type=text]:focus, input[type=password]:focus {
- background: #3c3c3c!important;
- color: #999!important;
- border: solid 1px #555!important;
- }
- /* Поле ввода при нажатии мыши, кайма контрастно */
- textarea:active, input[type=number]:active, input[type=text]:active, input[type=password]:active {
- border: solid 1px #0073E6!important;
- }
- /* Область текста в профиль-настройка */
- textarea[name="newsignature"]:focus, textarea[name="newinterests"]:focus, textarea[name="post"]:focus {
- background: #3c3c3c!important;
- color: #999!important;
- border: solid 1px #555!important;
- }
- textarea[name="newsignature"]:active, textarea[name="newinterests"]:active, textarea[name="post"]:active {
- border: solid 1px #0073E6!important;
- }
- select:active, select:hover {
- background: #246!important;
- color: #999!important;
- }
- option:hover, option:focus, option:active {
- background: #246!important;
- color: #999!important;
- }
- /*
- select.gensmall, select[name="f"], select[name="sk"], select[name="sd"], select[name="ch"], select[name="st"], select[name="attachments"], select[name="first_char"], select[name="limit_count"], select[name="action"], select[name="check_option"], select[name="full_move_to"], select[name="export_option"], select[name="mark_option"], select[name="selected_month"], select[name="sel_month"], select[name="sel_day"], select[name="selected_year"], select[name="sort_by"], select[multiple="multiple"], option {
- background: #3c3c3c!important;
- color: #999!important;
- outline: none!important;
- border: 1px solid #555!important;
- }
- */
- select.gensmall, select[name="addbbcode18"], select[name="addbbcode20"], select[name="search_forum"], select[name="search_time"], select[name="search_cat"], select[name="return_chars"], select[name="f"], select[name="mode"], select[name="order"], select[name="language"], select[name="style"], select[name="timezone"], select[name="show_quickreply"], select[name="msgdays"], select[name="postorder"], select[name="postdays"], select[name="selected_year"], select[name="sort_by"], select[multiple="multiple"], option {
- background: #3c3c3c!important;
- color: #999!important;
- outline: none!important;
- border: 1px solid #555!important;
- }
- table {
- border-collapse: collapse!important;
- }
- /* Немного коррекции цвета (3 режима)
- 1. реальная подмена с коррекцией
- 2. инвертированное, чтобы инвертировалось дважды в правильное
- 3. инвертированное со сдвигом, чтобы инвертировалось со сдвигом в правильное
- */
- span.error {
- color: #f99!important;
- }
- /* красные #a55 */
- span[style="color: #FF0000"] {
- color: #f99!important;
- }
- /* синие */
- span[style="color: #0000BF"] {
- color: #08F!important;
- }
- /* бирюзовый */
- /* span[style="color: #007777"] { */
- /* color: #4EBF92!important; */
- /* } */
- /* Оставшиеся цвета инвертируем, но кроме тех что с заданным цветом и если в связке с жирным "b" */
- /* b>font:not(:matches([color="#007777"], [color="#FFFFFF"], [color="#0000FF"], [color="darkred"], [color="brown"], [color="red"], [color="#FF0000"]))[ color], */
- /* font:not(:matches([color="#007777"], [color="#FFFFFF"], [color="#0000FF"], [color="darkred"], [color="brown"], [color="red"], [color="#FF0000"]))[ color], */
- /* font:not(:matches([color="#007777"], [color="#FFFFFF"], [color="#0000FF"], [color="darkred"], [color="brown"], [color="red"], [color="#FF0000"]))[ color] b { */
- /* -webkit-filter: hue-rotate(180deg)invert(100%)!important; */
- /* filter: hue-rotate(180deg)invert(100%)!important; */
- /* } */
- /* http://purebasic.info/phpBB3ex/styles/subsilver2/imageset/ru/button_topic_new.gif */
- /* a[name^="p"] { */
- /* color: #999; */
- /* } */
- b.postauthor {
- color: #FAB1B3!important;
- }
- img[src*="/imageset/"] {
- -webkit-filter: hue-rotate(180deg)invert(100%)!important;
- filter: hue-rotate(180deg)invert(100%)!important;
- }
- img[src*="/images/"] {
- -webkit-filter: hue-rotate(180deg)invert(85%)!important;
- filter: hue-rotate(180deg)invert(85%)!important;
- }
- /* спойлер */
- img[src^="http://sflogo"] {
- -webkit-filter: hue-rotate(180deg)invert(85%)!important;
- filter: hue-rotate(180deg)invert(85%)!important;
- }
- /* div[style*="/images/rating/"] { */
- /* div[style*="height: 15px"] { */
- div[style*="width: 150px"] {
- -webkit-filter: hue-rotate(180deg)invert(87%)!important;
- filter: hue-rotate(180deg)invert(87%)!important;
- }
- /* div[style*="/images/rating/"] { */
- /* div[style*="height: 15px"] { */
- span[style*="width: 150px"] {
- -webkit-filter: hue-rotate(180deg)invert(87%)!important;
- filter: hue-rotate(180deg)invert(87%)!important;
- }
- tr[valign="middle"] td.row1, tr[valign="middle"] td.row2 {
- border: 1px solid #555!important;
- }
- td.row1 table tbody tr {
- background-color: #262627!important;
- }
- td.row2 table tbody tr {
- background-color: #333334!important;
- }
- hr {
- height: 0px;
- border: 0px solid #666;
- border-top-width: 1px;
- }
- table.forumline {
- border: 0px solid #666;
- background-color: #262626!important;
- }
- /* Горизонтальная линия в том числе под кнопкой "Редактировать" */
- /*
- hr{
- color:#3d3d3d!important;
- }
- */
- td.row1 {
- border: 1px solid #555!important;
- background-color: #262627!important;
- }
- td.row2 {
- border: 1px solid #555!important;
- background-color: #333334!important;
- }
- tr.row1, tr.row1 table, tr.row1 table td.gensmall {
- background-color: #262626!important;
- color: #999!important;
- }
- h1 {
- color: #999!important;
- }
- tr.row2, tr.row2 table, tr.row2 table td.gensmall {
- background-color: #333333!important;
- color: #999!important;
- }
- tr.row1 td.profile, tr.row1 td[valign="middle"], tr.row1 td.profile tbody, td.row1 .postdetails, td.row1 {
- background-color: #262627!important;
- color: #999!important;
- }
- tr.row2 td.profile, tr.row2 td[valign="middle"], tr.row2 td.profile tbody, td.row2 .postdetails, td.row2 {
- background-color: #333334!important;
- color: #999!important;
- }
- /* продпросмотр, строка "Добавлено .... */
- span.postdetails {
- /* background-color: #333!important; */
- color: #999!important;
- }
- tr.row1 td.profile, tr.row2 td.profile, tr.row1 td[valign="middle"], tr.row2 td[valign="middle"] {
- border: 1px solid #555!important;
- }
- td.gensmall strong {
- color: #DEC378!important;
- }
- span.page-sep {
- color: #999!important;
- }
- form[method="post"] table {
- background-color: #333!important;
- color: #999!important;
- }
- ul.nav {
- color: #999!important;
- }
- /* .profile { */
- /* color: #999; */
- /* background: #222; */
- /* } */
- div[style*="#E9E9E6"] {
- background-color: #333!important;
- color: #999!important;
- /* border: 1px solid #555!important; */
- }
- div[style*="background: rgb(245, 245, 245)"] {
- background-color: #333!important;
- color: #999!important;
- }
- .quotetitle {
- background-color: #2B3A4E!important;
- color: #aaa!important;
- /* border: 1px solid #555!important; */
- border-top: 1px solid #555!important;
- /* border-bottom: 1px solid #555!important; */
- border-left: 1px solid #555!important;
- border-right: 1px solid #555!important;
- }
- .quotecontent, .quote {
- background-color: #494949!important;
- color: #aaa!important;
- border: 1px solid #666!important;
- }
- /* 71AE71 */
- td.code {
- background-color: #332!important;
- color: #C0AD72!important;
- border: 1px solid #666!important;
- }
- td.bodyline {
- background-color: #262626!important;
- color: #999!important;
- border: none!important;
- }
- td.spaceRow {
- background-color: #111!important;
- border: 1px solid #666!important;
- }
- th.thLeft, th.thRight, th.thHead, th.thCornerL, th.thCornerR, th.thTop, th.thSides {
- background-image: url('./3-.gif')!important;
- background-color: #246 !important;
- color: #999!important;
- border: 1px solid #666!important;
- /*
- -webkit-filter: hue-rotate(180deg)invert(60%)!important;
- filter: hue-rotate(180deg)invert(60%)!important;
- color: #fff!important;
- */
- }
- td.catHead, .catBottom, .catLeft, .rowpic, .catSides {
- /* background-image: url(images/cellpic1.gif); */
- background-image: url('./3-.gif')!important;
- background-color: #3A3F44 !important;
- color: #999!important;
- /*
- -webkit-filter: hue-rotate(180deg)invert(100%)!important;
- filter: hue-rotate(180deg)invert(100%)!important;
- */
- border: 1px solid #666!important;
- }
- td.catBottom table tbody tr {
- -webkit-filter: hue-rotate(180deg)invert(100%)!important;
- filter: hue-rotate(180deg)invert(100%)!important;
- border: 1px solid #666!important;
- }
- table.tablebg td.row3 {
- background-color: #2B3A4E!important;
- color: #999!important;
- border-top: 1px solid #555!important;
- /* border-bottom: 1px solid #555!important; */
- border-left: 1px solid #555!important;
- border-right: 1px solid #555!important;
- }
- td.row3, td.row3Right {
- background-color: #262627!important;
- color: #999!important;
- border: 1px solid #555!important;
- }
- table.tablebg td.row2 {
- background-color: #404040!important;
- color: #999!important;
- }
- /* список форумов */
- table.tablebg td.row1 {
- background-color: #333!important;
- color: #999!important;
- }
- /* синий разделитель групп тем */
- table.tablebg th {
- background-color: #25517D!important;
- /* #2B3A4D #246 */
- background-image: url('./3-.gif');
- color: #bbb!important;
- /* color: #D69251!important; */
- /* color: #FFA34F!important; */
- /* -webkit-filter: hue-rotate(180deg)invert(100%); */
- /* filter: hue-rotate(180deg)invert(100%); */
- }
- /* table.tablebg tablebg>th { */
- /* -webkit-filter: hue-rotate(180deg)invert(87%)!important; */
- /* filter: hue-rotate(180deg)invert(87%)!important; */
- /* } */
- /* разделитель меж постами */
- td.spacer {
- background-color: #111!important;
- }
- td.spacer tr{
- border: none!important;
- }
- td.row2 table {
- background-color: #404040!important;
- }
- /* td.spacer img { */
- /* width="0" */
- /* } */
- /*
- form {
- background-color: #333!important;
- }
- */
- #wrapheader {
- background-color: #333!important;
- background-image: url('./3-.gif')!important;
- }
- #wrapcentre {
- background-color: #333!important;
- }
- /* Подвал */
- #wrapfooter {
- background-color: #262626!important;
- background-image: url('./3-.gif')!important;
- }
- span.copyright {
- color: #777!important;
- }
- #datebar {
- background-color: #333!important;
- color: #999!important;
- }
- /* Новая тема ответить */
- #pagecontent table td[valign="middle"] {
- background-color: #333;
- color: #999;
- }
- p.breadcrumbs, p.moderators {
- color: #999!important;
- }
- td.nav {
- background-color: #333!important;
- }
- td.nav[valign="middle"] {
- background-color: #333!important;
- }
- span.nav {
- /* background-color: #333!important; */
- color: #999!important;
- }
- /* td.cat table td.nav[nowrap="nowrap"] { */
- /* background-color: #333!important; */
- /* -webkit-filter: hue-rotate(180deg)invert(87%); */
- /* filter: hue-rotate(180deg)invert(87%); */
- /* } */
- td.genmed {
- background-color: #2B3A4E!important;
- }
- td.gensmall {
- background-color: #262626!important;
- }
- .gensmall, .genmed {
- color: #999!important;
- }
- td.row1 table tr {
- background-color: #333!important;
- }
- /* table.tablebg td.cat { */
- /* background-color: #3A3F44!important; */
- /* background-image: url('./3-.gif'); */
- /* } */
- td.cat {
- background-image: url('./3-.gif');
- background-color: #3A3F44!important;
- }
- table.tablebg td.catdiv {
- -webkit-filter: hue-rotate(180deg)invert(87%)!important;
- filter: hue-rotate(180deg)invert(87%)!important;
- }
- p.searchbar {
- background-color: #333!important;
- }
- span.gen {
- color: #c99!important;
- }
- #logodesc table {
- background-color: #333!important;
- }
- div#logodesc {
- padding: 0
- }
- div.codecontent {
- background-color: #3f3f3f!important;
- /* border: 1px solid #666!important; */
- border-top: 1px solid #666!important;
- border-bottom: 1px solid #666!important;
- border-left: 1px solid #666!important;
- border-right: 1px solid #666!important;
- color: #8CAD71!important;
- }
- /* Добавил отступ, так выделять код легче без номеров строк */
- /* td:not(:matches([style*="width:1px"])) pre { */
- td>pre {
- padding-left: 10px!important;
- }
- /* Номера строк. Если убрать фон (td[style*="width:1px"] pre) то задать фон таблицы (tr.li1 td) */
- /*
- tr.li1 td {
- background-color: #3f3f3f!important;
- }
- */
- td[style*="width:1px"] pre {
- background-color: #222!important;
- color: #aaa!important;
- padding-left: 0px!important;
- }
- /* table.purebasic { */
- /* color: #aaa!important; */
- /* } */
- .codetitle {
- background-color: #2B3A4E!important;
- color: #aaa!important;
- /* border: 1px solid #555!important; */
- border-top: 1px solid #555!important;
- /* border-bottom: 1px solid #555!important; */
- border-left: 1px solid #555!important;
- border-right: 1px solid #555!important;
- }
- pre {
- background-color: #3f3f3f!important;
- color: #C0AD72!important;
- font-family: Consolas, "Courier New"!important;
- }
- /* ключевые слова Global */
- span[style^="color: #006666;"] {
- color: #009FFF!important;
- /* color: #088!important; */
- }
- /* Имя процедуры */
- span[style^="color: #006868;"] {
- color: #AAA6DB!important;
- /* color: #099!important; */
- }
- /* число */
- span[style^="color: #0061C1"] {
- /* color: #08F!important; */
- color: #EBCB9C!important;
- }
- /* указатель и адрес */
- span[style^="color: #400080"] {
- color: #F3CF70!important;
- /* color: #C738B9!important; */
- }
- /* #...$ */
- span[style^="color: #924B72"] {
- color: #D998DE!important;
- /* color: #C5A!important; */
- }
- span[style^="color: #800080"] {
- color: #f0f!important;
- }
- /* операторы */
- span[style^="color: #2020B0"] {
- color: #FF8080!important;
- /* color: #77F!important; */
- }
- /* Скобки */
- span[style^="color: #4040B0"] {
- color: #FF8080!important;
- /* color: #99F!important; */
- }
- /* - */
- span[style^="color: #AA0000"] {
- /* color: #71AE71!important; */
- color: #F99!important;
- }
- /* Комментарий */
- span[style^="color: #00AAAA"] {
- color: #71AE71!important;
- /* color: #F99!important; */
- }
- /* АСМ */
- span[style^="color: #904070"] {
- color: #B8769A!important;
- }
- /* Строка */
- span[style^="color: #800080"] {
- color: #999!important;
- }
- /* Объект ? */
- span[style^="color: #0000FF"] {
- color: #00C2BB!important;
- }
- /* Объект ? */
- span[style^="color: #FF0080"] {
- color: #FF2ED2!important;
- }
- /* элемент структуры ? */
- span[style^="color: #FF8040"] {
- color: #FF9E0D!important;
- }
- /* Администратор ? */
- span[style^="color:#FFA34F"] {
- color: #F666FF!important;
- }
- /* Модератор ? */
- span[style^="color:#006600"] {
- color: #51BE51!important;
- }
- td.quote span[style="font-weight: bold"] {
- color: #FF8080!important;
- }
- /* Правки цвета */
- span[style="color: darkred"]
- {
- color: #CC7975 !important;
- }
- span[style="color: red"]
- {
- color: #FF8080 !important;
- }
- span[style="color: darkblue"]
- {
- color: #0070DD !important;
- }
- span[style="color: blue"]
- {
- color: #009FFF !important;
- }
- span[style="color: darkgreen"]
- {
- color: #71AE71 !important;
- }
- span[style="color: green"]
- {
- color: #44dd44 !important;
- }
- span[style="color: brown"]
- {
- color: #D29A6C !important;
- }
- span[style="color: gray"]
- {
- color: #666 !important;
- }
- span[style="color: olive"]
- {
- color: #C8C800 !important;
- }
- span[style="color: indigo"]
- {
- color: #C683F2 !important;
- }
- /*
- tr td span.genmed b {
- background-color: #55f;
- color: #eeee80!important;
- }
- */
- a[onclick^="var ee="] {
- color: #51BE51!important;
- }
- .maintitle {
- color: #999!important;
- }
- /* Выделенный текст для FF */
- ::-moz-selection {
- /* background-color: #555; */
- /* color: #FFF; */
- background-color: #999;
- color: #000;
- }
- /* Выделенный текст для Google */
- ::selection {
- background-color: #fff;
- color: #000;
- }
- table.legend {
- background-color: #333!important;
- color: #999!important;
- }
- li.row2 {
- background-color: #555!important;
- color: #bbb!important;
- }
- /* спойлер */
- div[style*="C3CBD1"] {
- border: 1px solid #555!important;
- }
- /* спойлер раскрытая часть */
- div[style*="rgb(245, 245, 245)"] {
- border-top: 1px solid #555!important;
- }
- .tablebg {
- border: none!important;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement