[glade-web] Fixed links and copyright year
- From: Juan Pablo Ugarte <jpu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glade-web] Fixed links and copyright year
- Date: Wed, 27 Nov 2013 06:13:17 +0000 (UTC)
commit db6847f7e62d45d4e6a4c6efbcd8a116c5161f90
Author: Juan Pablo Ugarte <juanpablougarte gmail com>
Date: Wed Nov 27 02:45:16 2013 -0300
Fixed links and copyright year
Css:
Made body 64em wide.
Added bg to html
Made top header and sidebar fixed position
Changed icon
Added glade-bg.svg to body
default.css | 71 +++++++++++++++++++++++++++++++++++++--------------
foot.src | 4 +--
head.src | 15 ++++++----
images/favicon.png | Bin 0 -> 895 bytes
images/glade.png | Bin 5073 -> 0 bytes
sources.src | 2 +-
6 files changed, 62 insertions(+), 30 deletions(-)
---
diff --git a/default.css b/default.css
index 890b49d..9c72d76 100644
--- a/default.css
+++ b/default.css
@@ -1,18 +1,32 @@
/* Basic tags */
+html {
+ background: gray;
+ background: -webkit-repeating-linear-gradient(#888, #888 4px, #7B7B7B 4px, #7B7B7B 8px) fixed;
+ background: -o-repeating-linear-gradient(#888, #888 4px, #7B7B7B 4px, #7B7B7B 8px) fixed;
+ background: -moz-repeating-linear-gradient(#888, #888 4px, #7B7B7B 4px, #7B7B7B 8px) fixed;
+ background: repeating-linear-gradient(#888, #888 4px, #7B7B7B 4px, #7B7B7B 8px) fixed;
+}
+
body {
- margin: 0px;
- padding: 0px;
+ width: 64em;
+ margin: 0px auto;
font-family: "Verdana", "Arial", sans-serif;
+ background-color: #FFF;
+ border-left: 1px solid black;
+ border-right: 1px solid black;
+}
- background-color: #FFFFFF;
+#bodybg {
}
#body {
- margin: 3em 20em 0em 1em;
+ min-height:48em;
+ margin: 3em 16em 0em 1em;
padding: 0px;
- background-color: #FFFFFF;
- color: #000000;
+ color: #000;
clear: left;
+ background: url(images/glade-bg.svg) no-repeat bottom right;
+ background-size: 32em;
}
a img {
@@ -32,12 +46,24 @@ a:hover {
}
/* Common page elements: Header, footer, etc. */
+div.hdr_top {
+ position: fixed;
+ top: 0px;
+ width: 64em;
+ margin: 0px auto;
+}
+
+div.hdr_top a {
+ color: white;
+ text-decoration:none;
+ outline: 0;
+}
#hdr {
background-color: #4a90d9;
- color: #FFFFFF;
- padding: 0.5em;
- border-bottom: 1px solid #000000;
+ color: #FFF;
+ border-top: 1px solid #000;
+ border-bottom: 1px solid #000;
}
#hdr h1 {
@@ -86,7 +112,7 @@ a:hover {
}
.news h1.title a {
- color:#555555;
+ color:#555;
}
.news h2.title {
@@ -116,11 +142,11 @@ a:hover {
}
#sidebar {
- float: right;
- width: 18em;
- margin: 1em;
- padding: 0em 0.5em;
- border-left: 1px dashed #dddddd;
+ position:fixed;
+ width: 14em;
+ margin: 1em 0em 0em 49em;
+ padding: 0.5em;
+ border-left: 1px dashed #ddd;
}
#sidebar p {
@@ -132,7 +158,7 @@ a:hover {
#sidebar h1 {
font-family: sans-serif;
font-weight: bold;
- background-color: #eeeeee;
+ background-color: #eee;
padding: 0.3em;
}
@@ -161,16 +187,21 @@ a:hover {
font-size: small;
clear: both;
background-color: #4a90d9;
- color: #FFFFFF;
- margin: 2em 0em 0em 0em;
+ color: #FFF;
+ margin: 0px;
padding: 1em;
- border-top: 1px solid #000000;
+ border-top: 1px solid #000;
+ border-bottom: 1px solid #000;
+ position:relative;
+ z-index: 10;
}
/* Generic Classes */
code {
+ margin: 1em;
+ padding: 1em;
white-space: pre;
font-family: monospace;
- background-color: #eeeeee;
+ background-color: #eee;
}
diff --git a/foot.src b/foot.src
index ecd6514..2cc22ea 100644
--- a/foot.src
+++ b/foot.src
@@ -1,6 +1,4 @@
- <div id="bottom">
- <div id="copyright">Copyright 2012, The Glade project</div>
- </div>
+ <div id="copyright">Copyright 2013, The Glade project</div>
</body>
</html>
diff --git a/head.src b/head.src
index c213d79..fe65351 100644
--- a/head.src
+++ b/head.src
@@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
<head>
<title>Glade - A User Interface Designer</title>
- <link rel="icon" type="image/png" href="http://developer.gnome.org/images/gnome-16.png" />
+ <link rel="icon" type="image/png" href="images/favicon.png" />
<link rel="alternate" type="application/rss+xml" title="Glade News"
href="http://glade.gnome.org/news.rss" />
<meta http-equiv="Content-Type"
content="text/html; charset=utf-8"/>
@@ -15,15 +15,18 @@
<body>
+ <div id="hdr" class="hdr_top">
+ <a href="index.html"><img alt="logo"
src="https://git.gnome.org/browse/glade/plain/data/icons/hicolor/48x48/apps/glade.png" style="margin: 0px
1em;"/>
+ <h1>Glade - A User Interface Designer</h1></a>
+ </div>
<div id="hdr">
- <img alt="logo" src="images/glade.png" />
- <h1>Glade - A User Interface Designer</h1>
+ <h1>G</h1>
</div>
<div id="sidebar">
<h1>Current Version: <strong>3.16</strong></h1>
<ul>
- <li><a href="http://glade.gnome.org/sources.html">Download Sources</a></li>
+ <li><a href="sources.html">Download Sources</a></li>
<li><a href="http://git.gnome.org/cgit/glade">Browse Sources</a></li>
<li><a href="http://ftp.gnome.org/pub/GNOME/binaries/win32/glade/">Windows Binaries</a></li>
<li><a href="http://ftp.gnome.org/pub/GNOME/binaries/mac/glade3/3.6/">Older MacOSX
Binaries</a></li>
@@ -48,7 +51,7 @@
<li><a href="http://lists.ximian.com/mailman/listinfo/glade-devel">Developers mailing
list</a></li>
<li><a
href="https://bugzilla.gnome.org/buglist.cgi?query_format=advanced;bug_status=UNCONFIRMED;bug_status=NEW;bug_status=ASSIGNED;bug_status=REOPENED;product=glade">Bug
list</a></li>
<li><a href="http://live.gnome.org/Glade/Roadmap">Roadmap</a></li>
- <li><a href="http://live.gnome.org/Glade">Wiki</a></li>
+ <li><a href="https://wiki.gnome.org/Apps/Glade">Wiki</a></li>
</ul>
<ul id="ircinfo">
<li><strong>IRC</strong></li>
@@ -59,7 +62,7 @@
<ul>
<li><a href="http://projects.gnome.org/anjuta/">Anjuta IDE</a></li>
<li><a href="http://projects.gnome.org/nemiver/">Nemiver Debugger</a></li>
- <li><a href="http://live.gnome.org/devhelp">Devhelp documentation browser</a></li>
+ <li><a href="https://wiki.gnome.org/Apps/Devhelp">Devhelp API browser</a></li>
<li><a href="http://chipx86.github.com/gtkparasite/">Parasite</a></li>
</ul>
</div>
diff --git a/images/favicon.png b/images/favicon.png
new file mode 100644
index 0000000..5d5e45f
Binary files /dev/null and b/images/favicon.png differ
diff --git a/sources.src b/sources.src
index 84da31e..f6a4eb3 100644
--- a/sources.src
+++ b/sources.src
@@ -8,7 +8,7 @@
<li>stable tarballs for <a href="http://ftp.gnome.org/pub/GNOME/sources/glade/3.16/">Glade
3.16</a> for GTK+3</li>
</ul>
- <p>Or use our <a href="http://git.gnome.org/cgit/glade">git repository</a> to get the bleeding edge
source code. To clone it you need to type:
+ <p>Or use our <a href="http://git.gnome.org/cgit/glade">git repository</a> to get the bleeding edge
source code. To clone it you need to type:<br><br>
<code>git clone git://git.gnome.org/glade</code></p>
</div>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]