113 lines
1.6 KiB
CSS
113 lines
1.6 KiB
CSS
body{
|
|
background-color: #d3d3d3;
|
|
}
|
|
|
|
.thumbnail {
|
|
float: left;
|
|
width: 95px;
|
|
height: 90px;
|
|
padding-top: 10px;
|
|
padding-left: 10px;
|
|
}
|
|
.info {
|
|
float: left;
|
|
width: auto;
|
|
padding-top: 10px;
|
|
}
|
|
|
|
/* Clear floats after the columns */
|
|
.game:after {
|
|
content: "";
|
|
display: table;
|
|
clear: both;
|
|
}
|
|
|
|
.game{
|
|
width: 500px;
|
|
background: #00b0bc;
|
|
border: 1px solid #027c84;
|
|
border-radius: 2px;
|
|
margin-top: 10px;
|
|
display: block;
|
|
overflow: auto;
|
|
}
|
|
|
|
#message {
|
|
width: 100%;
|
|
height: 100%;
|
|
margin-bottom: 5px;
|
|
padding-bottom: 5px;
|
|
}
|
|
|
|
.message-error {
|
|
background: #fca4a4;
|
|
border: 1px solid #8e0000;
|
|
}
|
|
|
|
|
|
.message-success {
|
|
background: #a7d6ad;
|
|
border: 1px solid #034c00;
|
|
}
|
|
|
|
.message-head {
|
|
display: block;
|
|
text-align: center;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.message-details {
|
|
display: block;
|
|
text-align: center;
|
|
}
|
|
|
|
.center500 {
|
|
width: 500px;
|
|
text-align: center;
|
|
}
|
|
|
|
.orderby {
|
|
align-content: center;
|
|
display: inline-block;
|
|
background-color: #B7B7B7;
|
|
border: 1px solid #333333;
|
|
border-radius: 2px;
|
|
}
|
|
|
|
.material-icons.md-arrow {
|
|
color: #848484;
|
|
}
|
|
.material-icons.md-arrow.md-active { color: #027c84; }
|
|
.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;
|
|
}
|