aboutsummaryrefslogtreecommitdiffstats
path: root/docs/style.css
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-04-02 20:05:27 +0100
committerYann Herklotz <ymherklotz@gmail.com>2018-04-02 20:05:27 +0100
commitc9185202fe841984f984326dfc1ab5ef5d00d6f9 (patch)
tree2c84ba1bd1728943b442a18b11c3dea9d3bc86b4 /docs/style.css
parent52fb7104141eab51e6f5fbd54027b042ca7c1e08 (diff)
downloadYAGE-c9185202fe841984f984326dfc1ab5ef5d00d6f9.tar.gz
YAGE-c9185202fe841984f984326dfc1ab5ef5d00d6f9.zip
Adding style to css
Diffstat (limited to 'docs/style.css')
-rw-r--r--docs/style.css29
1 files changed, 29 insertions, 0 deletions
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;
+}