Advertisement
Guest User

Red bokeh

a guest
Apr 23rd, 2013
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.95 KB | None | 0 0
  1. html, body {
  2.    
  3.         background-image: url('http://fc06.deviantart.net/fs70/f/2010/130/7/d/Red_Bokeh_that_resembles_blood_by_think0.jpg');
  4.  
  5.  
  6. background-repeat: no-repeat!important;
  7. background-attachment: fixed!important;
  8. background-color: #000000;
  9. color: #ddd
  10.     }
  11.  
  12. a {
  13.         color: #999
  14. }
  15. a:hover {
  16.         color:#999;
  17.         text-shadow: #aaa 1px 1px 3px;
  18. }
  19. .navbar {
  20.     font-size:0.9em;
  21. }
  22.  
  23.  
  24.    .logo {
  25.         clear:both;
  26.         text-align:center;
  27.         font-size:2em;
  28.         font-weight: bold;
  29.         color:#ddd;
  30.         text-shadow: #000 5px 3px 23px;
  31. }
  32.  
  33. .rules {
  34.         font-size:0.5em;
  35.     color:#FFFFFF;
  36. }
  37.  
  38.     .oppost {
  39.  
  40.         color: #fff !important;
  41.  
  42.         background-color: #000 !important;
  43.  
  44.         border: solid 3px #000 !important;
  45.  
  46.         border-radius: 10px !important;
  47.  
  48.         padding: 3px !important;
  49.  
  50.         display: table !important;
  51.     }
  52.  
  53.    
  54.  
  55.     .reply {
  56.  
  57.         color: #d22 !important;
  58.  
  59.         background-color: #000 !important;
  60.  
  61.         border: solid 3px #000 !important;
  62.  
  63.         border-radius: 10px !important;
  64.  
  65.         opacity: 0.9 !important;
  66.     }
  67.  
  68.  
  69.     .spoiler {
  70.  
  71.         border-radius: 3px !important;
  72.         color: #100 !important;
  73.  
  74.     }
  75.  
  76.     .spoiler:hover {
  77.  
  78.         background: #111 !important;
  79.         color: #ddd !important;
  80.  
  81.     }
  82.  
  83.    
  84.  
  85.     .filetitle {
  86.  
  87.         color: #ddd !important;
  88.  
  89.     }
  90.  
  91.    
  92.     .filesize {
  93.  
  94.         border-radius: 10px !important;
  95.  
  96.         margin-left: 10px !important;
  97.  
  98.         margin-right: 10px !important;
  99.  
  100.     }
  101.  
  102.  
  103.  
  104.     .postername {
  105.  
  106.         color: #aaa;
  107.     }
  108.  
  109. .postertrip {
  110.         color:#d00;
  111.         text-shadow: #d00 0px 0px 3px;
  112. }
  113.  
  114. .footer {
  115.         text-align: right;
  116.         font-size:10px;
  117.         font-family:serif;
  118.         margin: 0em 0 0 0;
  119. }
  120.  
  121.  
  122. .postblock {
  123.         background:transparent;
  124.         color:#a00;
  125.         font-weight:bold;
  126. }
  127.  
  128. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement