From 41a99ba87e2e5789c2a33d7dc5f7d3d0c9871b8e Mon Sep 17 00:00:00 2001 From: yo momma Date: Sat, 31 Jan 2026 17:15:01 +0000 Subject: Refactor: extract remaining inline styles --- static/css/reset.css | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 static/css/reset.css (limited to 'static/css/reset.css') diff --git a/static/css/reset.css b/static/css/reset.css new file mode 100644 index 0000000..f1af743 --- /dev/null +++ b/static/css/reset.css @@ -0,0 +1,49 @@ +/* reset.css + From http://meyerweb.com/eric/tools/css/reset/ + v1.0 | 20080212 */ +* { + padding: 0; + margin: 0; +} + +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, font, 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 { + margin: 0; + padding: 0; + border: 0; + outline: 0; + font-size: 100%; + vertical-align: baseline; + background: transparent; + font-family: Arial, Helvetica, sans-serif; +} + +body { line-height: 1; } + +ol, ul { list-style: none; } + +blockquote, q { quotes: none; } + +blockquote:before, blockquote:after, +q:before, q:after { + content: ''; + content: none; +} + +:focus { outline: 0; } + +ins { text-decoration: none; } + +del { text-decoration: line-through; } + +table { + border-collapse: collapse; + border-spacing: 0; +} -- cgit v1.2.3-70-g09d2