fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
lithuanian i18n fixes
[wolnelektury.git]
/
wolnelektury
/
static
/
css
/
cite.css
diff --git
a/wolnelektury/static/css/cite.css
b/wolnelektury/static/css/cite.css
index
d6f9bba
..
91c6851
100755
(executable)
--- a/
wolnelektury/static/css/cite.css
+++ b/
wolnelektury/static/css/cite.css
@@
-24,21
+24,15
@@
}
}
-/* a long cite displays smaller */
-.cite-small .cite-body span {
- font-size: 1.4em;
-}
-
-
#big-cite {
#big-cite {
- background-color: #
5f3e1c
; /* average image color */
+ background-color: #
bd9a89
; /* average image color */
color: white;
padding: 0;
margin: 0;
color: white;
padding: 0;
margin: 0;
- background-image: url(/static/img/backdrop/
boltron-3212284622
.jpg);
+ background-image: url(/static/img/backdrop/
horiavarlan-4268896468
.jpg);
background-size: 100%;
background-size: 100%;
- background-position: 50%
5
0%;
+ background-position: 50%
7
0%;
}
#big-cite .cite {
}
#big-cite .cite {
@@
-95,7
+89,7
@@
margin: 1.6em 0.2em 1.6em 17.5em;
}
#big-cite .source span {
margin: 1.6em 0.2em 1.6em 17.5em;
}
#big-cite .source span {
- font-size: 1.
1
em;
+ font-size: 1.
2
em;
}
}
@@
-134,4
+128,10
@@
}
.Fragment-item {
margin-bottom: 2em;
}
.Fragment-item {
margin-bottom: 2em;
+ /* white-box */
+ border: 1px solid #ddd;
+ background: #fff;
+ -moz-box-shadow: 2px 2px 2px #ddd;
+ -webkit-box-shadow: 2px 2px 2px #ddd;
+ box-shadow: 2px 2px 2px #ddd;
}
}