Skip to content

Commit

Permalink
add a footnote-cite style
Browse files Browse the repository at this point in the history
This combines .cite and .footnote to get consistent footnotes with
smaller font and less intrusive text color. Used for per-slide citations
mainly.

Contributed by Roberto Di Remigio; see #42.
  • Loading branch information
bast committed Jan 15, 2017
1 parent 459fbed commit 9462b24
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cicero/static/css/cicero.css
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,12 @@ code {

.cite {font-size: 0.8em; color:#33AA99;font-style: italic}
.strike {color:salmon;text-decoration:line-through}
.footnote-cite {
position: absolute;
bottom: 3em;
color: #7f7f7f;
font-size: 0.8em;
}

/* Images overlay */
.imageWrapper {
Expand Down

0 comments on commit 9462b24

Please sign in to comment.