update noscript layout

This commit is contained in:
rolux 2013-08-04 13:11:41 +00:00
parent 0877250b54
commit f19b510022

View file

@ -28,9 +28,13 @@
</head> </head>
<body> <body>
<noscript> <noscript>
<h1>{{title}}</h1> <div style="position: absolute; left: 0; top: 0; right: 0; bottom: 0; text-align: center; background-color: rgb(144, 144, 144); font-family: Lucida Grande, Segoe UI, DejaVu Sans, Lucida Sans Unicode, Helvetica, Arial, sans-serif; font-size: 11px; color: rgb(0, 0, 0)">
<p>{{text|safe}}</p> <img src="/static/png/logo.png"/ style="width: 256px; padding-top: 128px">
<p>{{settings.SITENAME}} requires JavaScript</p> <div style="position: absolute; width: 512px; left: 0; right: 0; margin: auto">
<div style="padding-top: 16px; text-align: justify">{{text|safe}}</div>
<div style="padding-top: 16px">{{settings.SITENAME}} requires JavaScript.</div>
</div>
</div>
</noscript> </noscript>
</body> </body>
</html> </html>