Advertisement
taffyratch

Stilsett #5

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