Mercurial Hosting > luan
comparison website/src/site.css @ 1323:3860ed4b8552
simplify website css
| author | Franklin Schmidt <fschmidt@gmail.com> |
|---|---|
| date | Thu, 07 Feb 2019 05:38:38 -0700 |
| parents | c4216a583de4 |
| children | b29eefad2111 |
comparison
equal
deleted
inserted
replaced
| 1322:d5739c101bd6 | 1323:3860ed4b8552 |
|---|---|
| 1 | 1 |
| 2 body { | 2 body { |
| 3 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; | 3 font-family: sans-serif; |
| 4 margin: 0 5%; | 4 margin-left: 5%; |
| 5 margin-right: 5%; | |
| 5 } | 6 } |
| 6 | 7 |
| 7 a[href] { | 8 a[href] { |
| 8 text-decoration: inherit; | 9 text-decoration: inherit; |
| 9 color: #337ab7; | |
| 10 } | |
| 11 a[href]:visited { | |
| 12 color: #034a87; | |
| 13 } | 10 } |
| 14 a[href]:hover { | 11 a[href]:hover { |
| 15 text-decoration: underline; | 12 text-decoration: underline; |
| 16 } | 13 } |
| 17 | 14 |
| 18 [small] { | 15 [small] { |
| 19 font-size: small; | 16 font-size: small; |
| 20 } | 17 } |
| 21 | 18 |
| 19 div[link] { | |
| 20 margin: 0.5em 0; | |
| 21 } | |
| 22 | |
| 22 | 23 |
| 23 div[contents] { | 24 div[contents] { |
| 24 margin: 0 0 1em; | 25 margin-bottom: 1em; |
| 25 } | 26 } |
| 26 ul { | 27 ul { |
| 27 margin: 0; | 28 margin: 0; |
| 28 } | 29 } |
| 29 [heading] { | 30 [heading] { |
| 30 margin: 2em 0 0.6em; | 31 margin-top: 2em; |
| 31 color: #233E93; | |
| 32 } | |
| 33 [heading] a[href], [heading] a[href]:visited { | |
| 34 color: inherit; | |
| 35 } | 32 } |
| 36 | 33 |
| 37 h4 code { | 34 h4 code { |
| 38 font-size: 1.4em; | 35 font-size: 1.4em; |
| 39 font-weight: normal; | |
| 40 } | 36 } |
