bigganigga1991

Untitled

Sep 8th, 2014
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.04 KB | None | 0 0
  1.  
  2. /* Tripcode Italics: */
  3.  
  4. span.postertrip {
  5. font-style: normal;
  6. color: #9f6744 !important;
  7. }
  8.  
  9. .dialog, div.thread-stats {
  10. //background-color: #151515 !important;
  11. color: #596875 !important;
  12. font-family: tewi !important;
  13. font-size: 12px !important;
  14. font-weight: normal !important;
  15. }
  16.  
  17. .body.top {
  18. height: 220px !important;
  19. border-top: 20px !important;
  20. border-radius: 0.9em !important;
  21. background-color: #151515 !important;
  22. }
  23.  
  24. html {
  25. //background-color: #151515 !important;
  26. //background-image: url('http://a.pomf.se/pekxre.png') !important;
  27. font-family: tewi !important;
  28. broder-style: solid !important;
  29. border-color: #151515 !important;
  30. }
  31.  
  32. .selectrice, .field, button, input, pre.prettyprint {
  33. font-family: berry !important;
  34. color: 151515 !important;
  35. background-color: 151515 !important;
  36. border-color: #252525 !important;
  37. box-shadow: 0px 0px 5px #000000 !important;
  38. }
  39.  
  40. .post {
  41. //color: #aaaaaa !important;
  42. background-color: #151515 !important;
  43. border-style: solid !important;
  44. border-width: 1px !important;
  45. //border-color: #252525 !important;
  46. margin-left: 5px !important;
  47. margin-right: 5px !important;
  48. box-shadow: 0px 0px 5px #000000 !important;
  49. transition: all 0.2s ease;
  50. }
  51.  
  52. /*.selectrice:hover,
  53. .field:hover,
  54. button:hover,
  55. input:hover,
  56. pre.prettyprint:hover, */
  57. .post:hover{
  58. transition: all 0.2s ease;
  59. margin-left: 30px !important;
  60. margin-right: -15px !important;
  61. //box-shadow: -25px 10px 25px #000000 !important;
  62. //border-color: #9f6744 !important;
  63. }
  64.  
  65. .post.op {
  66. //margin-left: -8px !important;
  67. }
  68.  
  69. a {
  70. color: #596875 !important;
  71. }
  72.  
  73. span.hand {
  74. font-size: 12px !important;
  75. }
  76.  
  77. a.backlink {
  78. color: #6e464b !important;
  79. }
  80.  
  81. /*span.postertrip {
  82. color: #FEA63C !important
  83. }*/
  84.  
  85. hr#unread-line {
  86. display: none !important;
  87. visibility: hidden !important;
  88. }
  89.  
  90. span.name, .quote {
  91. color: #80764d !important;
  92. font-weight: normal !important;
  93. }
  94.  
  95. .boardTitle {
  96. font-family: berry !important;
  97. font-size: 14px !important;
  98. }
  99.  
  100. .move{
  101. display:none!important;
  102. }
  103.  
  104. span.deleteform {
  105. display: none !important;
  106. }
Add Comment
Please, Sign In to add comment