We Recommend

CSS: The Definitive Guide CSS: The Definitive Guide
Provides you with a comprehensive guide to CSS implementation, along with a thorough review of all aspects of CSS 2.1. Updated to cover Internet Explorer 7, Microsoft's vastly improved browser, this new edition includes content on positioning, text wrapping (nowrap), lists and generated content, table layout, user interface, paged media, and more.


Posted By

aurele on 08/28/06


Tagged


Versions (?)


epm.css


Published in: CSS 


el css de elyon

  1. body {
  2. background-color: #BCCCEB;
  3. font-family: Verdana, Arial, Helvetica, sans-serif;
  4. font-size: 62.5%;
  5. text-align: center;
  6. background-image:url(5th.gif);
  7. }
  8.  
  9. #box {
  10. border:1px solid #FFFFFF;
  11. color: #333333;
  12. margin-top: 10px;
  13. margin-left: auto;
  14. margin-right: auto;
  15. width: 790px;
  16. }
  17.  
  18. a:link {
  19. color: #090992;
  20. text-decoration: none;
  21. text-decoration: none;
  22. font-weight: bold;
  23. }
  24.  
  25. a:visited {
  26. color: #090992;
  27. text-decoration: none;
  28. }
  29.  
  30. a:hover {
  31. color: #ffffff;
  32. text-decoration: none;
  33. font-weight: bolder;
  34. background-color: #090992;
  35. padding-left:10px;
  36. padding-right:10px;
  37. padding-top:1px;
  38. padding-bottom:1px;
  39.  
  40. }
  41.  
  42. input,textarea {
  43. background-color: white;
  44. color: #090992;
  45. }
  46.  
  47. #colonna {
  48. background-color: #C3D9FF;
  49. background-repeat: no-repeat;
  50. border-top: 1px solid #090992;
  51. border-right: 1px solid #090992;
  52. border-bottom: 1px solid #090992;
  53. color: #333333;
  54. float: right;
  55. text-align: center;
  56. width: 200px;
  57. padding-top: 5px;
  58. padding-bottom: 15px;
  59. }
  60.  
  61. #boxcentrale {
  62. background-image: url(banner-header.jpg);
  63. background-repeat: no-repeat;
  64. background-position: center top;
  65. border-color: #090992;
  66. border-style: solid;
  67. border-width: 1px;
  68. color: #333333;
  69. margin-right: 201px;
  70. background-color:transparent;
  71. padding-left: 10px;
  72. padding-right: 10px;
  73. padding-top: 160px;
  74. padding-bottom: 15px;
  75. }
  76.  
  77. <!-- STILE COLONNA -->
  78.  
  79. .boxmenu {
  80. margin-top: 15px;
  81. }
  82.  
  83. .vocemenu {
  84. border-bottom: 1px solid #090992;
  85. border-right: 1px solid #090992;
  86. background-color: #ffffff;
  87. color: #090992;
  88. padding-left: 5px;
  89. padding-right: 5px;
  90. padding-top: 1px;
  91. padding-bottom: 1px;
  92. margin-right: 10px;
  93. margin-left: 10px;
  94. margin-top: 15px;
  95. margin-bottom: 5px;
  96. font-weight: bold;
  97. text-align: center;
  98. text-transform: capitalize;
  99. }
  100.  
  101.  
  102. <!-- TAGS DEL BLOG -->
  103.  
  104.  
  105. .divlog {
  106. margin-bottom: 15px;
  107. padding: 4px;
  108. background-color:transparent;
  109. }
  110.  
  111. .titolopost {
  112. border-bottom: 1px solid #090992;
  113. border-left: 1px solid #090992;
  114. background-color: #BCCCEB;
  115. color: #090992;
  116. font-size: 1em;
  117. padding-left: 5px;
  118. padding-top: 1px;
  119. padding-bottom: 1px;
  120. margin-top: 15px;
  121. font-weight: bold;
  122. text-transform: capitalize;
  123. }
  124.  
  125. .titolinilog {
  126. color: #090992;
  127. font-size: 1em;
  128. }
  129.  
  130. .boxblog{
  131. color: #000033;
  132. text-align: left;
  133. margin-bottom: 10px;
  134. text-align: justify;
  135.  
  136. }
  137.  
  138. <!-- PAGER -->
  139.  
  140.  
  141. #blog-pager div {
  142. color: #660033;
  143. display: inline;
  144. font-family: Verdana, Arial, Helvetica, sans-serif;
  145. font-size: 1em;
  146. font-weight: normal;
  147. padding: 1px;
  148. }
  149.  
  150. #blog-pager a {
  151. display: inline;
  152. margin: 3px;
  153. text-decoration: overline;
  154. }
  155.  
  156.  
  157. <!-- NAVIGAZIONE -->
  158.  
  159. .navigazione {
  160. border:1px solid #660033;
  161. color: #660000;
  162. margin-bottom: 6px;
  163. margin-top: 4px;
  164. padding-bottom: 1px;
  165. padding-left: 4px;
  166. padding-right: 2px;
  167. text-align: center;
  168. }
  169.  
  170. .prev {
  171. float: left;
  172. text-align: left;
  173. width: 45%;
  174. }
  175.  
  176. .next {
  177.  
  178. float: right;
  179. text-align: right;
  180. width: 45%;
  181.  
  182. }
  183.  
  184.  
  185.  
  186. .home {
  187.  
  188. text-align: center;
  189.  
  190. }

Report this snippet 

You need to login to post a comment.