mirror of
https://github.com/Xevion/runnerspace.git
synced 2025-12-09 14:08:31 -06:00
Apply miscellaneous style changes
- Also add default photo and SCSS-CSS mapping
This commit is contained in:
BIN
static/default_photo.png
Normal file
BIN
static/default_photo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
1
static/styles.css.map
Normal file
1
static/styles.css.map
Normal 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"}
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user