Advertisement
taffyratch

Stilsett #1

Feb 12th, 2013
41
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-color: #fff;
  3. background-image: url('http://i139.photobucket.com/albums/q289/misslovex/Backgrounds/tumblr_ltdlf99cmU1r1tkcl_thumb_zps2ad4410c.jpg');
  4. font-family: Tahoma, Geneva, sans-serif;
  5. color: #333333;
  6. }
  7. #header {
  8. background-color: #transparent;
  9. background-image: url('http://i49.tinypic.com/11v5zd0.png');
  10. background-repeat: no-repeat;
  11. width: 950px;
  12. height: 100px;
  13. border: 0px solid #transparent;
  14. margin-left: -20px;
  15. }
  16. #wrapper {
  17. background-color: #transparent;
  18. width: 810px;
  19. margin-left: -5px;
  20. }
  21. .entry {
  22. padding-bottom: px;
  23. }
  24. #main {
  25. -moz-border-radius: 15px;
  26. border-radius: 15px;
  27. background-color: #ffffff;
  28. font-size: 5pt;
  29. width: 600px;
  30. margin-right: -50px;
  31. float:right;
  32. padding: 10px;
  33. font-family: Arial;
  34. color: #000000;
  35. font-size: 8pt;
  36. -webkit-box-shadow: 0px 0px 20px #5c5c5c;
  37. -moz-box-shadow: 0px 0px 20px #5c5c5c;
  38. box-shadow: 0px 0px 20px #5c5c5c;
  39. -moz-border-radius: 15px;
  40. }
  41. #side {
  42. -moz-border-radius: 15px;
  43. border-radius: 10px;
  44. background-color: #ffffff;
  45. float: left;
  46. font-family: arial;
  47. color: #000000;
  48. font-size: 7pt;
  49. width: 210px;
  50. padding: 8px;
  51. -webkit-box-shadow: 0px 0px 20px #5c5c5c;
  52. -moz-box-shadow: 0px 0px 20px #5c5c5c;
  53. box-shadow: 0px 0px 20px #5c5c5c;
  54. -moz-border-radius: 15px;
  55. }
  56. #footer {
  57. display: none;
  58. background-color: #ffffff;
  59. }
  60. h2 {
  61. font-family: 'VT323', cursive;
  62. border-bottom: 0px solid #DBD3E3;
  63. font-style: normal;
  64. font-size: 30px;
  65. letter-spacing: 3px;
  66. font-weight: normal;
  67. margin-bottom: 0px;
  68. margin-top: 3px;
  69. padding-bottom: 2px;
  70. line-height: 100%;
  71. text-align: center;
  72. }
  73. h3 {
  74. font-family: arial;
  75. font-size: 15px;
  76. color: #000000;
  77. text-transform: normal;
  78. padding: 2px 5px -2px 2px;
  79. letter-spacing: 2px;
  80. margin-bottom: 20px;
  81. line-height: 120%;
  82. border-bottom: 0px solid #000;
  83. }
  84. textarea {
  85. background-image: url('http://i48.tinypic.com/2njy5pf.png');
  86. background-position: right bottom;
  87. background-repeat: no-repeat;
  88. }
  89. a { color: #000000}
  90. a:link { color: #000000 }
  91. a:visited { color: #000000}
  92. a:active { color: #FA7DAF}
  93. h1,h3, h4, h5 { font-family: Arial, Trebuchet MS, sans-serif; }
  94. #header h1, #header p { display:none }
  95. #header { color: #000000; }
  96. h1 a, h1 a:link, h1 a:visited, h1 a:active { text-decoration: none; color: #000000; }
  97. h2 a, h2 a:link, h2 a:visited, h2 a:active { text-decoration: none; color: #000000; }
  98. h3 a, h3 a:link, h3 a:visited, h3 a:active { text-decoration: none; color: #000000; }
  99. h4 a, h4 a:link, h4 a:visited, h4 a:active { text-decoration: none; color: #000000; }
  100. h4 { font-family: Arial, Trebuchet MS, Levenim MT; font-size: 11,5px; text-color: #000000; }
  101. #navbar {
  102. padding: 5px;
  103. height: 1em;
  104. width: auto;
  105. margin: 0px;
  106. text-align: center;
  107. }
  108. #navbar li {
  109. float: left;
  110. list-style: none;
  111. width: 180px;
  112. background-color: #transparent;
  113. }
  114. #navbar li a {
  115. padding: 5px;
  116. display: block;
  117. border-bottom: 0px dashed #F7D7EE;
  118. color: #000000;
  119. text-decoration: none;
  120. font-family: arial;
  121. font-size: 10px;
  122. line-height: 12px;
  123. }
  124. #navbar li ul {
  125. padding: 0px;
  126. display: none;
  127. width: em;
  128. background-color: #fff;
  129. }
  130. #navbar li:hover ul, #navbar li.hover ul {
  131. display: block;
  132. position: absolute;
  133. margin: 0;
  134. padding: 0;
  135. z-index: 1;
  136. text-align: center;
  137. }
  138. #navbar li:hover li, #navbar li.hover li {
  139. float: none;
  140. }
  141. #navbar li:hover li a, #navbar li.hover li a {
  142. border-bottom: 0px dotted #ffc0c0;
  143. color: #727272;
  144. }
  145. #navbar li li a:hover {
  146. background-color: #ffc0c0;
  147. }
  148. #meny {
  149. width: 600px;
  150. margin-left: 285px;
  151. margin-right: auto;
  152. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement