Advertisement
valentinsenm

stilsett 19

Apr 19th, 2014
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.86 KB | None | 0 0
  1. body {font-family: Times New Roman, Times New Roman, Times, serif;
  2. color: #a1a1a1;
  3. font-size: 12px;
  4. background:#fff;
  5. }
  6. .main{
  7. margin-left: 200px;
  8. width:720px;
  9. }
  10. a.tan, a.tan:link, a.tan:visited{
  11. font-size: 14px;
  12. }
  13. .image{
  14. background-image: url();
  15. width: 100px;
  16. height: 30px;
  17. }
  18. .entry {
  19. background-color: #fff;
  20. width: 700px;
  21. padding: 5px;
  22. text-align: justify;
  23. -moz-border-radius: 5px;
  24. -webkit-border-radius: 5px;
  25. -khtml-border-radius: 5px;
  26. border-radius: 5px;
  27. }
  28. #sxde {
  29. font-size: 13px;
  30. width: 150px;
  31. text-align: left;
  32. position:fixed;
  33. top: 70px;
  34. left: 905px;
  35. padding:12px;
  36. }
  37. h2 {
  38. font-size:25px;
  39. color:#a1a1a1;
  40. letter-spacing: 1px;
  41. text-align:left;
  42. line-height: 17px;
  43. padding-left: 10px;
  44. }
  45. h2 a, h2 a:link, h2 a:active, h2 a:visited {
  46. color: #a1a1a1;text-decoration:none;
  47. }
  48. a, a:link, a:visited, a:active {
  49. color: #a1a1a1;
  50. text-transform: normal;
  51. text-decoration: none;
  52. padding: 0px;
  53. }
  54. a:hover {
  55. letter-spacing:2px;
  56. text-decoration: none;
  57. -webkit-transition-duration:.6s;
  58. -moz-transition-duration:.6s;
  59. -webkit-transition:.6s;
  60. transition: .6s;
  61. }
  62. .bmenu span{
  63. font-family: times;
  64. color: #cc96ae;
  65. margin-left:3px;
  66. font-size: 13pt;
  67. margin-right:4px;
  68. background: #fff;
  69. padding-left: 28px;
  70. padding-right: 28px;
  71. padding-top: 7px;
  72. padding-bottom: 5px;
  73. }
  74. .bmenu span a, .bmenu span a:link, .bmenu span a:active, .bmenu span a:visited{
  75. color: #cc96ae;
  76. }
  77. .bmenu span a:hover, .bmenu span:hover {
  78. color:#777;
  79. text-decoration: none;
  80. -webkit-transition-duration:.6s; -moz-transition-duration:.6s;
  81. }
  82. h7{
  83. padding-left:5px;
  84. padding-right: 5px;
  85. background: #fff;
  86. width:700px;
  87. display: block;
  88. font-size: 13px;
  89. }
  90. h4{
  91. font-size:21px;
  92. color:#777;
  93. }
  94. h3{
  95. font-size:15px;
  96. padding: 5px;
  97. display: block;
  98. width: 203px;
  99. color:#fff;
  100. }
  101. input{
  102. background-color: #ffffff;
  103. border: 1px solid #777;
  104. -moz-border-radius: 5px;
  105. -webkit-border-radius: 5px;
  106. -khtml-border-radius: 3px;
  107. border-radius: 3px;
  108. color:#777;
  109. width: 700px;
  110. }
  111. textarea {
  112. background-repeat: no-repeat;
  113. background-position: right bottom;
  114. border: 1px solid #777;
  115. -moz-border-radius: 5px;
  116. -webkit-border-radius: 5px;
  117. -khtml-border-radius: 5px;
  118. border-radius: 5px;
  119. background: #transp;
  120. color:#777;
  121. }
  122. #comments .owner{
  123. border: 1px solid #777;
  124. -moz-border-radius: 5px;
  125. -webkit-border-radius: 5px;
  126. -khtml-border-radius: 5px;
  127. border-radius: 5px;
  128. background-color: #ffffff;
  129. width: 660px;
  130. color: #777;
  131. margin-left: 10px;
  132. }
  133. #comments .user{
  134. border: 1px solid #777;
  135. -moz-border-radius: 5px;
  136. -webkit-border-radius: 5px;
  137. -khtml-border-radius: 5px;
  138. border-radius: 5px;
  139. background-color: #ffffff;
  140. width: 660px;
  141. color: #777;
  142. margin-left: 10px;
  143. }
  144. #comments .other{
  145. border: 1px solid #777;
  146. -moz-border-radius: 5px;
  147. -webkit-border-radius: 5px;
  148. -khtml-border-radius: 5px;
  149. border-radius: 5px;
  150. background-color: #ffffff;
  151. width: 660px;
  152. color: #777;
  153. margin-left: 10px;
  154. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement