home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / gray_road / style.css~ < prev   
Text File  |  2007-01-04  |  1KB  |  93 lines

  1. body {
  2. text-align: center;
  3. margin: 0 auto;
  4. background-color: #e9e9e9;
  5. font-size: 14px;
  6. }
  7.  
  8. body div {
  9. text-align: left
  10. }
  11.  
  12. #main {
  13. width: 612px;
  14. margin-top: 40px;
  15. margin-left: auto;
  16. margin-right: auto;
  17. }
  18.  
  19. #menu {
  20. height: 35px;
  21. padding-right: 2px;
  22. margin: 0;
  23. list-style: none;   
  24. }
  25.  
  26. #menu li {
  27. float: right;
  28. display: block;
  29. width: 90px;
  30. height: 35px;  
  31. }
  32.  
  33. #menu a {
  34. display: block;
  35. width: 90px;
  36. height: 35px;  
  37. text-decoration: none;
  38. line-height: 35px;
  39. text-align: center;
  40. background-image: url('menu.png');
  41. padding-top: 5px;
  42. }
  43.  
  44. #menu a:link, #menu a:visited {
  45. color: #000000; 
  46. }
  47.  
  48. #menu a:hover, #menu a:active {
  49. color: #ffffff; 
  50. }
  51.  
  52. #main2 {
  53. border: 6px solid #c8c8c8;
  54. }
  55.  
  56. #head {
  57. width: 600px;
  58. height: 120px;
  59. background-image: url("head.jpg");
  60. border-bottom: 6px solid #c8c8c8;
  61. }
  62.  
  63. #head h1 {
  64. text-align: center;
  65. padding-top: 50px;
  66. margin: 0px;
  67. font-size: 28px;
  68. color: #444444;
  69. text-decoration: underline;
  70. }
  71.  
  72. #content {
  73. padding: 5px;
  74. font-family: serif;
  75. }
  76.  
  77. #foot {
  78. margin-top: 5px;
  79. text-align: center;
  80. font-family: sans;
  81. font-size: 10px;
  82. color: #a5a5a5;
  83. }
  84.  
  85. #foot a {
  86. color: #a5a5a5;
  87. text-decoration: none;
  88. }
  89.  
  90. #foot a:hover {
  91. text-decoration: underline;
  92. }
  93.