container.css 859 B

123456789101112131415161718192021222324252627282930313233
  1. /*==== container ====*/
  2. body, td, button {
  3. line-height:1.5;
  4. font-size: 9pt;
  5. font-family: gulim,tahoma,sans-serif;
  6. }
  7. body {
  8. background: transparent;
  9. scrollbar-3dlight-color:#FFFFFF;
  10. scrollbar-arrow-color:#9f9f9f;
  11. scrollbar-darkshadow-color:#FFFFFF;
  12. scrollbar-face-color:#e6e6e6;
  13. scrollbar-highlight-color:#c3c3c3;
  14. scrollbar-shadow-color:#c3c3c3;
  15. scrollbar-track-color:#F3F3F3;
  16. margin:0;
  17. padding:8px;
  18. word-break: break-all;
  19. }
  20. a:hover, a:link, a:active, a:visited { text-decoration:none; border-bottom:1px dashed #840000; }
  21. button {
  22. cursor:default;
  23. -moz-user-modify:read-only !important;
  24. -webkit-user-modify:read-only !important;
  25. -khtml-user-modify:read-only !important;
  26. }
  27. /*button table td { font-size:0; }*/ /* from ie */
  28. button a:hover, button a:link, button a:active, button a:visited { border:none; }
  29. blockquote { margin:0; }