aboutsummaryrefslogtreecommitdiff
path: root/static/styles.sass
diff options
context:
space:
mode:
Diffstat (limited to 'static/styles.sass')
-rw-r--r--static/styles.sass52
1 files changed, 34 insertions, 18 deletions
diff --git a/static/styles.sass b/static/styles.sass
index 285a9bc2..8309ebf7 100644
--- a/static/styles.sass
+++ b/static/styles.sass
@@ -27,8 +27,9 @@
27 27
28// text colors 28// text colors
29 29
30// blunt-force priority, works for now.
30.near-white 31.near-white
31 color: #f4f4f4 32 color: #f4f4f4 !important
32 33
33.near-black 34.near-black
34 color: #111 35 color: #111
@@ -49,15 +50,16 @@
49 50
50code 51code
51 margin-bottom: 1em 52 margin-bottom: 1em
53 word-wrap: break-word
52 54
53// hyperlinks and buttons 55// hyperlinks and buttons
54 56
55#body_content a 57//#body_content a
56 text-decoration: underline 58// text-decoration: underline
57 color: #357edd 59// color: #357edd
58 &:link, &:visited 60// &:link, &:visited
59 text-decoration: underline 61// text-decoration: underline
60 color: #357edd 62// color: #357edd
61 63
62a.btn 64a.btn
63 text-decoration: none !important 65 text-decoration: none !important
@@ -66,9 +68,6 @@ a.btn
66 text-decoration: none !important 68 text-decoration: none !important
67 color: white !important 69 color: white !important
68 70
69.team
70 padding: 75px 0
71
72h6.description 71h6.description
73 font-weight: bold 72 font-weight: bold
74 letter-spacing: 2px 73 letter-spacing: 2px
@@ -163,9 +162,12 @@ i.red
163 background-color: #678 162 background-color: #678
164 border-color: #68a 163 border-color: #68a
165 164
165img.distro-logo
166 height: 150px
167
166a.btn:hover 168a.btn:hover
167 transition: background-color 0.7s 169 transition: background-color 0.7s
168 background-color: #d00 170 background-color: #217fae
169 border-color: #fff 171 border-color: #fff
170 color: white !important 172 color: white !important
171 173
@@ -192,8 +194,11 @@ html
192 color: white 194 color: white
193 195
194.c_acronym 196.c_acronym
195 background-color: #217fae 197 background-color: #419edb
196 color: white 198 color: white
199 a
200 &:link &:visited
201 color: #c1d9f5
197 202
198footer a 203footer a
199 text-decoration: underline 204 text-decoration: underline
@@ -233,8 +238,7 @@ footer a
233 text-align: center 238 text-align: center
234 239
235footer 240footer
236 padding-top: 2em 241 padding: 2em
237 margin-top: 2em
238 242
239#body_content 243#body_content
240 .container-wide 244 .container-wide
@@ -251,12 +255,8 @@ footer
251 max-width: 80em 255 max-width: 80em
252 .jumbotron 256 .jumbotron
253 margin-bottom: 0px 257 margin-bottom: 0px
254 // background-color: #cccccc;
255 // background-image: radial-gradient(circle, #baddef, #baddef, #349fd7);
256 // push footer down 258 // push footer down
257 min-height: 80vh 259 min-height: 80vh
258 // space for the nav
259 // padding-top: 70px;
260 260
261.adorn_h3_bracket h3::before 261.adorn_h3_bracket h3::before
262 content: "#" 262 content: "#"
@@ -278,3 +278,19 @@ footer
278 278
279.row 279.row
280 min-width: 50% 280 min-width: 50%
281
282header
283 text-align: center
284 margin-top: 30px
285 margin-bottom: 50px
286
287// Some docs are too long, thus there is a need for a subnav.
288// Use "subnav" class for the submenu.
289// Use "subnav-anchor" class for the a-tags right before a section title.
290.subnav
291 a.nav-link
292 &:link, &:visited
293 color: #419edb !important
294a.subnav-anchor
295 position: relative
296 top: -80px