From c9185202fe841984f984326dfc1ab5ef5d00d6f9 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Mon, 2 Apr 2018 20:05:27 +0100 Subject: Adding style to css --- docs/style.css | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 docs/style.css (limited to 'docs/style.css') diff --git a/docs/style.css b/docs/style.css new file mode 100644 index 00000000..3dc99567 --- /dev/null +++ b/docs/style.css @@ -0,0 +1,29 @@ +@import url('https://fonts.googleapis.com/css?family=Noto+Sans'); + +body { + background-color: #CCC; + color: black; + margin: 0; +} + +div.contents { + margin-bottom: 10px; + padding: 12px; + margin-left: auto; + margin-right: auto; + width: 960px; + background-color: white; + border-radius: 8px; +} + +#titlearea { + background-color: white; +} + +hr.footer { + display: none; +} + +.footer { + background-color: #AAA; +} -- cgit