Advertisement
AZJIO

purebasic.mybb.ru

May 11th, 2021 (edited)
878
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.87 KB | None | 0 0
  1. html, body
  2. {
  3.     color: #aaa;
  4.     background-color: #333;
  5. }
  6.  
  7. #pun-title {
  8.     border: solid 1px #555;
  9. }
  10.  
  11.  
  12. td
  13. {
  14.     background-color:#272727 !important;
  15. }
  16.  
  17.  
  18. table[cellspacing="0"] td {
  19.     border: solid 1px #555;
  20. }
  21.  
  22. a
  23. {
  24.     color:#83adFF !important;
  25.     text-decoration:none !important;
  26. }
  27.  
  28. a:hover, a.permalink:hover, li.pl-delete a:hover
  29. {
  30.     color:#DFC47D !important;
  31. }
  32.  
  33. a.permalink
  34. {
  35.     color:#51aa6e !important;
  36. }
  37.  
  38. li.pl-delete a
  39. {
  40.     color:#e4909a !important;
  41. }
  42.  
  43. /* Задаёт цвет для чётных и нечётных элементов таблиц
  44. div.post:nth-child(odd) * {
  45.     background-color: #333;
  46.     color: #999;
  47. }
  48. div.post:nth-child(even) * {
  49.     background-color: #222;
  50.     color: #999;
  51. } */
  52.  
  53. .punbb {
  54.     color:#aaa !important;
  55.     background-color:#333 !important;
  56. }
  57.  
  58. #pun-crumbs1 {
  59. border-width:0 !important;
  60. }
  61.  
  62. .topic, .main, .multipage {
  63.     color:#aaa !important;
  64.     background-color:#333 !important;
  65. }
  66.  
  67. .punbb .post h3 span, .post-links {
  68.     border-left: 1px solid #555;
  69. }
  70.  
  71. .post-body {
  72.     border-color: #555 !important;
  73. }
  74.  
  75. .punbb .post-links ul {
  76.   border-top-style: solid;
  77.   border-color:#555 !important;
  78.   }
  79.  
  80. .post, .container, .post-body, .post-links {
  81.     color:#aaa !important;
  82.     background-color:#272727 !important;
  83. }
  84.  
  85. .post-box, .post-content, p.container {
  86.     color:#aaa !important;
  87.     background-color:#303030 !important;
  88. }
  89.  
  90.  
  91. /* Запись "Отредактировано" */
  92. p.lastedit {
  93.     background-color: #303030;
  94.     color: #666;
  95. }
  96.  
  97. /*
  98. div[class$="altstyle"]:first-child {
  99.     color:#aaa !important;
  100.     background-color:#444 !important;
  101. }
  102. */
  103.  
  104. div.post {
  105.     color:#aaa !important;
  106.     background-color:#272727 !important;
  107.     border: 0px solid #555 !important;
  108. }
  109.  
  110. .quote-box {
  111.     color:#aaa !important;
  112.     background-color:#444 !important;
  113.     border: 1px solid #777 !important;
  114. }
  115.  
  116. cite {
  117.     color:#db9 !important;
  118. }
  119.  
  120. strong.legend {
  121.     color:#db9 !important;
  122.     background-color:#2c3237 !important;
  123.     margin: 0em 0em 0em -0.6em !important;
  124.     padding: 2px 0px 2px 15px !important;
  125.     border-bottom: 1px solid #777 !important;
  126. }
  127.  
  128.  
  129. .code-box {
  130.     color:#aaa !important;
  131.     background-color:#3f3f3f !important;
  132.     border: 1px solid #777 !important;
  133.     margin: 0.4em 0em 1.4em 0em !important;
  134.     padding: 0em 0em 0em 0.7em !important;
  135. }
  136.  
  137. h1, h2 {
  138.     -webkit-filter: hue-rotate(180deg)invert(100%);
  139.     filter: hue-rotate(180deg)invert(.99);
  140. }
  141.  
  142. #pun-navlinks {
  143.     border: solid 1px #bbb;
  144.     -webkit-filter: hue-rotate(180deg)invert(100%);
  145.     filter: hue-rotate(180deg)invert(.99);
  146. }
  147.  
  148. #pun-navlinks .container {
  149.     border: solid  0px #bbb;
  150. }
  151.  
  152. /*
  153. ul.container a {
  154.     color:#83adFF !important;
  155.     background-color:#272727 !important;
  156.     -webkit-filter: hue-rotate(180deg)invert(100%);
  157.     filter: hue-rotate(180deg)invert(.99);
  158. }
  159. */
  160. ul.container li, ul.container li a {
  161.     border-color:#888 !important;
  162.     border-width: 1px !important;
  163. }
  164.  
  165. h3, h3 span {
  166.     color:#aaa !important;
  167.     background-color:#272727 !important;
  168. }
  169.  
  170. span.acchide a
  171. {
  172.     color:#FF8080;
  173. }
  174.  
  175.  
  176.  
  177. a[href^="javascript:to"]
  178. {
  179.     color:#FF8080 !important;
  180.     text-decoration:none
  181. }
  182.  
  183. #pun-main {
  184.     color:#aaa !important;
  185.     background-color:#272727 !important;
  186. }
  187.  
  188. #pun-ulinks {
  189.     color:#aaa !important;
  190.     background-color:#272727 !important;
  191.     border-width:0 !important;
  192. }
  193.  
  194. #pun-break1 {
  195.     border-color:#555 !important;
  196.     border-width:1 !important;
  197. }
  198.  
  199. #post, .punbb fieldset , .punbb fieldset legend span {
  200.     color:#aaa !important;
  201.     background-color:#272727 !important;
  202.     border-color: #555 !important;
  203. }
  204.  
  205.  
  206. /*
  207. img[src$=".gif"] {
  208.     -webkit-filter: hue-rotate(180deg)invert(100%);
  209.     filter: hue-rotate(180deg)invert(.99);
  210. }
  211.  
  212. #form-buttons img[src="/i/blank.gif"] {
  213.     -webkit-filter: invert(100%);
  214.     filter: invert(.99);
  215. }
  216. #button-size {
  217.     -webkit-filter: invert(100%);
  218.     filter: invert(.99);
  219. }
  220. */
  221.  
  222. #form-buttons table tbody tr td {
  223.     background-color:#ddd !important
  224. }
  225.  
  226. td[id^="button"] {
  227.     -webkit-filter: hue-rotate(180deg)invert(100%);
  228.     filter: hue-rotate(180deg)invert(.99);
  229. }
  230.  
  231. #form-buttons table tbody tr td:hover {
  232.     background-color:#bcd !important
  233. }
  234.  
  235. /* Поле ввода без фокуса, блекло */
  236. textarea, input[type=text], input[type=password], input[type=submit] {
  237.     background: #3d3d3d;
  238.     border: solid 1px #555;
  239.     outline: none;
  240.     color: #999;
  241. }
  242.  
  243.  
  244. /* кнопка, наведение */
  245. input[type=submit]:hover {
  246.     background: #444;
  247.     border: solid 1px #ABA180;
  248.     outline: none;
  249.     color: #ABA180;
  250. }
  251.  
  252. input[type=submit] {
  253.     padding: 5px 10px 5px 10px;
  254.     font: 13px/20px sans-serif;
  255.     border-radius: 15px;
  256. }
  257. /* Поле ввода с фокусом, контрастно */
  258. textarea:focus, input[type=submit]:focus {
  259.     background: #3c3c3c;
  260.     color: #999;
  261.     border: solid 1px #555;
  262. }
  263. /* Поле ввода при нажатии мыши, кайма контрастно */
  264. textarea:active, input[type=submit]:active {
  265.     border: solid 1px #0073E6;
  266. }
  267.  
  268.  
  269. /*  */
  270. div.modmenu, #topic-feed, #topic-users-in, #post-form, #pun-about, #pun-break3 {
  271.     border: solid 0px #555;
  272. }
  273.  
  274.  
  275. /*  */
  276. .punbb .divider hr, hr , #pun-break4{
  277.     height:0px;
  278.     border: solid 1px #555;
  279. }
  280.  
  281. .punbb .container, .punbb .post h3 {
  282.     border: solid 1px #555;
  283. }
  284. /*
  285. , div[class$="topicpost"]
  286. */
  287. .punbb .post h3 span, #pun-category1, #pun-category2, #pun-category3, #pun-stats {
  288.     border-bottom: solid 1px #555;
  289. }
  290.  
  291. li#onlinelist div {
  292.     border-top: solid 1px #555;
  293. }
  294.  
  295. /* Таблица активных тем */
  296.  
  297.  
  298. /* ник красный */
  299. span.byuser {
  300.     color: #FF8080 !important;
  301. }
  302. /* число сообщений в теме */
  303. td.tc2, td.tc3 {
  304.     color: #aaa !important;
  305. }
  306.  
  307. /* инвертированная иконка */
  308. div.icon {
  309.     -webkit-filter: hue-rotate(180deg)invert(93%);
  310.     filter: hue-rotate(180deg)invert(.93);
  311. }
  312.  
  313. /* заголовок таблицы */
  314. .punbb th[scope="col"] {
  315.     background-image:url('');
  316.     color:#fff !important;
  317.     background-color:#246 !important;
  318. }
  319.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement