]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
ipfire-legacy theme: Update web resource paths.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 5 Jan 2014 18:25:46 +0000 (19:25 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 5 Jan 2014 18:25:46 +0000 (19:25 +0100)
html/html/themes/ipfire-legacy/include/functions.pl
html/html/themes/ipfire-legacy/include/style.css

index 2707593dbcd8e4a80c4dcf2e1f1881d1f45458da..df12c6bbb0c0872e6c83f7857d465b4f6be270d8 100644 (file)
@@ -160,7 +160,7 @@ END
     }
     print <<END
     <link rel="shortcut icon" href="/favicon.ico" />
-    <link rel="stylesheet" type="text/css" href="/themes/ipfire/include/style.css" />
+    <link rel="stylesheet" type="text/css" href="/themes/ipfire-legacy/include/style.css" />
     <script language="javascript" type="text/javascript">
       
         function swapVisibility(id) {
index 2461a1499e1f6a8fd7e58aa401a0fbcff702802a..d2c458e51012025594181b91bed960092203e6b0 100644 (file)
@@ -119,7 +119,7 @@ line-height: 1.8em;
 {
 width:100%;
 height:122px;
-background: #440000 url('/themes/ipfire/images/n1.gif') repeat-x;
+background: #440000 url('../images/n1.gif') repeat-x;
 }
 
 #header_inner
@@ -177,7 +177,7 @@ float: left;
 margin-left: 0.5em;
 display: block;
 padding: 1.1em 1.4em 1.0em 1.4em;
-background: #fff url('/themes/ipfire/images/n4.gif') repeat-x;
+background: #fff url('../images/n4.gif') repeat-x;
 border: solid 1px #fff;
 color: #616161;
 font-weight: bold;
@@ -188,7 +188,7 @@ text-decoration: none;
 
 #menu li a.active
 {
-background: #CA2F2F url('/themes/ipfire/images/n3.gif') repeat-x;
+background: #CA2F2F url('../images/n3.gif') repeat-x;
 color: #fff;
 border: solid 1px #A94B4B;
 }
@@ -197,7 +197,7 @@ border: solid 1px #A94B4B;
 
 #main
 {
-background: #fff url('/themes/ipfire/images/n2.gif') 0px 1px repeat-x;
+background: #fff url('../images/n2.gif') 0px 1px repeat-x;
 }
 
 #main_inner p
@@ -270,12 +270,12 @@ padding-left: 18px;
 
 #main_inner .post ul.post_info li.date
 {
-background-image: url('/themes/ipfire/images/n5.gif');
+background-image: url('../images/n5.gif');
 }
 
 #main_inner .post ul.post_info li.comments
 {
-background-image: url('/themes/ipfire/images/n6.gif');
+background-image: url('../images/n6.gif');
 margin-left: 1.1em;
 }
 
@@ -303,7 +303,7 @@ margin: 0.2em;
 
 input.button
 {
-background: #CA2F2F url('/themes/ipfire/images/n3.gif') repeat-x;
+background: #CA2F2F url('../images/n3.gif') repeat-x;
 color: #fff;
 border: solid 1px #A94B4B;
 font-weight: bold;