From 47a105d5f11348cc4a571309a9fc6d90dda874de Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Mon, 2 Apr 2018 19:15:30 +0000 Subject: [Travis] Rebuilding documentation --- style.css | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 style.css (limited to 'style.css') diff --git a/style.css b/style.css new file mode 100644 index 00000000..3dc99567 --- /dev/null +++ b/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