Files
gallery/assets/css/noscript.css
2025-08-12 01:58:41 +08:00

29 lines
529 B
CSS
Executable File

/*
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: #282828;
cursor: default;
font-size: 3em;
line-height: 4em;
text-align: center;
white-space: nowrap;
left: 0;
}