%PDF- %PDF-
| Direktori : /home/infra/jogos/memoria/ |
| Current File : //home/infra/jogos/memoria/game.css |
body{
/*background-color: #358dc5;*/
background: url(resources/bg.jpg) no-repeat center;
}
#game{
margin: 10px;
display: grid;
/*grid-column-gap: 50px;*/
grid-template-columns: auto auto auto auto;
/*background-color: rgba(255, 255, 255, 0.8);*/
padding: 10px;
}
.main{
width:620px;
margin:0 auto;
padding-top: 50px;
padding-bottom: 50px;
}
img {
margin : 5px 0 0 5px;
border-radius: 30px 30px 30px 30px;
}
#score{
/*float: right;*/
background-color: #ebf8ff;
box-shadow: 0 1px 0 0 #ebf8ff inset;
color: #484848;
display: inline-block;
font-family: arial;
font-size: 12pt;
font-weight: bold;
padding: 6px 0px;
text-align: center;
text-decoration: none;
}
#control{
height: 50px;
background: #0173bc;
border-bottom: 1px solid #0173bc;
}
.button_game {
border: none;
background-color: #0173bc;
box-shadow: 0 1px 0 0 #0173bc inset;
color: #ecf0f3;
display: inline-block;
font-family: arial;
font-size: 20px;
font-weight: bold;
padding: 6px 24px;
text-align: center;
text-decoration: none;
}
.title {
width: 100%;
border: none;
background-color: #0173bc;
box-shadow: 0 1px 0 0 #0173bc inset;
color: #ecf0f3;
display: inline-block;
font-family: arial;
/*font-size: 20px;*/
font-weight: bold;
padding: 0px 0px;
text-align: center;
text-decoration: none;
}
.subjogo{
padding: 5px;
text-align: center;
background: #ebf8ff;
}
.jogo{
background: #cde4f2;
border: 5px solid #ecf0f3;
/*opacity: 0.8;*/
}
#game li{
list-style-type: none;
}
.memoria {
padding: 0px;
text-align: center;
}
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
padding-top: 100px; /* Location of the box */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
background-color: #fff;
margin: auto;
padding: 20px;
border: 1px solid #888;
width: 30%;
}
/* The Close Button */
.close {
color: #aaaaaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
.win{
text-align: center;
color: #000;
}