Advertisement
valentinsenm

stilsett 10

Nov 25th, 2013
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.03 KB | None | 0 0
  1. body {
  2. font-size: 12px;
  3. background: #ccc url(http://i44.tinypic.com/2iqebfk.png);
  4. color: #555;
  5. font-family: helvetica, arial;
  6. }
  7. .head{
  8. margin-left: 10px;
  9. background: url(http://i43.tinypic.com/168crbl.png);
  10. width: 375px;
  11. height: 350px;
  12. }
  13. .main {
  14. margin-top: -250px;
  15. text-align: left;
  16. margin-left: 400px;
  17. width: 610px;
  18. background-color: #fff;
  19. -moz-border-radius: 15px;
  20. -webkit-border-radius: 15px;
  21. -khtml-border-radius: 15px;
  22. border-radius: 15px;
  23. background: url(http://i44.tinypic.com/2n8obvp.png);
  24. }
  25. .entry{
  26. width: 600px;
  27. padding: 5px;
  28. margin-top: -2px;
  29. }
  30. .side{
  31. position: absolute;
  32. top: 355px;
  33. left:100px;
  34. width: 220px;
  35. height: auto;
  36. opacity: 0.7;
  37. }
  38. h2 {
  39. font-family: serif;
  40. font-size:34px;
  41. color:#4f4d90;
  42. letter-spacing: -2px;
  43. text-align:center;
  44. font-style: italic;
  45. border-bottom: 1px dotted #9C5693;
  46. }
  47. h2 a:hover {
  48. color: #686868;
  49. }
  50. a, a:link, a:visited, a:active{
  51. color: #4f4d90;
  52. }
  53. .meta {
  54. color: #9C5693;
  55. }
  56. a:hover {
  57. color: #686868;
  58. -webkit-transition-duration:1.6s; -moz-transition-duration:1.6s;
  59. }
  60. h7, h7 a, h7 a:active, h7 a:visited, h7 a:link{
  61. }
  62. h7 a:hover {
  63. color: #686868;
  64. text-decoration: none;
  65. -webkit-transition-duration:.6s; -moz-transition-duration:.6s;
  66. }
  67. .sdv{
  68. width: 200px;
  69. background: #fff;
  70. -moz-border-radius: 10px;
  71. -webkit-border-radius: 10px;
  72. -khtml-border-radius: 10px;
  73. border-radius: 10px;
  74. padding: 2px;
  75. margin-left: 4px;
  76. }
  77. .botn{
  78. margin-top: -200px;
  79. width: 180px;
  80. margin-left: 1050px;
  81. }
  82. span{
  83. display: block;
  84. width: 200px;
  85. font-family: times;
  86. color: #4f4d90;
  87. margin-left:3px;
  88. font-size: 9pt;
  89. margin-right:2px;
  90. background: #fff;
  91. padding: 2px;
  92. margin-top: 2px;
  93. -moz-border-radius: 10px;
  94. -webkit-border-radius: 10px;
  95. -khtml-border-radius: 10px;
  96. border-radius: 10px;
  97. border: 1px solid #fff;
  98. }
  99. .bmenu span a, .bmenu span a:link, .bmenu span a:active, .bmenu span a:visited{
  100. color: #c27151;
  101. }
  102. span a:hover, span:hover {
  103. color:#fff;
  104. background: #4f4d90;
  105. text-decoration: none;
  106. -webkit-transition-duration:.6s; -moz-transition-duration:.6s;
  107. border: 1px solid #fff;
  108. }
  109. h4{
  110. font-family:georgia;
  111. font-size:21px;
  112. color:#4f4d90;
  113. }
  114. input{
  115. background-color: #ffffff;
  116. border: 1px solid #686868;
  117. -moz-border-radius: 5px;
  118. -webkit-border-radius: 5px;
  119. -khtml-border-radius: 3px;
  120. border-radius: 3px;
  121. width: 200px;
  122. }
  123. textarea {
  124. background-repeat: no-repeat;
  125. background-position: left bottom;
  126. border: 1px solid #686868;
  127. -moz-border-radius: 5px;
  128. -webkit-border-radius: 5px;
  129. -khtml-border-radius: 5px;
  130. border-radius: 5px;
  131. width: 460px;
  132. background-image: url(http://lackadaisicalodyssey.net/gratisdesigndkodene/designav.png);
  133. }
  134. #comments .owner{
  135. border-bottom: 1px solid #686868;
  136. border-top: 1px solid #9C5693;
  137. background-color: #fff;
  138. width: 560px;
  139. margin-left: 10px;
  140. }
  141. #comments .user{
  142. border-bottom: 1px solid #686868;
  143. border-top: 1px solid #9C5693;
  144. background-color: #fff;
  145. width: 560px;
  146. margin-left: 10px;
  147. }
  148. #comments .other{
  149. border-bottom: 1px solid #686868;
  150. border-top: 1px solid #9C5693;
  151. background-color: #fff;
  152. width: 560px;
  153. margin-left: 10px;
  154. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement