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

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