tstyle.css - ics2txt - convert icalendar .ics file to plain text | |
git clone git://bitreich.org/ics2txt git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws… | |
Log | |
Files | |
Refs | |
Tags | |
--- | |
tstyle.css (417B) | |
--- | |
1 body { | |
2 padding: 5em 5ch; | |
3 font-family: sans; | |
4 max-width: 550pt; | |
5 margin: auto; | |
6 line-height: 1.4em; | |
7 } | |
8 | |
9 a { | |
10 text-decoration: none; | |
11 } | |
12 | |
13 h1 { | |
14 line-height: 3em; | |
15 } | |
16 | |
17 h2,h3,h4,h5,h6 { | |
18 line-height: 2em; | |
19 } | |
20 | |
21 pre, code { | |
22 background: #f6f6f6; | |
23 } | |
24 | |
25 pre { | |
26 padding: 1em 2ch; | |
27 line-height: 1.1em; | |
28 overflow: auto; | |
29 } | |
30 | |
31 blockquote { | |
32 padding-left: 1.4ch; | |
33 margin-left: 1ch; | |
34 border-left: solid 1px grey; | |
35 } | |
36 | |
37 img { | |
38 max-width: 100%; | |
39 } |