[wptest-www: 4/27] update global domain bar style
- From: Andrea Veri <av src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [wptest-www: 4/27] update global domain bar style
- Date: Sun, 12 Feb 2012 21:44:42 +0000 (UTC)
commit 441f4f5c05cc258b393ebe25817776707cbe4425
Author: Vinicius Depizzol <vdepizzol gmail com>
Date: Tue Sep 27 18:41:30 2011 -0300
update global domain bar style
theme/header.php | 11 ++++++---
theme/style.css | 55 +++++++++++++++++++++++++++++++++++++++++++----------
2 files changed, 51 insertions(+), 15 deletions(-)
---
diff --git a/theme/header.php b/theme/header.php
index fcbf760..047f360 100644
--- a/theme/header.php
+++ b/theme/header.php
@@ -1,5 +1,6 @@
<?php
+
if (function_exists('wppo_get_lang')) {
$current_lang = str_replace('_', '-', strtolower(wppo_get_lang()));
if (strpos($current_lang, '-') !== false) {
@@ -45,11 +46,13 @@ if (function_exists('wppo_get_lang')) {
</div>
<!-- global gnome.org domain bar -->
- <div id="global_domain_bar">
- <div>
- <a href="/"><strong>GNOME</strong>.ORG</a>
+ <div id="global_domain_bar">
+ <div class="maxwidth">
+ <div class="tab">
+ <a class="root" href="http://www.gnome.org/">GNOME.org</a>
+ </div>
+ </div>
</div>
- </div>
<!-- header -->
diff --git a/theme/style.css b/theme/style.css
index c93ccb1..cd393fc 100644
--- a/theme/style.css
+++ b/theme/style.css
@@ -15,7 +15,7 @@ Description: The original theme for the GNOME Project website.
/* ========================================================================== */
html {
- background: #fff url(images/html-bg.png) top repeat-x;
+ background: #fff url(images/html-bg.png) 0 10px repeat-x;
}
body {
@@ -38,6 +38,14 @@ a:visited {
.hidden {
display: none;
}
+.maxwidth {
+ width: 940px;
+ margin: 0 auto;
+}
+.sanewidth {
+ width: 780px;
+ margin: 0 auto;
+}
@@ -64,23 +72,46 @@ a:visited {
background: #fff;
height: 10px;
}
-#global_domain_bar div {
- max-width: 940px;
- margin: 0 auto;
+#global_domain_bar .maxwidth {
+ position: relative;
}
-#global_domain_bar a {
- margin-right: 30px;
+
+/* Tab */
+
+#global_domain_bar .tab {
+ background: #fff;
+ position: absolute;
+ right: 0;
float: right;
- background: #fff url(images/favicon.png) 8px 7px no-repeat;
- padding: 4px 12px 2px 26px;
- color: #555753;
- text-decoration: none;
+ padding: 6px 8px;
font-size: 12px;
+ line-height: 16px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
+ -moz-box-shadow: 0 4px 2px -2px #8fb3d9;
+ -webkit-box-shadow: 0 4px 2px -2px #8fb3d9;
+ box-shadow: 0 4px 2px -2px #8fb3d9;
+ white-space: nowrap;
+}
+#global_domain_bar .tab a.root {
+ color: #555753 !important;
+ font-weight: bold;
+ text-decoration: none;
+ background: #fff url(images/favicon.png) 0 0 no-repeat;
+ padding-left: 18px;
+ border-right: 1px solid #ccc;
+ padding-right: 6px;
+ margin-right: 3px;
+}
+#global_domain_bar .tab a.root:last-child {
+ border-right: 0;
+ padding-right: 0;
+ margin-right: 0;
+}
+#global_domain_bar .tab a.root:hover {
+ text-decoration: underline;
}
-
/* Header */
@@ -613,6 +644,7 @@ dl.icon_list dt img {
background: #ececec url(images/action_button-bg.png) center repeat-x;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
+ border-radius: 15px;
color: #2e3436;
text-shadow: 0 1px 0 #fff;
text-decoration: none;
@@ -622,6 +654,7 @@ dl.icon_list dt img {
transition: background-position 100ms linear;
-moz-box-shadow: inset 0 1px 0 #fff;
-webkit-box-shadow: inset 0 1px 0 #fff;
+ box-shadow: inset 0 1px 0 #fff;
outline: none;
}
.action_button:hover {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]