add show list methods
This commit is contained in:
parent
3478e04a63
commit
bbb8ca5fdf
13 changed files with 929 additions and 95 deletions
|
@ -73,8 +73,10 @@ tt, code, kbd, samp {
|
|||
}
|
||||
|
||||
#main {
|
||||
float: left;
|
||||
width: 75%;
|
||||
float: right;
|
||||
width: 85%;
|
||||
box-sizing: border-box;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
article dl {
|
||||
|
@ -126,40 +128,40 @@ section
|
|||
nav
|
||||
{
|
||||
display: block;
|
||||
float: right;
|
||||
margin-top: 28px;
|
||||
width: 25%;
|
||||
float: left;
|
||||
width: 15%;
|
||||
box-sizing: border-box;
|
||||
border-left: 1px solid #ccc;
|
||||
padding-left: 16px;
|
||||
right: 0px;
|
||||
border-right: 1px solid #ccc;
|
||||
height: -webkit-fill-available;
|
||||
position: fixed;
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
|
||||
padding-left: 16px;
|
||||
padding-right: 16px;
|
||||
}
|
||||
|
||||
nav ul {
|
||||
font-family: 'Lucida Grande', 'Lucida Sans Unicode', arial, sans-serif;
|
||||
font-size: 100%;
|
||||
line-height: 17px;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
list-style-type: none;
|
||||
}
|
||||
/*nav ul {*/
|
||||
/*font-family: 'Lucida Grande', 'Lucida Sans Unicode', arial, sans-serif;*/
|
||||
/*font-size: 100%;*/
|
||||
/*line-height: 17px;*/
|
||||
/*padding: 0;*/
|
||||
/*margin: 0;*/
|
||||
/*list-style-type: none;*/
|
||||
/*}*/
|
||||
|
||||
nav ul a, nav ul a:visited, nav ul a:active {
|
||||
/*font-family: Consolas, Monaco, 'Andale Mono', monospace;*/
|
||||
line-height: 18px;
|
||||
color: #4D4E53;
|
||||
}
|
||||
/*nav ul a, nav ul a:visited, nav ul a:active {*/
|
||||
/*!*font-family: Consolas, Monaco, 'Andale Mono', monospace;*!*/
|
||||
/*line-height: 18px;*/
|
||||
/*color: #4D4E53;*/
|
||||
/*}*/
|
||||
|
||||
nav h3 {
|
||||
margin-top: 12px;
|
||||
}
|
||||
/*nav h3 {*/
|
||||
/*margin-top: 12px;*/
|
||||
/*}*/
|
||||
|
||||
nav li {
|
||||
margin-top: 6px;
|
||||
}
|
||||
/*nav li {*/
|
||||
/*margin-top: 6px;*/
|
||||
/*}*/
|
||||
|
||||
footer {
|
||||
display: block;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue