home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / travelportal / default.css next >
Cascading Style Sheet File  |  2007-06-18  |  3KB  |  238 lines

  1. /*
  2. Design by Free CSS Templates
  3. http://www.freecsstemplates.org
  4. Released for free under a Creative Commons Attribution 2.5 License
  5. */
  6.  
  7. body {
  8.     margin: 0;
  9.     padding: 0;
  10.     background: #E5E5E5;
  11.     font-family: Georgia, "Times New Roman", Times, serif;
  12.     font-size: 13px;
  13.     color: #666666;
  14. }
  15.  
  16. blockquote {
  17.     font-style: italic;
  18. }
  19.  
  20. a {
  21.     color: #135293;
  22. }
  23.  
  24. a:hover {
  25.     text-decoration: none;
  26. }
  27.  
  28. .title1 {
  29.     margin: 0;
  30.     padding: 10px 0;
  31.     background: url(images/img07.gif) repeat-x left bottom;
  32.     font-weight: normal;
  33.     font-size: 129%;
  34.     color: #FFFFFF;
  35. }
  36.  
  37. .title2 {
  38.     margin: 0;
  39.     padding: 10px 0;
  40.     background: url(images/img09.gif) repeat-x left bottom;
  41.     font-size: 227%;
  42.     font-weight: normal;
  43.     color: #135293;
  44. }
  45.  
  46. .title3 {
  47.     margin: 0;
  48.     padding: 10px 0;
  49.     background: url(images/img11.gif) repeat-x left bottom;
  50.     font-size: 129%;
  51.     font-weight: normal;
  52.     color: #FFFFFF;
  53. }
  54.  
  55. .boxed {
  56.     padding: 5px 30px 20px 30px;
  57. }
  58.  
  59. .boxed p, .boxed ul, .boxed ol {
  60.     line-height: 180%;
  61. }
  62.  
  63. .orange {
  64.     margin: 20px 30px;
  65.     background: #FF9523 url(images/img10.gif) repeat-x;
  66.     color: #FFFFFF;
  67. }
  68.  
  69. .orange a {
  70.     color: #FFFFFF;
  71. }
  72.  
  73. .col-one {
  74.     float: left;
  75.     width: 300px;
  76. }
  77.  
  78. .col-two {
  79.     float: right;
  80.     width: 300px;
  81. }
  82.  
  83. /* Page */
  84.  
  85. #page {
  86.     width: 980px;
  87.     margin: 0 auto;
  88.     background: #FFFFFF url(images/img01.gif) repeat-y;
  89. }
  90.  
  91. /* Sidebar */
  92.  
  93. #sidebar {
  94.     float: left;
  95.     width: 240px;
  96. }
  97.  
  98. /* Logo */
  99.  
  100. #logo {
  101.     height: 220px;
  102.     background: #FFFFFF url(images/img02.gif) repeat-y right top;
  103. }
  104.  
  105. #logo h1, #logo h2 {
  106.     margin: 0;
  107.     text-transform: lowercase;
  108.     text-align: center;
  109.     font-weight: normal;
  110.     font-style: italic;
  111.     color: #9C9C9C;
  112. }
  113.  
  114. #logo h1 {
  115.     padding: 100px 0 0 0;
  116.     background: url(images/img03.gif) no-repeat center center;
  117.     font-size: 36px;
  118. }
  119.  
  120. #logo h2 {
  121.     font-size: 14px;
  122. }
  123.  
  124. #logo a {
  125.     color: #9C9C9C;
  126.     text-decoration: none;
  127. }
  128.  
  129. /* Menu */
  130.  
  131. #menu {
  132.     padding: 20px;
  133.     background: #85C329 url(images/img04.gif) repeat-x;
  134. }
  135.  
  136. #menu ul {
  137.     margin: 0;
  138.     padding: 0;
  139.     list-style: none;
  140. }
  141.  
  142. #menu li {
  143.     padding: 10px 0;
  144.     background: url(images/img05.gif) repeat-x;
  145. }
  146.  
  147. #menu li.first {
  148.     background: none;
  149. }
  150.  
  151. #menu a {
  152.     text-decoration: none;
  153.     font-size: 129%;
  154.     color: #FFFFFF;
  155. }
  156.  
  157. #menu a:hover {
  158.     text-decoration: underline;
  159. }
  160.  
  161. /* Login */
  162.  
  163. #login {
  164.     padding: 20px;
  165.     background: url(images/img06.gif) repeat-x;
  166. }
  167.  
  168. #login form {
  169.     margin: 0;
  170.     padding: 20px 0 0 0;
  171. }
  172.  
  173. #login fieldset {
  174.     margin: 0;
  175.     padding: 0;
  176.     border: none;
  177. }
  178.  
  179. #login label {
  180.     color: #FFFFFF;
  181. }
  182.  
  183. #inputtext1, #inputtext2 {
  184.     width: 194px;
  185.     margin-bottom: .5em;
  186.     font: bold 100% Georgia, "Times New Roman", Times, serif;
  187.     color: #666666;
  188. }
  189.  
  190. #inputsubmit1 {
  191.     margin-bottom: .5em;
  192.     font: bold 100% Georgia, "Times New Roman", Times, serif;
  193.     color: #666666;
  194. }
  195.  
  196. #login a {
  197.     color: #FFFFFF;
  198. }
  199.  
  200. /* Content */
  201.  
  202. #content {
  203.     float: right;
  204.     width: 740px;
  205. }
  206.  
  207. /* Footer */
  208.  
  209. #footer {
  210.     width: 980px;
  211.     height: 120px;
  212.     margin: 0 auto;
  213.     background: url(images/img12.gif) repeat-x;
  214. }
  215.  
  216. #footer p {
  217.     margin: 0;
  218.     font-size: 85%;
  219. }
  220.  
  221. #links {
  222.     float: left;
  223.     width: 220px;
  224.     height: 45px;
  225.     padding: 35px 0 0 20px;
  226.     background: url(images/img13.gif) repeat-x;
  227. }
  228.  
  229. #links a {
  230.     color: #FFFFFF;
  231. }
  232.  
  233. #legal {
  234.     float: right;
  235.     width: 720px;
  236.     height: 45px;
  237.     padding: 35px 0 0 20px;
  238. }