fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
some templates
[wolnelektury.git]
/
wolnelektury
/
static
/
css
/
cite.css
diff --git
a/wolnelektury/static/css/cite.css
b/wolnelektury/static/css/cite.css
index
d6f9bba
..
69c28a7
100755
(executable)
--- a/
wolnelektury/static/css/cite.css
+++ b/
wolnelektury/static/css/cite.css
@@
-24,21
+24,16
@@
}
}
-/* a long cite displays smaller */
-.cite-small .cite-body span {
- font-size: 1.4em;
-}
-
-
#big-cite {
#big-cite {
- background-color:
#5f3e1c
; /* average image color */
- color:
white
;
+ background-color:
white; /* #bd9a89
; /* average image color */
+ color:
black
;
padding: 0;
margin: 0;
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% 50%;
+ background-position: 50% 70%;
+ background-repeat: no-repeat;
}
#big-cite .cite {
}
#big-cite .cite {
@@
-55,7
+50,7
@@
#big-cite .cite-body {
#big-cite .cite-body {
- margin: .05em .05em .05em 1
7.5
em;
+ margin: .05em .05em .05em 1em;
}
#big-cite .cite-body span {
font-size: 3em;
}
#big-cite .cite-body span {
font-size: 3em;
@@
-63,9
+58,7
@@
}
#big-cite .vip {
}
#big-cite .vip {
- float:left;
- text-align:right;
- width: 14.7em;
+ margin-left: 1em;
margin-top: .25em;
}
margin-top: .25em;
}
@@
-92,10
+85,10
@@
#big-cite .source {
#big-cite .source {
- margin: 1.6em 0.2em 1.6em 1
7.5
em;
+ margin: 1.6em 0.2em 1.6em 1em;
}
#big-cite .source span {
}
#big-cite .source span {
- font-size: 1.
1
em;
+ font-size: 1.
2
em;
}
}
@@
-134,4
+127,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;
}
}