Mercurial > libervia-web
comparison public/libervia.css @ 305:d002cd631271
browser_side: styles for displaying rich text
author | souliane <souliane@mailoo.org> |
---|---|
date | Wed, 18 Dec 2013 13:59:25 +0100 |
parents | 1a5dc08c2749 |
children | 5d11ec1f2c22 |
comparison
equal
deleted
inserted
replaced
304:2ab513a47e3b | 305:d002cd631271 |
---|---|
23 */ | 23 */ |
24 | 24 |
25 /* reset/default styles */ | 25 /* reset/default styles */ |
26 | 26 |
27 html, body, div, span, applet, object, iframe, | 27 html, body, div, span, applet, object, iframe, |
28 h1, h2, h3, h4, h5, h6, p, blockquote, pre, | 28 p, blockquote, pre, |
29 a, abbr, acronym, address, big, cite, code, | 29 a, abbr, acronym, address, big, cite, code, |
30 del, dfn, em, font, img, ins, kbd, q, s, samp, | 30 del, dfn, em, font, img, ins, kbd, q, s, samp, |
31 small, strike, strong, sub, sup, tt, var, | 31 small, strike, strong, sub, sup, tt, var, |
32 b, u, i, center, dl, dt, dd, ol, ul, li, | 32 b, u, i, center, dl, dt, dd, li, |
33 fieldset, form, label, legend, table, caption, | 33 fieldset, form, label, legend, table, caption, |
34 tbody, tfoot, thead, tr, th, td { | 34 tbody, tfoot, thead, tr, th, td { |
35 margin: 0; | 35 margin: 0; |
36 padding: 0; | 36 padding: 0; |
37 border: 0; | 37 border: 0; |
40 vertical-align: baseline; | 40 vertical-align: baseline; |
41 background: transparent; | 41 background: transparent; |
42 color: #444; | 42 color: #444; |
43 } | 43 } |
44 | 44 |
45 ol, ul { list-style: none; } | 45 /* styles for displaying rich text - START */ |
46 h1, h2, h3, h4, h5, h6 { | |
47 margin: 0; | |
48 padding: 0; | |
49 border: 0; | |
50 outline: 0; | |
51 vertical-align: baseline; | |
52 background: transparent; | |
53 color: #444; | |
54 border-bottom: 1px solid rgb(170, 170, 170); | |
55 margin-bottom: 0.6em; | |
56 } | |
57 ol, ul { | |
58 margin: 0; | |
59 border: 0; | |
60 outline: 0; | |
61 font-size: 100%; | |
62 vertical-align: baseline; | |
63 background: transparent; | |
64 color: #444; | |
65 } | |
66 a:link { | |
67 color: blue; | |
68 } | |
69 .bubble p { | |
70 margin: 0.4em 0em; | |
71 } | |
72 /* styles for displaying rich text - END */ | |
73 | |
46 blockquote, q { quotes: none; } | 74 blockquote, q { quotes: none; } |
47 | 75 |
48 blockquote:before, blockquote:after, | 76 blockquote:before, blockquote:after, |
49 q:before, q:after { | 77 q:before, q:after { |
50 content: ''; | 78 content: ''; |