Advertisement
valentinsenm

CSSnr9

Aug 24th, 2013
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. body {
  2. font-size: 12px;
  3. background: #fff url(http://i49.tinypic.com/znoupx.png) fixed;
  4. color: #686868;
  5. font-family: helvetica, arial;
  6. }
  7. .head{
  8. margin-left: 220px;
  9. background: url(http://i43.tinypic.com/t5ge42.png);
  10. width: 644px;
  11. height: 320px;
  12. }
  13. .main {
  14. margin-top: -5px;
  15. text-align: left;
  16. margin-left: 180px;
  17. background-color: #fff;
  18. width: 710px;
  19. opacity: 0.8;
  20. -moz-border-radius: 15px;
  21. -webkit-border-radius: 15px;
  22. -khtml-border-radius: 15px;
  23. border-radius: 15px;
  24. }
  25. .entry{
  26. width: 700px;
  27. padding: 5px;
  28. margin-top: -2px;
  29. }
  30. .side{
  31. position: absolute;
  32. top: 300px;
  33. left:880px;
  34. width: 200px;
  35. height: auto;
  36. text-align: justify;
  37. }
  38. h2 {
  39. font-family: serif;
  40. font-size:34px;
  41. color:#3dbcb9;
  42. letter-spacing: -2px;
  43. text-align:center;
  44. font-style: italic;
  45. border-bottom: 1px solid #686868;
  46. }
  47. h2 a:hover {
  48. color: #686868;
  49. }
  50. a, a:link, a:visited, a:active, .meta {
  51. color: #3dbcb9;
  52. }
  53. a:hover {
  54. color: #686868;
  55. -webkit-transition-duration:1.6s; -moz-transition-duration:1.6s;
  56. }
  57. h7, h7 a, h7 a:active, h7 a:visited, h7 a:link{
  58. font-size: 12px;
  59. margin-left: 15px;
  60. }
  61. h7 a:hover {
  62. color: #686868;
  63. padding-left: 5px;
  64. text-decoration: none;
  65. -webkit-transition-duration:.6s; -moz-transition-duration:.6s;
  66. }
  67. h4{
  68. font-family:georgia;
  69. font-size:21px;
  70. color:#686868;
  71. }
  72. input{
  73. background-color: #ffffff;
  74. border: 1px solid #686868;
  75. -moz-border-radius: 5px;
  76. -webkit-border-radius: 5px;
  77. -khtml-border-radius: 3px;
  78. border-radius: 3px;
  79. width: 200px;
  80. }
  81. textarea {
  82. background-repeat: no-repeat;
  83. background-position: left bottom;
  84. border: 1px solid #686868;
  85. -moz-border-radius: 5px;
  86. -webkit-border-radius: 5px;
  87. -khtml-border-radius: 5px;
  88. border-radius: 5px;
  89. width: 460px;
  90. background-image: url(http://lackadaisicalodyssey.net/gratisdesigndkodene/designav.png);
  91. }
  92. #comments .owner{
  93. border: 1px solid #686868;
  94. -moz-border-radius: 5px;
  95. -webkit-border-radius: 5px;
  96. -khtml-border-radius: 5px;
  97. border-radius: 5px;
  98. background-color: #ffffff;
  99. width: 660px;
  100. margin-left: 10px;
  101. }
  102. #comments .user{
  103. border: 1px solid #686868;
  104. -moz-border-radius: 5px;
  105. -webkit-border-radius: 5px;
  106. -khtml-border-radius: 5px;
  107. border-radius: 5px;
  108. background-color: #ffffff;
  109. width: 660px;
  110. margin-left: 10px;
  111. }
  112. #comments .other{
  113. border: 1px solid #686868;
  114. background-color: #ffffff;
  115. width: 660px;
  116. margin-left: 10px;
  117. -moz-border-radius: 5px;
  118. -webkit-border-radius: 5px;
  119. -khtml-border-radius: 5px;
  120. border-radius: 5px;
  121. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement