home *** CD-ROM | disk | FTP | other *** search
/ Freelog 100 / FreelogNo100-NovembreDecembre2010.iso / Graphisme / GoogleSketchUp / GoogleSketchUpWFR.exe / GoogleSketchUp8.msi / SketchUpMeta.cab / components.css.78D17A5F_0E0A_44D2_877D_2C56D45D16B7 < prev    next >
Encoding:
Text File  |  2010-08-26  |  1.3 KB  |  64 lines

  1. /**
  2. Copyright:: Copyright 2008 Google Inc.
  3. License:: All Rights Reserved.
  4. Original Author:: Scott Shattuck
  5. */
  6.  
  7. /* Google CSS baseline */
  8. @import "goog.css";
  9. @import "gui-base.css";
  10. @import "gui-ratio.css";
  11. @import "gui-fixed.css";
  12.  
  13. /* reset */
  14. body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  margin:0; padding:0; } 
  15. table { border-collapse:collapse; border-spacing:0; } 
  16. fieldset,img {  border:0; } 
  17. address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; } 
  18. ol,ul { list-style:none; } 
  19. caption,th { text-align:left; } 
  20. h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; } 
  21. q:before,q:after { content:''; } 
  22. abbr,acronym { border:0; } 
  23.  
  24. /* fonts */
  25. body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
  26. table {font-size:inherit;font:100%;}
  27. pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:100%;}
  28.  
  29.  
  30. html,body {
  31.   background-color: threedface;
  32.   overflow: hidden;
  33. }
  34.  
  35. h1,h2 {
  36.   font-weight: bold;
  37. }
  38.  
  39. table {
  40.   margin: 0px;
  41.   padding: 0px;
  42.   border: 0px;
  43.   width: 100%;
  44.   height: 100%;
  45. }
  46.  
  47. div {
  48.   width: 100%;
  49.   height: 100%;
  50. }
  51.  
  52. #background {
  53.   position: absolute;
  54.   top: 0px;
  55.   left: 0px;
  56.   width: 100%;
  57.   height: 100%;
  58.   border: 0px;
  59.   margin: 0px;
  60.   padding: 0px;
  61.   background-color: red;
  62. }
  63.  
  64.