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