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