Line | |
---|
1 | @import "no-js"; |
---|
2 | |
---|
3 | .bilberry-hugo-theme { |
---|
4 | background-color: $page-background-color; |
---|
5 | font-family: $content-font; |
---|
6 | color: $text-color; |
---|
7 | font-size: 1.6em; |
---|
8 | |
---|
9 | h1, |
---|
10 | h2, |
---|
11 | h3, |
---|
12 | h4, |
---|
13 | h5, |
---|
14 | h6, |
---|
15 | .title, |
---|
16 | .subtitle { |
---|
17 | font-family: $headline-font; |
---|
18 | } |
---|
19 | |
---|
20 | a { |
---|
21 | color: inherit; |
---|
22 | text-decoration: none; |
---|
23 | transition: all 0.2s ease-in-out; |
---|
24 | |
---|
25 | &:hover { |
---|
26 | color: $highlight-color; |
---|
27 | } |
---|
28 | |
---|
29 | &:focus { |
---|
30 | outline: none; |
---|
31 | } |
---|
32 | } |
---|
33 | |
---|
34 | pre { |
---|
35 | position: relative; |
---|
36 | background: transparent !important; |
---|
37 | |
---|
38 | code { |
---|
39 | padding: 1.0em; |
---|
40 | font-size: 0.9em; |
---|
41 | white-space: pre; |
---|
42 | overflow-x: auto; |
---|
43 | border-radius: 4px; |
---|
44 | } |
---|
45 | |
---|
46 | .copy-button { |
---|
47 | display: none; |
---|
48 | position: absolute; |
---|
49 | top: 5px; |
---|
50 | right: 5px; |
---|
51 | background: #f1f1f1; |
---|
52 | padding: 4px; |
---|
53 | font-size: 12pt; |
---|
54 | line-height: normal; |
---|
55 | height: auto; |
---|
56 | } |
---|
57 | |
---|
58 | &:hover .copy-button { |
---|
59 | display: block; |
---|
60 | } |
---|
61 | } |
---|
62 | |
---|
63 | code { |
---|
64 | font-family: "Fira Code", monospace; |
---|
65 | border: 0; |
---|
66 | margin: 0; |
---|
67 | white-space: normal; |
---|
68 | } |
---|
69 | |
---|
70 | .tooltipster-light { |
---|
71 | font-size: 0.75em; |
---|
72 | |
---|
73 | .tooltipster-content { |
---|
74 | padding: 6px 10px; |
---|
75 | } |
---|
76 | } |
---|
77 | |
---|
78 | .bubble .fas { |
---|
79 | font-size: 15pt; |
---|
80 | } |
---|
81 | |
---|
82 | .container { |
---|
83 | width: $site-width; |
---|
84 | max-width: 100%; |
---|
85 | } |
---|
86 | |
---|
87 | .ulist { |
---|
88 | // Fix for asciidoctor-html5s |
---|
89 | padding-left: 1em; |
---|
90 | } |
---|
91 | |
---|
92 | ul { |
---|
93 | list-style: circle; |
---|
94 | padding-left: inherit; |
---|
95 | } |
---|
96 | |
---|
97 | .flexslider { |
---|
98 | ol, |
---|
99 | ul { |
---|
100 | list-style: none; |
---|
101 | } |
---|
102 | } |
---|
103 | |
---|
104 | .fa-youtube-adblock-proof:before { |
---|
105 | content: "\F167"; |
---|
106 | } |
---|
107 | |
---|
108 | @import "topnav"; |
---|
109 | |
---|
110 | @import "header"; |
---|
111 | |
---|
112 | @import "main"; |
---|
113 | |
---|
114 | @import "articles"; |
---|
115 | |
---|
116 | @import "pagination"; |
---|
117 | |
---|
118 | @import "footer"; |
---|
119 | |
---|
120 | @import "responsive"; |
---|
121 | } |
---|
Note: See
TracBrowser for help on using the repository browser.