Apply miscellaneous style changes

- Also add default photo and SCSS-CSS mapping
This commit is contained in:
Xevion
2022-03-26 20:16:28 -05:00
parent 5a640bc404
commit 131d3ef4ea
3 changed files with 26 additions and 8 deletions

BIN
static/default_photo.png Normal file
View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

1
static/styles.css.map Normal file
View File

@@ -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"}

View File

@@ -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;
}
}
}