2009-02-15 04:20:19 +08:00
|
|
|
/***************/
|
|
|
|
/* page layout */
|
|
|
|
/***************/
|
|
|
|
|
|
|
|
[id=menu] {
|
|
|
|
width:25ex;
|
2015-03-09 17:09:55 +08:00
|
|
|
float:left;
|
2009-02-15 04:20:19 +08:00
|
|
|
}
|
|
|
|
[id=content] {
|
|
|
|
/* ***** EDIT THIS VALUE IF CONTENT OVERLAPS MENU ***** */
|
2012-08-30 21:12:02 +08:00
|
|
|
margin-left:29ex;
|
2009-02-15 04:20:19 +08:00
|
|
|
padding-right:4ex;
|
2012-08-30 21:12:02 +08:00
|
|
|
word-wrap: break-word;
|
2009-02-15 04:20:19 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
/**************/
|
|
|
|
/* menu style */
|
|
|
|
/**************/
|
|
|
|
|
|
|
|
#menu .submenu {
|
|
|
|
padding-top:1em;
|
|
|
|
display:block;
|
|
|
|
}
|
|
|
|
|
|
|
|
#menu label {
|
|
|
|
display:block;
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: center;
|
|
|
|
background-color: rgb(192,192,192);
|
|
|
|
}
|
|
|
|
#menu a {
|
|
|
|
padding:0 .2em;
|
|
|
|
display:block;
|
|
|
|
text-align: center;
|
|
|
|
background-color: rgb(235,235,235);
|
|
|
|
}
|
|
|
|
#menu a:visited {
|
|
|
|
color:rgb(100,50,100);
|
2010-04-08 06:58:06 +08:00
|
|
|
}
|