TONS of work.

* Got stats page working
* Got main LevelUp page working
* A lot of stat processing stuff
This commit is contained in:
2015-11-05 06:55:49 -06:00
parent 083f9f3901
commit 278d409ad9
13 changed files with 1000 additions and 28 deletions

File diff suppressed because one or more lines are too long

View File

@@ -211,6 +211,60 @@ aside {
background: #1f8dd6;
}
.hidden {
display: none;
}
.bordered {
border: 1px solid #888;
border-radius: 3px;
}
.levelup-user {
border-radius: 3px;
border: 1px solid #888;
margin: 10px;
overflow: hidden;
height: 75px;
background: #AAA;
padding: 5px;
position: relative;
}
.levelup-username {
font-size: 2em;
color: #FFF;
background: #777;
border-radius: 3px;
border-top: 1px solid black;
border-left: 1px solid black;
border-right: 1px solid white;
border-bottom: 1px solid white;
padding: 5px;
position: absolute;
top: 5%;
right: 1%;
}
.levelup-level {
font-size: 7em;
margin-right: 5em;
color: #000;
position: absolute;
left: 1%;
top: 35%;
color: #FFF;
}
.levelup-smalllevel {
position: absolute;
bottom: 20%;
right: 1%;
color: #000;
}
.levelup-xp {
position: absolute;
bottom: 1%;
right: 1%;
}
/* -- Responsive Styles (Media Queries) ------------------------------------- */
/*