forked from varia/varia.website
footnote css styling
This commit is contained in:
parent
a8c618bf56
commit
f95512882c
@ -37,7 +37,7 @@ body{
|
|||||||
margin:14px auto 5em auto;
|
margin:14px auto 5em auto;
|
||||||
padding: 0px 15px;
|
padding: 0px 15px;
|
||||||
font-family: "main", monospace;
|
font-family: "main", monospace;
|
||||||
font-size: 14px;
|
font-size: 15px;
|
||||||
line-height:1.8;
|
line-height:1.8;
|
||||||
background-color: rgba(252, 255, 120, .7);
|
background-color: rgba(252, 255, 120, .7);
|
||||||
color:black;
|
color:black;
|
||||||
@ -87,7 +87,7 @@ h1, h2, h3, h4, h5, h6, #header{
|
|||||||
}
|
}
|
||||||
h2{
|
h2{
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
font-weight: normal;
|
/*font-weight: normal;*/
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
h3{
|
h3{
|
||||||
@ -231,7 +231,7 @@ header {
|
|||||||
.summary p{
|
.summary p{
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
.longread.hentry{
|
.article.hentry{
|
||||||
width:calc(400px + 2em);
|
width:calc(400px + 2em);
|
||||||
font-size: 125%;
|
font-size: 125%;
|
||||||
}
|
}
|
||||||
@ -249,6 +249,7 @@ header {
|
|||||||
}
|
}
|
||||||
.hentry .article-info .event-details{
|
.hentry .article-info .event-details{
|
||||||
margin:5px 0 2px;
|
margin:5px 0 2px;
|
||||||
|
min-height: 1.65em;
|
||||||
}
|
}
|
||||||
/* title */
|
/* title */
|
||||||
.hentry .article-info .entry-title{
|
.hentry .article-info .entry-title{
|
||||||
@ -283,23 +284,23 @@ header {
|
|||||||
font-size: 250%;
|
font-size: 250%;
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin:30px 0 30px 275px;
|
margin:30px 0 30px 250px;
|
||||||
color:#7e5211;
|
color:#7e5211;
|
||||||
width: calc(100% - 275px);
|
width: calc(100% - 250px);
|
||||||
}
|
}
|
||||||
#content.body .article-info{
|
#content.body .article-info{
|
||||||
width:200px;
|
width:200px;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
.entry-content-container, #page-content-container{
|
.entry-content-container, #page-content-container{
|
||||||
width: calc(100% - 285px);
|
width: calc(100% - 260px);
|
||||||
float: right;
|
float: right;
|
||||||
padding:0 30px;
|
padding:0 30px;
|
||||||
margin-bottom:25px;
|
margin-bottom:25px;
|
||||||
}
|
}
|
||||||
.entry-content, #page-content{
|
.entry-content, #page-content{
|
||||||
position: relative;
|
position: relative;
|
||||||
max-width: 800px;
|
max-width: 750px;
|
||||||
margin:-3px auto 0 20px;
|
margin:-3px auto 0 20px;
|
||||||
}
|
}
|
||||||
.entry-content img, #page-content img{
|
.entry-content img, #page-content img{
|
||||||
@ -347,12 +348,24 @@ header {
|
|||||||
margin-top: 2em;
|
margin-top: 2em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
.simple-footnotes{
|
/*.simple-footnotes{
|
||||||
font-size:14px;
|
font-size:14px;
|
||||||
margin:auto;
|
margin:auto;
|
||||||
max-width:800px;
|
max-width:800px;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
.author{
|
.author{
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*footnotes*/
|
||||||
|
sup span{
|
||||||
|
float: right;
|
||||||
|
width: 200px;
|
||||||
|
margin:0.25em -150px 1em 3em;
|
||||||
|
clear:both;
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
sup span p{
|
||||||
|
display: inline;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user