Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- body, .head, .navigation, .thead, #sidebar, #index_constraint, table, footer, #footer, textarea, .save, .button, li, ul {
- font-family: Comic Sans MS !important;
- }
- body, #forums {
- -webkit-animation: shake 40s infinite alternate;
- }
- #container, #inner, #content, #navigation, #shadetabs{
- -webkit-animation: pulse 2s infinite alternate;
- }
- .trow1{
- border: none;
- background: #0A0A0A;
- border-left: none !important;
- border-right: none !important;
- }
- .trow2{
- border: none;
- background: #0A0A0A;
- border-left: none !important;
- border-right: none !important;
- }
- .tborder{
- background: #000000;
- border: 0px;
- border-color: #000000;
- }
- tr, td{
- border: 0px;
- }
- thead{
- padding-bottom: 1px;
- }
- .shadetabs a{
- background: #121212;
- }
- .foot, ul, .tcat, .head {
- background: #000000;
- }
- .cm-s-lesser-dark.CodeMirror {
- background: #0A0A0A;
- color: #ebefe7;
- text-shadow: 0 -1px 1px #262626;
- }
- textarea {
- background: #000000;
- color: #a0a0a0;
- border: NONE;
- border-radius: 0px;
- -moz-border-radius: 2px;
- -webkit-border-radius: 2px;
- padding: 2px;
- font-family: 'Roboto',Arial,Sans-Serif;
- line-height: 1.4;
- font-size: 13px;
- }
- .tfoot {
- background: #0A0A0A;
- }
- a.large_button {
- background: #121212;
- padding: 10px 15px;
- border-radius: 0px;
- -moz-border-radius: 2px;
- -webkit-border-radius: 2px;
- font-size: 14px;
- }
- .post_buttons a {
- background: #121212;
- padding: 5px 10px;
- border-radius: 0px;
- -moz-border-radius: 2px;
- -webkit-border-radius: 2px;
- font-size: 14px;
- }
- .spoiler_header, hr, input.button, .thead {
- background: #121212;
- }
- ul {
- background: none;
- }
- .reputation_positive{
- color: #17FF83;
- }
- .reputation_negative {
- color: #FF4040;
- }
- .profile_block {
- padding: 5px 5px;
- border-bottom: none;
- text-align: left;
- }
- .editor_control_bar {
- background: #121212;
- border: none;
- }
- input.button {
- background: #292929;
- }
- .codeblock {
- background: #121212;
- margin: 0;
- padding: 5px;
- border: none;
- border-radius: 2px;
- -moz-border-radius: 2px;
- -webkit-border-radius: 2px;
- }
- .codeblock .title {
- border-bottom: none;
- }
- .codeblock code {
- background: #1F1F1F;
- }
- input.textbox {
- border: none;
- }
- @-webkit-keyframes pulse {
- 0% {background-color: #000000;}
- 50% {background-color: #046291;}
- 100% {background-color: #000000;}
- }
- @-webkit-keyframes shake {
- 0% { -webkit-transform: translate(5px, -5px) }
- 50% { -webkit-transform: translate(-5px, 5px) }
- }
Advertisement
Add Comment
Please, Sign In to add comment