Advertisement
Guest User

CSS Blog - MrWhitediamond

a guest
Jan 6th, 2015
365
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. body {
  2. background: #2F4F4F;
  3. background-repeat: no-repeat;
  4. background-position: 0% 25%;
  5. background-attachment: fixed;
  6. width:1150px;
  7. color: #717272;
  8. font-size: 11px;
  9. font-family: New Century Schoolbook, serif;
  10. padding:10px auto 0 auto;
  11. margin:auto;
  12. }
  13.  
  14. a
  15. {
  16. font-size:14;
  17. padding:5px;
  18. font-style:Bold;
  19. }
  20.  
  21. A:link {
  22. COLOR: #A52A2A; TEXT-DECORATION: none;
  23. }
  24. A:visited {
  25. COLOR: #A52A2A; TEXT-DECORATION: none;
  26. }
  27. A:active {
  28. COLOR: #A52A2A; TEXT-DECORATION: none;
  29. }
  30. A:hover {
  31. COLOR: #008B8B; TEXT-DECORATION: none;
  32.  
  33. }
  34.  
  35. A.footerl:link {
  36. padding-left:10px;
  37. font-size:10;
  38. COLOR: #000; TEXT-DECORATION: none;
  39. }
  40. A.footerl:visited {
  41. COLOR: #000; TEXT-DECORATION: none;
  42. }
  43. A.footerl:active {
  44. COLOR: #000; TEXT-DECORATION: none;
  45. }
  46. A.footerl:hover {
  47. COLOR: #008B8B; TEXT-DECORATION: underline;
  48. }
  49.  
  50. .container {
  51. background-color: #FFF;
  52. box-shadow: 4px 4px 10px #1c1a19;
  53. border: px solid #AAAAAA;
  54. }
  55.  
  56. .navigation {
  57. letter-spacing: 1px;
  58. word-spacing: 25px;
  59. font-weight: bold;
  60. text-transform: uppercase;
  61. font-size: 95%;
  62. float: left;
  63. text-align: left;
  64. background-color: #FFF;
  65. padding: 38px 15px 13px 15px;
  66. }
  67.  
  68. .logo {
  69. border-bottom: 5px solid #CD5C5C;
  70. text-align: right;
  71. color: #B22222;
  72. font-size: 24px;
  73. padding: 15px;
  74. margin-left:100px; /*modifier la taille de la bande ; 850 */
  75. }
  76.  
  77.  
  78.  
  79. .image {
  80. background: url(Images/Photo-Header-Main2.png);
  81. background-repeat: no-repeat;
  82. background-position: 100% 0%;
  83. position:relative;
  84. left:-20px;
  85. width: 104%;
  86. height: 279px;
  87. -moz-border-radius:7px;
  88. -webkit-border-radius:7px;
  89. border-radius:17px;
  90. }
  91.  
  92. .boxcontain {
  93. background-color: #A2A2A3;
  94. width: 46%;
  95. float: right;
  96. height: 147px;
  97. }
  98.  
  99. .bluebox {
  100. height: 100px;
  101. border-bottom: 20px dotted #CD5C5C;
  102. border-right: 2px dotted #FFF;
  103.  
  104. }
  105.  
  106. .rightgrey {
  107. background: #A2A2A3;
  108. height: 147px;
  109. float: left;
  110. }
  111.  
  112. .content {
  113. padding: 5px;
  114. }
  115.  
  116. .leftcontent {
  117. background:#fff;
  118. padding:20px;
  119. }
  120.  
  121. h3 {
  122. font-family: Comic Sans, Comic Sans MS, cursive;
  123. Font-size:17;
  124. color: #B22222;
  125. padding: 0;
  126. margin: 0 0 5px 0;
  127. text-decoration: Bold;
  128. width: 50%;
  129. }
  130. h3:hover {
  131. COLOR: #008B8B;
  132. }
  133.  
  134. h4
  135. {
  136. font-size:13;
  137. font-style:Bold;
  138. color:#696969;
  139. }
  140.  
  141. #Australia {
  142. background-image: url(Images/Australia-MainArticle.png);
  143. height:150px;
  144. width:150px;
  145. float: right;
  146. margin: 0 5px 5px 0;
  147. }
  148.  
  149. .footer {
  150. font-size: 11px;
  151. padding: 0 3px 3px 3px;
  152. float: right;
  153. padding-right:10px;
  154. }
  155.  
  156. .bottomnav {
  157. font-size: 10px;
  158. text-align: left;
  159. padding: 0 3px 3px 3px;
  160. }
  161.  
  162. /* <!-- Designed by DreamTemplate. Please leave link unmodified. -->
  163. <br><center><a href="http://www.dreamtemplate.com" title="Website Templates" target="_blank">Website templates</a></center> */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement