CallingChain

LF CUSTOM CSS - MEME HEAVEN

Sep 6th, 2015
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.59 KB | None | 0 0
  1. body, .head, .navigation, .thead, #sidebar, #index_constraint, table, footer, #footer, textarea, .save, .button, li, ul {
  2.   font-family: Comic Sans MS !important;
  3. }
  4. body, #forums {
  5.  -webkit-animation: shake 40s infinite alternate;
  6. }
  7. #container, #inner, #content, #navigation, #shadetabs{
  8.   -webkit-animation: pulse 2s infinite alternate;
  9. }
  10. .trow1{
  11.   border: none;
  12.   background: #0A0A0A;
  13.   border-left: none !important;
  14.   border-right: none !important;
  15. }
  16. .trow2{
  17.   border: none;
  18.   background: #0A0A0A;
  19.   border-left: none !important;
  20.   border-right: none !important;
  21. }
  22. .tborder{
  23.   background: #000000;
  24.   border:  0px;
  25.   border-color: #000000;
  26. }
  27. tr, td{
  28.   border: 0px;
  29. }
  30. thead{
  31.   padding-bottom: 1px;
  32. }
  33. .shadetabs a{
  34.   background: #121212;
  35. }
  36. .foot, ul, .tcat, .head {
  37.   background: #000000;
  38. }
  39. .cm-s-lesser-dark.CodeMirror {
  40.     background: #0A0A0A;
  41.     color: #ebefe7;
  42.     text-shadow: 0 -1px 1px #262626;
  43. }
  44. textarea {
  45.     background: #000000;
  46.     color: #a0a0a0;
  47.     border: NONE;
  48.     border-radius: 0px;
  49.     -moz-border-radius: 2px;
  50.     -webkit-border-radius: 2px;
  51.     padding: 2px;
  52.     font-family: 'Roboto',Arial,Sans-Serif;
  53.     line-height: 1.4;
  54.     font-size: 13px;
  55. }
  56. .tfoot {
  57.     background: #0A0A0A;
  58. }
  59. a.large_button {
  60.     background: #121212;
  61.     padding: 10px 15px;
  62.     border-radius: 0px;
  63.     -moz-border-radius: 2px;
  64.     -webkit-border-radius: 2px;
  65.     font-size: 14px;
  66. }
  67. .post_buttons a {
  68.     background: #121212;
  69.     padding: 5px 10px;
  70.     border-radius: 0px;
  71.     -moz-border-radius: 2px;
  72.     -webkit-border-radius: 2px;
  73.     font-size: 14px;
  74. }
  75. .spoiler_header, hr, input.button, .thead {
  76.     background: #121212;
  77. }
  78. ul {
  79.     background: none;
  80. }
  81. .reputation_positive{
  82. color: #17FF83;
  83. }
  84. .reputation_negative {
  85.     color: #FF4040;
  86. }
  87. .profile_block {
  88.     padding: 5px 5px;
  89.     border-bottom: none;
  90.     text-align: left;
  91. }
  92. .editor_control_bar {
  93.     background: #121212;
  94.     border: none;
  95. }
  96. input.button {
  97.     background: #292929;
  98. }
  99. .codeblock {
  100.     background: #121212;
  101.     margin: 0;
  102.     padding: 5px;
  103.     border: none;
  104.     border-radius: 2px;
  105.     -moz-border-radius: 2px;
  106.     -webkit-border-radius: 2px;
  107. }
  108. .codeblock .title {
  109.     border-bottom: none;
  110.  
  111. }
  112. .codeblock code {
  113.   background: #1F1F1F;
  114. }
  115. input.textbox {
  116.         border: none;
  117. }
  118. @-webkit-keyframes pulse {
  119.   0% {background-color: #000000;}
  120.   50% {background-color: #046291;}
  121.   100% {background-color: #000000;}
  122. }
  123. @-webkit-keyframes shake {
  124.   0% { -webkit-transform:         translate(5px, -5px) }
  125.   50% { -webkit-transform:     translate(-5px, 5px) }
  126. }
Advertisement
Add Comment
Please, Sign In to add comment