123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180 |
- @font-face{
- font-family: "pixelmix";
- font-weight: normal;
- src: url("pixelmix.woff") format("woff"), url("pixelmix.ttf") format("truetype");
- }
- @font-face{
- font-family: "pixelmix";
- font-weight: bold;
- src: url("pixelmix_bold.woff") format("woff"), url("pixelmix_bold.ttf") format("truetype");
- }
- body{
- font-family: "pixelmix";
- background-color: #F2EEF2;
- color: black;
- -webkit-font-smoothing: none;;
- }
- a{
- color: #A15DBA;
- }
- a:hover{
- color: #AF5FCD;
- text-decoration: none;
- text-shadow: #D2D2D2 1px 1px 0.1em;
- }
- h2{
- text-shadow: gray 1px 1px 0.1em;
- }
- .hero{
- margin: 20px 0px;
- text-align: center;
- text-shadow: gray 1px 1px 0.1em;
- }
- .hero h1{
- margin: 0;
- }
- .hero h2{
- font-size: 16pt;
- margin: 0;
- margin-top: 5px;
- }
- nav{
- margin: 20px 0px;
- text-align: center;
- }
- nav a{
- margin-right: 13px;
- }
- #websocket_message {
- position: fixed;
- top: 0px;
- left: 0px;
- opacity: 0.8;
- z-index: 10;
- }
- #globalstats{
- text-align: center;
- text-shadow: gray 1px 1px 0.1em;
- margin-bottom: 20px;
- }
- #mainstats {
- font-size: 20pt;
- }
- .panel{
- color: black;
- border-radius: 0;
- -webkit-border-radius: 0;
- -moz-border-radius: 0;
- border: none;
- box-shadow: gray 1px 1px 0.1em;
- }
- .panel-default .panel-heading{
- background-color: #482680;
- color: white;
- border-radius: 0;
- -webkit-border-radius: 0;
- -moz-border-radius: 0;
- font-weight: bold;
- text-shadow: gray 1px 1px 0.1em;
- }
- .panel-heading .pull-right{
- margin-top: -3px;
- font-weight: normal;
- }
- .panel-heading input{
- width: 80px;
- border: none;
- padding: 2px 3px;
- }
- .panel-heading[ng-click]{
- cursor: pointer;
- user-select: none;
- -moz-user-select: none;
- -webkit-user-select: none;
- }
- .panel-heading[ng-click]:hover{
- background-color: #300080;
- }
- .table{
- color: black;
- background: white;
- }
- input{
- color: black;
- background: white;
- }
- th{
- font-size: 8pt;
- }
- .admin{
- font-family: helvetica, verdana, sans-serif;
- margin-top: 30px;
- }
- .well{
- color: black;
- }
- @media (max-width: 767px){
- .hero h2{
- display: none;
- }
- }
- .logoutLink {
- text-align: right;
- padding: 0.2em;
- }
- .errorReportMessage {
- overflow: auto;
- max-width: 40vw;
- }
- #leaderboard-totals, #leaderboard-recent {
- table-layout: fixed;
- }
- .table-number {
- text-align: right;
- }
- .table-string {
- text-overflow: ellipsis;
- overflow: hidden;
- white-space: nowrap;
- }
- .nick-color-0 {
- color: #423c00;
- }
- .nick-color-1 {
- color: #4a2500;
- }
- .nick-color-2 {
- color: #170f02;
- }
- .nick-color-3 {
- color: #152604;
- }
- .nick-color-4 {
- color: #182f4c;
- }
- .nick-color-5 {
- color: #221724;
- }
- .nick-color-6 {
- color: #210000;
- }
- .nick-color-7 {
- color: #2e3436;
- }
|