Advertisement
valentinsenm

stilsett 11

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