You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
669 B

  1. html, body, ul, ol {
  2. font-family: Microsoft JhengHei;
  3. margin: 0;
  4. padding: 0; }
  5. .divmain {
  6. position: relative; }
  7. .btnbehavior, .divleftmenu_module:hover, .divleftmenu_function:hover {
  8. cursor: pointer;
  9. cursor: hand; }
  10. .divleftmenu_module {
  11. border-color: aquamarine;
  12. border-width: 3px;
  13. border-style: solid; }
  14. .divleftmenu_function {
  15. border-color: purple;
  16. border-width: 3px;
  17. border-style: solid;
  18. padding-left: 20px; }
  19. .divleftmenu {
  20. width: 150px;
  21. position: relative;
  22. height: 50px;
  23. left: 10px; }
  24. .divrightmain {
  25. position: absolute;
  26. left: 160px;
  27. top: 0px; }
  28. iframe {
  29. border: none; }
  30. /*# sourceMappingURL=Dashboard.css.map */