Fix some relative URLs in the legacy-static directory
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
f4c4a9b36a
commit
ceec6cfb1f
14 changed files with 35 additions and 38 deletions
|
@ -217,7 +217,7 @@ a {
|
|||
border-bottom: 1px solid #eee;
|
||||
padding: 0px;
|
||||
padding-bottom: 24px;
|
||||
background: #FFFFFF url('http://fedoraproject.org/static/images/line.png') repeat-x scroll 0pt 100%;
|
||||
background: #FFFFFF url('../images/line.png') repeat-x scroll 0pt 100%;
|
||||
/* 22px because #content padding is 22px */
|
||||
margin-left: -22px;
|
||||
padding-left: 22px;
|
||||
|
|
|
@ -883,23 +883,23 @@ a.cvs {
|
|||
}
|
||||
|
||||
#download-resources ul.checkmark-list {
|
||||
list-style: disc url("/static/images/icon-checkmark.png") outside;
|
||||
list-style: disc url("../images/icon-checkmark.png") outside;
|
||||
}
|
||||
|
||||
#download-resources li.guide-list {
|
||||
list-style: disc url("/static/images/icon-guide.png") outside;
|
||||
list-style: disc url("../images/icon-guide.png") outside;
|
||||
}
|
||||
|
||||
#download-resources li.webpage-list {
|
||||
list-style: disc url("/static/images/icon-webpage.png") outside;
|
||||
list-style: disc url("../images/icon-webpage.png") outside;
|
||||
}
|
||||
|
||||
#download-resources li.support-list {
|
||||
list-style: disc url("/static/images/icon-support.png") outside;
|
||||
list-style: disc url("../images/icon-support.png") outside;
|
||||
}
|
||||
|
||||
#download-resources li.verify-list {
|
||||
list-style: disc url("/static/images/icon-signed-verified.png") outside;
|
||||
list-style: disc url("../images/icon-signed-verified.png") outside;
|
||||
}
|
||||
|
||||
#download-resources div, #download-resources div h4 {
|
||||
|
|
|
@ -180,7 +180,6 @@ outline: none;
|
|||
float: right;
|
||||
background: url("../images/icon-search-globe.png") no-repeat scroll left center transparent;
|
||||
padding-left: 23px;
|
||||
/* background:url("/static/images/spins-directory-icon.png") no-repeat scroll left center transparent; */
|
||||
}
|
||||
|
||||
.lang-dropdown select {
|
||||
|
@ -437,7 +436,7 @@ background: #a07cbc;
|
|||
}
|
||||
|
||||
#header-features {
|
||||
background: url('http://localhost:5000/static/images/headers/features-laptops.png') no-repeat bottom right #7bcd40;
|
||||
background: url('../images/headers/features-laptops.png') no-repeat bottom right #7bcd40;
|
||||
background: #e59728;
|
||||
/* orange */
|
||||
background-image: -webkit-radial-gradient(30% 30% 45deg, circle farthest-side, #ffa72b, #df9428);
|
||||
|
@ -1299,28 +1298,28 @@ li.resource-download
|
|||
|
||||
/* special lists */
|
||||
#right-sidebar ul.checkmark-list {
|
||||
list-style: disc url("/static/images/icon-checkmark.png") outside;
|
||||
list-style: disc url("../images/icon-checkmark.png") outside;
|
||||
}
|
||||
|
||||
#right-sidebar li.guide-list {
|
||||
list-style: disc url("/static/images/icon-guide.png") outside;
|
||||
list-style: disc url("../images/icon-guide.png") outside;
|
||||
}
|
||||
|
||||
#right-sidebar li.webpage-list,
|
||||
#right-sidebar ul.webpage-list li {
|
||||
list-style: disc url("/static/images/icon-webpage.png") outside;
|
||||
list-style: disc url("../images/icon-webpage.png") outside;
|
||||
}
|
||||
|
||||
#right-sidebar li.support-list {
|
||||
list-style: disc url("/static/images/icon-support.png") outside;
|
||||
list-style: disc url("../images/icon-support.png") outside;
|
||||
}
|
||||
|
||||
#right-sidebar li.verify-list {
|
||||
list-style: disc url("/static/images/icon-signed-verified.png") outside;
|
||||
list-style: disc url("../images/icon-signed-verified.png") outside;
|
||||
}
|
||||
|
||||
li.verify-list {
|
||||
list-style: disc url("/static/images/icon-signed-verified.png") outside;
|
||||
list-style: disc url("../images/icon-signed-verified.png") outside;
|
||||
}
|
||||
|
||||
/* export regulations */
|
||||
|
@ -1339,8 +1338,8 @@ li.verify-list {
|
|||
.export-regulations .details { font-style: normal; color: #333; }
|
||||
.read-more, .re-collapse { float:right; }
|
||||
.read-more a, .re-collapse a { padding-right: 15px; }
|
||||
.read-more a { background:#ffffff url('/static/images/arrow_down.png') no-repeat right center; }
|
||||
.re-collapse a { background:#ffffff url('/static/images/arrow_up.png') no-repeat right center; }
|
||||
.read-more a { background:#ffffff url('../images/arrow_down.png') no-repeat right center; }
|
||||
.re-collapse a { background:#ffffff url('../images/arrow_up.png') no-repeat right center; }
|
||||
/* end: export regulations */
|
||||
|
||||
/* tabs */
|
||||
|
@ -1872,10 +1871,10 @@ div.news span.news_title {
|
|||
div.news a.news_relnotes {
|
||||
margin: 27px;
|
||||
padding-left: 20px;
|
||||
background: url(/static/images/news_relnotes.png) no-repeat left;
|
||||
background: url(../images/news_relnotes.png) no-repeat left;
|
||||
}
|
||||
div.news a.news_download {
|
||||
background: url(/static/images/news_download.png) no-repeat left;
|
||||
background: url(../images/news_download.png) no-repeat left;
|
||||
padding-left: 20px;
|
||||
}
|
||||
div.news a.news_relnotes, div.news a.news_download {
|
||||
|
@ -1943,4 +1942,4 @@ div.news a.news_relnotes, div.news a.news_download {
|
|||
background-position: -393px -72px;
|
||||
}
|
||||
|
||||
/* end Product Image */
|
||||
/* end Product Image */
|
||||
|
|
|
@ -4,25 +4,25 @@ var banners = [
|
|||
// Target URL
|
||||
// Weight
|
||||
[
|
||||
"/static/images/banners/f19alpha.png",
|
||||
"../images/banners/f19alpha.png",
|
||||
"Fedora 19 Schrödinger\'s Cat Alpha is here!",
|
||||
"https://fedoraproject.org/get-prerelease",
|
||||
5
|
||||
],
|
||||
[
|
||||
"/static/images/banners/f19release.png",
|
||||
"../images/banners/f19release.png",
|
||||
"Fedora 19 Schrödinger\'s Cat is here!",
|
||||
"https://fedoraproject.org/get-fedora",
|
||||
0
|
||||
],
|
||||
[
|
||||
"/static/images/banners/picturebanner-envelope-1.png",
|
||||
"../images/banners/picturebanner-envelope-1.png",
|
||||
"Fedora Picture Book - Now accepting submissions",
|
||||
"https://fedoraproject.org/wiki/Category:Picture_book",
|
||||
0
|
||||
],
|
||||
[
|
||||
"/static/images/banners/super-packager.png",
|
||||
"../images/banners/super-packager.png",
|
||||
"Fedora Community",
|
||||
"https://apps.fedoraproject.org/packages/",
|
||||
0
|
||||
|
|
|
@ -205,10 +205,10 @@ $(document).ready(function(){
|
|||
// Random banners
|
||||
function random_banner(){
|
||||
var images = [], ry, lnk;
|
||||
images[0] = "/static/images/banners/random/formats.png";
|
||||
images[1] = "/static/images/banners/random/spins.png";
|
||||
images[2] = "/static/images/banners/random/clouds.png";
|
||||
images[3] = "/static/images/banners/random/2nd_arches.png";
|
||||
images[0] = "../images/banners/random/formats.png";
|
||||
images[1] = "../images/banners/random/spins.png";
|
||||
images[2] = "../images/banners/random/clouds.png";
|
||||
images[3] = "../images/banners/random/2nd_arches.png";
|
||||
|
||||
var links = [];
|
||||
links[0] = "/get-fedora-options#formats";
|
||||
|
@ -264,5 +264,3 @@ $(document).ready(function(){
|
|||
$("#fedora-banners a").attr("href", banners[choices[choice]][2]);
|
||||
*/
|
||||
});
|
||||
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
var sponsor = "bodhost";
|
||||
|
||||
var sponsor_banner = [
|
||||
"/static/images/sponsors/sidebar/" + sponsor + ".png",
|
||||
"../images/sponsors/sidebar/" + sponsor + ".png",
|
||||
"BODHost",
|
||||
"http://www.bodhost.com/"
|
||||
];
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
var sponsor = "coloamerica";
|
||||
|
||||
var sponsor_banner = [
|
||||
"/static/images/sponsors/sidebar/" + sponsor + ".png",
|
||||
"../images/sponsors/sidebar/" + sponsor + ".png",
|
||||
"ColocationAmerica",
|
||||
"http://www.colocationamerica.com/"
|
||||
];
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
var sponsor = "host1plus";
|
||||
|
||||
var sponsor_banner = [
|
||||
"/static/images/sponsors/sidebar/" + sponsor + ".png",
|
||||
"../images/sponsors/sidebar/" + sponsor + ".png",
|
||||
"Host1Plus",
|
||||
"http://www.host1plus.com/"
|
||||
];
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
var sponsor = "ibiblio";
|
||||
|
||||
var sponsor_banner = [
|
||||
"/static/images/sponsors/sidebar/" + sponsor + ".png",
|
||||
"../images/sponsors/sidebar/" + sponsor + ".png",
|
||||
"Ibiblio",
|
||||
"http://www.ibiblio.org"
|
||||
];
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
var sponsor = "internetx";
|
||||
|
||||
var sponsor_banner = [
|
||||
"/static/images/sponsors/sidebar/" + sponsor + ".png",
|
||||
"../images/sponsors/sidebar/" + sponsor + ".png",
|
||||
"InterNetX",
|
||||
"http://www.internetx.com/"
|
||||
];
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
var sponsor = "osuosl";
|
||||
|
||||
var sponsor_banner = [
|
||||
"/static/images/sponsors/sidebar/" + sponsor + ".png",
|
||||
"../images/sponsors/sidebar/" + sponsor + ".png",
|
||||
"Open Source Lab",
|
||||
"http://osuosl.org/"
|
||||
];
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
var sponsor = "redhat";
|
||||
|
||||
var sponsor_banner = [
|
||||
"/static/images/sponsors/sidebar/" + sponsor + ".png",
|
||||
"../images/sponsors/sidebar/" + sponsor + ".png",
|
||||
"Red Hat, Inc.",
|
||||
"http://www.redhat.com"
|
||||
];
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
var sponsor = "telia";
|
||||
|
||||
var sponsor_banner = [
|
||||
"/static/images/sponsors/sidebar/" + sponsor + ".png",
|
||||
"../images/sponsors/sidebar/" + sponsor + ".png",
|
||||
"TeliaSonera",
|
||||
"http://www.teliasoneraic.com/"
|
||||
];
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
var sponsor = "tummy";
|
||||
|
||||
var sponsor_banner = [
|
||||
"/static/images/sponsors/sidebar/" + sponsor + ".png",
|
||||
"../images/sponsors/sidebar/" + sponsor + ".png",
|
||||
"Tummy",
|
||||
"http://www.tummy.com"
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue