summaryrefslogtreecommitdiff
path: root/template/fullscreen5.st
diff options
context:
space:
mode:
authoryo momma <shutup@oops.wtf>2026-01-29 23:36:35 +0000
committeryo momma <shutup@oops.wtf>2026-01-29 23:36:35 +0000
commitb2d1b69fd6d9b1f0473ea70bc473df6f370891da (patch)
tree9f28a4ffe0a144518a413341eb0aed2a5d7fe9d3 /template/fullscreen5.st
parente620f19487c5dd8bf2c072c0dc18e04ed601d08e (diff)
Refactor: extract inline CSS into static/css
Diffstat (limited to 'template/fullscreen5.st')
-rwxr-xr-xtemplate/fullscreen5.st80
1 files changed, 2 insertions, 78 deletions
diff --git a/template/fullscreen5.st b/template/fullscreen5.st
index 1f47a5a..c7c4a0e 100755
--- a/template/fullscreen5.st
+++ b/template/fullscreen5.st
@@ -14,84 +14,8 @@
}
jQuery(startChatUpdater);
</script>
- <style>
- html, body, div, img { margin: 0; padding: 0; border: 0; overflow: hidden; font-family: Monaco, "Courier New", Courier, monospace; }
- input {
- font-family: Monaco, "Courier New", Courier, monospace;
- }
- #big-image img {
- width: 100%; height: 100%;
- cursor: pointer;
- box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
- }
- #loginbox {
- background: white;
- z-index: 999;
- position: absolute;
- display: none;
- }
- #loginbox div{border:0}
- #logininner {
- width: 30em;
- height: 20em;
- position: relative;
- }
- #infocol {
- width: 50%;
- float: left;
- position: relative;
- }
- #formcontainer {
- padding: 0;
- margin-top: 20%;
- width: 80%;
- position: relative;
- }
- #nickInput, #passwordInput {
- width: 100%;
- }
- #piccol {
- width: 50%;
- float: right;
- position: relative;
- }
- #loginimg {
- width: 75%;
- margin-top: 20%;
- }
- #spinner { display: none; }
- #forgetpw {
- position: absolute;
- left: 5px;
- bottom: 5px;
- font-size: 80%;
- }
- #fav-indicator {
- display: none;
- position: fixed;
- z-index: 999;
- height: 50px;
- width: 50px;
- right: 20px;
- top: 20px;
- }
- #errormsg {
- position: relative;
- color: red;
- text-align: center;
- margin-top: 250px;
- }
-
- #loginclose {
- position: absolute;
- right: 3px;
- top: 3px;
- }
- #big-image{font-size:20px;text-align: left; text-justify: newspaper; color:#000}
- #memelogo { position: fixed; z-index: 999; bottom: 30px; right: 80px; }
- .sublogo { font-family: Monaco, "Courier New", Courier, monospace; }
- a { color:#000 }
- </style>
+ <link rel="stylesheet" type="text/css" href="/static/css/fullscreen_base.css?v=20260129">
+ <link rel="stylesheet" type="text/css" href="/static/css/fullscreen_smalltext.css?v=20260129">
<script>jQuery(initLogin)</script>
</head>
<body>