about.css (1200B)
1 :root { 2 font-family: sans; 3 text-rendering: optimizelegibility; 4 font-kerning: normal; 5 } 6 7 header { 8 padding: 0.5em; 9 text-align: center; 10 } 11 12 code { font-family: monospace; } 13 14 h1,h2,h3,h4,h5,h6 { 15 font-family: sans; 16 font-kerning: auto; 17 } 18 19 @media screen { 20 :root { 21 color: #efefef; 22 background: #10181e; 23 background-image: url(/static/d130997eec266e5a.jpg); 24 background-repeat: no-repeat; 25 background-attachment: fixed; 26 background-size: cover; 27 } 28 29 body { margin: 0; } 30 31 a { 32 color: #d8a070; 33 text-decoration: none; 34 } 35 36 h1, 37 h2, 38 h3 { 39 font-weight: normal; 40 } 41 42 h1::before, 43 h2::before, 44 h3::before, 45 h4::before, 46 h5::before, 47 h6::before { 48 display: none; 49 } 50 51 section { 52 margin: 1em auto; 53 width: 80em; 54 display: table; 55 border-radius: 10px; 56 background-color: #121a24; 57 color: #b9b9ba; 58 } 59 60 header, h2 { 61 color: #a5a5a6; 62 background-color: #182230; 63 } 64 65 h2 { 66 padding: 0.25ex 0.5em; 67 border-radius: 10px 10px 0 0; 68 margin: 0; 69 padding: 0.6em 1em; 70 } 71 72 p, h3 { 73 margin: 1em; 74 } 75 76 .mrf_settings-values { 77 color: #ffc5f2; 78 } 79 } 80 81 @media print { 82 a::before { content: "[" attr(href) "]("; } 83 a::after { content: ")"; } 84 a::before, a::after { 85 font-family: monospace; 86 } 87 }