Advertisement
valentinsenm

stilsett 17

Apr 18th, 2014
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.42 KB | None | 0 0
  1. body {
  2. font-family: Palatino Linotype, Book Antiqua3, Palatino, serif;
  3. font-size: 12px;
  4. background: #000;
  5. color: #000;
  6. }
  7. .image {
  8. background: url(http://i61.tinypic.com/2552onk.png);
  9. height: 498px;
  10. width: auto;
  11. margin-top:0px;
  12. margin-left:0px;
  13. margin-right:0px;
  14. }
  15. .footerr{
  16. background: url(http://i58.tinypic.com/2qull6g.png);
  17. height: 170px;
  18. width: auto;
  19. margin-bottom:0px;
  20. margin-left:0px;
  21. margin-right:0px;
  22. }
  23. #footer {
  24. display: none;
  25. }
  26. .main{
  27. margin-top:0px;
  28. margin-left: auto;
  29. margin-right:auto;
  30. width: 715px;
  31. background: #;
  32. padding: 5px;
  33. }
  34. .entry{
  35. background:#fff;
  36. padding: 5px;
  37. text-align: left;
  38. border: 2px solid #000;
  39. -moz-border-radius: 10px;
  40. -webkit-border-radius: 10px;
  41. -khtml-border-radius: 10px;
  42. border-radius: 10px;
  43. }
  44. #example-one { background: #fff; padding: 10px; margin: 0 0 1px 0;-moz-border-radius: 10px;
  45. -webkit-border-radius: 10px;
  46. -khtml-border-radius: 10px;
  47. border-radius: 10px;
  48. text-align:left;
  49. font-size: 13px;}
  50. #example-one .nav { overflow: hidden; margin: 0 0 10px 0; }
  51. #example-one .nav li { width: 120px; float: left; margin: 0 5px 0 11px; height: 30px; }
  52. #example-one .nav li a { display: block; background: url(http://i60.tinypic.com/2qsxtva.png); height:30px; color: black; font-size: 13px; text-align: center; border: 0;-moz-border-radius: 10px; padding-top:10px;
  53. -webkit-border-radius: 10px;
  54. -khtml-border-radius: 10px;
  55. border-radius: 10px; }
  56. #example-one .nav li a:hover { background:url(http://i58.tinypic.com/9liuiu.png); }
  57. #example-one ul { list-style: none; }
  58. #example-one ul li a { display: block; padding-left: 5px; color: #666; }
  59. #example-one ul li a:hover, #example-one ul li a:focus { background: #; color: #;}
  60. #example-one ul li:last-child a { border: none; }
  61. #example-one li.nav-one a.current, ul.featured li a:hover, #example-one li.nav-two a.current, ul.arkiv li a:hover, #example-one li.nav-three a.current, ul.kategori li a:hover, #example-one li.nav-four a.current, ul.lenk li a:hover { background:url(http://i58.tinypic.com/9liuiu.png); color: black; }
  62. .hide { position: absolute; top: -9999px; left: -9999px; }
  63. h2 {
  64. color: ##7ca2c8;;
  65. font-size:24px;
  66. line-height:17px;
  67. text-align: center;
  68. letter-spacing: 1px;
  69. border-bottom: 1px solid #000;
  70. margin-bottom: 10px;
  71. }
  72. h12{
  73. color: #fff;
  74. display:block;
  75. width: 200px;
  76. background: #be9db1;
  77. margin-bottom: 3px;
  78. -moz-border-radius: 10px;
  79. -webkit-border-radius: 10px;
  80. -khtml-border-radius: 10px;
  81. border-radius: 10px;
  82. border: 1px solid #000;
  83. }
  84. h12 a, h12 a:link, h12 a:visited, h12 a:active {
  85. color: #fff;
  86. }
  87. a, a:link, a:visited, a:active {
  88. color: #7ca2c8;
  89. font-weight: normal;
  90. text-decoration: none;
  91. -webkit-transition:0.5s;
  92. }
  93. a:hover {
  94. text-decoration: none;
  95. color: #be9db1;
  96. -webkit-transition:0.5s;
  97. transition:0.5s;
  98. }
  99. ::-moz-selection {
  100. background-color: transparent;
  101. color: #999999;
  102. }
  103. h4{
  104. text-decoration: none;
  105. line-height: 27px;
  106. font-size: 18px;
  107. text-align: left;
  108. }
  109. textarea, input {
  110. border: 1px solid #000;
  111. background-position: left bottom;
  112. -moz-border-radius: 20px;
  113. -webkit-border-radius: 20px;
  114. -khtml-border-radius: 20px;
  115. border-radius: 20px;
  116. padding: 5px;
  117. background-repeat: no-repeat;
  118. background-color: #ffffff;
  119. }
  120. #comments .other, #comments .user, #comments .owner{
  121. border: 1px solid #000;
  122. -moz-border-radius: 20px;
  123. -webkit-border-radius: 20px;
  124. -khtml-border-radius: 20px;
  125. border-radius: 20px;
  126. background-color: #ffffff;
  127. width: 660px;
  128. color: #000;
  129. margin-left: 10px;
  130. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement