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

html, body, ul, ol {
font-family: Microsoft JhengHei;
margin: 0;
padding: 0; }
.divmain {
position: relative; }
.btnbehavior, .divleftmenu_module:hover, .divleftmenu_function:hover {
cursor: pointer;
cursor: hand; }
.divleftmenu_module {
border-color: aquamarine;
border-width: 3px;
border-style: solid; }
.divleftmenu_function {
border-color: purple;
border-width: 3px;
border-style: solid;
padding-left: 20px; }
.divleftmenu {
width: 150px;
position: relative;
height: 50px;
left: 10px; }
.divrightmain {
position: absolute;
left: 160px;
top: 0px; }
iframe {
border: none; }
/*# sourceMappingURL=Dashboard.css.map */