Advertisement
valentinsenm

stilsett 15

Jan 14th, 2014
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.62 KB | None | 0 0
  1. body {
  2. font-family: helvetica, arial, verdana;
  3. font-size: 12px;
  4. background: #9d0000;
  5. color: #000;
  6. }
  7. .image {
  8. background: url(http://i43.tinypic.com/hv7a4h.png);
  9. height: 700px;
  10. width: 1045px;
  11. z-index:1;
  12. margin-top:0px;
  13. margin-left:-2px
  14. }
  15. .main{
  16. margin-top:-380px;
  17. margin-left: 360px;
  18. width: 700px;
  19. background: #fff;
  20. padding: 5px;
  21. text-align: left;
  22. border: 2px solid #000;
  23. -moz-border-radius: 10px;
  24. -webkit-border-radius: 10px;
  25. -khtml-border-radius: 10px;
  26. border-radius: 10px;
  27. }
  28. .sidee{
  29. position: absolute;
  30. top: 370px;
  31. left: 100px;
  32. width: 240px;
  33. height: auto;
  34. text-align: justify;
  35. border: 2px solid #000;
  36. -moz-border-radius: 10px;
  37. -webkit-border-radius: 10px;
  38. -khtml-border-radius: 10px;
  39. border-radius: 10px;
  40. }
  41. #example-one { background: #fff; padding: 10px; margin: 0 0 1px 0;-moz-border-radius: 10px;
  42. -webkit-border-radius: 10px;
  43. -khtml-border-radius: 10px;
  44. border-radius: 10px;
  45. font-size: 9px;}
  46. #example-one .nav { overflow: hidden; margin: 0 0 10px 0; }
  47. #example-one .nav li { width: 50px; float: left; margin: 0 5px 0 0; }
  48. #example-one .nav li a { display: block; padding: 4px; background: #9d0000; color: white; font-size: 9px; text-align: center; border: 0;-moz-border-radius: 10px;
  49. -webkit-border-radius: 10px;
  50. -khtml-border-radius: 10px;
  51. border-radius: 10px; }
  52. #example-one .nav li a:hover { background-color: #000; }
  53. #example-one ul { list-style: none; }
  54. #example-one ul li a { display: block; padding-left: 5px; color: #666; }
  55. #example-one ul li a:hover, #example-one ul li a:focus { background: #9d0000; color: #fff;}
  56. #example-one ul li:last-child a { border: none; }
  57. #example-one li.nav-one a.current, ul.featured li a:hover { background-color: #000; color: white; }
  58. #example-one li.nav-two a.current, ul.arkiv li a:hover { background-color: #000; color: white; }
  59. #example-one li.nav-three a.current, ul.kategori li a:hover { background-color: #000; color: white; }
  60. #example-one li.nav-four a.current, ul.lenk li a:hover { background-color: #000; color: white; }
  61. .hide { position: absolute; top: -9999px; left: -9999px; }
  62. h2 {
  63. color: #9d0000;
  64. font-family: candara, georgia;
  65. font-size:17px;
  66. line-height:17px;
  67. text-align: center;
  68. text-transform: uppercase;
  69. letter-spacing: 1px;
  70. border-bottom: 1px solid #000;
  71. margin-bottom: 10px;
  72. }
  73. #double li { width:50%;}
  74. .lidd{
  75. line-height:1.5em;
  76. float: left;
  77. display: inline;
  78. }
  79. h12{
  80. color: #fff;
  81. display:block;
  82. width: 200px;
  83. background: #9d0000;
  84. margin-bottom: 3px;
  85. -moz-border-radius: 10px;
  86. -webkit-border-radius: 10px;
  87. -khtml-border-radius: 10px;
  88. border-radius: 10px;
  89. border: 1px solid #000;
  90. }
  91. h12 a, h12 a:link, h12 a:visited, h12 a:active {
  92. color: #fff;
  93. }
  94. a, a:link, a:visited, a:active {
  95. color: #9d0000;
  96. font-weight: normal;
  97. text-decoration: none;
  98. -webkit-transition:0.5s;
  99. transition: 0.5s;cursor:url(http://cur.cursors-4u.net/others/oth-6/oth644.cur),default;
  100. }
  101. a:hover {
  102. text-decoration: none;
  103. color: #000;
  104. -webkit-transition:0.5s;
  105. }
  106. ::-moz-selection {
  107. background-color: transparent;
  108. color: #999999;
  109. }
  110. h4{
  111. text-decoration: none;
  112. line-height: 27px;
  113. font-size: 18px;
  114. color: #9d0000;
  115. text-align: left;
  116. }
  117. textarea, input {
  118. border: 1px solid #000;
  119. background-position: left bottom;
  120. -moz-border-radius: 20px;
  121. -webkit-border-radius: 20px;
  122. -khtml-border-radius: 20px;
  123. border-radius: 20px;
  124. padding: 10px;
  125. background-repeat: no-repeat;
  126. background-color: #ffffff;
  127. }
  128. #comments .other, #comments .user, #comments .owner{
  129. border: 1px solid #9d0000;
  130. -moz-border-radius: 20px;
  131. -webkit-border-radius: 20px;
  132. -khtml-border-radius: 20px;
  133. border-radius: 20px;
  134. background-color: #ffffff;
  135. width: 660px;
  136. color: #000;
  137. margin-left: 10px;
  138. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement