Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 7th, 2012  |  syntax: None  |  size: 1.67 KB  |  hits: 13  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Why is this method of css organization better? [closed]
  2. table {border-collapse: collapse;border-spacing: 0;}
  3. fieldset,img {border: 0;}
  4. address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var {font:inherit;}
  5. del,ins {text-decoration: none;}
  6. li {list-style: none;}
  7. caption,th {text-align: left;}
  8. h1,h2,h3,h4,h5,h6 {font-size: 100%;font-weight: normal;}
  9. q:before,q:after {content: '';}
  10. abbr,acronym {border: 0;font-variant: normal;}
  11. sup{vertical-align: baseline;}
  12. sub{vertical-align: baseline;}
  13. legend {color: #000;}
  14. strong{font-weight:600;}
  15.        
  16. html {
  17.     background-color: #7e1d32;
  18.     font: 16px/22px arial, sans-serif;
  19. }
  20. #outer_container {
  21.     min-height: 598px;
  22.     width: 100%;
  23.     background: #D4D4D4 url('../images/top_bg.gif') repeat-x top left;
  24. }
  25. #inner_container {
  26.     min-height: 698px;
  27.     width: 100%;
  28.     background: #D4D4D4 url('../images/top_designed_bg.jpg') repeat-x top center;
  29. }
  30.  
  31. /* top orange banner */
  32. #top_orange_bar {
  33.     height: 47px;
  34.     width: 100%;
  35.     background: transparent url('../images/top_orange_bg.gif') repeat top left;
  36. }
  37. #top_orange_bar_content {
  38.     width: 1026px;
  39.     margin: 0 auto;
  40. }
  41. #top_orange_bar_content .left {
  42.     float: left;
  43.     width: 730px;
  44.     margin-left: 40px;
  45. }
  46. #top_orange_bar_content .left h4 {
  47.     text-transform: uppercase;
  48.     letter-spacing: 1px;
  49.     font: bold 14px/52px arial, sans-serif;
  50.     color: #7f1e32;
  51. }
  52. #top_orange_bar_content .right {
  53.     float: right;
  54.     width: 160px;
  55.     margin-right: 40px;
  56.     text-align: right;
  57. }
  58. #top_orange_bar_content .right a {
  59.     margin-top: 8px;
  60. }
  61.        
  62. #top_orange_bar_content .right {
  63.     float: right;
  64.     margin-right: 40px;
  65.     text-align: right;
  66.     width: 160px;
  67. }