Advertisement
AZJIO

Stylish / Stylebot + ru-board.com

Aug 2nd, 2019
738
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.77 KB | None | 0 0
  1. html, body, table {
  2.     background: #111111;
  3.     color: #aaa;
  4. }
  5.  
  6. b {
  7.     color: #A09078;
  8. }
  9.  
  10. /* Ссылки  (889bb0, 7D8FBD, 8888dd) */
  11. a:link, a:visited, a:active
  12. {text-decoration:none;color:#7D8FBD;}
  13.  
  14. a:hover
  15. {text-decoration:underline;color:#e1b234;}
  16.  
  17. * {
  18.     border-radius: 0!important;
  19. }
  20. input[type=range] {
  21.     position: relative;
  22.     top: 2px;
  23. }
  24. input[type=checkbox], input[type=radio] {
  25.     display: inline-block;
  26.     position: relative;
  27.     top: 1px;
  28.     background-color: #3f3f3f;
  29.     height: 20px;
  30.     width: 20px;
  31.     -webkit-appearance: none;
  32.     outline: none;
  33.     margin-right:5px;
  34.     cursor:pointer;
  35. }
  36. input[type=checkbox]:after, input[type=radio]:after {
  37.     display: inline-block;
  38.     content: "";
  39.     position: relative;
  40.     left: 4px;
  41.     top: 4px;
  42.     height: 12px;
  43.     width: 12px;
  44.     background-color: #766;
  45. }
  46. input[type=checkbox]:checked:after, input[type=radio]:checked:after {
  47.     background-color: #0f7;
  48.     transition:.4s;
  49. }
  50. .dats input[type=checkbox], input[type=radio], #tm input[type=checkbox], #mpmd input[type=checkbox] {
  51.     top: -2px;
  52. }
  53. input[type=range] {
  54.     background: #f66;
  55.     background-size: 3px 3px, 100% 100%, 100% 100%;
  56.     cursor: ew-resize;
  57.     height: 10px;
  58.     position: relative;
  59.     width: 250px;
  60.     outline: none;
  61.     -webkit-appearance: none;
  62.     transition: .15s;
  63. }
  64. input[type=range]::-webkit-slider-thumb {
  65.     background-color: #eee;
  66.     content: "";
  67.     display: block;
  68.     height: 20px;
  69.     left: 0;
  70.     position: relative;
  71.     top: 0;
  72.     width: 20px;
  73.     -webkit-appearance: none;
  74. }
  75.  
  76. /* Поле ввода без фокуса, блекло */
  77. input[type=number], input[type=text], input[type=password], textarea, select {
  78.     background: #3d3d3d;
  79.     background-size: 100% 100%, 200% 100%;
  80.     background-position: 0% 0%, 5px 0%;
  81.     border: none;
  82.     padding: 5px 10px;
  83.     color: #888;
  84.     position: relative;
  85.     outline: none;
  86.     transition: .3s;
  87. }
  88. input[type=number] {
  89.     width: 39px;
  90.     padding: 2px 3px 0;
  91.     font: 13px/20px sans-serif;
  92. }
  93. /* Поле ввода с фокусом, контрастно */
  94. input[type=number]:focus, input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus {
  95.     background: #333;
  96.     color: #aaa;
  97. }
  98.  
  99. /* кнопки "редактировать", "профиль" */
  100. input[type=submit], a img, a.tpc:visited, a.tpc:link, input.button {
  101.     background: #343434;
  102.     color: #a9a9a9;
  103.     display: inline-block;
  104.     cursor: pointer;
  105.     font-family: Arial;
  106.     font: 11px/16px sans-serif;
  107.     font-weight: bold;
  108.     padding: 4px 10px;
  109.     text-decoration: none;
  110.     border: solid 1px #333;
  111. }
  112.  
  113. /* Горизонтальная линия в том числе под кнопкой "Редактировать" */
  114. hr{
  115.     color:#666;
  116. }
  117. img {
  118.     padding: 0;
  119.     margin: 1px;
  120. }
  121. /* Кнопки типа "редактировать" при наведении */
  122. input[type=submit]:hover, a img:hover, a.tpc:hover, input.button:hover {
  123.     color: #bbb;
  124.     background: #555;
  125. }
  126. /* Кнопки типа "редактировать" при нажатии */
  127. input[type=submit]:active, a img:active, a.tpc:active {
  128.     color: #666;
  129.     background-color: #333;
  130. }
  131. .sh1 a  {
  132.     font-family: georgia!important;
  133.     font-size: 16px;
  134. }
  135.  
  136. /* Ссылки в заголовке */
  137. .sh1 a, .tit a {
  138.     color: #8888dd!important;
  139.     font-weight: bold;
  140. }
  141. .sh1 a:hover, .tit a:hover {
  142.     color: #f74;
  143. }
  144. .tit a {
  145.     font-size: 12px;
  146. }
  147. ::-webkit-scrollbar {
  148.     width: 4px;
  149.     height: 4px;
  150.     background: #8FACAE;
  151. }
  152. ::-webkit-scrollbar-thumb {
  153.     background: #7C2023;
  154. }
  155. ::-webkit-scrollbar:hover {
  156.     background: #ffd;
  157. }
  158. ::-webkit-scrollbar-thumb:hover {
  159.     background: #f00;
  160. }
  161. .scroll::-webkit-scrollbar {
  162.     width: 10px;
  163.     height: 10px;
  164. }
  165. .content div {
  166.     background: #232323;
  167.     color: #aaa;
  168. }
  169. .content table {
  170.     margin: 2px;
  171. }
  172. .obertka {
  173.     box-shadow: 0 0 20px -1px #000;
  174.     padding: 8px;
  175. }
  176. .shadow {
  177.     display: none;
  178. }
  179. /* панель сверху тёмно-синеватый */
  180. .tit, .sh1 {
  181.     background: #25292A;
  182.     color: #aaa;
  183. }
  184. /* Пост */
  185. .post, .poster, .tpc {
  186.     background: #2F2F2F;
  187.     color: #aaa;
  188.     border: solid 1px #333!important;
  189. }
  190. /* панель с ником */
  191. td, .dats {
  192.     background: #222222;
  193.     color: #aaa;
  194. }
  195. /* фон с текстом  "Отправлено..." */
  196. .bottomline {
  197.     background: #363636;
  198. }
  199. /* Цитата */
  200. .lgf {
  201.     background: #404040;
  202.     color: #aaa;
  203.     border: solid 0px #666!important;
  204. }
  205. /* Фон таблицы */
  206. .lgf td {
  207.     background: #383838;
  208.     border: solid 1px #666!important;
  209. }
  210. /* Текст "Ты можешь отредактировать шапку" */
  211. .mtext * {
  212.     color: #f99;
  213. }
  214. /* Подпись в посте */
  215. .sing * {
  216.     background: #3E3E3E;
  217. }
  218. .tb {
  219.     border: solid 0px #777!important;
  220.     box-shadow: 0px 0px 0px 0px #333;
  221. }
  222. .small {
  223.     color: #FFDD8C;
  224. }
  225. td.small {
  226.     background: #222223!important;
  227. }
  228. form {
  229.     margin-bottom: -1px;
  230. }
  231. /* полоска прогресса в голосовании */
  232. form[name=mt] td > img {
  233.     background: none;
  234.     background: #389AD8;
  235.     background-size: 3px 3px, 100% 100%, 100% 100%;
  236.     border: 0;
  237. }
  238. form[name=mt] table table td {
  239.     padding: 0;
  240.     border: solid 0px #666!important;
  241. }
  242. table {
  243.     border: none;
  244.     box-shadow: none;
  245. }
  246. tbody, tr {
  247.     background: none;
  248.     box-shadow: none;
  249.     border: none;
  250. }
  251. /* фон аватара */
  252. img {
  253.     border: none;
  254. }
  255. span img, .tb img {
  256.     padding: 5px;
  257.     margin: 5px;
  258. }
  259. /* Пост целиком - граница */
  260. /* border: solid 1px #444; */
  261. td {
  262.     padding: 5px 10px;
  263.     margin: 5px;
  264.     background: #25292B;
  265.     box-shadow: none;
  266. }
  267. select, textarea, input {
  268.     margin: 4px;
  269. }
  270. #tags_panel {
  271.     background: #555;
  272. }
  273. #tags_panel img, #fix_tg_pan img {
  274.     padding: 0px;
  275.     margin: 2px;
  276. }
  277. .onl {
  278.     background: #ABEDFF;
  279. }
  280. .post table, .dats table {
  281.     margin: 5px;
  282. }
  283. table {
  284.     border-collapse: collapse;
  285. }
  286. .dats td {
  287.     border: solid 1px #555!important;
  288. }
  289. td.dats  {
  290.     border: solid 1px #333!important;
  291. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement