joeni

Add rough first CSS stylesheets

Although they're technically unnecessary, I've made some rough stylesheets to have a basic layout for the current programs. They might very well be removed in the future, but for now, they suffice enough.

Author
Maarten 'Vngngdn' Vangeneugden
Date
Jan. 28, 2018, 9:37 p.m.
Hash
e4e55bb561d379597808b34ab63d270556925401
Parent
f454425f58f752e0d4a2b49fcba4bd7215383d8f
Modified files
static/css/base.css
static/css/footer.css
static/css/header.css

static/css/base.css

4 additions and 0 deletions.

View changes Hide changes
+
1
    font-family: Verdana, Futura, Arial, sans-serif;
+
2
    background-color: #dedede;
+
3
}
+
4

static/css/footer.css

4 additions and 0 deletions.

View changes Hide changes
+
1
    position:relative;
+
2
    bottom: 0;
+
3
}
+
4

static/css/header.css

8 additions and 0 deletions.

View changes Hide changes
+
1
    position: fixed;
+
2
    top: 0;
+
3
    background-color: #E73B2B;
+
4
}
+
5
header ul {
+
6
    display: inline;
+
7
}
+
8