[planet-web] [pgo] Initial header and top background
- From: Alberto Ruiz <aruiz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [planet-web] [pgo] Initial header and top background
- Date: Mon, 4 Apr 2011 23:30:48 +0000 (UTC)
commit b32a82c6da355ff63d9dba881d115eb3a0df4878
Author: Alberto Ruiz <aruiz gnome org>
Date: Tue Apr 5 00:30:29 2011 +0100
[pgo] Initial header and top background
themes/gnome/index-3.0.html.tmpl | 46 ++++++++++++++++++++++++++++++++++++-
1 files changed, 44 insertions(+), 2 deletions(-)
---
diff --git a/themes/gnome/index-3.0.html.tmpl b/themes/gnome/index-3.0.html.tmpl
index 42ffc7b..b6e41b3 100644
--- a/themes/gnome/index-3.0.html.tmpl
+++ b/themes/gnome/index-3.0.html.tmpl
@@ -6,13 +6,48 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="shortcut icon" type="image/png" href="http://planet.gnome.org/img/gnome-16.png">
- <link rel="alternate" type="application/atom+xml" title="<TMPL_VAR title ESCAPE="HTML"> Atom 1.0" href="<TMPL_VAR link ESCAPE="HTML">atom.xml">
- <link rel="alternate" type="application/rss+xml" title="<TMPL_VAR title ESCAPE="HTML"> RSS 2.0" href="<TMPL_VAR link ESCAPE="HTML">rss20.xml">
+ <!--link rel="alternate" type="application/atom+xml" title="<TMPL_VAR title ESCAPE="HTML"> Atom 1.0" href="<TMPL_VAR link ESCAPE="HTML">atom.xml">
+ <link rel="alternate" type="application/rss+xml" title="<TMPL_VAR title ESCAPE="HTML"> RSS 2.0" href="<TMPL_VAR link ESCAPE="HTML">rss20.xml"-->
<link rel="stylesheet" href="http://planet.gnome.org/nlayout.css" type="text/css">
<link rel="stylesheet" href="http://planet.gnome.org/planet.css" type="text/css">
<link rel="stylesheet" href="http://planet.gnome.org/generic.css" type="text/css">
<link rel="stylesheet" href="http://blogs.gnome.org/wp-content/mu-plugins/bug-links/bug-links.css" type="text/css">
+ <style rel="stylesheet" type="text/css">
+ #global_domain_bar
+ {
+ background: none repeat scroll 0 0 #FFFFFF;
+ height: 10px;
+ border: 0 none;
+ font-size: 100%;
+ margin: 0;
+ padding: 0;
+ vertical-align: baseline;
+ color: #2E3436;
+ font-family: Cantarell,'Droid Sans',Ubuntu,'DejaVu Sans',Arial,sans-serif;
+ font-size: 14px;
+ line-height: 1.7em;
+ }
+
+ #global_domain_bar a
+ {
+ -moz-border-radius: 5px 5px 5px 5px;
+ background: url("http://wptest.gnome.org/wp-content/themes/gnome-grass/images/favicon.png") no-repeat scroll 8px 7px #FFFFFF;
+ color: #555753;
+ float: right;
+ font-size: 12px;
+ margin-right: 30px;
+ padding: 4px 12px 2px 26px;
+ text-decoration: none;
+ line-height: 1.7em;
+ }
+
+ #page
+ {
+ background: url("http://wptest.gnome.org/wp-content/themes/gnome-grass/images/html-bg.png") repeat-x scroll center top #FFFFFF;
+ }
+ </style>
+
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js"></script>
<script type="text/javascript" src="http://planet.gnome.org/jquery.lazyload.min.js"></script>
@@ -23,6 +58,13 @@
<div id="page">
+
+ <div id="global_domain_bar">
+ <div>
+ <a href="#"><strong>GNOME</strong>.ORG</a>
+ </div>
+ </div>
+
<script type="text/javascript" src="http://www.gnome.org/friends/ruler/ruler.js"></script>
<div id="content">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]