Advertisement
AZJIO

Stylish / Stylebot + akelpad.sourceforge.net

Sep 21st, 2019
593
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 21.05 KB | None | 0 0
  1. /* AZJIO 21.09.2019 */
  2.  
  3. html, body, table {
  4.     background: #262626!important;
  5.     color: #999!important;
  6. }
  7.  
  8. tbody {
  9.     /* background: #25292B; */
  10.     box-shadow: none!important;
  11.     border: none!important;
  12. }
  13.  
  14. b {
  15.     font-weight:bold;
  16.     color: #A09078!important;
  17. }
  18. /* Ссылки с разных классов */
  19. /* Ссылки (889bb0, 7D8FBD, 8888dd) */
  20. /* a:link, a:visited, a:active */
  21. /* {text-decoration:none;color:#7D8FBD;} */
  22.  
  23. 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
  24. {text-decoration:none;color:#7D8FBD !important;}
  25.  
  26.  
  27. 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
  28. {text-decoration:underline;color:#e1b234 !important;}
  29.  
  30.  
  31.  
  32. span.name a:link, span.name b
  33. {text-decoration:none;color:#FF8080!important;}
  34.  
  35. span.gensmall b a:visited, span.nav a:visited:not(.nav)
  36. {text-decoration:none;color:#C188DD!important;}
  37.  
  38. span.gensmall b b, span.nav b
  39. {color:#EBC854!important;}
  40. /* a:visited{text-decoration:none;color:#C188DD;} */
  41.  
  42. a[style*="#AA0000"]
  43. /* a[href$="group&g=380"] */
  44. {color:#f99!important;}
  45.  
  46. a font[color="#000000"]
  47. /* a[href$="group&g=380"] */
  48. {color:#f99!important;}
  49.  
  50. a.username-coloured {
  51.     color: #f99!important;
  52. }
  53.  
  54. /* текст "Страницы форума", "Сортировать по", "Фильтр по", Member */
  55. table[bgcolor="#FFFFFF"] {
  56.     color: #ABA180!important;
  57. }
  58.  
  59. tr[bgcolor="#FFFFFF"] {
  60.     border: 1px solid #555!important;
  61. }
  62.  
  63. /* Подсвечивает кнопки*/
  64. input.btnlite, input.button, input.liteoption, input.mainoption, input.btnbbcode, input.btnfile, input.btnmain, input.button2, input.post {
  65.     background: rgba(66, 66, 66, 1)!important;
  66.     color: #ABA180!important;
  67.     /* border: 0; */
  68.     border: 1px solid #555!important;
  69.     cursor: pointer!important;
  70.     border-radius: 2px!important;
  71.     outline: none!important;
  72.     margin: 0 .5px!important;
  73. }
  74. /* Подсвечивает наведение на кнопки в светлых постах */
  75. 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 {
  76.     background: #505050;
  77.     color: #DBC784;
  78.     border: 1px solid #666;
  79. }
  80.  
  81. input[type=checkbox], input[type=radio] {
  82.     -webkit-filter: invert(77%)!important;
  83.     height: 16px!important;
  84.     width: 16px!important;
  85.     border: 1px solid #555!important;
  86.     border-radius: 4px!important;
  87.     outline: none!important;
  88.     cursor: pointer
  89. }
  90.  
  91. /* Таблица список форумов */
  92. tr[bgcolor="#FFFFFF"] td {
  93.     border: 1px solid #555!important;
  94. }
  95. td[bgcolor="#FFFFFF"] {
  96.     background: #333333!important;
  97.     color: #999!important;
  98. }
  99. td[bgcolor="#EEEEEE"] {
  100.     background: #262626!important;
  101.     color: #999!important;
  102. }
  103.  
  104. td {
  105.     padding: 5px
  106. }
  107.  
  108. table {
  109.     /* background-color: #25292A; */
  110.     /* background-color: #333; */
  111.     color: #999!important;
  112. }
  113. *[name]:focus {
  114.     border: 1px solid #313131!important;
  115. }
  116. form {
  117.     margin-bottom: -1px
  118. }
  119.  
  120. td {
  121.     color: #999!important;
  122. }
  123.  
  124. /* Поле ввода без фокуса, блекло */
  125. textarea, input[type=text], input[type=password], input[type=number] {
  126.     background: #3d3d3d!important;
  127.     border: solid 1px #555!important;
  128.     margin: 2px 0!important;
  129.     outline: none!important;
  130.     color: #999!important;
  131. }
  132. /* Поле ввода при нажатии мыши, кайма контрастно */
  133. textarea:active, textarea[name="message"]:active {
  134.     border: solid 1px #0073E6;
  135. }
  136.  
  137. input[type=number] {
  138.     width: 39px!important;
  139.     padding: 2px 3px 0!important;
  140.     font: 13px/20px sans-serif!important;
  141. }
  142. /* Поле ввода с фокусом, контрастно */
  143. textarea:focus, input[type=number]:focus, input[type=text]:focus, input[type=password]:focus {
  144.     background: #3c3c3c!important;
  145.     color: #999!important;
  146.     border: solid 1px #555!important;
  147. }
  148. /* Поле ввода при нажатии мыши, кайма контрастно */
  149. textarea:active, input[type=number]:active, input[type=text]:active, input[type=password]:active {
  150.     border: solid 1px #0073E6!important;
  151. }
  152. /* Область текста в профиль-настройка */
  153. textarea[name="newsignature"]:focus, textarea[name="newinterests"]:focus, textarea[name="post"]:focus {
  154.     background: #3c3c3c!important;
  155.     color: #999!important;
  156.     border: solid 1px #555!important;
  157. }
  158. textarea[name="newsignature"]:active, textarea[name="newinterests"]:active, textarea[name="post"]:active {
  159.     border: solid 1px #0073E6!important;
  160. }
  161.  
  162. select:active, select:hover {
  163.     background: #246!important;
  164.     color: #999!important;
  165. }
  166. option:hover, option:focus, option:active {
  167.     background: #246!important;
  168.     color: #999!important;
  169. }
  170.  
  171. /*
  172. 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 {
  173.     background: #3c3c3c!important;
  174.     color: #999!important;
  175.     outline: none!important;
  176.     border: 1px solid #555!important;
  177. }
  178. */
  179.  
  180. 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 {
  181.     background: #3c3c3c!important;
  182.     color: #999!important;
  183.     outline: none!important;
  184.     border: 1px solid #555!important;
  185. }
  186.  
  187. table {
  188.     border-collapse: collapse!important;
  189. }
  190.  
  191. /* Немного коррекции цвета (3 режима)
  192. 1. реальная подмена с коррекцией
  193. 2. инвертированное, чтобы инвертировалось дважды в правильное
  194. 3. инвертированное со сдвигом, чтобы инвертировалось со сдвигом в правильное
  195. */
  196.  
  197. span.error {
  198.     color: #f99!important;
  199. }
  200. /* красные #a55 */
  201. span[style="color: #FF0000"] {
  202.     color: #f99!important;
  203. }
  204. /* синие */
  205. span[style="color: #0000BF"] {
  206.     color: #08F!important;
  207. }
  208.  
  209. /* бирюзовый */
  210. /* span[style="color: #007777"] { */
  211.     /* color: #4EBF92!important; */
  212. /* } */
  213.  
  214. /* Оставшиеся цвета инвертируем, но кроме тех что с заданным цветом и если в связке с жирным "b" */
  215. /* b>font:not(:matches([color="#007777"], [color="#FFFFFF"], [color="#0000FF"], [color="darkred"], [color="brown"], [color="red"], [color="#FF0000"]))[ color], */
  216. /* font:not(:matches([color="#007777"], [color="#FFFFFF"], [color="#0000FF"], [color="darkred"], [color="brown"], [color="red"], [color="#FF0000"]))[ color], */
  217. /* font:not(:matches([color="#007777"], [color="#FFFFFF"], [color="#0000FF"], [color="darkred"], [color="brown"], [color="red"], [color="#FF0000"]))[ color] b { */
  218.     /* -webkit-filter: hue-rotate(180deg)invert(100%)!important; */
  219.     /* filter: hue-rotate(180deg)invert(100%)!important; */
  220. /* } */
  221.  
  222.  
  223.  
  224.  
  225. /* http://purebasic.info/phpBB3ex/styles/subsilver2/imageset/ru/button_topic_new.gif */
  226.  
  227. /* a[name^="p"] { */
  228.     /* color: #999; */
  229. /* } */
  230.  
  231. b.postauthor {
  232.     color: #FAB1B3!important;
  233. }
  234.  
  235. img[src*="/imageset/"] {
  236.     -webkit-filter: hue-rotate(180deg)invert(100%)!important;
  237.     filter: hue-rotate(180deg)invert(100%)!important;
  238. }
  239.  
  240. img[src*="/images/"] {
  241.     -webkit-filter: hue-rotate(180deg)invert(85%)!important;
  242.     filter: hue-rotate(180deg)invert(85%)!important;
  243. }
  244.  
  245. /* спойлер */
  246. img[src^="http://sflogo"] {
  247.     -webkit-filter: hue-rotate(180deg)invert(85%)!important;
  248.     filter: hue-rotate(180deg)invert(85%)!important;
  249. }
  250.  
  251. /* div[style*="/images/rating/"] { */
  252. /* div[style*="height: 15px"] { */
  253. div[style*="width: 150px"] {
  254.     -webkit-filter: hue-rotate(180deg)invert(87%)!important;
  255.     filter: hue-rotate(180deg)invert(87%)!important;
  256. }
  257.  
  258. /* div[style*="/images/rating/"] { */
  259. /* div[style*="height: 15px"] { */
  260. span[style*="width: 150px"] {
  261.     -webkit-filter: hue-rotate(180deg)invert(87%)!important;
  262.     filter: hue-rotate(180deg)invert(87%)!important;
  263. }
  264.  
  265. tr[valign="middle"] td.row1, tr[valign="middle"] td.row2 {
  266.     border: 1px solid #555!important;
  267. }
  268.  
  269. td.row1 table tbody tr {
  270.     background-color: #262627!important;
  271. }
  272.  
  273. td.row2 table tbody tr {
  274.     background-color: #333334!important;
  275. }
  276.  
  277. hr {
  278.     height: 0px;
  279.     border: 0px solid #666;
  280.     border-top-width: 1px;
  281. }
  282.  
  283. table.forumline {
  284.     border: 0px solid #666;
  285.     background-color: #262626!important;
  286. }
  287.  
  288. /* Горизонтальная линия в том числе под кнопкой "Редактировать" */
  289. /*
  290. hr{
  291.     color:#3d3d3d!important;
  292. }
  293. */
  294.  
  295. td.row1 {
  296.     border: 1px solid #555!important;
  297.     background-color: #262627!important;
  298. }
  299.  
  300. td.row2 {
  301.     border: 1px solid #555!important;
  302.     background-color: #333334!important;
  303. }
  304.  
  305. tr.row1, tr.row1 table, tr.row1 table td.gensmall {
  306.     background-color: #262626!important;
  307.     color: #999!important;
  308. }
  309.  
  310. h1 {
  311.     color: #999!important;
  312. }
  313.  
  314. tr.row2, tr.row2 table, tr.row2 table td.gensmall {
  315.     background-color: #333333!important;
  316.     color: #999!important;
  317. }
  318.  
  319. tr.row1 td.profile, tr.row1 td[valign="middle"], tr.row1 td.profile tbody, td.row1 .postdetails, td.row1 {
  320.     background-color: #262627!important;
  321.     color: #999!important;
  322. }
  323.  
  324. tr.row2 td.profile, tr.row2 td[valign="middle"], tr.row2 td.profile tbody, td.row2 .postdetails, td.row2 {
  325.     background-color: #333334!important;
  326.     color: #999!important;
  327. }
  328.  
  329. /* продпросмотр, строка "Добавлено .... */
  330. span.postdetails {
  331.     /* background-color: #333!important; */
  332.     color: #999!important;
  333. }
  334.  
  335. tr.row1 td.profile, tr.row2 td.profile, tr.row1 td[valign="middle"], tr.row2 td[valign="middle"] {
  336.     border: 1px solid #555!important;
  337. }
  338.  
  339. td.gensmall strong {
  340.     color: #DEC378!important;
  341. }
  342.  
  343. span.page-sep {
  344.     color: #999!important;
  345. }
  346.  
  347. form[method="post"] table {
  348.     background-color: #333!important;
  349.     color: #999!important;
  350. }
  351.  
  352. ul.nav {
  353.     color: #999!important;
  354. }
  355.  
  356. /* .profile { */
  357.     /* color: #999; */
  358.     /* background: #222; */
  359. /* } */
  360.  
  361. div[style*="#E9E9E6"] {
  362.     background-color: #333!important;
  363.     color: #999!important;
  364.     /* border: 1px solid #555!important; */
  365. }
  366. div[style*="background: rgb(245, 245, 245)"] {
  367.     background-color: #333!important;
  368.     color: #999!important;
  369. }
  370.  
  371. .quotetitle {
  372.     background-color: #2B3A4E!important;
  373.     color: #aaa!important;
  374.     /* border: 1px solid #555!important; */
  375.     border-top: 1px solid #555!important;
  376.     /* border-bottom: 1px solid #555!important; */
  377.     border-left: 1px solid #555!important;
  378.     border-right: 1px solid #555!important;
  379. }
  380.  
  381. .quotecontent, .quote {
  382.     background-color: #494949!important;
  383.     color: #aaa!important;
  384.     border: 1px solid #666!important;
  385. }
  386.  
  387. /* 71AE71 */
  388. td.code {
  389.     background-color: #332!important;
  390.     color: #C0AD72!important;
  391.     border: 1px solid #666!important;
  392. }
  393.  
  394. td.bodyline {
  395.     background-color: #262626!important;
  396.     color: #999!important;
  397.     border: none!important;
  398. }
  399.  
  400. td.spaceRow {
  401.     background-color: #111!important;
  402.     border: 1px solid #666!important;
  403. }
  404.  
  405. th.thLeft, th.thRight, th.thHead, th.thCornerL, th.thCornerR, th.thTop, th.thSides {
  406.     background-image: url('./3-.gif')!important;
  407.     background-color: #246 !important;
  408.     color: #999!important;
  409.     border: 1px solid #666!important;
  410.     /*
  411.     -webkit-filter: hue-rotate(180deg)invert(60%)!important;
  412.     filter: hue-rotate(180deg)invert(60%)!important;
  413.     color: #fff!important;
  414.     */
  415. }
  416.  
  417. td.catHead, .catBottom, .catLeft, .rowpic, .catSides {
  418.     /* background-image: url(images/cellpic1.gif); */
  419.     background-image: url('./3-.gif')!important;
  420.     background-color: #3A3F44 !important;
  421.     color: #999!important;
  422.     /*
  423.     -webkit-filter: hue-rotate(180deg)invert(100%)!important;
  424.     filter: hue-rotate(180deg)invert(100%)!important;
  425.     */
  426.     border: 1px solid #666!important;
  427. }
  428.  
  429. td.catBottom table tbody tr {
  430.     -webkit-filter: hue-rotate(180deg)invert(100%)!important;
  431.     filter: hue-rotate(180deg)invert(100%)!important;
  432.     border: 1px solid #666!important;
  433. }
  434.  
  435. table.tablebg td.row3 {
  436.     background-color: #2B3A4E!important;
  437.     color: #999!important;
  438.     border-top: 1px solid #555!important;
  439.     /* border-bottom: 1px solid #555!important; */
  440.     border-left: 1px solid #555!important;
  441.     border-right: 1px solid #555!important;
  442. }
  443.  
  444. td.row3, td.row3Right {
  445.     background-color: #262627!important;
  446.     color: #999!important;
  447.     border: 1px solid #555!important;
  448. }
  449.  
  450. table.tablebg td.row2 {
  451.     background-color: #404040!important;
  452.     color: #999!important;
  453. }
  454.  
  455. /* список форумов */
  456. table.tablebg td.row1 {
  457.     background-color: #333!important;
  458.     color: #999!important;
  459. }
  460. /* синий разделитель групп тем */
  461. table.tablebg th {
  462.     background-color: #25517D!important;
  463.     /* #2B3A4D #246 */
  464.     background-image: url('./3-.gif');
  465.     color: #bbb!important;
  466.     /* color: #D69251!important; */
  467.     /* color: #FFA34F!important; */
  468.     /* -webkit-filter: hue-rotate(180deg)invert(100%); */
  469.     /* filter: hue-rotate(180deg)invert(100%); */
  470. }
  471.  
  472. /* table.tablebg tablebg>th { */
  473.     /* -webkit-filter: hue-rotate(180deg)invert(87%)!important; */
  474.     /* filter: hue-rotate(180deg)invert(87%)!important; */
  475. /* } */
  476.  
  477. /* разделитель меж постами */
  478. td.spacer {
  479.     background-color: #111!important;
  480. }
  481.  
  482. td.spacer tr{
  483.     border: none!important;
  484. }
  485.  
  486. td.row2 table {
  487.     background-color: #404040!important;
  488. }
  489.  
  490. /* td.spacer img { */
  491.     /* width="0" */
  492. /* } */
  493.  
  494. /*
  495. form {
  496.     background-color: #333!important;
  497. }
  498. */
  499.  
  500. #wrapheader {
  501.     background-color: #333!important;
  502.     background-image: url('./3-.gif')!important;
  503. }
  504.  
  505. #wrapcentre {
  506.     background-color: #333!important;
  507. }
  508. /* Подвал */
  509. #wrapfooter {
  510.     background-color: #262626!important;
  511.     background-image: url('./3-.gif')!important;
  512. }
  513.  
  514. span.copyright {
  515.     color: #777!important;
  516. }
  517.  
  518. #datebar {
  519.     background-color: #333!important;
  520.     color: #999!important;
  521. }
  522.  
  523. /* Новая тема ответить */
  524. #pagecontent table td[valign="middle"] {
  525.     background-color: #333;
  526.     color: #999;
  527. }
  528.  
  529. p.breadcrumbs, p.moderators {
  530.     color: #999!important;
  531. }
  532.  
  533. td.nav {
  534.     background-color: #333!important;
  535. }
  536.  
  537. td.nav[valign="middle"] {
  538.     background-color: #333!important;
  539. }
  540.  
  541. span.nav {
  542.     /* background-color: #333!important; */
  543.     color: #999!important;
  544. }
  545.  
  546. /* td.cat table td.nav[nowrap="nowrap"] { */
  547.     /* background-color: #333!important; */
  548.     /* -webkit-filter: hue-rotate(180deg)invert(87%); */
  549.     /* filter: hue-rotate(180deg)invert(87%); */
  550. /* } */
  551.  
  552. td.genmed {
  553.     background-color: #2B3A4E!important;
  554. }
  555.  
  556. td.gensmall {
  557.     background-color: #262626!important;
  558. }
  559.  
  560. .gensmall, .genmed {
  561.     color: #999!important;
  562. }
  563.  
  564. td.row1 table tr {
  565.     background-color: #333!important;
  566. }
  567.  
  568. /* table.tablebg td.cat { */
  569.     /* background-color: #3A3F44!important; */
  570.     /* background-image: url('./3-.gif'); */
  571. /* } */
  572.  
  573. td.cat {
  574.     background-image: url('./3-.gif');
  575.     background-color: #3A3F44!important;
  576. }
  577.  
  578. table.tablebg td.catdiv {
  579.     -webkit-filter: hue-rotate(180deg)invert(87%)!important;
  580.     filter: hue-rotate(180deg)invert(87%)!important;
  581. }
  582.  
  583. p.searchbar {
  584.     background-color: #333!important;
  585. }
  586.  
  587. span.gen {
  588.     color: #c99!important;
  589. }
  590.  
  591. #logodesc table {
  592.     background-color: #333!important;
  593. }
  594.  
  595. div#logodesc {
  596.     padding: 0
  597. }
  598.  
  599. div.codecontent {
  600.     background-color: #3f3f3f!important;
  601.     /* border: 1px solid #666!important; */
  602.     border-top: 1px solid #666!important;
  603.     border-bottom: 1px solid #666!important;
  604.     border-left: 1px solid #666!important;
  605.     border-right: 1px solid #666!important;
  606.     color: #8CAD71!important;
  607. }
  608.  
  609. /* Добавил отступ, так выделять код легче без номеров строк */
  610. /* td:not(:matches([style*="width:1px"])) pre { */
  611. td>pre {
  612.     padding-left: 10px!important;
  613. }
  614.  
  615. /* Номера строк. Если убрать фон (td[style*="width:1px"] pre) то задать фон таблицы (tr.li1 td) */
  616. /*
  617. tr.li1 td {
  618.     background-color: #3f3f3f!important;
  619. }
  620. */
  621.  
  622. td[style*="width:1px"] pre {
  623.     background-color: #222!important;
  624.     color: #aaa!important;
  625.     padding-left: 0px!important;
  626. }
  627.  
  628. /* table.purebasic { */
  629.     /* color: #aaa!important; */
  630. /* } */
  631.  
  632. .codetitle {
  633.     background-color: #2B3A4E!important;
  634.     color: #aaa!important;
  635.     /* border: 1px solid #555!important; */
  636.     border-top: 1px solid #555!important;
  637.     /* border-bottom: 1px solid #555!important; */
  638.     border-left: 1px solid #555!important;
  639.     border-right: 1px solid #555!important;
  640. }
  641.  
  642. pre {
  643.     background-color: #3f3f3f!important;
  644.     color: #C0AD72!important;
  645.     font-family: Consolas, "Courier New"!important;
  646. }
  647.  
  648. /* ключевые слова Global */
  649. span[style^="color: #006666;"] {
  650.     color: #009FFF!important;
  651.     /* color: #088!important; */
  652. }
  653. /* Имя процедуры */
  654. span[style^="color: #006868;"] {
  655.     color: #AAA6DB!important;
  656.     /* color: #099!important; */
  657. }
  658. /* число */
  659. span[style^="color: #0061C1"] {
  660.     /* color: #08F!important; */
  661.     color: #EBCB9C!important;
  662. }
  663. /* указатель и адрес */
  664. span[style^="color: #400080"] {
  665.     color: #F3CF70!important;
  666.     /* color: #C738B9!important; */
  667. }
  668. /* #...$ */
  669. span[style^="color: #924B72"] {
  670.     color: #D998DE!important;
  671.     /* color: #C5A!important; */
  672. }
  673.  
  674. span[style^="color: #800080"] {
  675.     color: #f0f!important;
  676. }
  677. /* операторы */
  678. span[style^="color: #2020B0"] {
  679.     color: #FF8080!important;
  680.     /* color: #77F!important; */
  681. }
  682. /* Скобки */
  683. span[style^="color: #4040B0"] {
  684.     color: #FF8080!important;
  685.     /* color: #99F!important; */
  686. }
  687. /* - */
  688. span[style^="color: #AA0000"] {
  689.     /* color: #71AE71!important; */
  690.     color: #F99!important;
  691. }
  692. /* Комментарий */
  693. span[style^="color: #00AAAA"] {
  694.     color: #71AE71!important;
  695.     /* color: #F99!important; */
  696. }
  697. /* АСМ */
  698. span[style^="color: #904070"] {
  699.     color: #B8769A!important;
  700. }
  701. /* Строка */
  702. span[style^="color: #800080"] {
  703.     color: #999!important;
  704. }
  705. /* Объект ? */
  706. span[style^="color: #0000FF"] {
  707.     color: #00C2BB!important;
  708. }
  709. /* Объект ? */
  710. span[style^="color: #FF0080"] {
  711.     color: #FF2ED2!important;
  712. }
  713. /* элемент структуры ? */
  714. span[style^="color: #FF8040"] {
  715.     color: #FF9E0D!important;
  716. }
  717. /* Администратор ? */
  718. span[style^="color:#FFA34F"] {
  719.     color: #F666FF!important;
  720. }
  721. /* Модератор ? */
  722. span[style^="color:#006600"] {
  723.     color: #51BE51!important;
  724. }
  725.  
  726. td.quote span[style="font-weight: bold"] {
  727.     color: #FF8080!important;
  728. }
  729.  
  730.  
  731.  
  732.  
  733. /* Правки цвета */
  734. span[style="color: darkred"]
  735. {
  736.     color: #CC7975 !important;
  737. }
  738.  
  739. span[style="color: red"]
  740. {
  741.     color: #FF8080 !important;
  742. }
  743.  
  744. span[style="color: darkblue"]
  745. {
  746.     color: #0070DD !important;
  747. }
  748.  
  749. span[style="color: blue"]
  750. {
  751.     color: #009FFF !important;
  752. }
  753.  
  754. span[style="color: darkgreen"]
  755. {
  756.     color: #71AE71 !important;
  757. }
  758.  
  759. span[style="color: green"]
  760. {
  761.     color: #44dd44 !important;
  762. }
  763.  
  764. span[style="color: brown"]
  765. {
  766.     color: #D29A6C !important;
  767. }
  768.  
  769. span[style="color: gray"]
  770. {
  771.     color: #666 !important;
  772. }
  773.  
  774. span[style="color: olive"]
  775. {
  776.     color: #C8C800 !important;
  777. }
  778.  
  779. span[style="color: indigo"]
  780. {
  781.     color: #C683F2 !important;
  782. }
  783.  
  784.  
  785.  
  786. /*
  787. tr td span.genmed b {
  788.     background-color: #55f;
  789.     color: #eeee80!important;
  790. }
  791. */
  792.  
  793. a[onclick^="var ee="] {
  794.     color: #51BE51!important;
  795. }
  796. .maintitle {
  797.     color: #999!important;
  798. }
  799.  
  800.  
  801.  
  802. /* Выделенный текст для FF */
  803. ::-moz-selection {
  804.     /* background-color: #555; */
  805.     /* color: #FFF; */
  806.     background-color: #999;
  807.     color: #000;
  808. }
  809. /* Выделенный текст для Google */
  810. ::selection {
  811.     background-color: #fff;
  812.     color: #000;
  813. }
  814.  
  815.  
  816.  
  817. table.legend {
  818.     background-color: #333!important;
  819.     color: #999!important;
  820. }
  821.  
  822. li.row2 {
  823.     background-color: #555!important;
  824.     color: #bbb!important;
  825. }
  826.  
  827. /* спойлер */
  828. div[style*="C3CBD1"] {
  829.     border: 1px solid #555!important;
  830. }
  831.  
  832. /* спойлер раскрытая часть */
  833. div[style*="rgb(245, 245, 245)"] {
  834.     border-top: 1px solid #555!important;
  835. }
  836.  
  837. .tablebg {
  838.     border: none!important;
  839. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement