[gnomeweb-wml] update to Gnumerc web site, see https://bugzilla.gnome.org/show_bug.cgi?id=630114
- From: Andreas J. Guelzow <guelzow src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnomeweb-wml] update to Gnumerc web site, see https://bugzilla.gnome.org/show_bug.cgi?id=630114
- Date: Fri, 2 Dec 2011 22:08:17 +0000 (UTC)
commit 88df9485cc27ba6a5b24822998a8d74f3405ac93
Author: Andreas J Guelzow <aguelzow pyrshep ca>
Date: Fri Dec 2 15:07:31 2011 -0700
update to Gnumerc web site, see https://bugzilla.gnome.org/show_bug.cgi?id=630114
projects.gnome.org/gnumeric/header-end.shtml | 8 ++-
projects.gnome.org/gnumeric/style/default.css | 51 +++++++++++++++---------
projects.gnome.org/gnumeric/style/index.css | 1 +
3 files changed, 38 insertions(+), 22 deletions(-)
---
diff --git a/projects.gnome.org/gnumeric/header-end.shtml b/projects.gnome.org/gnumeric/header-end.shtml
index af04c45..256258c 100644
--- a/projects.gnome.org/gnumeric/header-end.shtml
+++ b/projects.gnome.org/gnumeric/header-end.shtml
@@ -1,9 +1,11 @@
</head>
<body>
- <div><a href="<!--#echo var="rootdir" -->/index.shtml"><ins><div id="header">
- <p id="slogan">Gnumeric - The Gnome Office Spreadsheet</p>
+ <div>
+ <a href="<!--#echo var="rootdir" -->/index.shtml"><div id="header">
+ <img src="http://upload.wikimedia.org/wikipedia/commons/8/89/Gnumeric.svg" alt="Gnumeric logo" id="logo" />
+ <p id="slogan">Gnumeric - The GNOME Office Spreadsheet</p>
<p id="subslogan">Free, Fast, Accurate: Pick any 3!</p>
- </div></ins></a></div>
+ </div></a></div>
<div class="sidebar" id="download">
<h2>Download:</h2>
<div id="downloadlist">
diff --git a/projects.gnome.org/gnumeric/style/default.css b/projects.gnome.org/gnumeric/style/default.css
index 7b04f12..a5ae843 100644
--- a/projects.gnome.org/gnumeric/style/default.css
+++ b/projects.gnome.org/gnumeric/style/default.css
@@ -13,7 +13,7 @@ body {
margin: 0px;
padding: 0px;
background: #f0f0f0;
- font-family: "Times New Roman", "Times", serif;
+ font-family: "Liberation Sans", sans-serif;
font-style: normal;
font-variant: normal;
font-weight: normal;
@@ -28,27 +28,22 @@ div {
}
div#header {
margin: 0px;
- padding: 0px;
+ padding: 10px;
width: 100%;
height: 75px;
- background: #fff1da url("/gnome-office/share/images/br.png") right center no-repeat;
- /* For some reason we need to force a non-empty top border. */
- border-width: 1px 0px 0px 0px;
- border-style: solid;
- border-color: #fff1da;
-}
-div#header p {
- font-size: 16pt;
- font-style: italic;
- font-weight: bold;
- color: #000050;
- margin: 0.25em 1em;
}
-p#slogan {
+
+#slogan {
font-size: 18pt;
+ margin:0;
+}
+#subslogan {
+ font-size:14pt;
+ margin:0;
+ text-decoration:none;
}
div.sidebar {
- width: 10em;
+ width: 10.2em;
margin: 0px;
margin-bottom: 0.5ex;
padding: 0px;
@@ -63,7 +58,7 @@ div.sidebar {
div.sidebar div {
margin: 0px;
padding: 0px;
- background: #ffdca5;
+ background: #6a9e6a;
border-width: 1px 0px;
border-style: solid;
border-color: #88f;
@@ -86,7 +81,8 @@ div.sidebar span:hover {
background: #f0f050;
}
div.sidebar :link {
- color: #5000ff;
+ color: black;
+ font-weight:normal;
}
div.sidebar :visited {
color: #0000dd;
@@ -98,6 +94,9 @@ div.sidebar ul {
}
div.sidebar h2 {
font-size: 13pt;
+ background-color:#324a32;
+ border-radius:0;
+ color:white;
}
div.sidebar h3 {
font-size: 12pt;
@@ -119,12 +118,17 @@ img.jsimg {
padding-right: 0.25em;
}
+h1 {
+ font-family:"Ubuntu", sans-serif;
+}
+
/*General formatting info; not just for the sidebars*/
h2 {
margin: 0px;
- padding: 0px;
+ padding: 5px;
background: #c3c5ff;
text-indent: 3px;
+ border-radius:10px;
}
h3 {
@@ -144,9 +148,12 @@ dd {
:link {
text-decoration: none;
+ color:#3366ff;
+ font-weight:bold;
}
:link:hover {
text-decoration: underline;
+ color:orange;
}
:visited {
text-decoration: none;
@@ -154,3 +161,9 @@ dd {
:visited:hover {
text-decoration: underline;
}
+
+#logo {
+ float:left;
+ margin:10px;
+ margin-top:0;
+}
diff --git a/projects.gnome.org/gnumeric/style/index.css b/projects.gnome.org/gnumeric/style/index.css
index a9a652b..c40dff1 100644
--- a/projects.gnome.org/gnumeric/style/index.css
+++ b/projects.gnome.org/gnumeric/style/index.css
@@ -12,4 +12,5 @@ div.floatright p {
div.floatright img {
border: none;
+ margin:10px;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]