[css-web] More images on the way
- From: Andrea Veri <av src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [css-web] More images on the way
- Date: Thu, 5 Dec 2013 15:00:54 +0000 (UTC)
commit 074f3ae2a91b210afbf6df141ca00a3cb44300cb
Author: Andrea Veri <av gnome org>
Date: Thu Dec 5 16:00:43 2013 +0100
More images on the way
css/grass-theme-style.css | 46 ++++++++++++++++++------------------
img/action_box-bg.png | Bin 0 -> 177 bytes
img/action_button-bg.png | Bin 0 -> 172 bytes
img/focus-bg.png | Bin 0 -> 180 bytes
img/footer-map.png | Bin 0 -> 6856 bytes
img/footer_arts/default.png | Bin 0 -> 8402 bytes
img/go-next.png | Bin 0 -> 1455 bytes
img/go-previous.png | Bin 0 -> 1430 bytes
img/hr-shadow.png | Bin 0 -> 1189 bytes
img/language-selector-bg.png | Bin 0 -> 9289 bytes
img/language-selector-wanda-bg.png | Bin 0 -> 894 bytes
img/search-icon.png | Bin 0 -> 395 bytes
img/top_bar-bg.png | Bin 0 -> 185 bytes
img/top_bar-item-bg.png | Bin 0 -> 190 bytes
img/top_bar-item-home.png | Bin 0 -> 427 bytes
img/video-play.png | Bin 0 -> 992 bytes
16 files changed, 23 insertions(+), 23 deletions(-)
---
diff --git a/css/grass-theme-style.css b/css/grass-theme-style.css
index b6868dd..fdb5a60 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(images/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(images/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("images/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("images/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("images/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(images/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("images/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(images/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(images/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(images/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(images/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(images/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(images/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(images/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(images/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(images/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(images/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(images/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(images/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(images/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(images/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(images/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(images/video-play.png) center center no-repeat;
+ background: url(img/video-play.png) center center no-repeat;
margin: 4px;
}
diff --git a/img/action_box-bg.png b/img/action_box-bg.png
new file mode 100644
index 0000000..eed7939
Binary files /dev/null and b/img/action_box-bg.png differ
diff --git a/img/action_button-bg.png b/img/action_button-bg.png
new file mode 100644
index 0000000..8c6133d
Binary files /dev/null and b/img/action_button-bg.png differ
diff --git a/img/focus-bg.png b/img/focus-bg.png
new file mode 100644
index 0000000..101bda1
Binary files /dev/null and b/img/focus-bg.png differ
diff --git a/img/footer-map.png b/img/footer-map.png
new file mode 100644
index 0000000..cbd401f
Binary files /dev/null and b/img/footer-map.png differ
diff --git a/img/footer_arts/default.png b/img/footer_arts/default.png
new file mode 100644
index 0000000..9de5530
Binary files /dev/null and b/img/footer_arts/default.png differ
diff --git a/img/go-next.png b/img/go-next.png
new file mode 100644
index 0000000..c4c0895
Binary files /dev/null and b/img/go-next.png differ
diff --git a/img/go-previous.png b/img/go-previous.png
new file mode 100644
index 0000000..33c5293
Binary files /dev/null and b/img/go-previous.png differ
diff --git a/img/hr-shadow.png b/img/hr-shadow.png
new file mode 100644
index 0000000..c5636b9
Binary files /dev/null and b/img/hr-shadow.png differ
diff --git a/img/language-selector-bg.png b/img/language-selector-bg.png
new file mode 100644
index 0000000..54f9270
Binary files /dev/null and b/img/language-selector-bg.png differ
diff --git a/img/language-selector-wanda-bg.png b/img/language-selector-wanda-bg.png
new file mode 100644
index 0000000..cc7b63f
Binary files /dev/null and b/img/language-selector-wanda-bg.png differ
diff --git a/img/search-icon.png b/img/search-icon.png
new file mode 100644
index 0000000..90e8d2c
Binary files /dev/null and b/img/search-icon.png differ
diff --git a/img/top_bar-bg.png b/img/top_bar-bg.png
new file mode 100644
index 0000000..567188c
Binary files /dev/null and b/img/top_bar-bg.png differ
diff --git a/img/top_bar-item-bg.png b/img/top_bar-item-bg.png
new file mode 100644
index 0000000..fbd50fe
Binary files /dev/null and b/img/top_bar-item-bg.png differ
diff --git a/img/top_bar-item-home.png b/img/top_bar-item-home.png
new file mode 100644
index 0000000..1e5a591
Binary files /dev/null and b/img/top_bar-item-home.png differ
diff --git a/img/video-play.png b/img/video-play.png
new file mode 100644
index 0000000..7d4c4c4
Binary files /dev/null and b/img/video-play.png differ
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]