Advertisement
Patamon

STILSETT

Aug 10th, 2012
433
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.45 KB | None | 0 0
  1. body {
  2. background-image: url('http://media.tumblr.com/tumblr_lyn1q6jU901ql6slc.png');
  3. background-attachment:fixed;
  4. font-family: Arial;
  5. font-size: 12px;
  6. color: #808080;
  7. }
  8. #header {
  9. background-color: #;
  10. background-image: url(http://i47.tinypic.com/2vafak8.png);
  11. background-repeat: no-repeat;
  12. margin-bottom: -80px;
  13. margin-left: 15px;
  14. height: 420px;
  15. width: 800px;
  16. }
  17. #side {
  18. width: 200px;
  19. padding-left: 5px;
  20. padding-right: 5px;
  21. margin-left:-5px;
  22. background: #ffffff;
  23. border: 1px solid #FFFFFF;
  24. }
  25. #main {
  26. width: 600px;
  27. margin-left: -100px;
  28. margin-top: 0px;
  29. padding: 9px;
  30. background: #ffffff;
  31. border: 0px solid #d1d1d1;
  32. }
  33. .content {margin-bottom: 20px;}
  34. .meta {text-align: center; ;}
  35. a { color: #808080}
  36. a:link { color: #808080}
  37. a:hover {color: #ffbfcf;}
  38. i, em {COLOR:#ffbfcf; }
  39. a:hover {color: #ffbfcf; cursor:crosshair; }
  40. h1, h2, h3, h4, h5 { font-family: Tahoma, Geneva, sans-serif; }
  41. h1 a, h1 a:link, h1 a:visited, h1 a:active { text-decoration: none; color: #ffbfcf; }
  42. h2 a, h2 a:link, h2 a:visited, h2 a:active { text-decoration: none; color: #ffffff; }
  43. h2 {
  44. cursor:default;
  45. background-color: #ffccdd;
  46. font-size: 20pt;
  47. font-family: times new roman;
  48. letter-spacing: -1px;
  49. text-align: center;
  50. margin-bottom: 0px; margin-top: 0px; margin-right: 0px; margin-left: 0px;
  51. }
  52. h4 {
  53. cursor:default;
  54. color: #ffccdd;
  55. font-size: 12pt;
  56. font-family: trajan pro;
  57. letter-spacing: 0px;
  58. }
  59. #side h9, #side h3, #side h3 a {
  60. display: block;
  61. padding-top: 1px;
  62. border-bottom: 1px solid #ffbfcf;
  63. margin-top: 4px;
  64. margin-bottom: 4px;
  65. height: 20px;
  66. padding-left: 6px;
  67. color: #ffbfcf;
  68. }
  69. #newcomment {
  70. padding-top: 10px;
  71. padding-left: 10px;
  72. color: #808080;
  73. }
  74. input{
  75. background-color: #ffffff;
  76. border: 1px solid #ffbfcf;
  77. -moz-border-radius: 5px;
  78. -webkit-border-radius: 5px;
  79. -khtml-border-radius: 3px;
  80. border-radius: 3px;
  81. color: #808080;
  82. }
  83. textarea {
  84. background-repeat: no-repeat;
  85. background-position: right bottom;
  86. border: 1px solid #ffbfcf;
  87. -moz-border-radius: 5px;
  88. -webkit-border-radius: 5px;
  89. -khtml-border-radius: 5px;
  90. border-radius: 5px;
  91. background-color: #transp;
  92. color: #808080;
  93. }
  94. #comments .owner{
  95. border: 1px solid #ffbfcf;
  96. -moz-border-radius: 5px;
  97. -webkit-border-radius: 5px;
  98. -khtml-border-radius: 5px;
  99. border-radius: 5px;
  100. background-color: #ffffff;
  101. width: 550px;
  102. color: #808080;
  103. margin-left: 10px;
  104. }
  105. #comments .owner .meta{
  106. border: 0px solid #ffbfcf;
  107. background-color: transparent;
  108. color: #808080;
  109. }
  110. #comments .owner .content{
  111. background-color: transparent;
  112. border: 0px solid #ffbfcf;
  113. color: #808080;
  114. }
  115. #comments .user{
  116. border: 1px solid #ffbfcf;
  117. -moz-border-radius: 5px;
  118. -webkit-border-radius: 5px;
  119. -khtml-border-radius: 5px;
  120. border-radius: 5px;
  121. background-color: #ffffff;
  122. width: 550px;
  123. color: #808080;
  124. margin-left: 10px;
  125. }
  126. #comments .user .meta{
  127. border: 0px solid #ffbfcf;
  128. background-color: transparent;
  129. color: #808080;
  130. }
  131. #comments .user .content{
  132. background-color: transparent;
  133. border: 0px solid #ffbfcf;
  134. color: #808080;
  135. }
  136. #comments .other{
  137. border: 1px solid #ffbfcf;
  138. -moz-border-radius: 5px;
  139. -webkit-border-radius: 5px;
  140. -khtml-border-radius: 5px;
  141. border-radius: 5px;
  142. background-color: #ffffff;
  143. width: 550px;
  144. color: #808080;
  145. margin-left: 10px;
  146. }
  147. #comments .other .meta{
  148. border: 0px solid #ffbfcf;
  149. background-color: transparent;
  150. color: #808080;
  151. }
  152. #comments .other .content{
  153. background-color: transparent;
  154. border: 0px solid #ffbfcf;
  155. color: #808080;
  156. }
  157. #main {float: right;}
  158. #side {float: left;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement