From b2d1b69fd6d9b1f0473ea70bc473df6f370891da Mon Sep 17 00:00:00 2001 From: yo momma Date: Thu, 29 Jan 2026 23:36:35 +0000 Subject: Refactor: extract inline CSS into static/css --- static/css/fullscreen_base.css | 101 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 101 insertions(+) create mode 100644 static/css/fullscreen_base.css (limited to 'static/css/fullscreen_base.css') diff --git a/static/css/fullscreen_base.css b/static/css/fullscreen_base.css new file mode 100644 index 0000000..4543044 --- /dev/null +++ b/static/css/fullscreen_base.css @@ -0,0 +1,101 @@ +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; +} + +#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%; +} + +#errormsg { + position: relative; + color: red; + text-align: center; + margin-top: 250px; +} + +#loginclose { + position: absolute; + right: 3px; + top: 3px; +} + +#memelogo { + position: fixed; + z-index: 999; + bottom: 30px; + right: 80px; +} + +.sublogo { + font-family: Monaco, "Courier New", Courier, monospace; +} + +a { + color: #000; +} -- cgit v1.2.3-70-g09d2