Sites-Camelia/branches/magzine/v4/assets/css/noscript.css

29 lines
525 B
CSS

/*
Lens by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
/* Main */
#main {
opacity: 1 !important;
right: 0 !important;
}
body:before {
content: 'Javascript is disabled :(';
display: block;
position: absolute;
top: 50%;
width: calc(100% - 22.5em * 0.333333333);
height: 4em;
margin-top: -2em;
color: #272727;
cursor: default;
font-size: 3em;
line-height: 4em;
text-align: center;
white-space: nowrap;
left: 0;
}