[css-web] More tweaks on the css files



commit a64c90ec5c8c6c2a596e3799517a0250965a8e6a
Author: Andrea Veri <av gnome org>
Date:   Thu Dec 5 16:07:28 2013 +0100

    More tweaks on the css files

 css/grass-theme-style.css |   46 ++++++++++++++++++++++----------------------
 js/wiki-osm/map.js        |    2 +-
 2 files changed, 24 insertions(+), 24 deletions(-)
---
diff --git a/css/grass-theme-style.css b/css/grass-theme-style.css
index fdb5a60..94330be 100644
--- a/css/grass-theme-style.css
+++ b/css/grass-theme-style.css
@@ -19,7 +19,7 @@ Description: The original theme for the GNOME Project website.
 /* ========================================================================== */
 
 html {
-    background: #fff url(img/html-bg.png) 0 10px repeat-x;
+    background: #fff url(../img/html-bg.png) 0 10px repeat-x;
 }
 body {
     
@@ -102,7 +102,7 @@ a:visited {
     color: #555753 !important;
     font-weight: bold;
     text-decoration: none;
-    background: #fff url(img/favicon.png) 0 0 no-repeat;
+    background: #fff url(../img/favicon.png) 0 0 no-repeat;
     padding-left: 18px;
     border-right: 1px solid #ccc;
     padding-right: 6px;
@@ -158,7 +158,7 @@ a:visited {
 
 
 #top_bar {
-    background: #2e3436 url("img/top_bar-bg.png") top repeat-x;
+    background: #2e3436 url("../img/top_bar-bg.png") top repeat-x;
     padding: 8px 0;
     margin-top: 23px;
     font-size: 13px;
@@ -200,7 +200,7 @@ a:visited {
     background: rgba(100%, 100%, 100%, 0.15);
 }
 #top_bar a:active, #top_bar li.current-menu-item a, #top_bar li.current-page-ancestor a {
-    background: #1c2021 url("img/top_bar-item-bg.png") top repeat-x;
+    background: #1c2021 url("../img/top_bar-item-bg.png") top repeat-x;
     -moz-box-shadow: inset 0 -1px 0 rgba(100%,100%,100%, 0.4), inset 0 1px 3px rgba(0,0,0,0.4);
     -webkit-box-shadow: inset 0 -1px 0 rgba(100%,100%,100%, 0.4), inset 0 1px 3px rgba(0,0,0,0.4);
     box-shadow: inset 0 -1px 0 rgba(100%,100%,100%, 0.4), inset 0 1px 3px rgba(0,0,0,0.4);
@@ -209,7 +209,7 @@ a:visited {
     font-weight: bold;
 }
 #top_bar li a span.home {
-    background: url("img/top_bar-item-home.png") no-repeat;
+    background: url("../img/top_bar-item-home.png") no-repeat;
     padding-left: 18px;
 }
 #top_bar #main_search {
@@ -223,7 +223,7 @@ a:visited {
     font: inherit;
     color: inherit;
     padding: 8px 8px 8px 28px;
-    background: transparent url(img/search-icon.png) 8px center no-repeat;
+    background: transparent url(../img/search-icon.png) 8px center no-repeat;
     color: #fff;
     border-left: 1px solid rgba(100%,100%,100%,0.3);
     outline: none;
@@ -300,7 +300,7 @@ a:visited {
     font-weight: bold;
 }
 .foundation_nav li a span.home {
-    background: url("img/top_bar-item-home.png") no-repeat;
+    background: url("../img/top_bar-item-home.png") no-repeat;
     padding-left: 18px;
 }
 
@@ -376,7 +376,7 @@ a:visited {
 .page_title .subpages_list li a:hover {
     outline: 0;
     background: red;
-    background: #dde5ef url(img/focus-bg.png) top repeat-x;
+    background: #dde5ef url(../img/focus-bg.png) top repeat-x;
     border: 1px solid #bbc5d5;
     padding: 2px 5px;
     -moz-border-radius: 4px;
@@ -466,7 +466,7 @@ a:visited {
  */
 
 .action_box {
-    background: #fffae5 url(img/action_box-bg.png) repeat-x bottom;
+    background: #fffae5 url(../img/action_box-bg.png) repeat-x bottom;
     -moz-box-shadow: 0 1px 2px #e5d693, inset 0 1px rgba(100%, 100%, 100%, 0.4);
     -webkit-box-shadow: 0 1px 2px #e5d693, inset 0 1px rgba(100%, 100%, 100%, 0.4);
     box-shadow: 0 1px 2px #e5d693, inset 0 1px rgba(100%, 100%, 100%, 0.4);
@@ -549,7 +549,7 @@ a:visited {
 }
 .navigation_list > li.current_page_item,
 .navigation_list > li a.navTreeCurrentItem {
-    background: #dde5ef url(img/focus-bg.png) top repeat-x;
+    background: #dde5ef url(../img/focus-bg.png) top repeat-x;
 }
 .navigation_list li:first-child {
     -moz-border-radius-topleft: 5px;
@@ -587,7 +587,7 @@ a:visited {
     /*-webkit-transition: all 200ms linear;*/
 }
 .navigation_list a:focus {
-    background: #dde5ef url(img/focus-bg.png) top repeat-x;
+    background: #dde5ef url(../img/focus-bg.png) top repeat-x;
     outline: 0;
     padding: 2px 5px;
     margin: 3px;
@@ -674,7 +674,7 @@ ul.iconified_menu li a {
     border-radius: 5px;
 }
 ul.iconified_menu li a:hover, ul.iconified_menu li a:focus {
-    background: #dde5ef url(img/focus-bg.png) top repeat-x;
+    background: #dde5ef url(../img/focus-bg.png) top repeat-x;
     outline: 0;
     border: 1px solid #bbc5d5;
 }
@@ -719,7 +719,7 @@ dl.icon_list dt img {
     border: 1px solid #ccc;
     margin-left:20px;
     margin-right:20px;
-    background: #ececec url(img/action_button-bg.png) center repeat-x;
+    background: #ececec url(../img/action_button-bg.png) center repeat-x;
     -moz-border-radius: 15px;
     -webkit-border-radius: 15px;
     border-radius: 15px;
@@ -818,12 +818,12 @@ dl.icon_list dt img {
 }
 .page_navigation .prev a {
     float: left;
-    background: url(img/go-previous.png) top left no-repeat;
+    background: url(../img/go-previous.png) top left no-repeat;
     padding-left: 40px;
 }
 .page_navigation .next a {
     float: right;
-    background: url(img/go-next.png) top right no-repeat;
+    background: url(../img/go-next.png) top right no-repeat;
     padding-right: 40px;
 }
 
@@ -845,7 +845,7 @@ dl.icon_list dt img {
     margin-top: 0;
 }
 #footer_art.default {
-    background-image: url(img/footer_arts/default.png);
+    background-image: url(../img/footer_arts/default.png);
 }
 
 
@@ -853,7 +853,7 @@ dl.icon_list dt img {
 /* ========================================================================== */
 
 #footer_grass {
-    background: url(img/grass.png) top center repeat-x;
+    background: url(../img/grass.png) top center repeat-x;
     height: 39px;
     margin-top: -33px;
 }
@@ -866,7 +866,7 @@ dl.icon_list dt img {
 
 #footer {
     clear: left;
-    /*background: #d3d7cf url(img/grass.png) top center repeat-x;*/
+    /*background: #d3d7cf url(../img/grass.png) top center repeat-x;*/
     background: #d3d7cf;
     color: #555753;
     padding: 20px 0;
@@ -891,7 +891,7 @@ dl.icon_list dt img {
     text-align: center;
     width: 220px;
     height: 110px;
-    background: url(img/footer-map.png) center center no-repeat;
+    background: url(../img/footer-map.png) center center no-repeat;
     outline: none;
     text-decoration: none;
 }
@@ -986,12 +986,12 @@ dl.icon_list dt img {
 #language_selector {
     display: none;
     /* poor wanda the fish */
-    background: #555753 url(img/language-selector-bg.png) top center repeat-x;
+    background: #555753 url(../img/language-selector-bg.png) top center repeat-x;
     clear: left;
     overflow: hidden;
 }
 #language_selector .container_12 {
-    background: url(img/language-selector-wanda-bg.png) right 60px no-repeat;
+    background: url(../img/language-selector-wanda-bg.png) right 60px no-repeat;
     overflow: hidden;
 }
 #language_selector h3 {
@@ -1043,7 +1043,7 @@ hr {
 hr.top_shadow,
 hr.bottom_shadow {
     height: 25px;
-    background: url(img/hr-shadow.png) no-repeat bottom;
+    background: url(../img/hr-shadow.png) no-repeat bottom;
     background-size: contain;
     border: 0;
 }
@@ -1142,7 +1142,7 @@ hr.bottom_shadow {
     height: 80px;
     top: 0;
     left: 0;
-    background: url(img/video-play.png) center center no-repeat;
+    background: url(../img/video-play.png) center center no-repeat;
     margin: 4px;
 }
 
diff --git a/js/wiki-osm/map.js b/js/wiki-osm/map.js
index 3dbe390..390068e 100644
--- a/js/wiki-osm/map.js
+++ b/js/wiki-osm/map.js
@@ -6,7 +6,7 @@ Authors :
 
 /* Default Variables */
 var zoom=17;
-var urlbase='http://ikks.github.io/moinmoin-osm/'
+var urlbase='https://www.guadec.org/static/img/'
 var imaicon=urlbase+"img/mark.png";
 
 /* End Default Variables modify the following if you know what


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]