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