added some stuff to make it look better !
This commit is contained in:
34
style.css
34
style.css
@@ -23,27 +23,47 @@ body{
|
||||
}
|
||||
|
||||
.game{
|
||||
width: 600px;
|
||||
width: 500px;
|
||||
background: #00b0bc;
|
||||
border: 1px solid #027c84;
|
||||
border-radius: 2px;
|
||||
margin-bottom: 10px;
|
||||
margin-top: 10px;
|
||||
display: block;
|
||||
overflow: auto;
|
||||
|
||||
}
|
||||
|
||||
#message {
|
||||
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
#message {
|
||||
.center500 {
|
||||
width: 500px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
margin-bottom: 5px;
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user