Fix CSS paths to use the new directory structure.
darkmorford -
62989ffaefb6
Not Reviewed
Show More
Add another comment
TODOs: 0 unresolved 0 Resolved
COMMENTS: 0 General 0 Inline
@@ -241,7 +241,6 function mtdie($errno, $errstr, $errfile, $errline, $errcontext) {
241 #logo {
241 #logo {
242 margin-bottom: 2em;
242 margin-bottom: 2em;
243 }
243 }
244 -->
245 </style>
244 </style>
246 </head>
245 </head>
247 <body>
246 <body>
@@ -298,8 +297,8 function pagehead($caller, $title = 'relax, we understand j00', $style='')
298
297
299 <title>MegaTokyo - <?php echo $title ?></title>
298 <title>MegaTokyo - <?php echo $title ?></title>
300 <link type="image/x-icon" rel="shortcut icon" href="favicon.ico" />
299 <link type="image/x-icon" rel="shortcut icon" href="favicon.ico" />
301 <link type="text/css" rel="stylesheet" href="main.css" />
300 <link type="text/css" rel="stylesheet" href="styles/main.css" />
302 <link type="text/css" rel="stylesheet" href="<?php echo $caller ?>.css" />
301 <link type="text/css" rel="stylesheet" href="styles/<?php echo $caller ?>.css" />
303
302
304 <?php
303 <?php
305 if($style != '')
304 if($style != '')
@@ -86,47 +86,47 h3 a {
86 /* Top Nav */
86 /* Top Nav */
87
87
88 #comic .navpanel .navcontrols.top li.prev {
88 #comic .navpanel .navcontrols.top li.prev {
89 background: url(parts/nav2-top-prev.png) no-repeat;
89 background: url(../parts/nav2-top-prev.png) no-repeat;
90 }
90 }
91
91
92 #comic .navpanel .navcontrols.top li.next {
92 #comic .navpanel .navcontrols.top li.next {
93 background: url(parts/nav2-top-next.png) no-repeat;
93 background: url(../parts/nav2-top-next.png) no-repeat;
94 }
94 }
95
95
96 #comic .navpanel .navcontrols.top li.prevoff {
96 #comic .navpanel .navcontrols.top li.prevoff {
97 background: url(parts/nav2-top-prevoff.png) no-repeat;
97 background: url(../parts/nav2-top-prevoff.png) no-repeat;
98 }
98 }
99
99
100 #comic .navpanel .navcontrols.top li.nextoff {
100 #comic .navpanel .navcontrols.top li.nextoff {
101 background: url(parts/nav2-top-nextoff.png) no-repeat;
101 background: url(../parts/nav2-top-nextoff.png) no-repeat;
102 }
102 }
103
103
104 /* Bottom Nav */
104 /* Bottom Nav */
105
105
106 #comic .navpanel .navcontrols.bottom li.prev {
106 #comic .navpanel .navcontrols.bottom li.prev {
107 background: url(parts/nav2-bottom-prev.png) no-repeat;
107 background: url(../parts/nav2-bottom-prev.png) no-repeat;
108 }
108 }
109
109
110 #comic .navpanel .navcontrols.bottom li.next {
110 #comic .navpanel .navcontrols.bottom li.next {
111 background: url(parts/nav2-bottom-next.png) no-repeat;
111 background: url(../parts/nav2-bottom-next.png) no-repeat;
112 }
112 }
113
113
114 #comic .navpanel .navcontrols.bottom li.prevoff {
114 #comic .navpanel .navcontrols.bottom li.prevoff {
115 background: url(parts/nav2-bottom-prevoff.png) no-repeat;
115 background: url(../parts/nav2-bottom-prevoff.png) no-repeat;
116 }
116 }
117
117
118 #comic .navpanel .navcontrols.bottom li.nextoff {
118 #comic .navpanel .navcontrols.bottom li.nextoff {
119 background: url(parts/nav2-bottom-nextoff.png) no-repeat;
119 background: url(../parts/nav2-bottom-nextoff.png) no-repeat;
120 }
120 }
121
121
122 /* Form Nav only for disable */
122 /* Form Nav only for disable */
123
123
124 #comic .navpanel .navcontrols li.findprevoff {
124 #comic .navpanel .navcontrols li.findprevoff {
125 background: url(parts/nav2-prevfindoff.png) no-repeat;
125 background: url(../parts/nav2-prevfindoff.png) no-repeat;
126 }
126 }
127
127
128 #comic .navpanel .navcontrols li.findnextoff {
128 #comic .navpanel .navcontrols li.findnextoff {
129 background: url(parts/nav2-nextfindoff.png) no-repeat;
129 background: url(../parts/nav2-nextfindoff.png) no-repeat;
130 }
130 }
131
131
132 #comic .navpanel .navcontrols ul#searchprevnext li {
132 #comic .navpanel .navcontrols ul#searchprevnext li {
@@ -218,7 +218,7 h3 a {
218 border-bottom:none;
218 border-bottom:none;
219 margin:0;
219 margin:0;
220 padding:0;
220 padding:0;
221 background: url(parts/twitter-seperator.png) 6px 0 #23272B;
221 background: url(../parts/twitter-seperator.png) 6px 0 #23272B;
222 }
222 }
223
223
224 /* Fix a bug caused by OpenAds injecting a <div> into the status area which
224 /* Fix a bug caused by OpenAds injecting a <div> into the status area which
@@ -427,19 +427,19 h3 a {
427 }
427 }
428
428
429 #console .rantimage {
429 #console .rantimage {
430 background: url(parts/mt-glow-mainrant-vert.png) repeat-y;
430 background: url(../parts/mt-glow-mainrant-vert.png) repeat-y;
431 width: 350px;
431 width: 350px;
432 height: 285px;
432 height: 285px;
433 }
433 }
434
434
435 #console .ri-top {
435 #console .ri-top {
436 background: url(parts/mt-glow-mainrant-top.png) top no-repeat;
436 background: url(../parts/mt-glow-mainrant-top.png) top no-repeat;
437 width: 350px;
437 width: 350px;
438 height: 245px;
438 height: 245px;
439 }
439 }
440
440
441 #console .ri-bottom {
441 #console .ri-bottom {
442 background: url(parts/mt-glow-mainrant-bottom.png) bottom no-repeat;
442 background: url(../parts/mt-glow-mainrant-bottom.png) bottom no-repeat;
443 width: 350px;
443 width: 350px;
444 }
444 }
445
445
@@ -490,19 +490,19 h3 a {
490
490
491 #console .oldrant .rantimage {
491 #console .oldrant .rantimage {
492 float:left;
492 float:left;
493 background: url(parts/mt-glow-oldrant-vert.png) repeat-y;
493 background: url(../parts/mt-glow-oldrant-vert.png) repeat-y;
494 width: 176px;
494 width: 176px;
495 height: 141px;
495 height: 141px;
496 }
496 }
497
497
498 #console .oldrant .ri-top {
498 #console .oldrant .ri-top {
499 background: url(parts/mt-glow-oldrant-top.png) top no-repeat;
499 background: url(../parts/mt-glow-oldrant-top.png) top no-repeat;
500 width: 178px;
500 width: 178px;
501 height: 123px;
501 height: 123px;
502 }
502 }
503
503
504 #console .oldrant .ri-bottom {
504 #console .oldrant .ri-bottom {
505 background: url(parts/mt-glow-oldrant-bottom.png) bottom no-repeat;
505 background: url(../parts/mt-glow-oldrant-bottom.png) bottom no-repeat;
506 width: 178px;
506 width: 178px;
507 }
507 }
508
508
@@ -558,35 +558,35 div#strip {
558 }
558 }
559
559
560 #strip-tl {
560 #strip-tl {
561 background: url(parts/mt-corner-UL.png) no-repeat left top;
561 background: url(../parts/mt-corner-UL.png) no-repeat left top;
562 }
562 }
563
563
564 #strip-tr {
564 #strip-tr {
565 background: url(parts/mt-corner-UR.png) no-repeat right top;
565 background: url(../parts/mt-corner-UR.png) no-repeat right top;
566 }
566 }
567
567
568 #strip-t {
568 #strip-t {
569 background: url(parts/mt-slice-vert-top.png) repeat-x top;
569 background: url(../parts/mt-slice-vert-top.png) repeat-x top;
570 }
570 }
571
571
572 #strip-bl {
572 #strip-bl {
573 background: url(parts/mt-corner-LL.png) no-repeat left bottom;
573 background: url(../parts/mt-corner-LL.png) no-repeat left bottom;
574 }
574 }
575
575
576 #strip-br {
576 #strip-br {
577 background: url(parts/mt-corner-LR.png) no-repeat right bottom;
577 background: url(../parts/mt-corner-LR.png) no-repeat right bottom;
578 }
578 }
579
579
580 #strip-b {
580 #strip-b {
581 background: url(parts/mt-slice-vert-bottom.png) repeat-x bottom;
581 background: url(../parts/mt-slice-vert-bottom.png) repeat-x bottom;
582 }
582 }
583
583
584 #strip-l {
584 #strip-l {
585 background: url(parts/mt-shadow-vert-left.png) repeat-y left;
585 background: url(../parts/mt-shadow-vert-left.png) repeat-y left;
586 }
586 }
587
587
588 #strip-r {
588 #strip-r {
589 background: url(parts/mt-shadow-vert-right.png) repeat-y right;
589 background: url(../parts/mt-shadow-vert-right.png) repeat-y right;
590 }
590 }
591
591
592 #strip img {
592 #strip img {
@@ -609,6 +609,6 div#strip {
609 #comic * { text-align:left }
609 #comic * { text-align:left }
610
610
611 /* Overload header texts */
611 /* Overload header texts */
612 #metabox h2 span { background: url(parts/mt-blk_bar-metabox.png) no-repeat }
612 #metabox h2 span { background: url(../parts/mt-blk_bar-metabox.png) no-repeat }
613 #support h2 span { background: url(parts/mt-blk_bar-support.png) no-repeat }
613 #support h2 span { background: url(../parts/mt-blk_bar-support.png) no-repeat }
614 #console h2 span { background: url(parts/mt-blk_bar-console.png) no-repeat }
614 #console h2 span { background: url(../parts/mt-blk_bar-console.png) no-repeat }
@@ -178,5 +178,5 br.clearer { line-height:0px }
178 }
178 }
179
179
180 /* Overload header texts */
180 /* Overload header texts */
181 #banner .blackbar span { background: url(parts/mt3-bar-comic.gif) no-repeat }
181 #banner .blackbar span { background: url(../parts/mt3-bar-comic.gif) no-repeat }
182 #credits h2 span { background: url(parts/mt-blk_bar-credits.png) no-repeat } No newline at end of file
182 #credits h2 span { background: url(../parts/mt-blk_bar-credits.png) no-repeat } No newline at end of file
Comments 0
You need to be logged in to leave comments. Login now