From f0f758803cc2b142853579586c5cebc12e223a97 Mon Sep 17 00:00:00 2001 From: ache Date: Sat, 29 Dec 2018 02:10:04 +0100 Subject: =?UTF-8?q?Add=20stark=E2=9D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/css/design.scss | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100755 src/css/design.scss (limited to 'src/css/design.scss') diff --git a/src/css/design.scss b/src/css/design.scss new file mode 100755 index 0000000..fc53bfb --- /dev/null +++ b/src/css/design.scss @@ -0,0 +1,52 @@ +$gsm: "screen and (max-width: 768px)"; +$tab: "screen and (max-width: 1024px)"; +$gt-gsm: "screen and (min-width: 768px)"; + +@import 'contenu'; +@import 'sommaire'; +@import 'style'; +@import 'rainbow'; + +body { + font-family: 'Noto Serif', Verdana, "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif; + margin: 0px; + background: #f1f1f1; + line-height: 1.6; + color: #333333; + word-wrap: break-word; + font-size: 16px; +} +#body_c { + background-repeat:no-repeat; + background-position:top left; +} +.fl { + float: left; +} +ache { + margin-left: auto; + margin-right: auto; +} +img { + display: block; + margin: 0 auto; + max-width: 100%; +} +table { + border-collapse: collapse; + padding: 7px 13px; +} +table, th, td { + border: 1px solid #dfe2e5; + padding: 7px 13px; +} +.suite { + color: #888888; + outline: none; + text-decoration: none; + font-size: 0.6em; + font-weight: bold; + font-family: monospace, serif; + text-shadow: 0 1px 0 #DDD; +} + -- cgit v1.2.3