Advertisement
Guest User

Untitled

a guest
Mar 4th, 2013
633
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. <style type="text/css">htm\l {
  2. background: #0b0b0b url('http://i.imgur.com/45QyU.jpg') repeat-y center;
  3. }
  4. #mal_control_stri\p a {
  5. text-decoration: none !important;
  6. color: #ccc !important;
  7. }
  8. #mal_control_stri\p a:hover {
  9. color: #fff !important;
  10. }
  11. #mal_cs_pi\c, #mal_cs_listinf\o, #mal_cs_link\s {
  12. border: 0 !important;
  13. }
  14.  
  15. body {
  16. color: #777;
  17. font-size: 14px;
  18. font-family: arial;
  19. background: url('http://i.imgur.com/45QyU.jpg') repeat-y top center;
  20. }
  21. #list_surround {
  22. width: 960px;
  23. margin: 580px auto 20px auto;
  24. padding: 20px;
  25. background: #111;
  26.  
  27. -moz-border-radius: 20px;
  28. -webkit-border-radius: 20px;
  29. border-radius: 20px;
  30.  
  31. -moz-box-shadow:0 0 20px rgba(0, 0, 0, 0.7);
  32. -webkit-box-shadow:0 0 20px rgba(0, 0, 0, 0.7);
  33. box-shadow:0 0 20px rgba(0, 0, 0, 0.7);
  34. }
  35. .status_selected, .status_not_selected {
  36. font-size: 1.5em;
  37. border-bottom: 1px dashed #555;
  38. margin: 0;
  39. padding: 0 0 25px 0;
  40.  
  41. }
  42. .status_selected:hover, .status_not_selected:hover {
  43. text-shadow: #aaa 0px 0px 30px;
  44. }
  45. .status_selected a, .status_not_selected a{
  46. color: #ccc;
  47. font-family: arial;
  48. font-size: 20px;
  49. }
  50. a{
  51. color: #ccc;
  52. text-decoration: none;
  53. }
  54. a:hover {
  55. color: #fff;
  56. }
  57.  
  58. .header_title {
  59. padding: 10px;
  60. background: #222;
  61.  
  62. -moz-border-radius: 10px 10px 0px 0px;
  63. -webkit-border-radius: 10px 10px 0px 0px;
  64. border-radius: 10px 10px 0px 0px;
  65. }
  66. .category_totals {
  67. padding: 20px 10px 10px 10px;
  68. text-align: center;
  69. background: #222;
  70.  
  71. -moz-border-radius: 0px 0px 10px 10px;
  72. -webkit-border-radius: 0px 0px 10px 10px;
  73. border-radius: 0px 0px 10px 10px;
  74. }
  75. .header_title {
  76. color: #fff;
  77. font-size: 1.2em;
  78. border-bottom: 1px solid #333;
  79. }
  80.  
  81. .td1, .td2, .table_header {
  82. padding: 1px 10px;
  83. background: #222;
  84. border-bottom: 1px solid #222;
  85. }
  86. .td1:hover, .td2:hover {
  87. border-bottom: 1px dashed #555;
  88. }
  89. .table_header {
  90. padding-top: 10px;
  91. }
  92. #grand_totals{
  93. color: #333;
  94. text-align: center;
  95. }
  96. #copyright{
  97. color: #333;
  98. padding-top: 6px;
  99. text-align: center;
  100. margin: 0 auto;
  101. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement