Advertisement
tomasrek

Gratisdesign #2: Cherry Blossom STILSETT

Nov 15th, 2013
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 KB | None | 0 0
  1. @import url(http://fonts.googleapis.com/css?family=Stalemate|Amatic+SC);
  2. .entry {
  3. background-color: transparent;
  4. border-bottom: 6px solid #ccc;
  5. padding-bottom: 6px;
  6. }
  7. .entry .meta {
  8. text-align: center;
  9. }
  10. body {
  11. background-color: #ffffff;
  12. font-family: Arial, Helvetica, sans-serif;
  13. color: #000000;
  14. }
  15. #header {
  16. background: url('http://img4.imageshack.us/img4/543/2dcw.jpg');
  17. width:868px;
  18. height:200px;
  19. }
  20. #wrapper {
  21. background-color: #ffffff;
  22. }
  23. #main {
  24. width: 800px;
  25. margin-left: 37px;
  26. text-align: justify;
  27. }
  28. #side {
  29. display:none;
  30. }
  31. #footer {
  32. background-color: #ffffff;
  33. width:800px;
  34. margin-left: 37px;
  35. border-top: 1px solid #ccc;
  36. }
  37. h2 {
  38. text-align: center;
  39. text-transform: uppercase;
  40. font-family: 'Stalemate', cursive;
  41. }
  42. a{
  43. transition:All .5s ease;
  44. -webkit-transition:All .5s ease;
  45. -moz-transition:All .5s ease;
  46. -o-transition:All .5s ease;
  47. color:#000;
  48. text-decoration:none;
  49. }
  50. a:hover{
  51. transition:All .5s ease;
  52. -webkit-transition:All .5s ease;
  53. -moz-transition:All .5s ease;
  54. -o-transition:All .5s ease;
  55. color:#f5f5f5;
  56. font-style:normal;
  57. }
  58. .headertekst {
  59. color: #fff;
  60. position: relative;
  61. margin-left: 610px;
  62. margin-top: 50px;
  63. }
  64. a:link { color: #000000}
  65. a:visited { color: #000000}
  66. a:active { color: #000000}
  67. h1, h2, h3, h4, h5 { font-family: Arial, Helvetica, sans-serif; }
  68. #header { color: #fff; }
  69. h1 a, h1 a:link, h1 a:visited, h1 a:active {font-size: 28px; font-family: 'Amatic SC', cursive; text-decoration: none; color: #fff; }
  70. ::-webkit-scrollbar {
  71. width: 7px;
  72. height: 7px;
  73. background-color:#ccc;
  74. border:3px solid #FFFFFF;
  75. }
  76. ::-webkit-scrollbar-thumb {
  77. -moz-border-radius: 3px;
  78. border-radius: 3px;
  79. border:1px solid #777;
  80. background-color: #ccc;
  81. }
  82. #navigation a{
  83. text-align:center;
  84. height:40px;
  85. line-height:40px;
  86. font-family:gerogia;
  87. font-size:15px;
  88. font-style:italic;
  89. padding:20px;
  90. }
  91. #navigation a:hover{
  92. font-style:normal;
  93. }
  94. #navigation{
  95. position:static;
  96. background-color:white;
  97. width:880px;
  98. height:40px;
  99. text-align:center;
  100. z-index:999;
  101. margin-top:0px;
  102. margin-left: 13px;
  103. border:1px solid #ccc;
  104. border-right:1px solid #ccc;
  105. border-bottom:1px solid #ccc;
  106. }
  107. .breadcrumbs {
  108. display:none;
  109. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement