diff --git a/static/default_photo.png b/static/default_photo.png new file mode 100644 index 0000000..49c8eb1 Binary files /dev/null and b/static/default_photo.png differ diff --git a/static/styles.css.map b/static/styles.css.map new file mode 100644 index 0000000..85fe31a --- /dev/null +++ b/static/styles.css.map @@ -0,0 +1 @@ +{"version":3,"sourceRoot":"","sources":["styles.scss"],"names":[],"mappings":"AAAA;EACE;EACA;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;;AAEA;EAOE;;AALA;EAEE;;;AAON;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;;;AAKN;EACE;EACA;EACA;EACA;;AAEA;EACE;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAIA;EACE;EACA;;AAEA;EACE;;AAEA;EACE;;;AAMR;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;;;AAIA;EACE;EACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;EACA;;AAEA;EACE;EACA;;AAGF;EACE;;AAEA;EACE;;AAIJ;EACE;EACA;EACA","file":"styles.css"} \ No newline at end of file diff --git a/static/styles.scss b/static/styles.scss index 1445d43..42bf0fe 100644 --- a/static/styles.scss +++ b/static/styles.scss @@ -1,14 +1,28 @@ -body, html { - font-family: Arial, sans-serif; - margin: 0; +@font-face { + font-family: "Arial Rounded MT Bold"; + src: url("/static/arial_rounded_bold.ttf"); } -#content { +body, html { + font-family: Verdana, Arial, sans-serif, Helvetica; + margin: 0; + background-color: #e7e7e7; + line-height: 1.225; +} + +.content-outer { width: 900px; max-width: 100%; margin: 0 auto; - .content-inner { - margin: 2em; + + .content { + + .content-inner { + //min-height: 50vh; + padding: 2em; + } + + background-color: white; } } @@ -22,11 +36,15 @@ body, html { .header-primary { background-color: #1b53a8; padding: 10px; + position: relative; .header-login { + position: absolute; + top: 1em; + right: 1em; color: white; - .username { + a { text-decoration: underline; color: white !important; } @@ -66,7 +84,6 @@ nav, footer { a { text-decoration: none; - color: white; } } }