r255 - trunk/www.openmoko.com/htdocs/css

roh at daksha.openmoko.org roh at daksha.openmoko.org
Thu Jun 26 00:37:48 CEST 2008


Author: roh
Date: 2008-06-25 22:37:47 +0000 (Wed, 25 Jun 2008)
New Revision: 255

Modified:
   trunk/www.openmoko.com/htdocs/css/style.css
Log:
 - fix links to images (remove ../ and make them absolute)


Modified: trunk/www.openmoko.com/htdocs/css/style.css
===================================================================
--- trunk/www.openmoko.com/htdocs/css/style.css	2008-06-25 22:22:20 UTC (rev 254)
+++ trunk/www.openmoko.com/htdocs/css/style.css	2008-06-25 22:37:47 UTC (rev 255)
@@ -72,7 +72,7 @@
 	float: right;
 	height: 31px; 
 	width: 114px; 
-	background: url(../images/logo2.png) no-repeat 0px 0px;
+	background: url(/images/logo2.png) no-repeat 0px 0px;
 }
 #logo a {
 	display:block;
@@ -139,13 +139,13 @@
 ul.lev1 li a:hover,
 ul.lev2 li a:hover {
 	color: #EBEBEB;
-	background: url(../images/arrow3.png) no-repeat 0px 3px;
+	background: url(/images/arrow3.png) no-repeat 0px 3px;
 }
 ul.lev1 li.selected a,
 ul.lev2 li.selected a {
 	color: #EBEBEB;
 	font-weight: bold;
-	//background: url(../images/arrow3.png) no-repeat 0px 3px;
+	//background: url(/images/arrow3.png) no-repeat 0px 3px;
 	padding: 0px 0px 0px 18px;
 }
 
@@ -156,7 +156,7 @@
 */
 
 .home {
-	background: #000000 url(../images/sections/home2.jpg) no-repeat center center;
+	background: #000000 url(/images/sections/home2.jpg) no-repeat center center;
 	width: 960px;
 	height: 400px;
 	margin: 0px 0px 0px;
@@ -178,7 +178,7 @@
 .home-download {
 	width: 960px;
 	height:403px;
-	background: #D0CEC2 url(../images/sections/home-downloads.jpg) no-repeat 0px 0px;
+	background: #D0CEC2 url(/images/sections/home-downloads.jpg) no-repeat 0px 0px;
 }
 .home-download .desc {
 	width: 600px;
@@ -196,7 +196,7 @@
 .home-universities {
 	width: 960px;
 	height:403px;
-	background: #FFFFFF url(../images/sections/home-universities.jpg) no-repeat right top;
+	background: #FFFFFF url(/images/sections/home-universities.jpg) no-repeat right top;
 }
 .home-universities .desc {
 	width: 600px;
@@ -250,7 +250,7 @@
 	position:absolute;
 	top:20px;
 	left:250px;
-	background: url(../images/products/featured_product.jpg) no-repeat 0px 0px;
+	background: url(/images/products/featured_product.jpg) no-repeat 0px 0px;
 }
 .featured-txt {
 	width:180px;
@@ -278,7 +278,7 @@
 .featured-txt ul li,
 .featured-txt ul li {
 	margin: 0px 0px 5px;
-	background: url(../images/list_icon.png) no-repeat 0px 4px;
+	background: url(/images/list_icon.png) no-repeat 0px 4px;
 	padding: 0px 0px 0px 13px;
 	color: #999999;
 }
@@ -295,7 +295,7 @@
 	width:124px;
 	height:30px;
 	text-indent:-9999999px;
-	background: url(../images/buttons/button_buy.jpg) no-repeat 0px 0px;
+	background: url(/images/buttons/button_buy.jpg) no-repeat 0px 0px;
 }
 .product-footer {
 	width: 950px;
@@ -318,12 +318,12 @@
 }
 .product-footer ul.sub-nav li a:hover {
 	color: #EBEBEB;
-	background: url(../images/arrow3.png) no-repeat 10px 4px;
+	background: url(/images/arrow3.png) no-repeat 10px 4px;
 }
 .product-footer ul.sub-nav li.selected a {
 	font-weight: bold;
 	color: #EBEBEB;
-	background: url(../images/arrow3.png) no-repeat 10px 4px;
+	background: url(/images/arrow3.png) no-repeat 10px 4px;
 	padding: 0px 0px 0px 25px;
 }
 .product-footer .wrap {
@@ -366,7 +366,7 @@
 }
 .product-footer .nfr-box ul li {
 	margin: 0px 0px 5px;
-	background: url(../images/list_icon.png) no-repeat 0px 5px;
+	background: url(/images/list_icon.png) no-repeat 0px 5px;
 	padding: 0px 0px 0px 13px;
 	color: #999999;
 }
@@ -439,7 +439,7 @@
 .product-neo .product-img {
 	float:left;
 	width:650px;
-	background: #000000 url(../images/products/neo.jpg) no-repeat center center;
+	background: #000000 url(/images/products/neo.jpg) no-repeat center center;
 	min-height: 403px;
 }
 .product-neo-footer {
@@ -464,7 +464,7 @@
 .product-dboard .product-img {
 	float:left;
 	width:650px;
-	background: #000000 url(../images/products/dboard.png) no-repeat center center;
+	background: #000000 url(/images/products/dboard.png) no-repeat center center;
 	min-height: 403px;
 }
 .product-neo .desc,
@@ -488,7 +488,7 @@
 .product-dboard .pictures p a {
 	border-bottom: 1px solid #626262;
 	color: #EBEBEB;
-	background: url(../images/arrow_back.png) no-repeat left center;
+	background: url(/images/arrow_back.png) no-repeat left center;
 	padding: 0px 0px 0px 16px;
 }
 .product-dboard .pictures p a:hover {
@@ -539,7 +539,7 @@
 	text-indent:-99999999px;
 	height: 18px;
 	width: 115px;
-	background: url(../images/buttons/button_download.png) no-repeat 0px 0px;
+	background: url(/images/buttons/button_download.png) no-repeat 0px 0px;
 	border:none!important;
 }
 
@@ -554,7 +554,7 @@
 .download .desc ul li a {
 	font-weight: bold;
 	color: #EBEBEB;
-	background: url(../images/green_arrow.jpg) no-repeat 0px 0px;
+	background: url(/images/green_arrow.jpg) no-repeat 0px 0px;
 	padding: 3px 0px 3px 28px;
 	display:block;
 	border:none!important;
@@ -653,7 +653,7 @@
 	width: 960px;
 	min-height:363px;
 	padding: 15px 0px 25px 0px;
-	background: #1B1B1B url(../images/sections/careers_bg.jpg) no-repeat right top;
+	background: #1B1B1B url(/images/sections/careers_bg.jpg) no-repeat right top;
 }
 .opportunities-ca-inner {
 	width: 960px;
@@ -669,7 +669,7 @@
 .opportunities-ca-inner .opp-careers-job ul {}
 .opportunities-ca-inner .opp-careers-job ul li {
 	margin: 0px 0px 5px;
-	background: url(../images/list_icon.png) no-repeat 0px 5px;
+	background: url(/images/list_icon.png) no-repeat 0px 5px;
 	padding: 0px 0px 0px 12px;
 	line-height:17px;
 	color: #999999;
@@ -692,7 +692,7 @@
 	width: 960px;
 	min-height:363px;
 	padding: 15px 0px 25px 0px;
-	background: #1B1B1B url(../images/sections/verticals_index_bg.png) no-repeat right 0px;
+	background: #1B1B1B url(/images/sections/verticals_index_bg.png) no-repeat right 0px;
 }
 .opportunities-ve .wrap,
 .opportunities-ve-index .wrap {
@@ -725,7 +725,7 @@
 	width: 960px;
 	min-height:363px;
 	padding: 15px 0px 25px 0px;
-	background: #1B1B1B url(../images/sections/verticals_bg.png) no-repeat 620px 0px;
+	background: #1B1B1B url(/images/sections/verticals_bg.png) no-repeat 620px 0px;
 }
 .opp-verticals {
 	width:540px;
@@ -816,12 +816,12 @@
 }
 .opp-careers-menu ul li.selected a {
 	color: #EBEBEB;
-	background: url(../images/arrow3.png) no-repeat 0px 4px;
+	background: url(/images/arrow3.png) no-repeat 0px 4px;
 	font-weight: bold;
 }
 .opp-careers-menu ul li a:hover {
 	color: #EBEBEB;
-	background: url(../images/arrow3.png) no-repeat 0px 4px;
+	background: url(/images/arrow3.png) no-repeat 0px 4px;
 }
 
 /*		
@@ -872,7 +872,7 @@
 .opportunities-uni-index .wrap ul li,
 .opportunities-uni-tc .wrap ul li {
 	margin: 0px 0px 8px;
-	background: url(../images/list_icon.png) no-repeat 0px 4px;
+	background: url(/images/list_icon.png) no-repeat 0px 4px;
 	padding: 0px 0px 0px 13px;
 	color: #999999;
 }
@@ -911,7 +911,7 @@
 	width: 960px;
 	min-height:363px;
 	padding: 15px 0px 25px 0px;
-	background: #1B1B1B url(../images/sections/universities_bg.jpg) no-repeat right top;
+	background: #1B1B1B url(/images/sections/universities_bg.jpg) no-repeat right top;
 }
 
 .opp-universities {
@@ -1033,7 +1033,7 @@
 	width: 960px;
 	min-height:363px;
 	background-color: #1B1B1B;
-	background-image: url(../images/sections/dist_map.jpg);
+	background-image: url(/images/sections/dist_map.jpg);
 	background-repeat: no-repeat;
 	background-position: right top;
 	h/eight: 403px;
@@ -1069,7 +1069,7 @@
 }
 .opp-dist-index .wrap ul li {
 	margin: 0px 0px 8px;
-	background: url(../images/list_icon.png) no-repeat 0px 4px;
+	background: url(/images/list_icon.png) no-repeat 0px 4px;
 	padding: 0px 0px 0px 13px;
 	color: #999999;
 }
@@ -1095,16 +1095,16 @@
 }
 ul.sub-menu li a:hover {
 	color: #EBEBEB;
-	background: url(../images/arrow3.png) no-repeat 15px 4px;
+	background: url(/images/arrow3.png) no-repeat 15px 4px;
 }
 ul.sub-menu li.selected a {
 	font-weight: bold;
 	color: #EBEBEB;
-	//background: url(../images/arrow3.png) no-repeat 15px 4px;
+	//background: url(/images/arrow3.png) no-repeat 15px 4px;
 }
 ul.sub-menu li.expanded a {
 	color: #EBEBEB;
-	//background: url(../images/arrow3.png) no-repeat 15px 4px;
+	//background: url(/images/arrow3.png) no-repeat 15px 4px;
 	font-weight: bold;
 }
 ul.sub-menu li.collapsed {}
@@ -1136,7 +1136,7 @@
 ul.sub-menu li ul li a:hover {
 	font-weight: normal;
 	color: #EBEBEB;
-	background: url(../images/arrow3.png) no-repeat 16px 4px!important;
+	background: url(/images/arrow3.png) no-repeat 16px 4px!important;
 }
 ul.sub-menu li ul li.selected {
 	padding-left: 20px;
@@ -1145,7 +1145,7 @@
 ul.sub-menu li ul li.selected a {
 	font-weight: bold!important;
 	color: #EBEBEB!important;
-	//background: url(../images/arrow4.jpg) no-repeat 16px 4px!important;
+	//background: url(/images/arrow4.jpg) no-repeat 16px 4px!important;
 }
 ul.sub-menu li.expanded ul li a {
 	font-weight:normal!important;
@@ -1229,7 +1229,7 @@
 	width: 960px;
 	min-height:390px;
 	padding: 15px 0px 0px 0px;
-	background: #1B1B1B url(../images/sections/map.jpg) no-repeat 0px 0px;
+	background: #1B1B1B url(/images/sections/map.jpg) no-repeat 0px 0px;
 }
 .distributor {
 	width:720px;
@@ -1268,7 +1268,7 @@
 
 #footer {
 	clear: both;
-	background: url(../images/footer_bg.png) no-repeat 0px 23px;
+	background: url(/images/footer_bg.png) no-repeat 0px 23px;
 	padding: 21px 0px 20px;
 	width: 960px;
 }
@@ -1299,14 +1299,14 @@
 	color: #626262;
 	text-transform: uppercase;
 	font-weight: bold;
-	background: url(../images/top.png) no-repeat 0px 0px;
+	background: url(/images/top.png) no-repeat 0px 0px;
 	height: 18px;
 	width: 55px;
 	text-indent:-9999999PX;
 }
 #footer #top a:hover {
 	color: #000000;
-	background: url(../images/top.png) no-repeat 0px -18px;
+	background: url(/images/top.png) no-repeat 0px -18px;
 	height: 18px;
 	width: 55px;
 }
@@ -1320,7 +1320,7 @@
 .about {
 	width: 960px;
 	min-height:403px;
-	background: #1B1B1B url(../images/sections/about_bg.png) no-repeat right top;
+	background: #1B1B1B url(/images/sections/about_bg.png) no-repeat right top;
 }
 .about ul.sub-menu {
 	float: left;
@@ -1423,7 +1423,7 @@
 }
 .press .wrap .box p.date {
 	color: #999999;
-	background: url(../images/list_icon.png) no-repeat 0px 4px;
+	background: url(/images/list_icon.png) no-repeat 0px 4px;
 	padding: 0px 0px 0px 12px;
 }
 .press .wrap .box-press {
@@ -1455,7 +1455,7 @@
 .contact {
 	width: 960px;
 	min-height:403px;
-	background: #000000 url(../images/sections/contact_bg.jpg) no-repeat right top;
+	background: #000000 url(/images/sections/contact_bg.jpg) no-repeat right top;
 	color: #EBEBEB;
 }
 .contact .desc {
@@ -1553,7 +1553,7 @@
 	width: 945px;
 	min-height:403px;
 	padding: 0px 0px 0px 15px;
-	background: #1B1B1B url(../images/sections/map.jpg) no-repeat 0px 0px;
+	background: #1B1B1B url(/images/sections/map.jpg) no-repeat 0px 0px;
 	
 }
 .store-home .block_left {
@@ -1582,7 +1582,7 @@
 }
 .store-home .block_right ul li a:hover {
 	color: #EBEBEB;
-	background: url(../images/arrow3.png) no-repeat 0px 4px;
+	background: url(/images/arrow3.png) no-repeat 0px 4px;
 }
 .store-home a {}
 .store-index {
@@ -1623,7 +1623,7 @@
 	color: #EBEBEB;
 	font-weight: bold;
 	display: block;
-	background: url(../images/shop_more.png) no-repeat left top;
+	background: url(/images/shop_more.png) no-repeat left top;
 	padding: 0px 0px 0px 25px;
 	height: 18px;
 	width: 125px;
@@ -1673,7 +1673,7 @@
 }
 .shop-cart p {
 	padding: 0px 0px 0px 25px;
-	background: url(../images/cart_icon.png) no-repeat left center;
+	background: url(/images/cart_icon.png) no-repeat left center;
 	height: 21px;
 }
 .shop-cart p strong {
@@ -1693,7 +1693,7 @@
 }
 .shop-cart ul li a:hover {
 	color: #999999;
-	background: url(../images/arrow2.png) no-repeat 10px 4px;
+	background: url(/images/arrow2.png) no-repeat 10px 4px;
 	padding: 0px 0px 0px 25px;
 }
 .shop-cart ul li {
@@ -2076,4 +2076,4 @@
 .popup-spec ul li {
 	color: #333333;
 	margin: 0px 0px 2px;
-}
+}





More information about the webdesign-commitlog mailing list