Advertisement
valentinsenm

stilsett 16

Feb 12th, 2014
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. body {
  2. font-size: 12px;
  3. background: #fde0e7 url();
  4. color:#666;
  5. font-family: helvetica, arial;
  6. }
  7. .head{
  8. width: auto;
  9. top: 0px;
  10. left: 0px;
  11. right: 0px;
  12. bottom: 0px;
  13. height: 280px;
  14. background: url(http://i58.tinypic.com/287q59s.png) repeat;
  15. text-align: center;
  16. padding: 10px;
  17. }
  18. .main {
  19. margin-top: 0px;
  20. text-align: left;
  21. margin-left: auto;
  22. margin-right: auto;
  23. width: 910px;
  24. background: #fff;
  25. }
  26. .entry{
  27. width: 900px;
  28. padding: 5px;
  29. margin-top: -2px;
  30. }
  31. h2 {
  32. font-family: Libre Baskerville;
  33. font-size:34px;
  34. color:#FFC2D1;
  35. text-align:center;
  36. }
  37. h2 a:hover {
  38. color: #686868;
  39. }
  40. a, a:link, a:visited, a:active{
  41. color:#FFC2D1;
  42. }
  43. .meta {
  44. color:#FFC2D1;
  45. }
  46. a:hover {color: #666;
  47. -webkit-transition:0.5s;
  48. transition: 0.5s;
  49. }
  50. h4{
  51. font-family:georgia;
  52. font-size:21px;
  53. }
  54. input{
  55. background-color: #ffffff;
  56. border: 1px solid #FFC2D1;
  57. -moz-border-radius: 5px;
  58. -webkit-border-radius: 5px;
  59. -khtml-border-radius: 3px;
  60. border-radius: 3px;
  61. width: 200px;
  62. }
  63. textarea {
  64. background-repeat: no-repeat;
  65. background-position: left bottom;
  66. border: 1px solid #FFC2D1;
  67. -moz-border-radius: 5px;
  68. -webkit-border-radius: 5px;
  69. -khtml-border-radius: 5px;
  70. border-radius: 5px;
  71. width: 460px;
  72. background-image.: url(http://lackadaisicalodyssey.net/gratisdesigndkodene/designav.png);
  73. }
  74. #comments .other, #comments .user, #comments .owner{
  75. color:#666;
  76. background-color: #fff;
  77. width: 860px;
  78. margin-left: 10px;
  79. border: 1px solid #FFC2D1;
  80. -moz-border-radius: 5px;
  81. -webkit-border-radius: 5px;
  82. -khtml-border-radius: 5px;
  83. border-radius: 5px;
  84. }
  85. #navbar {
  86. padding: 5px;
  87. height: 20px;
  88. text-align: center;
  89. width: 630px;
  90. margin-left: auto;
  91. margin-right: auto;
  92. }
  93. #navbar li {
  94. float: left;
  95. padding-top: 5px;
  96. list-style: none;
  97. width: 150px;
  98. background-color: #transparent;
  99. }
  100. #navbar li a {
  101. padding: 2px;
  102. display: block;
  103. color: #ffffff;
  104. text-decoration: none;
  105. text-align: center;
  106. font-family: verdana;
  107. font-size: 12px;
  108. line-height: 9px;
  109. }
  110. #navbar li ul {
  111. padding: 2px;
  112. display: none;
  113. width: em;
  114. background-color: #fff;
  115. }
  116. #navbar li:hover ul, #navbar li.hover ul {
  117. display: block;
  118. position: absolute;
  119. margin: 0;
  120. padding: 0;
  121. z-index: 1;
  122. text-align: center;
  123. }
  124. #navbar li:hover li, #navbar li.hover li {
  125. float: none;
  126. }
  127. #navbar li:hover li a, #navbar li.hover li a {
  128. color:#666;
  129. }
  130. #navbar li li a:hover {
  131. }
  132. #meny {
  133. position: fixed;
  134. width:auto;
  135. left:0px;
  136. right: 0px;
  137. text-align: center;
  138. background: #fff;
  139. opacity: 0.8;
  140. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement