From 3e6843d98a6cc3720a0badb2acbf26655d32a8d3 Mon Sep 17 00:00:00 2001 From: "sigonasr2, Sig, Sigo" Date: Wed, 3 Aug 2022 17:56:35 +0000 Subject: [PATCH] Remove reset.css Co-authored-by: sigonasr2 --- ArcadeReader.java | 3 +++ out/reset.css | 47 -------------------------------------------- out/sig.css | 49 ++++++++++++++++++++++++++++++++++++++++++++++ ref/DEFAULT.html | 1 - sigPlace.class | Bin 0 -> 18951 bytes sigServer.class | Bin 0 -> 9229 bytes 6 files changed, 52 insertions(+), 48 deletions(-) create mode 100644 ArcadeReader.java delete mode 100644 out/reset.css create mode 100644 sigPlace.class create mode 100644 sigServer.class diff --git a/ArcadeReader.java b/ArcadeReader.java new file mode 100644 index 0000000..a7a5a7f --- /dev/null +++ b/ArcadeReader.java @@ -0,0 +1,3 @@ +public class ArcadeReader { + +} diff --git a/out/reset.css b/out/reset.css deleted file mode 100644 index 73614e1..0000000 --- a/out/reset.css +++ /dev/null @@ -1,47 +0,0 @@ -/* 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; -} diff --git a/out/sig.css b/out/sig.css index 08c3668..4d20ec8 100644 --- a/out/sig.css +++ b/out/sig.css @@ -1,3 +1,52 @@ +/* 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; +} + + a:link{ color:#D7F; font-size:0.8em; diff --git a/ref/DEFAULT.html b/ref/DEFAULT.html index aeba680..67ac30c 100644 --- a/ref/DEFAULT.html +++ b/ref/DEFAULT.html @@ -1,7 +1,6 @@ -