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/newlog.css | 259 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 259 insertions(+) create mode 100644 static/css/newlog.css (limited to 'static/css/newlog.css') diff --git a/static/css/newlog.css b/static/css/newlog.css new file mode 100644 index 0000000..f0e0277 --- /dev/null +++ b/static/css/newlog.css @@ -0,0 +1,259 @@ +body { + margin: 0px; + background-color: #f1f1f1; + background-image: url("/static/img/thumbs/stripes.gif"); + background-attachment: fixed; +} + +img { + border: 0px; +} + +#banner { + top: 0; + margin: 1px; + min-width: 900px; + position: fixed; +} + +#banner a { + font-size: 70%; + text-decoration: none; + font-family: Monaco, "Courier New", Courier, monospace; + letter-spacing: 4px; + color: #333; +} + +#banner a:hover { + font-size: 70%; + background-color: #eee; + color: black; + text-decoration: none; +} + +#fblike { + margin-top: 7px; + margin-left: 5px; +} + +#logo { + float: left; + margin: 1px; +} + +#toplinks { + float: left; + margin-top: 7px; + margin-left: 5px; +} + +#logout { + position: fixed; + right: 0px; + font-size: 12px; + top: 4px; +} + +#searchbox { + float: left; + margin-top: 7px; + margin-left: 5px; +} + +#search-query { + background-color: lightyellow; +} + +#posts { + font-family: Monaco, "Courier New", Courier, monospace; + color: #333; + font-size: 70%; + display: inline-block; + min-width: 900px; + padding: 1px; + float: left; + margin-top: 35px; +} + +#posts a { + text-decoration: none; + font-family: Arial, Helvetica, sans-serif; + letter-spacing: 0px; + color: #f0e; +} + +#posts a:hover { + color: blue; + text-decoration: none; +} + +#sideinfo { + vertical-align: top; + -moz-background-size: 10% 6%; + -webkit-background-size: 10% 6%; + background-size: 10% 6%; + border-radius: 5px; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + background-image: url("/static/img/thumbs/stripes.gif"); + padding: 4px; + margin: 7px; + color: #000; + font-weight: 100; + font-size: 13px; + letter-spacing: 1px; + font-family: Arial, Helvetica, sans-serif; + float: left; + height: 100%; + min-width: 120px; + max-width: 160px; + background-color: #fff; + border: 1px inset #fff; +} + +.logged-dump { + font-family: Arial, Helvetica, sans-serif; + float: left; + max-width: 650px; + min-width: 250px; + height: 270px; + display: inline-block; + border: 1px inset #f1f1f1; + padding: 7px; + margin: 7px; + float: left; + background-color: white; + border-radius: 5px; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; +} + +.logged-dump img { + max-width: 280px; + max-height: 250px; + display: inline-block; + padding-top: 3px; +} + +.buttons img { + height: 12px; + float: left; + padding-right: 6px; + padding-top: 5px; + cursor: pointer; +} + +.buttons .share { + display: inline-block; + float: left; + cursor: pointer; +} + +#posts hr { + display: none; +} + +#pgbuttons { + position: fixed; + bottom: 20px; + right: 20px; +} + +#pgbuttons input { + color: #fff; + font: normal 12px sans-serif; + text-decoration: none; + padding: 2px 12px 3px 12px; + cursor: pointer; + position: relative; + font-weight: 100; + overflow: hidden; + vertical-align: middle; + margin: 0 10px; + background: #448ed4; + border: 1px ridged #fff; + background: -moz-linear-gradient(top, #70b6f2, #448ed4 50%, #448ed4 51%, #3f8de1); + background: -webkit-gradient( + linear, + left top, + left bottom, + from(#70b6f2), + color-stop(50%, #448ed4), + color-stop(51%, #1a62db), + to(#3f8de1) + ); + 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; +} + +#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; +} + +a#disregister { + background: #fcf0ad; + color: #fe1409; + cursor: pointer; + line-height: 1em; + z-index: 1; + 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-color: rgba(60, 132, 198, 0.8); + 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: #585858 3px 5px 5px; + -moz-box-shadow: #585858 3px 5px 5px; + text-shadow: 1px 1px 3px #aaa; +} + +a#disregister:hover { + background: #e9e74a; + font-family: cursive; + font-weight: 100; + font-size: 18px; + font-style: oblique; + -webkit-transform: rotate(-7deg); + color: #fe1409; + -moz-transform: rotate(-8deg); + transform: rotate(-7deg); + background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(#e9e74a), to(#e9e74a)); + background-image: -moz-linear-gradient(#fffaae 0%, #e9e74a 90%); + -webkit-box-shadow: #585858 -2px 5px 5px; + -moz-box-shadow: #585858 -2px 5px 5px; +} -- cgit v1.2.3-70-g09d2