doodle3d-client/less/404.less

41 lines
603 B
Plaintext
Raw Permalink Normal View History

2013-10-29 12:42:03 +01:00
#page404 {
#message404 {
font-family: Helvetica,Arial,"Nimbus Sans L",sans-serif;
font-size: 16px;
position: absolute;
top: 50%;
left: 50%;
2014-05-14 17:49:05 +02:00
height: 200px;
2015-06-15 17:47:00 +02:00
width: 30em;
margin: -85px 0px 0px -16em;
2014-05-14 17:49:05 +02:00
background-color: #FCFCFC;
padding: 0px 1em;
2013-10-29 12:42:03 +01:00
}
}
2015-06-15 17:47:00 +02:00
@media screen and (max-width: 485px) {
#page404 {
overflow-y: auto;
#message404 {
position: relative;
left: 0px;
top: 0px;
margin: 10% 0;
padding: 0;
width: 100%;
height: auto;
p, ul {
margin: 1em;
}
}
#landscape {
box-shadow: none;
.bgContainer {
display: none;
}
}
}
}
2013-10-29 12:42:03 +01:00