mirror of
https://github.com/danpros/htmly.git
synced 2026-04-17 19:26:08 +05:30
TOC styling
Create default TOC style with options to use the theme css
This commit is contained in:
parent
45dc7901fb
commit
a8e3c0e670
13 changed files with 113 additions and 375 deletions
|
|
@ -6140,49 +6140,3 @@ ul.month {
|
|||
.feed-link a {
|
||||
height:100%;
|
||||
}
|
||||
|
||||
summary {
|
||||
display: list-item;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.toc-wrapper {
|
||||
background: #f9f9f9;
|
||||
border: 1px solid #aaa;
|
||||
border-radius: 4px;
|
||||
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
|
||||
box-shadow: 0 1px 1px rgba(0,0,0,.05);
|
||||
margin-bottom: 1.5em;
|
||||
padding: 10px;
|
||||
position: relative;
|
||||
width: auto;
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
.toc-wrapper .inner {
|
||||
margin-top:5px;
|
||||
}
|
||||
|
||||
.toc-wrapper .inner a {
|
||||
border: none;
|
||||
box-shadow:none;
|
||||
}
|
||||
|
||||
.toc .h3-toc {
|
||||
margin-left: .20in;
|
||||
}
|
||||
.toc .h4-toc {
|
||||
margin-left: .35in;
|
||||
}
|
||||
.toc .h5-toc {
|
||||
margin-left: .50in;
|
||||
}
|
||||
.toc .h6-toc {
|
||||
margin-left: .65in;
|
||||
}
|
||||
|
||||
.toc-link a.anchor {
|
||||
border:none;
|
||||
margin-left: 5px;
|
||||
box-shadow:none;
|
||||
}
|
||||
|
|
@ -6147,49 +6147,3 @@ ul.month {
|
|||
.feed-link a {
|
||||
height:100%;
|
||||
}
|
||||
|
||||
summary {
|
||||
display: list-item;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.toc-wrapper {
|
||||
background: #f9f9f9;
|
||||
border: 1px solid #aaa;
|
||||
border-radius: 4px;
|
||||
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
|
||||
box-shadow: 0 1px 1px rgba(0,0,0,.05);
|
||||
margin-bottom: 1.5em;
|
||||
padding: 10px;
|
||||
position: relative;
|
||||
width: auto;
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
.toc-wrapper .inner {
|
||||
margin-top:5px;
|
||||
}
|
||||
|
||||
.toc-wrapper .inner a {
|
||||
border: none;
|
||||
box-shadow:none;
|
||||
}
|
||||
|
||||
.toc .h3-toc {
|
||||
margin-left: .20in;
|
||||
}
|
||||
.toc .h4-toc {
|
||||
margin-left: .35in;
|
||||
}
|
||||
.toc .h5-toc {
|
||||
margin-left: .50in;
|
||||
}
|
||||
.toc .h6-toc {
|
||||
margin-left: .65in;
|
||||
}
|
||||
|
||||
.toc-link a.anchor {
|
||||
border:none;
|
||||
margin-left: 5px;
|
||||
box-shadow:none;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue