201 lines
2.8 KiB
CSS
201 lines
2.8 KiB
CSS
body {
|
|
background-color: #1c406a;
|
|
font-family: "Barlow";
|
|
font-size: 16px;
|
|
}
|
|
|
|
body:before {
|
|
content: "";
|
|
display: block;
|
|
position: fixed;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: -10;
|
|
background: url("images/background/playstation-minimalism.jpg") no-repeat;
|
|
-webkit-background-size: cover;
|
|
-moz-background-size: cover;
|
|
-o-background-size: cover;
|
|
background-size: cover;
|
|
}
|
|
|
|
a {
|
|
color: #000;
|
|
text-decoration: none;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.refresh {
|
|
background: #cadbeb;
|
|
border: 1px solid #5f94c2;
|
|
border-radius: 4px;
|
|
display: block;
|
|
padding-bottom: 3px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.thumbnail {
|
|
float: left;
|
|
width: 95px;
|
|
height: 90px;
|
|
padding-top: 10px;
|
|
padding-left: 10px;
|
|
}
|
|
|
|
.thumbnail img {
|
|
border: 1px solid #3b6f9d;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.info {
|
|
float: left;
|
|
width: auto;
|
|
padding-top: 10px;
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
/* Clear floats after the columns */
|
|
.game:after {
|
|
content: "";
|
|
display: table;
|
|
clear: both;
|
|
}
|
|
|
|
.game {
|
|
width: 500px;
|
|
background: #cadbeb;
|
|
border: 1px solid #3b6f9d;
|
|
border-radius: 4px;
|
|
margin-top: 10px;
|
|
display: block;
|
|
overflow: auto;
|
|
opacity: 0.95;
|
|
}
|
|
|
|
#message {
|
|
width: 100%;
|
|
height: 100%;
|
|
margin-bottom: 5px;
|
|
padding-bottom: 5px;
|
|
}
|
|
|
|
.message-error {
|
|
background: #fca4a4;
|
|
border: 1px solid #8e0000;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.message-success {
|
|
background: #a7d6ad;
|
|
border: 1px solid #034c00;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.message-head {
|
|
display: block;
|
|
text-align: center;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.message-details {
|
|
display: block;
|
|
text-align: center;
|
|
}
|
|
|
|
.center500 {
|
|
width: 500px;
|
|
text-align: center;
|
|
}
|
|
|
|
.orderby {
|
|
color: #1f3b53;
|
|
font-weight: bold;
|
|
align-content: center;
|
|
display: inline-block;
|
|
background-color: #95b8d7;
|
|
border: 1px solid #274a68;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.material-icons.md-arrow {
|
|
color: #5f94c2;
|
|
}
|
|
.material-icons.md-arrow.md-active {
|
|
color: #274a68;
|
|
}
|
|
.vertical-align-middle {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.padding-bottom-3 {
|
|
padding-bottom: 3px;
|
|
}
|
|
|
|
.padding-bottom-10 {
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
.gameinfoline {
|
|
}
|
|
|
|
.gameinfohead {
|
|
display: inline-block;
|
|
width: 150px;
|
|
text-align: left;
|
|
}
|
|
.gameinfoseparator:before {
|
|
content: "";
|
|
}
|
|
.gameinfoseparator {
|
|
display: inline;
|
|
}
|
|
|
|
.gameinfodetails {
|
|
padding-left: 3px;
|
|
display: inline;
|
|
}
|
|
|
|
.PlaytimeDetails {
|
|
display: table;
|
|
padding: 5px;
|
|
margin-right: 10px;
|
|
border-radius: 4px;
|
|
border: 1px solid #274a68;
|
|
}
|
|
|
|
.PlaytimeStart {
|
|
width: 140px;
|
|
display: table-cell;
|
|
}
|
|
|
|
.PlaytimeEnd {
|
|
width: 140px;
|
|
display: table-cell;
|
|
}
|
|
|
|
.PlaytimeTotal {
|
|
width: 100px;
|
|
display: table-cell;
|
|
}
|
|
|
|
.head {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.row {
|
|
display: table-row;
|
|
}
|
|
|
|
.row:nth-child(even) {
|
|
background: #95b8d7;
|
|
}
|
|
|
|
.cell {
|
|
display: table-cell;
|
|
}
|
|
|
|
.FontSmaller {
|
|
font-size: 14px;
|
|
}
|