volkrom.css (1697B)
1 /* Völkrom specific styling */ 2 3 list { display: block } 4 list ln { display: block } 5 6 bcode ln { 7 display: block; 8 line-height: 11px; 9 } 10 11 quote .text { 12 font-family: 'Archive Pro'; 13 margin: 0; 14 margin-bottom: 2px; 15 } 16 17 quote .attrib { 18 font-size: 12px; 19 } 20 quote .attrib:before { 21 content: "─ " 22 } 23 quote .attrib a { 24 margin-left: 2.5px; 25 font-size: 12px; 26 padding: 1px 5px; 27 border: 1px solid white; 28 29 text-decoration: none; 30 -webkit-border-radius: 2px; 31 border-radius: 2px; 32 font-family: 'Basis Grotesque Pro Mono'; 33 display: inline-block; 34 line-height: 13px; 35 background-color: #FFF; 36 color: black; 37 38 transition: color .1s ease, background-color .1s ease; 39 } 40 quote .attrib a:hover { 41 background-color: black; 42 color: white; 43 } 44 quote .attrib a:after { content: "" } 45 46 ln:before { 47 content: "· "; 48 margin-right: 5px; 49 } 50 51 pre { 52 -webkit-border-radius: 2px; 53 /* A */ border-radius: 2px; 54 border: 1px solid white; 55 padding: 14px; 56 font-size: 14px; 57 font-weight: 400; 58 font-family: 'Basis Grotesque Pro Mono', 'monospace'; 59 line-height: 15px; 60 margin-bottom: .75em; 61 } 62 63 bpre { 64 white-space: pre; 65 display: block; 66 font-size: 14px; 67 font-weight: 400; 68 font-family: 'Basis Grotesque Pro Mono', 'monospace'; 69 line-height: 15px; 70 margin-bottom: .75em; 71 } 72 73 bcode { 74 -webkit-border-radius: 2px; 75 border-radius: 2px; 76 border: 1px solid white; 77 padding: 14px; 78 white-space: pre; 79 display: block; 80 font-size: 14px; 81 font-weight: 400; 82 font-family: 'Basis Grotesque Pro Mono', 'monospace'; 83 line-height: 15px; 84 margin-bottom: .75em; 85 } 86 87 p.note { 88 -webkit-border-radius: 2px; 89 border-radius: 2px; 90 font-style: italic; 91 border: 1px solid white; 92 padding: 14px; 93 } 94 95 list { 96 margin-bottom: .75em; 97 }