Advertisement
mkv

ykkaria::eggmun

mkv
Mar 19th, 2013
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.55 KB | None | 0 0
  1. <style>
  2. .replymode {
  3.     display: none;
  4. }
  5. a {
  6.     color: #cf0 !important;
  7. }
  8. body {
  9.     background: #000 url('http://r-a-d.io/css/egg3/HqeXZ.jpg') bottom right fixed no-repeat !important;
  10.     font-family: sans-serif !important;
  11.     color: #fff !important;
  12. }
  13. * {
  14.     font-family: inherit !important;
  15. }
  16. #delform table {
  17.     margin: .5em 0;
  18.     background: #4c5544;
  19.     background: linear-gradient(#4c5544,#2e3329) !important;
  20.     border-collapse: collapse;
  21.     border-radius: 21px;
  22. }
  23. .doubledash {
  24.     font-size: 8px;
  25.     color: rgba(0,0,0,0);
  26. }
  27. .reply,
  28. .highlight {
  29.     font-size: .8em;
  30.     color: #999 !important;
  31.     background: linear-gradient(#222,#1c1c1c) !important;
  32.     border: 1px solid #5e704f !important;
  33.     border-width: 0 0 0 1px !important;
  34.     border-radius: 0 12px 12px 0;
  35. }
  36. .postername {
  37.     color: #fc0 !important;
  38. }
  39. blockquote a {
  40.     color: #cf0 !important;
  41. }
  42. blockquote {
  43.     color: #fff;
  44.     font-size: 1.2em;
  45.     padding-bottom: 1em;
  46. }
  47. .postername a {
  48.     color: #cf0 !important;
  49. }
  50. .postername a[href="mailto:sage"] {
  51.     color: #f00 !important;
  52. }
  53. .unkfunc {
  54.     color: #df8 !important;
  55. }
  56. .filesize a {
  57.     color: #cf0 !important;
  58. }
  59. .filetitle {
  60.     color: #df0 !important;
  61.     font-weight: normal !important;
  62. }
  63. .highlight {
  64.     background: #444 !important;
  65.     background: linear-gradient(#3c3c3c,#333) !important;
  66. }
  67. .postblock {
  68.     color: #fc0 !important;
  69.     background: #333 !important;
  70.     font-weight: normal !important;
  71.     padding: 0 .5em;
  72.     border-radius: 8px 0 0 8px;
  73. }
  74. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement