aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2018-01-09 15:05:10 +0800
committerclarkzjw <[email protected]>2018-01-09 15:05:10 +0800
commit001940f3f01217a85c17e0cf9ef5949adb6ebad4 (patch)
tree6dc17aa540225777f1ab278785bdd5a1ca782226 /_static/git-pull.css
parent7a581c4a5efca9615933676dc4ed5411409d2450 (diff)
downloadblog.jinwei.me-001940f3f01217a85c17e0cf9ef5949adb6ebad4.tar.gz
+ init
Diffstat (limited to '_static/git-pull.css')
-rw-r--r--_static/git-pull.css49
1 files changed, 49 insertions, 0 deletions
diff --git a/_static/git-pull.css b/_static/git-pull.css
new file mode 100644
index 0000000..81e3aa2
--- /dev/null
+++ b/_static/git-pull.css
@@ -0,0 +1,49 @@
1h1.logo { font-size: 13px; }
2img.logo { margin: 0 0 20px 0; }
3
4div.book-container > p {
5 text-align: center;
6}
7
8div.book-container {
9 background: rgba(250, 251, 252, 0.75);
10 border-left: 5px solid rgba(85, 138, 187, 0.75);
11 margin-top: 10px;
12}
13
14div.book-container:hover {
15 background: rgba(250, 251, 252, 1);
16 border-left: 5px solid rgba(85, 138, 187, 1);
17}
18
19div.book-container .hsk-right p:first-of-type,
20div.book-container .rightside-book p:first-of-type
21{
22 padding-top: 10px;
23}
24
25/* flexbox.css overrides */
26
27@media only screen and (min-width: 75em),
28@media only screen and (min-width: 64em),
29@media only screen and (min-width: 48em) {
30 .container {
31 width: auto !important
32 }
33}
34
35.project div.figure p.caption {
36 margin-bottom: 0px;
37}
38
39.book-container a.reference:hover,
40.project a.reference:hover {
41 border-bottom: 0px;
42}
43
44/* attempt to fix flexbox in screen responsiveness at mid-width */
45@media only screen and (min-width: 64em) {
46 .container {
47 width: auto !important;
48 }
49}
Powered by cgit v1.2.3 (git 2.41.0)