aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorTravisBot <>2018-04-02 19:15:30 +0000
committerTravisBot <>2018-04-02 19:15:30 +0000
commit47a105d5f11348cc4a571309a9fc6d90dda874de (patch)
tree2471fe38b8562e8f8a9f67f8e732f4623537f2f9 /style.css
parent1b27bea0d4c9134bbc3f6bc2903d87ef009caeac (diff)
downloadYAGE-47a105d5f11348cc4a571309a9fc6d90dda874de.tar.gz
YAGE-47a105d5f11348cc4a571309a9fc6d90dda874de.zip
[Travis] Rebuilding documentation
Diffstat (limited to 'style.css')
-rw-r--r--style.css29
1 files changed, 29 insertions, 0 deletions
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;
+}