Advertisement
Guest User

Untitled

a guest
Dec 3rd, 2015
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.27 KB | None | 0 0
  1. html, body {
  2.     background: #121212;
  3.     color:#FFF;
  4. font-family: "Trebuchet MS",Trebuchet,serif;filter:gray;
  5. }
  6. a {
  7.     color:#888;
  8.     text-decoration: none;
  9.         -o-transition: all 0.3s ease;
  10.     -moz-transition: all 0.3s ease;
  11.     -webkit-transition: all 0.5s ease;
  12. }
  13. a:hover {
  14.     color:#FFF;
  15.         text-shadow:#FFF 0px 0px 10px;
  16. }
  17. .reflink a:hover{
  18.         color: #FFF
  19.     font-weight: bold;
  20.         text-shadow:#FFFFFF 0px 0px 10px;
  21. }
  22. .admin {
  23.         background-image: url("http://2watch.in/triforce2.png") !important;
  24.         background-position: right center !important;
  25.         background-repeat: no-repeat !important;
  26.         padding-right: 20px !important;
  27.     color: #FFFFFF;
  28.         text-shadow: #F3F3F3 0px 0px 10px;
  29.     font-weight: normal;
  30. }
  31. input, textarea {
  32. background-color: #000;
  33. color: #fff;
  34. border: 1px solid #CCC;
  35. }
  36. input:focus, textarea:focus
  37. {
  38. background-color: #444;
  39. }
  40. .adminbar {
  41.     text-align:right;
  42.     clear:both;
  43.     float:right;
  44.     font-size: 13px;
  45. }
  46. .news {
  47.     text-align:right;
  48.     clear:both;
  49.     float:right;
  50.     font-size: 13px;
  51. }
  52. .navbar {
  53.     font-size: 13px;
  54. }
  55. .logo {
  56.     clear:both;
  57.     text-align:center;
  58.     font-size:2em;
  59.     color:#FFF;
  60.     width:100%;
  61. }
  62. .replymode {
  63.     background:#AAA;
  64.     text-align:center;
  65.     padding:2px;
  66.     color:#000;
  67.     width:100%;
  68. }
  69. .catalogmode {
  70.     background:#0040E0;
  71.     text-align:center;
  72.     padding:2px;
  73.     color:#FFFFFF;
  74.     width:100%;
  75. }
  76. .postarea {
  77. }
  78. .rules {
  79.     /*font-size:0.7em;*/
  80.     width: 468px;
  81.     font-size: 10px;
  82. }
  83. .rules li {
  84.     margin-left: 1em;
  85.     /*text-indent: 0em;*/
  86. }
  87. .postblock {
  88.     background:#444;
  89.     color:#CCC;
  90.     font-weight:800;
  91.     text-align: left;
  92.     padding-left: 3px;
  93.     padding-right: 3px;
  94.     border: 1px solid #666;
  95. }
  96. .footer {
  97.     text-align:center;
  98.     font-size:12px;
  99.     font-family:serif;
  100. }
  101. .passvalid {
  102.     background:#444;
  103.     text-align:center;
  104.     width:100%;
  105.     color:#ffffff;
  106. }
  107. .dellist {
  108.     font-weight: bold;
  109.     text-align:center;
  110. }
  111. .delbuttons {
  112.     text-align:center;
  113.     padding-bottom:4px;
  114.  
  115. }
  116. .managehead {
  117.     background:#AAAA66;
  118.     color:#FFF;
  119.     padding:0px;
  120. }
  121. .postlists {
  122.     background:#FFFFFF;
  123.     width:100%;
  124.     padding:0px;
  125.     color:#FFF;
  126. }
  127. .row1 {
  128.     background:#EEEECC;
  129.     color:#FFF;
  130. }
  131. .row2 {
  132.     background:#DDDDAA;
  133.     color:#FFF;
  134. }
  135. .unkfunc {
  136.     background:inherit;
  137.     color:#ADADAD;
  138. }
  139. .filesize {
  140.     text-decoration:none;
  141. }
  142. .filetitle {
  143.     background:inherit;
  144.     font-size:1.2em;
  145.     color:#FFFFFF;
  146.     font-weight:800;
  147. }
  148. .postername {
  149.     color:#CCC;
  150.     font-weight:bold;
  151. }
  152. .postertrip {
  153.     color:#FFFFFF;
  154. }
  155. .oldpost {
  156.     color:#CC1105;
  157.     font-weight:800;
  158. }
  159. .omittedposts {
  160.     color:#707070;
  161. }
  162. .reply {
  163.     background: #444;
  164.     color: #FFF;
  165.     -moz-border-radius: 5px;
  166.     -webkit-border-radius: 5px;
  167.     padding: 5px;
  168. }
  169. .replyhl {
  170.     background: #F0C0B0;
  171.     color: #FFF;
  172. }
  173. .doubledash {
  174.     vertical-align:top;
  175.     clear:both;
  176.     float:left;
  177. }
  178. .replytitle {
  179.     font-size: 1.2em;
  180.     color:#ECECEC;
  181.     font-weight:800;
  182. }
  183. .commentpostername {
  184.     color:#117743;
  185.     font-weight:800;
  186. }
  187. .thumbnailmsg {
  188.     font-size: small;
  189.     color:#FFF;
  190. }
  191. .abbrev {
  192.     color:#707070;
  193. }
  194. .highlight {
  195.     background:#444;
  196.     color:#FFF;
  197.     border: 2px dashed #FFF;
  198. }
  199. #watchedthreads {
  200.     background-color: #444 !important;
  201. }
  202. .reflinkpreview {
  203.     background-color: #444 !important;
  204. }
  205. .replybacklinks {
  206. background-color:#inherit;
  207. font-family:tahoma,arial,helvetica,sans-serif;
  208. font-size:80%
  209. color: #FFF;
  210. }
  211. .replybacklinks a:hover {
  212. text-shadow:#E8E8E8 0px 0px 10px;
  213. color: #FFF;
  214. }
  215.  
  216. .spoiler {
  217. color: gray;
  218. background-color: gray;
  219. }
  220.  
  221. img{-webkit-filter:grayscale(1);filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'gs\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#gs");filter:gray;}.de-post-counter::after { color: #8C8C8C; }.de-btn-fav-sel {background-image: url(http://2watch.in/star.png) !important;background-repeat: no-repeat !important;background-position: center !important;}.de-video-obj > a::after {
  222.     opacity: .6;
  223.     position: absolute;
  224.     left: 42%;
  225.     top: 42%;
  226.     content: url("http://2watch.in/css/pusk.png");}
  227. .de-video-link.de-ytube::before {
  228.     content: "";
  229.     padding: 0 16px 0 0;
  230.     margin: 0 4px;
  231.     background: url(http://2watch.in/css/int.png) no-repeat center;
  232.     background-size: contain;
  233. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement