TONS of work.
* Got stats page working * Got main LevelUp page working * A lot of stat processing stuff
This commit is contained in:
11
assets/css/pure-min.css
vendored
11
assets/css/pure-min.css
vendored
File diff suppressed because one or more lines are too long
@@ -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) ------------------------------------- */
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user