Advertisement
taffyratch

Stilsett #4

Mar 28th, 2013
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.92 KB | None | 0 0
  1. body {
  2. background-color: #D6D4D5;
  3. background-image: url('');
  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: 610px;
  13. height: 135px;
  14. border: 0px solid #transparent;
  15. margin-left: 55px;
  16. margin-bottom: -60px;
  17. }
  18. #wrapper {
  19. background-color: #transparent;
  20. width: 750px;
  21. margin-right: auto;
  22. margin-left: auto;
  23. }
  24. .entry {
  25. padding-bottom: px;
  26. }
  27. #main {
  28. text-align: left;
  29. background-color: #ffffff;
  30. font-size: 10pt;
  31. width: 600px;
  32. margin-right: -50px;
  33. float:right;
  34. padding: 10px;
  35. font-family: arial;
  36. color: #000000;
  37. font-size: 8pt;
  38. }
  39. #side {
  40. -moz-border-radius: 13px;
  41. border-radius: 5px;
  42. background-color: #ffffff;
  43. position: fixed;
  44. font-family: 'Geo', sans-serif;
  45. color: #000000;
  46. font-size: 8pt;
  47. width: 150px;
  48. padding: 8px;
  49. margin-top: 30px;
  50. text-align: left;
  51. }
  52. #footer {
  53. display: none;
  54. background-color: #ffffff;
  55. }
  56. h2 {
  57. font-family: 'Sacramento', cursive;
  58. border-bottom: 0px solid #DBD3E3;
  59. font-style: normal;
  60. font-size: 40px;
  61. letter-spacing: 3px;
  62. font-weight: normal;
  63. margin-bottom: 0px;
  64. margin-top: 3px;
  65. padding-bottom: 0px;
  66. line-height: 100%;
  67. text-align: center;
  68. }
  69. h3 {
  70. font-family: arial;
  71. font-size: 15px;
  72. color: #000000;
  73. text-transform: normal;
  74. padding: 2px 5px -2px 2px;
  75. letter-spacing: 2px;
  76. margin-bottom: 20px;
  77. line-height: 120%;
  78. border-bottom: 1px solid #000;
  79. }
  80. h7 {
  81. font-size: 15px;
  82. color: #F7A3C5;
  83. text-transform: normal;
  84. padding: 2px 5px -2px 2px;
  85. letter-spacing: 2px;
  86. margin-bottom: 20px;
  87. line-height: 120%;
  88. }
  89. textarea {
  90. background-image: url('http://i48.tinypic.com/2njy5pf.png');
  91. background-position: right bottom;
  92. background-repeat: no-repeat;
  93. }
  94. a { color: #000000}
  95. a:link { color: #000000}
  96. a:visited { color: #000000}
  97. a:active { color: #FA7DAF}
  98. h1,h3, h4, h5 { font-family: Arial, Trebuchet MS, sans-serif; }
  99. #header h1, #header p { display:none }
  100. #header { color: #000000; }
  101. h1 a, h1 a:link, h1 a:visited, h1 a:active { text-decoration: none; color: #000000; }
  102. h2 a, h2 a:link, h2 a:visited, h2 a:active { text-decoration: none; color: #000000; }
  103. h3 a, h3 a:link, h3 a:visited, h3 a:active { text-decoration: none; color: #000000; }
  104. h4 a, h4 a:link, h4 a:visited, h4 a:active { text-decoration: none; color: #000000; }
  105. h4 { font-family: Arial, Trebuchet MS, Levenim MT; font-size: 11,5px; text-color: #000000; }
  106. #navbar {
  107. padding: 5px;
  108. height: 1em;
  109. width: auto;
  110. margin: 0px;
  111. text-align: center;
  112. }
  113. #navbar li {
  114. float: left;
  115. list-style: none;
  116. width: 180px;
  117. background-color: #transparent;
  118. }
  119. #navbar li a {
  120. padding: 5px;
  121. display: block;
  122. border-bottom: 0px dashed #F7D7EE;
  123. color: #000000;
  124. text-decoration: none;
  125. font-family: arial;
  126. font-size: 10px;
  127. line-height: 12px;
  128. }
  129. #navbar li ul {
  130. padding: 5px;
  131. display: none;
  132. width: em;
  133. background-color: #fff;
  134. }
  135. #navbar li:hover ul, #navbar li.hover ul {
  136. display: block;
  137. position: absolute;
  138. margin: 0;
  139. padding: 0;
  140. z-index: 1;
  141. text-align: center;
  142. }
  143. #navbar li:hover li, #navbar li.hover li {
  144. float: none;
  145. }
  146. #navbar li:hover li a, #navbar li.hover li a {
  147. border-bottom: 1px dotted #ffc0c0;
  148. color: #000000;
  149. }
  150. #navbar li li a:hover {
  151. background-color: #ffc0c0;
  152. }
  153. #backtotop{
  154. position:fixed;
  155. right: 30px;
  156. bottom:0px;
  157. width: 35px;
  158. height: 20px;
  159. padding:5px;
  160. text-align:center;
  161. background: #transparent;
  162. }
  163. #backtotop:hover{
  164. background: #ffffff;
  165. }
  166. #backtotop a{
  167. font: 12px lucida console, trebuchet ms, sans-serif;
  168. color: #000000;
  169. }
  170. #backtotop a:hover{
  171. color:#000000;
  172. }
  173. .box {
  174. font-family: 'Geo', sans-serif;
  175. font-size: 8pt;
  176. padding: 10px;
  177. background-color: #F7A3C5;
  178. }
  179. .navi span {
  180. color:black;
  181. font-size: 10pt;
  182. font-family: 'Geo', sans-serif;
  183. background:#fffffff;
  184. padding: 3px;
  185. }
  186. .navi span:hover {
  187. font-size: 10pt;
  188. cursor: url(http://www.drikoti.net/Dri/drikoti.cur), auto;
  189. text-decoration: none;
  190. color: #ffffff;
  191. background-color: #F7A3C5;
  192. padding: 3px;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement