SHARE
TWEET

teto css

a guest Jan 29th, 2015 8 Never
  1. body{
  2.         background:#1B2431;
  3.         color:#DC546C;
  4.         font-family:sans-serif;
  5.         font-size:12px;
  6. }
  7.  
  8. .desktop-style div.boardlist:nth-child(1) {
  9.     position: fixed;
  10.     top: 0px;
  11.     left: 0px;
  12.     right: 0px;
  13.     margin-top: 0px;
  14.     z-index: 30;
  15.     box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  16.     border-bottom: 1px solid;
  17.     background-color: transparent;
  18. }
  19.  
  20. span.quote{
  21.         color:#B8D962;
  22. }
  23.  
  24. span.heading {
  25.     color: #FF3030;
  26.     font-size: 11pt;
  27.     font-weight: bold;
  28. }
  29.  
  30. span.spoiler{
  31. background:#888888;
  32. color:#888888;
  33. padding:0 1px;
  34. }
  35.  
  36. div.post.reply div.body span.spoiler a{
  37. color:#888888;
  38. }
  39.  
  40. span.spoiler:hover,div.post.reply div.body span.spoiler:hover a{
  41. color:black;
  42. }
  43.  
  44. h1{
  45.         font-size:20pt;
  46.         text-align:center;
  47.         letter-spacing:0px;
  48. }
  49.  
  50. header div.subtitle {
  51.     font-size: 9pt;
  52. }
  53.  
  54. header div.subtitle, h1 {
  55.     color: #DDDDDD;
  56.     text-align: center;
  57. }
  58.  
  59.  
  60. div.title,h1{
  61.         color:#CD1B3F;
  62.         font-family:Arial,Helvetica,sans-serif;
  63. }
  64.  
  65. div.title p{
  66.         font-size:10px;
  67. }
  68.  
  69. div.blotter {
  70.     color: #0C4;
  71.     font-weight: bold;
  72.     text-align: center;
  73. }
  74.  
  75. a:link,a:visited,p.intro a.email span.name{
  76.         color:#CC37B6;
  77.         text-decoration:none;
  78.         font-family:sans-serif;
  79. }
  80.  
  81. a:link:hover,a:visited:hover{
  82.         color:#FF46E1;
  83.         font-family:sans-serif;
  84.         text-decoration:none;
  85. }
  86.  
  87. a.post_no{
  88.         color:#AA2E96;
  89.         text-decoration:none;
  90. }
  91.  
  92. a.post_no:hover{
  93.         color:#CD1B3F!important;
  94.         text-decoration:underline overline;
  95. }
  96.  
  97. div.post.reply{
  98.         background:#2A3A46;
  99.         border:#455F72 1px solid;
  100.         -webkit-border-radius:10px;
  101.         -khtml-border-radius:10px;
  102.         -moz-border-radius:10px;
  103.         border-radius:10px;
  104. }
  105.  
  106. div.post.reply.highlighted{
  107.         background:#364B5A;
  108.         border:transparent 1px solid;
  109. }
  110.  
  111. div.post.reply div.body a:link,div.post.reply div.body a:visited{
  112.         color:#CC37B6;
  113. }
  114.  
  115. div.post.reply div.body a:link:hover,div.post.reply div.body a:visited:hover{
  116.         color:#CD1B3F;
  117. }
  118.  
  119. p.intro span.subject{
  120.         font-size:12px;
  121.         font-family:sans-serif;
  122.         color:#646496;
  123.         font-weight:800;
  124. }
  125.  
  126. p.intro span.name{
  127.         color:#FF2D5A;
  128.         font-weight:800;
  129. }
  130.  
  131. p.intro a.capcode,p.intro a.nametag{
  132.         color:magenta;
  133.         margin-left:0;
  134. }
  135.  
  136. p.intro span.capcode, p.intro a.capcode, p.intro a.nametag{
  137.     color: #A54BFF;
  138.     margin-left: 0px;
  139. }
  140.  
  141. p.intro a.email,p.intro a.email span.name,p.intro a.email:hover,p.intro a.email:hover span.name{
  142.         color:#32ddaf;
  143. }
  144.  
  145. input[type="text"],textarea,select{
  146.         background:#2A3A46;
  147.         color:#CC37B6;
  148.         border:#666666 1px solid;
  149.         padding-left:5px;
  150.         padding-right:-5px;
  151.         font-family:sans-serif;
  152.         font-size:10pt;
  153. }
  154.  
  155. input[type="password"]{
  156.         background:#2A3A46;
  157.         color:#CC37B6;
  158.         border:#666666 1px solid;
  159. }
  160.  
  161. form table tr th{
  162.         background:#2A3A46;
  163.         color:#AA2E96;
  164.         font-weight:800;
  165.         text-align:left;
  166.         padding:0;
  167. }
  168.  
  169. div.banner{
  170.         background:#CD1B3F;
  171.         color:#000;
  172.         text-align:center;
  173.         width:250px;
  174.         padding:4px;
  175.         padding-left:12px;
  176.         padding-right:12px;
  177.         margin-left:auto;
  178.         margin-right:auto;
  179.         font-size:12px;
  180. }
  181.  
  182. div.banner a{
  183.         color:#000;
  184. }
  185.  
  186. input[type="submit"]{
  187.         background:#2A3A46;
  188.         border:#E57988 1px solid;
  189.         color:#CC37B6;
  190. }
  191.  
  192. input[type="submit"]:hover{
  193.         background:#364B5A;
  194.         border:#E57988 1px solid;
  195.         color:#CD1B3F;
  196. }
  197.  
  198. input[type="text"]:focus{
  199.         border:#aaa 1px solid;
  200. }
  201.  
  202. p.fileinfo a:hover{
  203.         text-decoration:underline;
  204. }
  205.  
  206. span.trip{
  207.         color:#AA2E96;
  208. }
  209.  
  210. div.pages{
  211.         color:#AA2E96;
  212.         background:#2A3A46;
  213.         border:#666666 1px solid;
  214.         font-family:sans-serif;
  215.         font-size:10pt;
  216. }
  217.  
  218. div.pages a.selected{
  219.         color:#CC37B6;
  220. }
  221.  
  222. hr{
  223.         height:1px;
  224.         border:#2A3A46 1px solid;
  225. }
  226.  
  227. div.boardlist{
  228.         color:#DC546C;
  229.         background-color:rgba(12%,12%,12%,0.10);
  230. }
  231.  
  232. div.ban{
  233.         background-color:transparent;
  234.         border:transparent 0px solid;
  235. }
  236.  
  237. div.ban h2{
  238.         background:transparent;
  239.         color:lime;
  240.         font-size:12px;
  241. }
  242.  
  243. table.modlog tr th{
  244.         background:#2A3A46;
  245.         color:#AA2E96;
  246. }
  247.  
  248. .desktop-style div.boardlist:nth-child(1){
  249.         text-shadow:black 1px 1px 1px,black -1px -1px 1px,black -1px 1px 1px,black 1px -1px 1px;
  250. }
  251.  
  252. .desktop-style div.boardlist:nth-child(1):hover,.desktop-style div.boardlist:nth-child(1).cb-menu{
  253.         background-color:rgba(30%,30%,30%,0.65);
  254. }
  255.  
  256. div.report{
  257.         color:#666666;
  258. }
  259.  
  260. #options_div{
  261.         background:#2A3A46;
  262. }
  263.  
  264. .options_tab_icon{
  265.         color:#AA2E96;
  266. }
  267.  
  268. .options_tab_icon.active{
  269.         color:#FF46E1;
  270. }
RAW Paste Data
Top