[glade-web] 2009-07-22 Rafael Villar Burke <pachi rvburke com>
- From: Rafael Villar Burke <rvburke src gnome org>
- To: svn-commits-list gnome org
- Subject: [glade-web] 2009-07-22 Rafael Villar Burke <pachi rvburke com>
- Date: Wed, 22 Jul 2009 22:00:28 +0000 (UTC)
commit c7e05272b887665975c90953a804d1ec70d97359
Author: Rafael Villar Burke <pachi rvburke com>
Date: Wed Jul 22 23:56:36 2009 +0200
2009-07-22 Rafael Villar Burke <pachi rvburke com>
* default.css foot.src head.src index.src news.src: tweak a bit
more styles and content.
default.css | 49 +++++++++++++++++++++++++++++++++++--------------
foot.src | 2 +-
head.src | 16 ++++++++--------
index.src | 9 ++++-----
news.src | 2 +-
5 files changed, 49 insertions(+), 29 deletions(-)
---
diff --git a/default.css b/default.css
index cf3099f..a37c7aa 100644
--- a/default.css
+++ b/default.css
@@ -3,11 +3,8 @@ body {
margin: 0px;
padding: 0px;
font-family: "Verdana", "Arial", sans-serif;
- background-color: #FFFFFF;
-}
-h1, h2 {
- font-family: "Times", "Georgia", serif;
+ background-color: #FFFFFF;
}
#body {
@@ -27,8 +24,11 @@ a img {
a {
border: none;
text-decoration: none;
- font-weight: bold;
- color: #73d216;
+ color: #33BB00;
+}
+
+a:hover {
+ text-decoration:underline;
}
/* Common page elements: Header, footer, etc. */
@@ -43,25 +43,35 @@ a {
#hdr h1 {
margin: 0em;
padding-top: 0.5em;
- font-size: 175%;
-}
-
-#hdr img {
- float: left;
+ font-size: 165%;
}
#hdr h2 {
font-size: 120%;
}
+#hdr img {
+ float: left;
+}
+
/* News */
#newsblock {
- padding-top:1.5em;
+ padding-top:0.3em;
clear:left;
}
+#rsslinks {
+ float:right;
+ font-size:x-small;
+ margin-top:1em;
+}
+
+#newsheader {
+ margin-bottom:0.2em;
+}
+
.news {
- font-size:85%;
+ font-size:75%;
color:#797979;
}
@@ -99,6 +109,10 @@ a {
/* Sidebar */
+#sidebar * {
+ font-size:100%;
+}
+
#sidebar {
float: right;
width: 18em;
@@ -113,7 +127,8 @@ a {
padding-right: 10px;
}
-#sidebar h3 {
+#sidebar h1 {
+ font-family: sans-serif;
font-weight: bold;
background-color: #eeeeee;
padding: 0.3em;
@@ -133,6 +148,11 @@ a {
list-style-type: square;
}
+#ircinfo {
+ font-size: 90%;
+ color: gray;
+}
+
/* Copyright footer */
#copyright {
text-align: center;
@@ -142,6 +162,7 @@ a {
color: #FFFFFF;
margin: 2em 0em 0em 0em;
padding: 1em;
+ border-top: 1px solid #000000;
}
/* Generic Classes */
diff --git a/foot.src b/foot.src
index 4344760..6dd994b 100644
--- a/foot.src
+++ b/foot.src
@@ -1,6 +1,6 @@
<div id="bottom">
- <div id="copyright">Copyright 2009, The Glade project <br /> (Design by Nemiver developers, thank you! ;))</div>
+ <div id="copyright">Copyright 2009, The Glade project</div>
</div>
</body>
</html>
diff --git a/head.src b/head.src
index 06cc05a..f6589c7 100644
--- a/head.src
+++ b/head.src
@@ -21,36 +21,36 @@
</div>
<div id="sidebar">
- <h3>Current Version: <strong>3.6</strong></h3>
+ <h1>Current Version: <strong>3.6</strong></h1>
<ul>
<li><a href="http://ftp.gnome.org/pub/GNOME/binaries/win32/glade3/3.6/">Windows binaries</a></li>
<li><a href="http://ftp.gnome.org/pub/GNOME/binaries/mac/glade3/3.6/">MacOSX binaries</a></li>
<li><a href="http://glade.gnome.org/sources.html">Download Sources</a></li>
<li><a href="http://git.gnome.org/cgit/glade3">Browse Sources</a></li>
</ul>
- <h3>Documentation</h3>
+ <h1>Documentation</h1>
<ul>
<li><a href="http://live.gnome.org/Glade/Tutorials">Tutorials</a></li>
<li><a href="http://library.gnome.org/devel/gladeui/3.6/">API Reference</a></li>
</ul>
- <h3>Help</h3>
+ <h1>Help</h1>
<ul>
<li><a href="http://lists.ximian.com/mailman/listinfo/glade-users">Users mailing list</a></li>
<li><a href="http://bugzilla.gnome.org/enter_bug.cgi?product=glade3">File a bug</a></li>
</ul>
- <h3>Development</h3>
+ <h1>Development</h1>
<ul>
<li><a href="http://lists.ximian.com/mailman/listinfo/glade-devel">Developers mailing list</a></li>
<li><a href="http://bugzilla.gnome.org/buglist.cgi?query=product%3Aglade3+">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>
</ul>
- <ul>
+ <ul id="ircinfo">
<li><strong>IRC</strong></li>
- <li><b>server : </b>irc.gimp.net</li>
- <li><b>channel : </b>#glade3</li>
+ <li><strong>server: </strong>irc.gimp.net</li>
+ <li><strong>channel: </strong>#glade3</li>
</ul>
- <h3>Related tools</h3>
+ <h1>Related tools</h1>
<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>
diff --git a/index.src b/index.src
index b1663e5..032dde9 100644
--- a/index.src
+++ b/index.src
@@ -27,11 +27,10 @@
</p>
<div id="newsblock">
- <h2>Latest news</h2>
- <div>
- <a href="http://glade.gnome.org/news.rss"><img src="images/feed-icon-14x14.png" alt="RSS" title="RSS feed" /></a>
- <a href="http://glade.gnome.org/news.html"><small>Old stories</small></a>
- </div>
+ <h2 id="newsheader">Latest news
+ <span id="rsslinks"><a href="http://glade.gnome.org/news.rss"><img src="images/feed-icon-14x14.png" alt="RSS" title="RSS feed" /></a>
+ <a href="http://glade.gnome.org/news.html"><small>Old stories</small></a></span>
+ </h2>
<!--stp:include('newsitems-index.src') -->
</div>
</div>
diff --git a/news.src b/news.src
index 56560c6..ee8ae65 100644
--- a/news.src
+++ b/news.src
@@ -1,6 +1,6 @@
<!--stp:include('head.src')-->
-<div id="mainText">
+<div id="body">
<h2>News</h2>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]