Mercurial Hosting > lang
comparison src/site.css @ 8:2b7dcf355a78
better scrolling
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Fri, 18 Jul 2025 23:46:48 -0600 |
parents | b1adec083e44 |
children | 46097e607701 |
comparison
equal
deleted
inserted
replaced
7:255c36830154 | 8:2b7dcf355a78 |
---|---|
26 font-size: 14px; | 26 font-size: 14px; |
27 background-color: #ddd; | 27 background-color: #ddd; |
28 padding: 8px 3%; | 28 padding: 8px 3%; |
29 display: flex; | 29 display: flex; |
30 justify-content: space-between; | 30 justify-content: space-between; |
31 z-index: 1; | |
32 position: fixed; | |
33 top: 0; | |
34 left: 0; | |
35 right: 0; | |
36 } | |
37 div[padding] { | |
38 height: 32px; | |
31 } | 39 } |
32 | 40 |
33 [content] { | 41 [content] { |
34 margin-left: 3%; | 42 margin-left: 3%; |
35 margin-right: 3%; | 43 margin-right: 3%; |
36 margin-bottom: 2em; | 44 margin-bottom: 2em; |
45 } | |
46 | |
47 @media print { | |
48 div[header], | |
49 div[padding] { | |
50 display: none; | |
51 } | |
37 } | 52 } |
38 | 53 |
39 span[pulldown] { | 54 span[pulldown] { |
40 position: relative; | 55 position: relative; |
41 } | 56 } |