Magellan Linux

Contents of /trunk/flyspray/themes/Magellan/reset.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6 - (show annotations) (download) (as text)
Thu Mar 24 13:33:23 2016 UTC (8 years, 1 month ago) by niro
File MIME type: text/css
File size: 1278 byte(s)
-import flyspray-1.0-beta Magellan theme
1 /* reset.css - Resets default browser CSS. */
2 html { margin:0;padding:0;border:0;}
3 body, div, span, object, iframe,
4 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
5 a, abbr, acronym, address, code,
6 del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
7 fieldset, form, label, legend,
8 table, caption, tbody, tfoot, thead, tr, th, td,
9 article, aside, dialog, figure, footer, header,
10 hgroup, nav, section {
11 margin: 0;padding: 0;border: 0;font-size: 100%;vertical-align: baseline;
12 }
13 /* This helps to make newer HTML5 elements behave like DIVs in older browsers */
14 article, aside, details, figcaption, figure, dialog,
15 footer, header, hgroup, menu, nav, section {
16 display:block;
17 }
18 body {
19 line-height: 1.5; /* Line-height should always be unitless! */
20 background: #fff;
21 /* direction:rtl; */
22 }
23 table {border-collapse: separate;border-spacing: 0;}
24 caption, th, td {
25 text-align: left;
26 font-weight: normal;
27 float:none !important; /* float:none prevents the span-x classes from breaking table-cell display */
28 }
29 table, th, td {vertical-align: middle;}
30 /* Remove possible quote marks (") from <q>, <blockquote>. */
31 blockquote:before, blockquote:after, q:before, q:after { content: ''; }
32 blockquote, q { quotes: "" ""; }
33 /* Remember to define your own focus styles! */
34 :focus { outline: 0; }