diff options
| author | yo momma <shutup@oops.wtf> | 2026-01-30 08:13:51 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-01-30 08:13:51 +0000 |
| commit | 2e71933790cb3223f7690335eeb66c0c187dbec0 (patch) | |
| tree | e6193a64858af2e5cc519f98955eb269cec86ccc /template/slothgoth.st | |
| parent | e38f326875752a27a2819b6b7914ffe65e848aba (diff) | |
Refactor: remove legacy inline CSS comments
Diffstat (limited to 'template/slothgoth.st')
| -rwxr-xr-x | template/slothgoth.st | 84 |
1 files changed, 1 insertions, 83 deletions
diff --git a/template/slothgoth.st b/template/slothgoth.st index 11483fa..537d3e5 100755 --- a/template/slothgoth.st +++ b/template/slothgoth.st @@ -6,89 +6,7 @@ <link rel="stylesheet" type="text/css" href="/static/css/meme_pages.css?v=20260129"> <link rel="stylesheet" type="text/css" href="/static/css/meme_pages_padding10.css?v=20260129"> <link rel="stylesheet" type="text/css" href="/static/css/meme_pages_rightinfo.css?v=20260129"> - <!-- - <style> - - - - - - - body{margin:0px; -background-color:#fff; - font-family:Arial, Helvetica, sans-serif; background:#f0f9ff url(/static/img/fade-blue.png) top center repeat-x; - background-attachment:fixed; -} - .memes{overflow:auto;} -#rapper{ -background-color:#f2f9fe; -width:800px; - margin: 0 auto 0 auto; -background-position:top center; -background-image:url(/static/img/blue2fade.png); - background-repeat:repeat-x; - box-shadow: 0 0 10px #000; - -webkit-box-shadow: 0 0 10px #000; - -moz-box-shadow: 0 0 10px #000; -} - - #rapper img{ -max-width:750px; -padding:10px; - -} -#footer{ -padding-bottom:5px; -padding-top:15px; -text-align: center; -color:#000; -font-size:11px; -word-spacing:30px; - margin: 0 auto 0 auto; -width:798px; -} -#footer a{ -text-decoration:none; -} -#infotxt{ -font-family: 'courier new', typewriter, matrix, monospace; -line-height:15px; -background-image:url(/static/img/bg.dither.gif); -width:130px; -padding:10px; -position:fixed; -top:0px; -left:0px; -font-size:12px; - border-bottom-right-radius:10px; - -webkit-border-bottom-right-radius:10px; - -moz-border-radius-bottomright:10px; -text-align:right; - box-shadow: 0 0 4px #000; - -webkit-box-shadow: 0 0 4px #000; - -moz-box-shadow: 0 0 4px #000; -margin:-1; -} -.together{display:block;} - .together img{ -width:230px;display:inline-block; -} -.returnlink{ -text-decoration:none; - font-family: Arial, Helvetica, sans-serif; - color:#f0e; -} - .returnlink a:hover{ -text-decoration:none; - font-family: Arial, Helvetica, sans-serif; - color:blue; -} - - - - </style> - --> - <script src="/static/js/jquery-1.4.2.min.js?v=20260126" type="text/javascript" charset="utf-8"></script> + <script src="/static/js/jquery-1.4.2.min.js?v=20260126" type="text/javascript" charset="utf-8"></script> <script src="/static/js/jquery.lazyload.js" type="text/javascript"></script> |
