summaryrefslogtreecommitdiff
path: root/static/css/simplerlog.css
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 /static/css/simplerlog.css
parente620f19487c5dd8bf2c072c0dc18e04ed601d08e (diff)
Refactor: extract inline CSS into static/css
Diffstat (limited to 'static/css/simplerlog.css')
-rw-r--r--static/css/simplerlog.css350
1 files changed, 350 insertions, 0 deletions
diff --git a/static/css/simplerlog.css b/static/css/simplerlog.css
new file mode 100644
index 0000000..784253d
--- /dev/null
+++ b/static/css/simplerlog.css
@@ -0,0 +1,350 @@
+body {
+ margin: 0px;
+ background-image: url(/static/img/bg.dither.gif);
+ background-color: #e2e2e2;
+ background-attachment: fixed;
+ min-width: 900px;
+ font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Arial,
+ sans-serif;
+ font-size: 13px;
+ line-height: 1.5em;
+}
+
+img {
+ border: 0px;
+}
+
+#banner {
+ background-color: #fff;
+ z-index: 2;
+ top: 0;
+ margin-top: 4px;
+ margin-left: 9px;
+ min-width: 900px;
+ position: fixed;
+ border: 1px inset #999;
+ display: inline-block;
+ border-radius: 3px;
+ -webkit-border-radius: 3px;
+ -moz-border-radius: 3px;
+ height: 35px;
+ clear: both;
+}
+
+#banner a {
+ font-size: 69%;
+ text-decoration: none;
+ font-family: Monaco, "Courier New", Courier, monospace;
+ letter-spacing: 3.5px;
+ color: #333;
+}
+
+#banner a:hover {
+ background-color: #eee;
+ color: black;
+ text-decoration: none;
+}
+
+#fblike {
+ margin-top: 6px;
+ margin-left: 6px;
+}
+
+#logo {
+ float: left;
+ margin: 1px;
+}
+
+#logobig {
+ float: left;
+ margin-top: -9px;
+ margin-left: -5px;
+}
+
+#toplinks {
+ float: left;
+ margin-top: 7px;
+ margin-left: 5px;
+}
+
+#logout {
+ position: fixed;
+ right: 0px;
+ font-size: 12px;
+ top: 0px;
+ padding: 3px;
+ line-height: 1em;
+}
+
+#searchbox {
+ float: left;
+ display: inline-block;
+ margin-top: 7px;
+ margin-left: 5px;
+}
+
+#search-query {
+ background-color: lightyellow;
+}
+
+#posts {
+ font-family: Monaco, "Courier New", Courier, monospace;
+ color: #333;
+ font-size: 8px;
+ height: auto;
+ padding: 1px;
+ margin-top: 45px;
+}
+
+#posts a {
+ text-decoration: none;
+ font-family: Arial, Helvetica, sans-serif;
+ letter-spacing: 0px;
+ color: #f0e;
+}
+
+#posts a:hover {
+ color: #333;
+ text-decoration: none;
+}
+
+#sideinfo {
+ text-align: justify;
+ vertical-align: top;
+ padding: 10px;
+ margin: 7px;
+ color: #000;
+ font-weight: 100;
+ font-size: 13px;
+ letter-spacing: 1px;
+ font-family: Arial, Helvetica, sans-serif;
+ float: left;
+ min-height: 210px;
+ width: 230px;
+ border: 1px inset #f1f1f1;
+ border-radius: 3px;
+ -webkit-border-radius: 3px;
+ -moz-border-radius: 3px;
+ background-color: #fff;
+ background: #448ed4;
+ border: 1px ridged #fff;
+ background: -moz-linear-gradient(top, #fff, #eee 50%, #eee 51%, #f0f9ff);
+ background: -webkit-gradient(
+ linear,
+ left top,
+ left bottom,
+ from(#fff),
+ color-stop(50%, #eee),
+ color-stop(51%, #eee),
+ to(#f0f9ff)
+ );
+}
+
+.logged-dump {
+ border: 1px inset #f1f1f1;
+ border-radius: 3px;
+ -webkit-border-radius: 3px;
+ -moz-border-radius: 3px;
+ font-family: Arial, Helvetica, sans-serif;
+ float: left;
+ max-width: 250px;
+ min-width: 230px;
+ padding: 7px;
+ margin: 7px;
+ background-color: white;
+}
+
+.logged-dump img {
+ max-width: 240px;
+ max-height: 240px;
+ padding-top: 3px;
+}
+
+.buttons img {
+ height: 12px;
+ float: left;
+ padding-right: 6px;
+ padding-top: 5px;
+ cursor: pointer;
+ display: none;
+}
+
+.buttons .share {
+ cursor: pointer;
+ display: none;
+}
+
+#posts hr {
+ display: none;
+}
+
+#pgbuttons {
+ position: fixed;
+ bottom: 6px;
+ right: 0px;
+ min-width: 70px;
+ padding: 5px;
+}
+
+#pgbuttons a {
+ text-decoration: none;
+}
+
+#footer {
+ word-spacing: 20px;
+ font-size: 11px;
+ font-family: Monaco, "Courier New", Courier, monospace;
+ text-align: center;
+ margin: 7px;
+ color: #333;
+}
+
+#footer a {
+ text-decoration: none;
+ color: #333;
+}
+
+#footer a:hover {
+ color: #000;
+}
+
+#pgbuttons input {
+ color: #eee;
+ letter-spacing: 1px;
+ text-decoration: none;
+ padding: 2px 12px 3px 12px;
+ cursor: pointer;
+ font-size: 12px;
+ position: relative;
+ font-weight: 100;
+ overflow: hidden;
+ vertical-align: middle;
+ margin: 0 10px;
+ background: #448ed4;
+ border: 1px ridged #fff;
+ background: -moz-linear-gradient(top, #fff, #448ed4 50%, #448ed4 51%, #fff);
+ background: -webkit-gradient(
+ linear,
+ left top,
+ left bottom,
+ from(#fff),
+ color-stop(50%, #448ed4),
+ color-stop(51%, #448ed4),
+ to(#fff)
+ );
+ text-decoration: none;
+ -moz-border-radius: 4px;
+ -webkit-border-radius: 4px;
+ -moz-box-shadow: #777 0 0 0 1px;
+ -webkit-box-shadow: #777 0 0 0 1px;
+ text-shadow: rgba(0, 0, 0, 0.4) 0 1px 0;
+}
+
+a#disregister {
+ background: #fcf0ad;
+ color: #fe1409;
+ cursor: pointer;
+ line-height: 1em;
+ z-index: 3;
+ padding: 25px 10px 40px;
+ margin-top: -2px;
+ margin-left: -2px;
+ float: right;
+ -webkit-transform: rotate(9deg);
+ -moz-transform: rotate(9deg);
+ transform: rotate(9deg);
+ font-family: cursive;
+ font-weight: 100;
+ font-size: 18px;
+ font-style: oblique;
+ border-top: 16px solid yellow;
+ background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(#fffaae), to(#fff057));
+ background-image: -moz-linear-gradient(#fffaae 0%, #fff057 90%);
+ border-top-color: #fff057;
+ border-right-color: #fff057;
+ border-bottom-color: #fff057;
+ border-left-color: #fff057;
+ -webkit-box-shadow: #a0a0a0 3px 4px 4px;
+ -moz-box-shadow: #a0a0a0 3px 4px 4px;
+ text-shadow: 1px 1px 3px #aaa;
+ margin-right: 35px;
+}
+
+a#disregister:hover {
+ text-shadow: 1px 1px 1px gold;
+ font-family: cursive;
+ font-weight: 100;
+ font-size: 18px;
+ font-style: oblique;
+ color: black;
+ -webkit-box-shadow: #333 3px 4px 4px;
+ -moz-box-shadow: #333 3px 4px 4px;
+}
+
+/* searchstuff */
+.search_icon {
+ background: url("/static/img/hourglass.png") no-repeat scroll center center transparent;
+ bottom: 3px;
+ cursor: pointer;
+ left: 6px;
+ opacity: 0.8;
+ border-right: 1px solid #c0c8d3;
+ position: absolute;
+ top: 3px;
+ width: 32px;
+}
+
+#inpage-search-results {
+ position: absolute;
+ top: 47px;
+ width: 100%;
+ text-align: center;
+ left: 0;
+ z-index: 1000;
+}
+
+#inpage-search-results #search-results-images {
+ display: none;
+ position: relative;
+ overflow: auto;
+ background-image: url(/static/img/bg.dither.gif);
+ background-color: #eee;
+ min-height: 600px;
+ margin-left: 5%;
+ margin-right: 5%;
+ margin-top: 0px;
+ border: 1px inset #fff;
+ padding-top: 30px;
+}
+
+#fullpage-search-results #search-results-images {
+ position: relative;
+ width: 100%;
+ overflow: visible;
+}
+
+#search-results-images a.animating canvas {
+ display: none;
+}
+
+#search-controls {
+ width: 95%;
+ margin-left: auto;
+ margin-right: auto;
+ position: relative;
+ z-index: 1005;
+ text-align: right;
+ display: none;
+ top: 0;
+ padding-right: 8px;
+}
+
+#search-message {
+ background-color: lightyellow;
+ font-size: medium;
+ padding: 4px;
+}
+
+#search-controls a {
+ padding: 4px;
+}