From 62989ffaefb6bc7a1bfe5167cbb7c51f8f4bd2da 2017-06-16 22:47:01 From: DarkMorford Date: 2017-06-16 22:47:01 Subject: [PATCH] Fix CSS paths to use the new directory structure. --- diff --git a/frontend.inc.php b/frontend.inc.php index bb7336d..6bce86d 100644 --- a/frontend.inc.php +++ b/frontend.inc.php @@ -241,7 +241,6 @@ function mtdie($errno, $errstr, $errfile, $errline, $errcontext) { #logo { margin-bottom: 2em; } - --> @@ -298,8 +297,8 @@ function pagehead($caller, $title = 'relax, we understand j00', $style='') MegaTokyo - <?php echo $title ?> - - + + into the status area which @@ -427,19 +427,19 @@ h3 a { } #console .rantimage { - background: url(parts/mt-glow-mainrant-vert.png) repeat-y; + background: url(../parts/mt-glow-mainrant-vert.png) repeat-y; width: 350px; height: 285px; } #console .ri-top { - background: url(parts/mt-glow-mainrant-top.png) top no-repeat; + background: url(../parts/mt-glow-mainrant-top.png) top no-repeat; width: 350px; height: 245px; } #console .ri-bottom { - background: url(parts/mt-glow-mainrant-bottom.png) bottom no-repeat; + background: url(../parts/mt-glow-mainrant-bottom.png) bottom no-repeat; width: 350px; } @@ -490,19 +490,19 @@ h3 a { #console .oldrant .rantimage { float:left; - background: url(parts/mt-glow-oldrant-vert.png) repeat-y; + background: url(../parts/mt-glow-oldrant-vert.png) repeat-y; width: 176px; height: 141px; } #console .oldrant .ri-top { - background: url(parts/mt-glow-oldrant-top.png) top no-repeat; + background: url(../parts/mt-glow-oldrant-top.png) top no-repeat; width: 178px; height: 123px; } #console .oldrant .ri-bottom { - background: url(parts/mt-glow-oldrant-bottom.png) bottom no-repeat; + background: url(../parts/mt-glow-oldrant-bottom.png) bottom no-repeat; width: 178px; } @@ -558,35 +558,35 @@ div#strip { } #strip-tl { - background: url(parts/mt-corner-UL.png) no-repeat left top; + background: url(../parts/mt-corner-UL.png) no-repeat left top; } #strip-tr { - background: url(parts/mt-corner-UR.png) no-repeat right top; + background: url(../parts/mt-corner-UR.png) no-repeat right top; } #strip-t { - background: url(parts/mt-slice-vert-top.png) repeat-x top; + background: url(../parts/mt-slice-vert-top.png) repeat-x top; } #strip-bl { - background: url(parts/mt-corner-LL.png) no-repeat left bottom; + background: url(../parts/mt-corner-LL.png) no-repeat left bottom; } #strip-br { - background: url(parts/mt-corner-LR.png) no-repeat right bottom; + background: url(../parts/mt-corner-LR.png) no-repeat right bottom; } #strip-b { - background: url(parts/mt-slice-vert-bottom.png) repeat-x bottom; + background: url(../parts/mt-slice-vert-bottom.png) repeat-x bottom; } #strip-l { - background: url(parts/mt-shadow-vert-left.png) repeat-y left; + background: url(../parts/mt-shadow-vert-left.png) repeat-y left; } #strip-r { - background: url(parts/mt-shadow-vert-right.png) repeat-y right; + background: url(../parts/mt-shadow-vert-right.png) repeat-y right; } #strip img { @@ -609,6 +609,6 @@ div#strip { #comic * { text-align:left } /* Overload header texts */ -#metabox h2 span { background: url(parts/mt-blk_bar-metabox.png) no-repeat } -#support h2 span { background: url(parts/mt-blk_bar-support.png) no-repeat } -#console h2 span { background: url(parts/mt-blk_bar-console.png) no-repeat } +#metabox h2 span { background: url(../parts/mt-blk_bar-metabox.png) no-repeat } +#support h2 span { background: url(../parts/mt-blk_bar-support.png) no-repeat } +#console h2 span { background: url(../parts/mt-blk_bar-console.png) no-repeat } diff --git a/styles/main.css b/styles/main.css index 56b5bd9..4b93193 100644 --- a/styles/main.css +++ b/styles/main.css @@ -178,5 +178,5 @@ br.clearer { line-height:0px } } /* Overload header texts */ -#banner .blackbar span { background: url(parts/mt3-bar-comic.gif) no-repeat } -#credits h2 span { background: url(parts/mt-blk_bar-credits.png) no-repeat } \ No newline at end of file +#banner .blackbar span { background: url(../parts/mt3-bar-comic.gif) no-repeat } +#credits h2 span { background: url(../parts/mt-blk_bar-credits.png) no-repeat } \ No newline at end of file