diff options
| author | yo momma <shutup@oops.wtf> | 2026-02-01 17:19:38 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-02-01 17:19:38 +0000 |
| commit | d5ecfaf90385e846ce7168b1b18535315b7fcdc4 (patch) | |
| tree | 558685aaa5f95f208c2a84ceb5d76b173bfbddc2 /static | |
| parent | 267172e6246f39eb6ead3f947076d6c97948cd06 (diff) | |
Refactor: clean static index inline styles
Diffstat (limited to 'static')
| -rwxr-xr-x | static/css/index.css | 8 | ||||
| -rwxr-xr-x | static/furieindex.html | 10 | ||||
| -rwxr-xr-x | static/testindex.html | 10 |
3 files changed, 18 insertions, 10 deletions
diff --git a/static/css/index.css b/static/css/index.css index e256dbe..8141ef9 100755 --- a/static/css/index.css +++ b/static/css/index.css @@ -71,6 +71,14 @@ body { text-decoration: none; } +.text-center { + text-align: center; +} + +.is-hidden { + display: none; +} + #video{ display:none; } diff --git a/static/furieindex.html b/static/furieindex.html index b639d1e..e7b025f 100755 --- a/static/furieindex.html +++ b/static/furieindex.html @@ -77,7 +77,7 @@ $(document).ready(function() { <p class="slide"><a href="#" class="btn-slide">watch a lil movie</a> <div id="rapper"></div><div id="idgi"></div> -<div id="content" style="z-index:77;"> +<div id="content" class="content-z77"> <div id="main" align="center"> @@ -87,7 +87,7 @@ $(document).ready(function() { <div id="logo-and-text"> <a href="/"><img src="/static/img/dumpclearlogo2.png"></a> <div align="center"> - <a href="/register" style="text-decoration:none;">Click here to Register!</a> <br> + <a href="/register" class="no-underline">Click here to Register!</a> <br> </div> </div> </div> @@ -113,14 +113,14 @@ $(document).ready(function() { <br> <div id="talkaboutus"> -<div id="slider" style="display:none;"> +<div id="slider" class="is-hidden"> <a href="http://www.papermag.com/arts_and_style/2009/12/play-on-playas.php"target="_blank"><img src="/static/img/paperquote.png"alt="" /></a> <a href="http://www.metronews.ca/edmonton/comment/article/505801--trafficking-in-nostalgia-with-indiana-jones"target="_blank"><img src="/static/img/metroquote.png"alt="" /></a> </div> - <div id="footer" style="text-align: center"> + <div id="footer" class="text-center"> @2010 <a href="/">dump.fm</a> -<a href="/about_us"><span style="word-spacing:normal;">About Us</span></a> +<a href="/about_us">About Us</a> <a href="/terms">Terms</a> <a href="/privacy">Privacy</a></div> </div> diff --git a/static/testindex.html b/static/testindex.html index 0f4eba5..c698d11 100755 --- a/static/testindex.html +++ b/static/testindex.html @@ -71,14 +71,14 @@ $(document).ready(function() { </head> <body> -<div id="content" style="z-index:77;"> +<div id="content" class="content-z77"> <div id="main" align="center"> <div id="registerbox"> <div id="logo-and-text"> <div align="center"> - <a href="/register" style="text-decoration:none;">Click here to Register!</a> <br> + <a href="/register" class="no-underline">Click here to Register!</a> <br> </div> </div> </div> @@ -102,14 +102,14 @@ $(document).ready(function() { <br> <div id="talkaboutus"> -<div id="slider" style="display:none;"> +<div id="slider" class="is-hidden"> <a href="http://www.papermag.com/arts_and_style/2009/12/play-on-playas.php"target="_blank"><img src="/static/img/paperquote.png"alt="" /></a> <a href="http://www.metronews.ca/edmonton/comment/article/505801--trafficking-in-nostalgia-with-indiana-jones"target="_blank"><img src="/static/img/metroquote.png"alt="" /></a> </div> - <div id="footer" style="text-align: center"> + <div id="footer" class="text-center"> @2010 <a href="/">dump.fm</a> -<a href="/about_us"><span style="word-spacing:normal;">About Us</span></a> +<a href="/about_us">About Us</a> <a href="/terms">Terms</a> <a href="/privacy">Privacy</a></div> </div> |
