home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / inflight / default.css next >
Cascading Style Sheet File  |  2007-03-05  |  4KB  |  294 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. * {
  8.     margin: 0;
  9.     padding: 0;
  10. }
  11.  
  12. body {
  13.     background: #CAE0FF url(images/img01.gif) repeat-x;
  14.     font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
  15.     color: #6995B7;
  16.     
  17. }
  18.  
  19. form {
  20. }
  21.  
  22. fieldset {
  23.     border: none;
  24. }
  25.  
  26. legend {
  27.     display: none;
  28. }
  29.  
  30. h1, h2, h3 {
  31.     color: #5A82D4;
  32. }
  33.  
  34. h2 {
  35.     font-size: 1.8em;
  36. }
  37.  
  38. h3 {
  39.     font-size: 1em;
  40. }
  41.  
  42. p, blockquote, ul, ol {
  43.     margin-bottom: 1.5em;
  44.     text-align: justify;
  45.     line-height: 1.8em;
  46. }
  47.  
  48. p {
  49. }
  50.  
  51. blockquote {
  52.     margin-left: 3em;
  53.     margin-right: 3em;
  54.     font-style: italic;
  55. }
  56.  
  57. ul {
  58.     list-style: none;
  59. }
  60.  
  61. ul li {
  62. }
  63.  
  64. ol {
  65.     margin-left: 3em;
  66. }
  67.  
  68. ol li {
  69. }
  70.  
  71. a {
  72.     text-decoration: none;
  73.     color: #A03D3D;
  74. }
  75.  
  76. a:hover {
  77.     text-decoration: underline;
  78.     color: #5A82D4;
  79. }
  80.  
  81. img {
  82.     border: none;
  83. }
  84.  
  85. /* Boxed Style */
  86.  
  87. .boxed {
  88.     margin-bottom: 1.5em;
  89.     background: url(images/img05.gif) no-repeat right bottom;
  90. }
  91.  
  92. .boxed .title {
  93.     padding-left: 10px;
  94. }
  95.  
  96. .boxed .content {
  97.     padding: 20px;
  98.     background: url(images/img04.gif) no-repeat;
  99. }
  100.  
  101. /* Logo */
  102.  
  103. #logo {
  104.     position: relative;
  105.     width: 580px;
  106.     height: 55px;
  107.     margin: 0 auto;
  108. }
  109.  
  110. #logo h1 {
  111.     float: left;
  112.     padding: 30px 0 0 0;
  113.     font-size: 2em;
  114. }
  115.  
  116. #logo h1 span {
  117.     font-weight: normal;
  118.     font-style: italic;
  119. }
  120.  
  121. #logo h2 {
  122.     float: right;
  123.     padding: 40px 0 0 0;
  124.     font-size: 1.4em;
  125.     font-weight: normal;
  126. }
  127.  
  128. #logo a {
  129.     color: #5A82D4;
  130. }
  131.  
  132. /* Splash */
  133.  
  134. #splash {
  135.     width: 600px;
  136.     height: 280px;
  137.     margin: 0 auto;
  138.     padding: 15px 20px 20px 20px;
  139.     background: url(images/img02.gif) no-repeat;
  140. }
  141.  
  142. /* Menu */
  143.  
  144. #menu {
  145.     width: 600px;
  146.     height: 50px;
  147.     margin: 0 auto;
  148. }
  149.  
  150. #menu ul {
  151.     margin: 0;
  152.     list-style: none;
  153. }
  154.  
  155. #menu li {
  156.     display: inline;
  157. }
  158.  
  159. #menu a {
  160.     display: block;
  161.     float: left;
  162.     width: 120px;
  163.     text-align: center;
  164.     font-weight: bold;
  165. }
  166.  
  167. #menu a:hover {
  168. }
  169.  
  170. /* Content */
  171.  
  172. #content {
  173.     width: 600px;
  174.     margin: 0 auto;
  175. }
  176.  
  177. /* Content > Main */
  178.  
  179. #main {
  180.     float: right;
  181.     width: 400px;
  182. }
  183.  
  184. #main .boxed .title {
  185.     padding-left: 20px;
  186.     font-weight: normal;
  187. }
  188.  
  189. /* Content > Main > Example */
  190.  
  191. #example {
  192. }
  193.  
  194. /* Content > Main > Welcome */
  195.  
  196. #welcome {
  197. }
  198.  
  199. /* Content > Sidebar */
  200.  
  201. #sidebar {
  202.     float: left;
  203.     width: 180px;
  204. }
  205.  
  206. #sidebar .boxed .title {
  207.     font-size: 1.2em;
  208. }
  209.  
  210. #sidebar .boxed .content {
  211.     padding: 10px;
  212. }
  213.  
  214. /* Content > Sidebar > Login */
  215.  
  216. #login {
  217. }
  218.  
  219. #login label {
  220.     display: block;
  221. }
  222.  
  223. #login #inputtext1, #login #inputtext2 {
  224.     width: 140px;
  225.     margin-bottom: .5em;
  226.     padding: 2px 5px;
  227.     border: 1px solid #CCCCCC;
  228.     font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
  229.     color: #999999;
  230. }
  231.  
  232. #login #inputsubmit1 {
  233.     float: right;
  234.     margin-right: 7px;
  235.     font: normal x-small "Trebuchet MS", Arial, Helvetica, sans-serif;
  236. }
  237.  
  238. #login p {
  239.     margin: 0;
  240.     padding-top: .2em;
  241.     font-size: x-small;
  242. }
  243.  
  244. /* Content > Sidebar > Updates*/
  245.  
  246. #updates {
  247. }
  248.  
  249. #updates ul {
  250.     margin: 0;
  251.     list-style: none;
  252. }
  253.  
  254. #updates li {
  255.     margin-bottom: 1em;
  256. }
  257.  
  258. #updates h3 {
  259.     font-size: x-small;
  260. }
  261.  
  262. #updates p {
  263.     font-size: x-small;
  264. }
  265.  
  266. /* Content > Sidebar > Partners*/
  267.  
  268. #partners {
  269. }
  270.  
  271. /* Footer */
  272.  
  273. #footer {
  274.     clear: both;
  275.     width: 580px;
  276.     margin: 0 auto;
  277.     padding: 20px;
  278.     background: url(images/img04.gif) no-repeat;
  279. }
  280.  
  281. #footer p {
  282.     margin: 0;
  283.     font-size: x-small;
  284. }
  285.  
  286. /* Footer > Legal */
  287.  
  288. #legal {
  289. }
  290.  
  291. /* Footer > Links */
  292.  
  293. #links {
  294. }