Guest User

replace

a guest
Jul 18th, 2017
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 16.36 KB | None | 0 0
  1.  
  2. @namespace url(http://www.w3.org/1999/xhtml);
  3. body{
  4.     background-color: #110000 !important;
  5.     background-repeat: no-repeat !important;
  6.     background-attachment: fixed;
  7.     padding-top:16px !important;
  8.     margin:0 auto !important;
  9. }
  10. body, td, th {
  11.     color: #fff !important;
  12.     font-size: small;
  13. }
  14. .quote {
  15.     color: #ffffff;
  16. }
  17. .hrcolor {
  18.     height: 1px;
  19.     border: 0;
  20.     color: #660101;
  21.     background-color: #660101;
  22. }
  23. tr {
  24.     background-color: rgba(255, 255, 255, 0) !important;
  25. }
  26. .post img{
  27.     max-width:100%;
  28. }
  29.  
  30. .quoteheader, .codeheader {
  31.     color: #fff !important;
  32. }
  33.  
  34. .post{
  35.   color: #ffffff;
  36.  
  37. }
  38. .windowbg {
  39.     color: #770000;
  40.     background-color: #770000;
  41.     vertical-align: middle;
  42. }
  43. span.smalltext{
  44.         color:#ff0000 !important;
  45.  
  46.     }
  47. .nav, .nav:link, .nav:visited {
  48.     color: #d10c0c !important;
  49. }
  50. .logoLink {
  51.     width: 0 !important;
  52.     height: 50px !important;
  53.     padding-right: 400px !important;
  54.     background-image: url("http://i.imgur.com/QpWTfFa.png") !important;
  55. }
  56. a.nav{
  57.         color: #bf1818 !important; /* This was inconsistent with the rest of the layout, so I changed it. */
  58.  
  59.     }
  60.  
  61.     a{
  62.         color: #ff2121 !important;
  63.     }
  64.  
  65. body>table:not(.tborder)>tbody>tr>td{
  66.     border-radius:1em;
  67.     background:rgba(11, 0, 0, 0.4) !important;
  68.     padding:20px !important;
  69. }
  70.  
  71. .tborder{
  72.     margin-top:0;
  73.     border: 1px solid  rgba(11, 0, 0, 0.4);
  74.     background:#222 !important;
  75.     box-shadow:0px 0px 8px #555 !important;
  76.     z-index: 9001;
  77. }
  78.  
  79. div.smalltext{
  80. margin-top:16px !important;
  81. }
  82. .logoLink{
  83.     transition: 0.3s !important;
  84.     -webkit-transition:0.3s !important;
  85.     -moz-transition:0.3s !important;
  86.     -o-transition: 0.3s !important;
  87. }
  88. a:not(.nav)[href="http://forum.blockland.us/index.php"], a[href="http://forum.blockland.us/index.php?action=help"], a[href="http://forum.blockland.us/index.php?action=search"], a[href="http://forum.blockland.us/index.php?action=profile"], a[href*="http://forum.blockland.us/index.php?action=logout"], a[href*="http://forum.blockland.us/index.php?action=post;"], a[href*="http://forum.blockland.us/index.php?action=notify;"], a[href*="http://forum.blockland.us/index.php?action=editpoll;"], a[href*="http://forum.blockland.us/index.php?action=notifyboard;"], a[href*="http://forum.blockland.us/index.php?action=markasread;"], input[type="submit"],  a[href*="javascript:"]{
  89.     transition: 0.4s !important;
  90.     -webkit-transition:0.4s !important;
  91.     -moz-transition:0.4s !important;
  92.     -o-transition: 0.4s !important;
  93.     opacity:1;
  94. }
  95.  a:hover:not(.nav)[href="http://forum.blockland.us/index.php"], a:hover[href="http://forum.blockland.us/index.php?action=help"], a:hover[href="http://forum.blockland.us/index.php?action=search"], a:hover[href="http://forum.blockland.us/index.php?action=profile"], a:hover[href*="http://forum.blockland.us/index.php?action=logout"], a:hover[href*="http://forum.blockland.us/index.php?action=post;"], a:hover[href*="http://forum.blockland.us/index.php?action=notify;"], a:hover[href*="http://forum.blockland.us/index.php?action=editpoll;"],  a:hover[href*="http://forum.blockland.us/index.php?action=notifyboard;"], a:hover[href*="http://forum.blockland.us/index.php?action=markasread;"], input:hover[type="submit"], a:hover[href*="javascript:"]{
  96.     transition: 0.4s !important;
  97.     -webkit-transition:0.4s !important;
  98.     -moz-transition:0.4s !important;
  99.     -o-transition: 0.4s !important;
  100.     opacity:0.5;
  101.  
  102. }
  103.  
  104. td.windowbg, td.catbg{
  105.     border-width:2px !important;
  106.     border-style:solid !important;
  107.  
  108. }
  109. td.windowbg, tr.windowbg>td{
  110.     background: #330000 !important;
  111.     border:2px solid !important;
  112.     border-color:#560000 #560000 #560000 #560000 !important;
  113. }
  114.  
  115. td.windowbg2{
  116.     background:#210000 !important;
  117.     border-color:#560000 #560000 #560000 #560000 !important;
  118. }
  119.  
  120. tr.titlebg>td, tr.titlebg>td>a{
  121.     background:#2d0000 !important;
  122.     border:2px solid !important;
  123.     border-color: #2d0000 #2d0000 #2d0000 #2d0000 !important;
  124. }
  125. td.catbg{
  126.     border:2px solid !important;
  127.     border-color:#490000 #490000 #490000 #490000 !important;
  128. }
  129.  
  130. tr.titlebg>td>a{
  131.     border:none !important;
  132. }
  133.  
  134. input, textarea{
  135.     color: #ff0000 !important;
  136.     background: #190000 !important;
  137.     border-color: #565656 !important;
  138. }
  139.  
  140. select {
  141.     color: #ff0000 !important;
  142.     background-color: #190000 !important;
  143. }
  144.  
  145. div.quote{
  146.     background:rgba(20, 0, 0, 0.4)!important;
  147. }
  148. a{
  149.   transition: 0.2s;
  150.   -webkit-transition: 0.2s;
  151.   -moz-transition: 0.2s;
  152.   -o-transition: 0.2s;
  153. }
  154. .titlebg, tr.titlebg th, tr.titlebg td, .titlebg a:link, .titlebg a:visited, .titlebg2, tr.titlebg2 th, tr.titlebg2 td, .titlebg2 a:link, .titlebg2 a:visited {
  155.     background-color: #ff0000 !important;
  156. }
  157.  selection {
  158.   background-color: #ff0000 !important;
  159. }
  160. @-webkit-keyframes webkit-glowname{0% {background-color:inherit;}50% {background-color:#000;color:#fff;}100% {background-color:inherit;}}
  161. @-o-keyframes o-glowname{0% {background-color:inherit;}50% {background-color:#000;color:#fff;}100% {background-color:inherit;}}
  162. @-moz-keyframes moz-glowname{0% {background-color:inherit;}50% {background-color:#000;color:#fff;}100% {background-color:inherit;}}
  163. @keyframes glowname{0% {background-color:inherit;}50% {background-color:#000;color:#fff;}100% {background-color:inherit;}}
  164.  
  165. @-webkit-keyframes webkit-glowlink{0% {color:#b2b2b2;}50% {color:#555;}100% {color:#b2b2b2;}}
  166. @-o-keyframes o-glowlink{0% {color:#b2b2b2;}50% {color:#555;}100% {color:#b2b2b2;}}
  167. @-moz-keyframes moz-glowlink{0% {color:#b2b2b2;}50% {color:#555;}100% {color:#b2b2b2;}}
  168. @keyframes glowlink{0% {color:#b2b2b2;}50% {color:#555;}100% {color:#b2b2b2;}}
  169. a {
  170.   transition: 0.2s;
  171.   -webkit-transition: 0.2s;
  172.   -moz-transition: 0.2s;
  173.   -o-transition: 0.2s;
  174. }
  175. .catbg {
  176.     font-weight: bold;
  177.     background-color: #8c0404 !important;
  178.     background-image: linear-gradient(to bottom, rgba(155,0,0,0) 0%,rgba(255, 0, 0, 0.4) 100%) !important;
  179.     color: #FFF !important
  180. }
  181.  
  182. .tr {
  183.     color: #8c0404 !important;
  184. }
  185. a:hover[type="myName"]{
  186.   -webkit-animation: webkit-glowname 1.4s infinite;
  187.   animation: glowname 1.4s infinite;
  188.   -moz-animation: moz-glowname 1.4s infinite;
  189.   -o-animation: o-glowname 1.4s infinite;
  190. }
  191. a:hover:not([type="myName"]){
  192.   -webkit-animation: webkit-glowlink 1.5s infinite;
  193.   animation: glowlink 1.5s infinite;
  194.   -moz-animation: moz-glowlink 1.5s infinite;
  195.   -o-animation: o-glowlink 1.5s infinite;
  196. }
  197.  
  198. [src$="/images/english/home.gif"] {
  199.     background-image:url('http://i.imgur.com/xklteo3.png') !important;
  200.     width: 0 !important;
  201.     height: 29px !important;
  202.     padding-left: 73px !important;
  203. }
  204.  
  205. [src$="/images/english/help.gif"] {
  206.     background-image: url('http://i.imgur.com/v8mXHmQ.png') !important;
  207.     width: 0 !important;
  208.     height: 29px !important;
  209.     padding-left: 73px !important;
  210. }
  211.  
  212. [src$="/images/english/search.gif"] {
  213.     background-image: url('http://i.imgur.com/7qdpzPH.png') !important;
  214.     width: 0 !important;
  215.     height: 29px !important;
  216.     padding-left: 84px !important;
  217. }
  218.  
  219. [src$="/images/english/profile.gif"] {
  220.     background-image: url('http://i.imgur.com/DZB6cwu.png') !important;
  221.     width: 0 !important;
  222.     height: 29px !important;
  223.     padding-left: 85px !important;
  224. }
  225.  
  226. [src$="/images/english/logout.gif"] {
  227.     background-image: url('http://i.imgur.com/Koz7xq2.png') !important;
  228.     width: 0 !important;
  229.     height: 29px !important;
  230.     padding-left: 85px !important;
  231. }
  232.  
  233. [src$="/images/english/login.gif"] {
  234.     background-image: url('http://i.imgur.com/ULCikcj.png') !important;
  235.     width: 0 !important;
  236.     height: 29px !important;
  237.     padding-left: 84px !important;
  238. }
  239.  
  240. [src$="/images/english/admin.gif"] {
  241.     background-image: url('http://i.imgur.com/mCa5AJH.png') !important;
  242.     width: 0 !important;
  243.     height: 29px !important;
  244.     padding-left: 84px !important;
  245. }
  246.  
  247. [src$="/images/english/register.gif"] {
  248.     background-image: url('http://i.imgur.com/iY0BSEA.png') !important;
  249.     width: 0 !important;
  250.     height: 29px !important;
  251.     padding-left: 104px !important;
  252. }
  253. [src$="/images/icons/folder_open.gif"] {
  254.     background-image: url('http://i.imgur.com/ywyIX0M.gif') !important;
  255.     width: 0 !important;
  256.     height: 13px !important;
  257.     padding-left: 16px !important;
  258. }
  259. [src$="/images/topic/hot_post.gif"] {
  260.     background-image: url('http://i.imgur.com/z3WZnu0.gif') !important;
  261.     width: 0 !important;
  262.     height: 16px !important;
  263.     padding-left: 16px !important;
  264. }
  265. [src$="/images/topic/veryhot_post.gif"] {
  266.     background-image: url('http://i.imgur.com/iIdpuQZ.gif') !important;
  267.     width: 0 !important;
  268.     height: 16px !important;
  269.     padding-left: 16px !important;
  270. }
  271. [src$="/images/topic/normal_post.gif"] {
  272.     background-image: url('http://i.imgur.com/Im9QBF4.gif') !important;
  273.     width: 0 !important;
  274.     height: 16px !important;
  275.     padding-left: 16px !important;
  276. }
  277. [src$="/images/topic/veryhot_post_locked.gif"],[src$="/images/topic/hot_post_locked.gif"],[src$="/images/topic/normal_post_locked.gif"] {
  278.     background-image: url('http://i.imgur.com/P9FHQlW.gif') !important;
  279.     width: 0 !important;
  280.     height: 16px !important;
  281.     padding-left: 16px !important;
  282. }
  283. [src$="/images/topic/veryhot_poll_locked.gif"],[src$="/images/topic/hot_poll_locked.gif"],[src$="/images/topic/normal_poll_locked.gif"] {
  284.     background-image: url('http://i.imgur.com/deiR6l7.gif') !important;
  285.     width: 0 !important;
  286.     height: 16px !important;
  287.     padding-left: 16px !important;
  288. }
  289. [src$="/images/topic/veryhot_poll.gif"],[src$="/images/topic/hot_poll.gif"],[src$="/images/topic/normal_poll.gif"] {
  290.     background-image: url('http://i.imgur.com/0nKYaTt.gif') !important;
  291.     width: 0 !important;
  292.     height: 16px !important;
  293.     padding-left: 16px !important;
  294. }
  295. [src$="/images/topic/veryhot_post_locked_sticky.gif"],[src$="/images/topic/hot_post_locked_sticky.gif"],[src$="/images/topic/normal_post_locked_sticky.gif"] {
  296.     background-image: url('http://i.imgur.com/MlhynPB.gif') !important;
  297.     width: 0 !important;
  298.     height: 16px !important;
  299.     padding-left: 16px !important;
  300. }
  301. [src$="/images/topic/veryhot_post_sticky.gif"],[src$="/images/topic/hot_post_sticky.gif"],[src$="/images/topic/normal_post_sticky.gif"] {
  302.     background-image: url('http://i.imgur.com/s59mFnV.gif') !important;
  303.     width: 0 !important;
  304.     height: 16px !important;
  305.     padding-left: 16px !important;
  306. }
  307. [src$="/Themes/Blockland/images/on.gif"] {
  308.     background-image: url('http://i.imgur.com/uuKnzuF.gif') !important;
  309.     width: 0 !important;
  310.     height: 25px !important;
  311.     padding-left: 25px !important;
  312. }
  313. [src$="/Themes/Blockland/images/bbc/bold.gif"] {
  314.     background-image: url('http://i.imgur.com/rjIEz8s.gif') !important;
  315.     width: 0 !important;
  316.     height: 22px !important;
  317.     padding-left: 23px !important;
  318. }
  319. [src$="/Themes/Blockland/images/bbc/italicize.gif"] {
  320.     background-image: url('http://i.imgur.com/jL5H4S7.gif') !important;
  321.     width: 0 !important;
  322.     height: 22px !important;
  323.     padding-left: 23px !important;
  324. }
  325. [src$="/Themes/Blockland/images/bbc/underline.gif"] {
  326.     background-image: url('http://i.imgur.com/wdGmU5N.gif') !important;
  327.     width: 0 !important;
  328.     height: 22px !important;
  329.     padding-left: 23px !important;
  330. }
  331. [src$="/Themes/Blockland/images/bbc/strike.gif"] {
  332.     background-image: url('http://i.imgur.com/cb5zksf.gif') !important;
  333.     width: 0 !important;
  334.     height: 22px !important;
  335.     padding-left: 23px !important;
  336. }
  337. [src$="/Themes/Blockland/images/bbc/pre.gif"] {
  338.     background-image: url('http://i.imgur.com/6vcZYum.gif') !important;
  339.     width: 0 !important;
  340.     height: 22px !important;
  341.     padding-left: 23px !important;
  342. }
  343. [src$="/Themes/Blockland/images/bbc/left.gif"] {
  344.     background-image: url('http://i.imgur.com/aFz0k2G.gif') !important;
  345.     width: 0 !important;
  346.     height: 22px !important;
  347.     padding-left: 23px !important;
  348. }
  349. [src$="/Themes/Blockland/images/bbc/center.gif"] {
  350.     background-image: url('http://i.imgur.com/auekItR.gif') !important;
  351.     width: 0 !important;
  352.     height: 22px !important;
  353.     padding-left: 23px !important;
  354. }
  355. [src$="/Themes/Blockland/images/bbc/right.gif"] {
  356.     background-image: url('http://i.imgur.com/aJWIOar.gif') !important;
  357.     width: 0 !important;
  358.     height: 22px !important;
  359.     padding-left: 23px !important;
  360. }
  361. [src$="/Themes/Blockland/images/bbc/hr.gif"] {
  362.     background-image: url('http://i.imgur.com/RFv9F5u.gif') !important;
  363.     width: 0 !important;
  364.     height: 22px !important;
  365.     padding-left: 23px !important;
  366. }
  367. [src$="/Themes/Blockland/images/bbc/size.gif"] {
  368.     background-image: url('http://i.imgur.com/IlskA6V.gif') !important;
  369.     width: 0 !important;
  370.     height: 22px !important;
  371.     padding-left: 23px !important;
  372. }
  373. [src$="/Themes/Blockland/images/bbc/face.gif"] {
  374.     background-image: url('http://i.imgur.com/O2l3KaJ.gif') !important;
  375.     width: 0 !important;
  376.     height: 22px !important;
  377.     padding-left: 23px !important;
  378. }
  379. [src$="/Themes/Blockland/images/bbc/img.gif"] {
  380.     background-image: url('http://i.imgur.com/ur95Egv.gif') !important;
  381.     width: 0 !important;
  382.     height: 22px !important;
  383.     padding-left: 23px !important;
  384. }
  385. [src$="/Themes/Blockland/images/bbc/url.gif"] {
  386.     background-image: url('http://i.imgur.com/XrLBf8l.gif') !important;
  387.     width: 0 !important;
  388.     height: 22px !important;
  389.     padding-left: 23px !important;
  390. }
  391. [src$="/Themes/Blockland/images/bbc/email.gif"] {
  392.     background-image: url('http://i.imgur.com/pmlHeK1.gif') !important;
  393.     width: 0 !important;
  394.     height: 22px !important;
  395.     padding-left: 23px !important;
  396. }
  397. [src$="/Themes/Blockland/images/bbc/ftp.gif"] {
  398.     background-image: url('http://i.imgur.com/sNa9Lf2.gif') !important;
  399.     width: 0 !important;
  400.     height: 22px !important;
  401.     padding-left: 23px !important;
  402. }
  403. [src$="/Themes/Blockland/images/bbc/table.gif"] {
  404.     background-image: url('http://i.imgur.com/YkzzqHQ.gif') !important;
  405.     width: 0 !important;
  406.     height: 22px !important;
  407.     padding-left: 23px !important;
  408. }
  409. [src$="/Themes/Blockland/images/bbc/tr.gif"] {
  410.     background-image: url('http://i.imgur.com/fPUUEGx.gif') !important;
  411.     width: 0 !important;
  412.     height: 22px !important;
  413.     padding-left: 23px !important;
  414. }
  415. [src$="/Themes/Blockland/images/bbc/td.gif"] {
  416.     background-image: url('http://i.imgur.com/vDl3FB1.gif') !important;
  417.     width: 0 !important;
  418.     height: 22px !important;
  419.     padding-left: 23px !important;
  420. }
  421. [src$="/Themes/Blockland/images/bbc/sup.gif"] {
  422.     background-image: url('http://i.imgur.com/1LqlivB.gif') !important;
  423.     width: 0 !important;
  424.     height: 22px !important;
  425.     padding-left: 23px !important;
  426. }
  427. [src$="/Themes/Blockland/images/bbc/sub.gif"] {
  428.     background-image: url('http://i.imgur.com/huqScwn.gif') !important;
  429.     width: 0 !important;
  430.     height: 22px !important;
  431.     padding-left: 23px !important;
  432. }
  433. [src$="/Themes/Blockland/images/bbc/tele.gif"] {
  434.     background-image: url('http://i.imgur.com/dkC1YEu.gif') !important;
  435.     width: 0 !important;
  436.     height: 22px !important;
  437.     padding-left: 23px !important;
  438. }
  439. [src$="/Themes/Blockland/images/bbc/code.gif"] {
  440.     background-image: url('http://i.imgur.com/2WLtMTr.gif') !important;
  441.     width: 0 !important;
  442.     height: 22px !important;
  443.     padding-left: 23px !important;
  444. }
  445. [src$="/Themes/Blockland/images/bbc/quote.gif"] {
  446.     background-image: url('http://i.imgur.com/K1YcI5S.gif') !important;
  447.     width: 0 !important;
  448.     height: 22px !important;
  449.     padding-left: 23px !important;
  450. }
  451. [src$="/Themes/Blockland/images/bbc/list.gif"] {
  452.     background-image: url('http://i.imgur.com/l8DOdh7.gif') !important;
  453.     width: 0 !important;
  454.     height: 22px !important;
  455.     padding-left: 23px !important;
  456. }
  457. [src$="/Themes/Blockland/images/icons/assist.gif"] {
  458.     background-image: url('http://i.imgur.com/cIhcdP3.gif') !important;
  459.     width: 0 !important;
  460.     height: 16px !important;
  461.     padding-left: 16px !important;
  462. }
  463. [src$="/Themes/Blockland/images/collapse.gif"], [src$="Themes/Blockland/images/sort_down.gif"] {
  464.     background-image: url('http://i.imgur.com/94Hn5iY.gif') !important;
  465.     width: 0 !important;
  466.     height: 12px !important;
  467.     padding-left: 12px !important;
  468. }
  469. [src$="/Themes/Blockland/images/expand.gif"] {
  470.     background-image: url('http://i.imgur.com/UL5LXtT.gif') !important;
  471.     width: 0 !important;
  472.     height: 12px !important;
  473.     padding-left: 12px !important;
  474. }
  475. [src$="/Themes/Blockland/images/sort_up.gif"] {
  476.     background-image: url('http://i.imgur.com/1DG1CGR.gif') !important;
  477.     width: 0 !important;
  478.     height: 12px !important;
  479.     padding-left: 12px !important;
  480. }
Advertisement
Add Comment
Please, Sign In to add comment