diff --git a/client/assets/icons/726.png b/client/assets/icons/726.png new file mode 100644 index 00000000..b60e6e75 Binary files /dev/null and b/client/assets/icons/726.png differ diff --git a/client/cryps.css b/client/cryps.css index e56769fd..275d7883 100644 --- a/client/cryps.css +++ b/client/cryps.css @@ -10,7 +10,11 @@ html, body, .cryps { font-family: 'Jura'; color: whitesmoke; font-size: 16pt; + user-select: none; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; /* this is the sweet nectar to keep it full page*/ height: 99%; @@ -395,33 +399,50 @@ header { min-width: 300px; } +/* + INFO +*/ .thresholds { display: flex; flex-direction: row; justify-content: left; } -.info-stats { +.info-cryp .skills { + display: flex; +} + +.info-cryp .skills .cryp-skill-btn { + border: 1px solid whitesmoke; +} + +.info-cryp .stats, .info-cryp .specs { display: flex; flex-flow: row wrap; justify-content: space-around; } -.info-stats .speed { +.info-cryp .stats .speed { flex: 1 0 100%; } -.info-stats figure { +.info-cryp .stats figure { flex: 0 0 30%; border: 0; margin: 1em 0; text-align: center; } -.info-stats .stat-icon { +.info-cryp .stats .stat-icon { height: 2.5em; } +.info-cryp .specs figure { + border: 0; + margin: 1em 0; + text-align: center; +} + /* CRYP BOX */ .cryp-box { @@ -456,7 +477,7 @@ header { flex-flow: column; } -.stats { +.cryp-box .stats { flex: 0 0 20%; width: 100%; display: flex; @@ -492,7 +513,7 @@ header { border-right-width: 0px; } -.cryp-skill-btn:first-child { +.cryp-list .skills .cryp-skill-btn:first-child { border-top-width: 0; } @@ -581,6 +602,10 @@ header { order: 99; } + header { + font-size: 0.5em; + } + .header-username { display: none; } @@ -636,8 +661,17 @@ header { flex: 1; } + .info-cryp { + text-align: center; + } + .cryp-box { - margin: 0.5em; + margin: 0; + border-left-width: 0px; + } + + .cryp-box:first-child { + border-left-width: 1px; } .spawn-btn button { @@ -685,7 +719,7 @@ header { height: 1em; } - .stats figcaption { + .cryp-list .stats figcaption { display: none; } diff --git a/client/index.html b/client/index.html index d396dc79..8f80d512 100644 --- a/client/index.html +++ b/client/index.html @@ -8,7 +8,7 @@ - + @@ -17,5 +17,14 @@
+