Advertisement
tomasrek

Gratisdesign #3: Simple STILSETT

Nov 15th, 2013
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.90 KB | None | 0 0
  1. @import url(http://fonts.googleapis.com/css?family=Sacramento);
  2. @import url(http://fonts.googleapis.com/css?family=Amatic+SC);
  3. .entry {
  4. background-color: transparent;
  5. }
  6. body {
  7. background: #f1f1f1;
  8. background-size: cover;
  9. font-family: Arial, Helvetica, sans-serif;
  10. color: #000000;
  11. }
  12. #header {
  13. display:none;
  14. background-image: url('http://tomasrekstad.net/wp-content/uploads/2012/12/Swanepoel.jpg');
  15. width: 680px;
  16. height: 240px;
  17. margin-left: -0px;
  18. margin-bottom: 10px;
  19. box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.235), 0px 0px 5px rgba(0, 0, 0, 0.047);
  20. border: 5px solid #fff;
  21. }
  22. #wrapper {
  23. background-color: #transparent;
  24. }
  25. #main {
  26. background-color: #ffffff;
  27. width: 700px;
  28. padding: 10px;
  29. margin-left: -10px;
  30. box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.235), 0px 0px 5px rgba(0, 0, 0, 0.047);
  31. font-family: Arial;
  32. font-size: 11px;
  33. }
  34. #side {
  35. background-color: #ffffff;
  36. width: 210px;
  37. padding: 5px;
  38. margin-left: 719px;
  39. box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.235), 0px 0px 5px rgba(0, 0, 0, 0.047);
  40. margin-top: 0px;
  41. font-family: Verdana;
  42. font-size: 11px;
  43. color: #000000;
  44. position: fixed;
  45. }
  46. #footer {
  47. background-color: #ffffff;
  48. display:none;
  49. }
  50. a { color: #000000}
  51. a:link { color: #000000}
  52. a:visited { color: #000000}
  53. a:active { color: #000000}
  54. h1, h2, h3, h4, h5 { font-family: Arial, Helvetica, sans-serif; }
  55. #header h1, #header p { display:none }
  56. #header { color: #000000; }
  57. h1 a, h1 a:link, h1 a:visited, h1 a:active { text-decoration: none; color: #000000; }
  58. .entry .meta {
  59. font-family: Helvetica, sans-serif;
  60. text-align: center;
  61. color: #737373;
  62. font-size: 11px;
  63. text-transform: uppercase;
  64. font-weight: normal;
  65. padding-top: 0px;
  66. margin-top: -6px;
  67. }
  68. h2 {
  69. font-family: 'Amatic SC', cursive;
  70. text-align: center;
  71. font-size: 35px;
  72. text-transform: normal;
  73. color: #000;
  74. margin-bottom: 8px;
  75. font-weight: 100;
  76. }
  77. h3 {
  78. font-family: 'Amatic SC', cursive;
  79. text-align: left;
  80. font-size: 25px;
  81. text-transform: normal;
  82. color: #000;
  83. margin-bottom: 2px;
  84. font-weight: 100;
  85. }
  86. h4 {
  87. color: #000;
  88. font-family: verdana;
  89. font-size: 14px;
  90. background-color: #efefef;
  91. margin-left: 50px;
  92. padding: 5px;
  93. text-transform:capitalize;
  94. }
  95. input[type="text"], input[type="password"], textarea {
  96. padding: 1.5%;
  97. box-shadow: inset 1px 1px 5px rgba(0, 0, 0, .05);
  98. background: #FCFCFC;
  99. border: #EEE 1px solid;
  100. color: #999;
  101. font-family: "Droid Sans", sans-serif;
  102. font-size: 13px;
  103. }
  104. #newcomment {
  105. background-color:#fff;
  106. box-shadow:0 0 5px rgba(0, 0, 0, .1);
  107. }
  108. #comment_submit {
  109. box-shadow:0 0 5px rgba(0, 0, 0, .1);
  110. background-color: #fff;
  111. }
  112. #comments .other, #comments .user, #comments .owner{
  113. box-shadow:0 0 5px rgba(0, 0, 0, .1);
  114. background-color: #ffffff;
  115. border: 0px solid #000;
  116. }
  117. #tid {
  118. margin-left: 565px;
  119. margin-top: -25px;
  120. position:absolute;
  121. }
  122. #comments img.avatar {
  123. margin-left: -7px;
  124. margin-top: -3px;
  125. position: absolute;
  126. border: 0px solid #000;
  127. }
  128. #comments .content {
  129. margin-left: 50px;
  130. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement