Advertisement
taffyratch

Stilsett #6

Apr 6th, 2013
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.15 KB | None | 0 0
  1. body {
  2. background-color: #transparent;
  3. background-attachment: fixed;
  4. background-image: url('http://i139.photobucket.com/albums/q289/misslovex/Backgrounds/tumblr_m8n4vdQUNl1rd929vo1_400.gif');
  5. font-family: Tahoma, Geneva, sans-serif;
  6. color: #333333;
  7. }
  8. #header {
  9. display: none;
  10. }
  11. #wrapper {
  12. background-color: #transparent;
  13. width: 810px;
  14. margin-left: auto;
  15. margin-right: auto;
  16. }
  17. .entry {
  18. border-radius: 10px;
  19. background-color: #ffffff;
  20. padding: 10px;
  21. }
  22. #main {
  23. border-radius: 10px;
  24. background-color: #transparent;
  25. width: 620px;
  26. float:right;
  27. padding: 10px;
  28. font-family: Arial;
  29. color: #000000;
  30. font-size: 8pt;
  31. margin-right: -50px;
  32. }
  33. #side {
  34. border-radius: 10px;
  35. background-color: #ffffff;
  36. margin-top: 10px;
  37. position: absolute;
  38. font-family: 'Geo', sans-serif;
  39. color: #000000;
  40. font-size: 8pt;
  41. width: 210px;
  42. padding: 8px;
  43. }
  44. #footer {
  45. display: none;
  46. background-color: #ffffff;
  47. }
  48. h2 {
  49. font-family: Arial;
  50. border-bottom: 1px solid #E8E1E4;
  51. font-style: normal;
  52. font-size: 30px;
  53. letter-spacing: 3px;
  54. font-weight: normal;
  55. margin-bottom: 0px;
  56. margin-top: 3px;
  57. padding-bottom: 2px;
  58. line-height: 100%;
  59. text-align: center;
  60. }
  61. h3 {
  62. font-family: arial;
  63. font-size: 15px;
  64. color: #000000;
  65. text-transform: normal;
  66. padding: 2px 5px -2px 2px;
  67. letter-spacing: 2px;
  68. margin-bottom: 20px;
  69. line-height: 120%;
  70. border-bottom: 0px solid #000;
  71. }
  72. h4 {
  73. font-family: arial;
  74. font-size: 12px;
  75. color: #000000;
  76. text-transform: normal;
  77. padding: 2px 5px -2px 2px;
  78. letter-spacing: 2px;
  79. margin-bottom: 5px;
  80. line-height: 120%;
  81. border-bottom: 0px solid #000;
  82. }
  83. h5 {
  84. font-family: arial;
  85. font-size: 8px;
  86. color: #000000;
  87. text-transform: normal;
  88. letter-spacing: 2px;
  89. margin-bottom: 5px;
  90. line-height: 100%;
  91. border-top: 1px dotted #000;
  92. }
  93. a { color: #000000}
  94. a:link { color: #000000 }
  95. a:visited { color: #000000}
  96. a:active { color: #FA7DAF}
  97. h1,h3, h4, h5 { font-family: Arial, Trebuchet MS, sans-serif; }
  98. #header h1, #header p { display:none }
  99. #header { color: #000000; }
  100. h1 a, h1 a:link, h1 a:visited, h1 a:active { text-decoration: none; color: #000000; }
  101. h2 a, h2 a:link, h2 a:visited, h2 a:active { text-decoration: none; color: #000000; }
  102. h3 a, h3 a:link, h3 a:visited, h3 a:active { text-decoration: none; color: #000000; }
  103. h4 a, h4 a:link, h4 a:visited, h4 a:active { text-decoration: none; color: #000000; }
  104. h4 { font-family: Arial, Trebuchet MS, Levenim MT; font-size: 11,5px; text-color: #000000; }
  105. }
  106. input{
  107. background-color: #ffffff;
  108. border: 1px solid #000000;
  109. border-radius: 3px;
  110. }
  111. textarea {
  112. background-image: url('http://i48.tinypic.com/2njy5pf.png');
  113. background-repeat: no-repeat;
  114. background-position: right bottom;
  115. border: 1px solid #000000;
  116. border-radius: 3px;
  117. }
  118. #comments .avatar{
  119. border-radius:30px;
  120. border: 1px dotted #transparent;
  121. }
  122. #comments .owner {
  123. border: 0px dotted #686868;
  124. border-radius: 5px;
  125. background-color: #FCF2F6;
  126. width: 580px;
  127. margin-left: 10px;
  128. }
  129. #comments .user {
  130. border: 0px dotted #686868;
  131. border-radius: 5px;
  132. background-color: #E1E1FA;
  133. width: 580px;
  134. margin-left: 10px;
  135. }
  136. #comments .other {
  137. border: 0px dotted #686868;
  138. background-color: #ffffff;
  139. width: 580px;
  140. margin-left: 10px;
  141. border-radius: 5px;
  142. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement