%PDF- %PDF-
| Direktori : /home/infra/jogos/blocos-1/ |
| Current File : //home/infra/jogos/blocos-1/example.css |
body {
font-family: sans-serif;
overflow: hidden;
}
.belinha{
z-index: 9999;
position: absolute;
display: block;
bottom: 0;
right: 0;
}
canvas{
background-image: url('bg.jpg');
background-size: cover;
background-position: center center;
}
.about,.hint {
position: absolute;
padding: 0.7em 1em;
background: rgba(240, 240, 240, 0.7);
}
.dark .about,.dark .hint {
background: rgba(32, 32, 32, 0.7);
}
.about {
right: 0.5em;
bottom: 0.5em;
}
.hint {
left: 0.5em;
bottom: 0.5em;
}
.loading {
margin: 10% 10%;
font-size: xx-large;
position: absolute;
}
a {
text-decoration: none;
color: blue;
}
a:hover {
text-decoration: underline;
}
.dark {
color: #ccc;
background: #fff;
}
.dark a {
color: #fff;
}
/*=====================================================
= Bootstrap 2.3.2 Media Queries =
=====================================================*/
@media only screen and (max-width : 1200px) {
.belinha{
width: 300px;
}
}
@media only screen and (max-width : 1044px) {
.belinha{
width: 200px;
}
}
@media only screen and (max-width : 840px) {
.belinha{
display: none;
}
}
@media only screen and (max-width : 480px) {
}
@media only screen and (max-width : 320px) {
}