refactoring finished, added footnotes support
This commit is contained in:
Vendored
+19
-9
@@ -759,7 +759,12 @@ main#content {
|
||||
display: inline-block;
|
||||
text-align: left; }
|
||||
|
||||
section.item {
|
||||
h1.part {
|
||||
font-size: 1.6em;
|
||||
width: 450px;
|
||||
margin: 1em 0; }
|
||||
|
||||
section.enonce {
|
||||
width: 450px;
|
||||
margin: 1em 0;
|
||||
overflow-x: visible;
|
||||
@@ -767,24 +772,29 @@ section.item {
|
||||
font-size: 16px;
|
||||
font-kerning: auto;
|
||||
line-height: 1.4; }
|
||||
section.item h1 {
|
||||
font-size: 0.750em;
|
||||
section.enonce h2 {
|
||||
font-size: 1em;
|
||||
font-weight: 300;
|
||||
margin: 0;
|
||||
cursor: pointer; }
|
||||
section.item div.text {
|
||||
section.enonce h3 {
|
||||
font-size: 0.9em;
|
||||
font-weight: 300;
|
||||
margin: 0;
|
||||
cursor: pointer; }
|
||||
section.enonce div.text {
|
||||
font-size: 1.3em; }
|
||||
section.item div.text div.paragraph {
|
||||
section.enonce div.text div.paragraph {
|
||||
margin-bottom: 1em; }
|
||||
section.item div.text div.paragraph div.opened-link {
|
||||
section.enonce div.text div.paragraph div.opened-link {
|
||||
display: inline; }
|
||||
section.item div.text div.paragraph a.link, section.item div.text div.paragraph span.link.text {
|
||||
section.enonce div.text div.paragraph a.link, section.enonce div.text div.paragraph span.link.text {
|
||||
font-weight: 600;
|
||||
text-decoration: none;
|
||||
color: inherit; }
|
||||
section.item div.text div.paragraph span.link.text:after {
|
||||
section.enonce div.text div.paragraph span.link.text:after {
|
||||
content: ':'; }
|
||||
section.item div.text div.paragraph section.item {
|
||||
section.enonce div.text div.paragraph section.enonce, section.enonce div.text div.paragraph section.item {
|
||||
padding-left: 2em;
|
||||
border-left: 1px solid #999; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user