X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/f2056dbaafa8f6a5bf72ef25ecf77060693ba35d..642e83337054cbef44f9ee3335dcf7f50224dd9e:/wolnelektury/static/css/cite.css diff --git a/wolnelektury/static/css/cite.css b/wolnelektury/static/css/cite.css index 4335f2ee6..2067f4719 100755 --- a/wolnelektury/static/css/cite.css +++ b/wolnelektury/static/css/cite.css @@ -1,4 +1,4 @@ -a.cite { +.cite { display: block; color: black; background: white; @@ -32,7 +32,7 @@ a.cite { #big-cite { - background-color: #5f3e1c; /* average image color */ + background-color: #45321f; /* average image color */ color: white; padding: 0; margin: 0; @@ -95,7 +95,7 @@ a.cite { margin: 1.6em 0.2em 1.6em 17.5em; } #big-cite .source span { - font-size: 1.1em; + font-size: 1.2em; } @@ -121,3 +121,17 @@ a.cite { margin: 0; padding: 1em; } + + +.Fragment-item .fragment { + color: black; + display: block; +} +.Fragment-item .toggle { + font-size: 1.1em; + display:block; + padding: .5em 0; +} +.Fragment-item { + margin-bottom: 2em; +}