home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / etc / style.css < prev   
Encoding:
Cascading Style Sheet File  |  2006-10-23  |  2.1 KB  |  40 lines

  1. /*
  2. Theme Name: ETC 
  3. Theme URI: http://www.ethanneuen.com/etc/
  4. Description: A theme inspired by DaringFireball. 
  5. [http://www.daringfireball.com]
  6. Author: Ethan Neuenswander
  7. Author URI: http://www.ethanneuen.com/
  8. Version: 1.0
  9. */
  10.  
  11. /*
  12. Basic Tags
  13.  */
  14. body { color: #e3e3e3; font: 10px/150% Verdana, Arial, Sans-Serif; background-color: #4a525a;}
  15. a { color: #e3e3e3; text-decoration: none; padding: 2px;}
  16. a:hover { color: #e3e3e3; background-color:#606870; }
  17. /*
  18. The End of Basic's
  19. */
  20. /* 
  21. Main Tags; Play Nice with These Ones
  22. */
  23. #content   { background-color: #4a525a; margin: 50px auto auto; width: 700px; height: auto }
  24. .titlebar {width: 700px; height: auto; background-color: #4a525a; text-align: right; padding-bottom: 1em; margin-right: 10px;}
  25. .text { width: 430px; height: auto; background-color: #4a525a; text-align: left; padding: 0px; margin:0px; margin-right: 20px; color:inherit; float: left;}
  26. .sidebar { width: 200px; height: auto; background-color: #4a525a; margin-right: 0px; float: right; text-align: left; }
  27. .about { width: auto; padding: 10px; background-color: #606870; text-align: left;}
  28. .footer { width: 430px; text-align: right; font-family: monospace; font-size: 9px; margin: 0px; margin-top: 80px; }
  29. /*
  30. Special Function Tags
  31. */
  32. .titlebar p.slogan { font-size: 9px; font-family: monospace; margin: 0px; margin-top:3px; text-transform: capitalize;}
  33. .text p.date { font-size: 11px; text-align: right; padding-bottom: 3px; padding-top: 3px; background-color: #606870; color: #e3e3e3; padding-right: 5px; margin-bottom: 10px; font-family: monospace;}
  34. .sidebar li  { list-style-type: none; text-align: left; }
  35. .titlebar h2  { color: #e3e3e3; font-size: 20px; font-weight: lighter; text-transform: uppercase; margin: 0; }
  36. .text p.content { color: #e3e3e3; font-size: inherit;}
  37. .text h2 { color: #e3e3e3; font-size: 12px; text-transform: uppercase; font-weight: lighter; margin: 0px;}
  38. .text p.info { color: #e3e3e3; font-size: 8px; font-weight: lighter; font-family: monospace; margin: 0px; padding-left: 1em;}
  39. .sidebar h2 { color: inherit; font-size: 10px; font-weight: lighter; font-family: Verdana; text-transform: uppercase;}
  40. .footer a:link { color: #e3e3e3; font-size: inherit;}