Advertisement
MadeaInaba

AuA CSS

May 8th, 2012
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. .reply {
  2. margin-top: 50px;
  3. box-shadow: 0px 0px 20px #888888;
  4. margin-bottom: 50px;
  5. border-radius: 5px;
  6. background-color: #E0DDEE
  7. ;
  8. }
  9.  
  10. table {
  11. margin-top: 10px;
  12. }
  13.  
  14. body {
  15. background-color: #F0DDFF
  16. ;
  17. }
  18.  
  19. img {
  20. margin-top: 9px;
  21. box-shadow: 0px 0px 5px #888888;
  22. border-radius: 5px;
  23. margin-bottom: 9px;
  24. }
  25.  
  26. .postblock {
  27. padding-left: 5px;
  28. width: 70px;
  29. background-color: #8066AA;
  30. color: white;
  31. text-shadow: 0px 0px 5px #402266;
  32. }
  33.  
  34. hr {
  35. height: 10px;
  36. background-color: #665588;
  37. border: 0px;
  38. margin-bottom: 20px;
  39. }
  40.  
  41. li {
  42. background-color: #8066AA;
  43. color: white;
  44. text-shadow: 0px 0px 5px #402266;
  45. }
  46.  
  47. div.rules ul li {
  48. color: #884444;
  49. text-shadow: 0px 0px 1px #622;
  50. background-color: #E0DDEE;
  51. }
  52.  
  53. li a {
  54. color: white;
  55. text-shadow: 0px 0px 5px #402266;
  56. }
  57.  
  58. blockquote ul li {
  59. color: #884444;
  60. text-shadow: 0px 0px 1px #622;
  61. background-color: #E0DDEE;
  62. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement