fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix section counting/targetting from search snippet
[wolnelektury.git]
/
wolnelektury
/
static
/
css
/
cite.css
diff --git
a/wolnelektury/static/css/cite.css
b/wolnelektury/static/css/cite.css
index
d6f9bba
..
5f6bb1c
100755
(executable)
--- a/
wolnelektury/static/css/cite.css
+++ b/
wolnelektury/static/css/cite.css
@@
-32,7
+32,7
@@
#big-cite {
#big-cite {
- background-color: #
5f3e1c
; /* average image color */
+ background-color: #
45321f
; /* average image color */
color: white;
padding: 0;
margin: 0;
color: white;
padding: 0;
margin: 0;
@@
-95,7
+95,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
+134,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;
}
}