home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / entomology / default.css next >
Cascading Style Sheet File  |  2007-02-28  |  3KB  |  241 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: #FFFEF5 url(images/img01.gif);
  14.     font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  15.     color: #767941;
  16. }
  17.  
  18. h1, h2, h3 {
  19.     color: #F08F02;
  20. }
  21.  
  22. h1 {
  23. }
  24.  
  25. h2 {
  26.     margin-bottom: 1em;
  27.     text-transform: uppercase;
  28.     font-size: 1.2em;
  29. }
  30.  
  31. h3 {
  32.     margin-bottom: 1.5em;
  33.     text-transform: uppercase;
  34.     font-size: .8em;
  35. }
  36.  
  37. p, blockquote, ul, ol {
  38.     margin-bottom: 1.5em;
  39. }
  40.  
  41. p {
  42. }
  43.  
  44. blockquote {
  45.     margin-left: 2em;
  46.     padding-left: 1em;
  47.     border-left: 2px solid #F08F02;
  48.     font-style: italic;
  49. }
  50.  
  51. ul, ol {
  52.     margin-left: 3em;
  53. }
  54.  
  55. ul {
  56. }
  57.  
  58. ul li {
  59. }
  60.  
  61. ol {
  62. }
  63.  
  64. ol li {
  65. }
  66.  
  67. pre, code {
  68. }
  69.  
  70. pre {
  71. }
  72.  
  73. code {
  74. }
  75.  
  76. a:link {
  77.     color: #F08F02;
  78. }
  79.  
  80. a:hover {
  81.     text-decoration: none;
  82. }
  83.  
  84. a:visited {
  85. }
  86.  
  87. img {
  88. }
  89.  
  90. .image-left {
  91.     float: left;
  92.     margin-right: 1em;
  93. }
  94.  
  95. .image-right {
  96.     float: right;
  97.     margin-left: 1em;
  98. }
  99.  
  100. input, textarea, select {
  101. }
  102.  
  103. input {
  104. }
  105.  
  106. textarea {
  107. }
  108.  
  109. select {
  110. }
  111.  
  112. /* Header */
  113.  
  114. #header {
  115.     height: 230px;
  116.     padding: 0 0 0 330px;
  117.     background: url(images/img02.jpg) no-repeat;
  118. }
  119.  
  120. /* Logo */
  121.  
  122. #logo {
  123.     height: 80px;
  124.     padding: 150px 0 0 30px;
  125.     background: url(images/img03.jpg) no-repeat;
  126.     text-transform: lowercase;
  127. }
  128.  
  129. #logo h1 {
  130.     float: left;
  131.     letter-spacing: -.1em;
  132.     font-style: italic;
  133.     font-size: 3em;
  134. }
  135.  
  136. #logo h1 a {
  137.     color: #767941;
  138. }
  139.  
  140. #logo h2 {
  141.     float: left;
  142.     letter-spacing: -.05em;
  143.     font-style: italic;
  144.     font-size: 1em;
  145. }
  146.  
  147. #logo a {
  148.     text-decoration: none;
  149. }
  150.  
  151. /* Wrapper */
  152.  
  153. #wrapper {
  154.     margin-right: 100px;
  155.     background: url(images/img05.jpg) repeat-y 330px 0;
  156. }
  157.  
  158. /* Sidebar */
  159.  
  160. #sidebar {
  161.     float: left;
  162.     width: 330px;
  163. }
  164.  
  165. /* Content */
  166.  
  167. #content {
  168.     margin-left: 330px;
  169.     padding: 30px;
  170. }
  171.  
  172. /* Menu */
  173.  
  174. #menu {
  175. }
  176.  
  177. #menu h2 {
  178.     display: none;
  179. }
  180.  
  181. #menu ul {
  182.     margin: 0;
  183.     list-style: none;
  184. }
  185.  
  186. #menu li {
  187.     display: inline;
  188. }
  189.  
  190. #menu a {
  191.     display: block;
  192.     height: 45px;
  193.     padding: 16px 0 0 30px;
  194.     background: url(images/img04.jpg) repeat-x;
  195.     text-decoration: none;
  196.     font-size: 1.4em;
  197.     font-style: italic;
  198.     color: #767941;
  199. }
  200.  
  201. #menu a:hover {
  202.     color: #F08F02;
  203. }
  204.  
  205. /* Testimonial */
  206.  
  207. #testimonial {
  208.     padding: 30px;
  209. }
  210.  
  211. #testimonial blockquote {
  212.     margin-left: 0;
  213. }
  214.  
  215. /* Welcome */
  216.  
  217. #welcome {
  218. }
  219.  
  220. /* Footer */
  221.  
  222. #footer {
  223.     padding: 60px 30px;
  224.     background: url(images/img06.gif);
  225.     color: #ADB07C
  226. }
  227.  
  228. #footer hr {
  229.     display: none;
  230. }
  231.  
  232. #footer p {
  233.     margin: 0;
  234.     font-size: .8em;
  235. }
  236.  
  237. #footer a {
  238.     color: #ADB07C
  239. }
  240.  
  241.