home *** CD-ROM | disk | FTP | other *** search
/ linuxmafia.com 2016 / linuxmafia.com.tar / linuxmafia.com / jordan / defaults.css < prev    next >
Cascading Style Sheet File  |  2010-11-05  |  757b  |  54 lines

  1. /* $Id: defaults.css,v 1.5 2007/10/02 12:10:40 dries Exp $ */
  2.  
  3. /*
  4. ** HTML elements
  5. */
  6. fieldset {
  7.   margin-bottom: 1em;
  8.   padding: .5em;
  9. }
  10. form {
  11.   margin: 0;
  12.   padding: 0;
  13. }
  14. hr {
  15.   height: 1px;
  16.   border: 1px solid gray;
  17. }
  18. img {
  19.   border: 0;
  20. }
  21. table {
  22.   border-collapse: collapse;
  23. }
  24. th {
  25.   text-align: left; /* LTR */
  26.   padding-right: 1em; /* LTR */
  27.   border-bottom: 3px solid #ccc;
  28. }
  29.  
  30. /*
  31. ** Markup free clearing
  32. ** Details: http://www.positioniseverything.net/easyclearing.html
  33. */
  34. .clear-block:after {
  35.   content: ".";
  36.   display: block;
  37.   height: 0;
  38.   clear: both;
  39.   visibility: hidden;
  40. }
  41.  
  42. .clear-block {
  43.   display: inline-block;
  44. }
  45.  
  46. /* Hides from IE-mac \*/
  47. * html .clear-block {
  48.   height: 1%;
  49. }
  50. .clear-block {
  51.   display: block;
  52. }
  53. /* End hide from IE-mac */
  54.