X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=utils%2Fjalviewjs%2Fsite-resources%2Fcss%2Freset.css;fp=utils%2Fjalviewjs%2Fsite-resources%2Fcss%2Freset.css;h=de3e422e2bfe84f8bc4c533df4a2a95d9f054f7e;hb=a83adb45bdf9554e270921b4baad94defd314b36;hp=0000000000000000000000000000000000000000;hpb=d4ec118f86b5c9dee801e743c46aaacc7bb521d1;p=jalview.git diff --git a/utils/jalviewjs/site-resources/css/reset.css b/utils/jalviewjs/site-resources/css/reset.css new file mode 100644 index 0000000..de3e422 --- /dev/null +++ b/utils/jalviewjs/site-resources/css/reset.css @@ -0,0 +1,113 @@ +/** + * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$) + * Copyright (C) $$Year-Rel$$ The Jalview Authors + * + * This file is part of Jalview. + * + * Jalview is free software: you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + * + * Jalview is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty + * of MERCHANTABILITY or FITNESS FOR A PARTICULAR + * PURPOSE. See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along with Jalview. If not, see . + * The Jalview Authors are detailed in the 'AUTHORS' file. + */ +/* http://meyerweb.com/eric/tools/css/reset/ + + v2.0 | 20110126 + + License: none (public domain) + +*/ + + + +html, body, div, span, applet, object, iframe, + +h1, h2, h3, h4, h5, h6, p, blockquote, pre, + +a, abbr, acronym, address, big, cite, code, + +del, dfn, em, img, ins, kbd, q, s, samp, + +small, strike, strong, sub, sup, tt, var, + +b, u, i, center, + +dl, dt, dd, ol, ul, li, + +fieldset, form, label, legend, + +table, caption, tbody, tfoot, thead, tr, th, td, + +article, aside, canvas, details, embed, + +figure, figcaption, footer, header, hgroup, + +menu, nav, output, ruby, section, summary, + +time, mark, audio, video { + + margin: 0; + + padding: 0; + + border: 0; + + font-size: 100%; + + font: inherit; + + vertical-align: baseline; + +} + +/* HTML5 display-role reset for older browsers */ + +article, aside, details, figcaption, figure, + +footer, header, hgroup, menu, nav, section { + + display: block; + +} + +body { + + line-height: 1; + +} + +ol, ul { + + list-style: none; + +} + +blockquote, q { + + quotes: none; + +} + +blockquote:before, blockquote:after, + +q:before, q:after { + + content: ''; + + content: none; + +} + +table { + + border-collapse: collapse; + + border-spacing: 0; + +}