[gnomeweb-wml] small css change
- From: Andreas Nilsson <andreasn src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnomeweb-wml] small css change
- Date: Mon, 15 Nov 2010 17:31:53 +0000 (UTC)
commit 7158894067420b3849b07aa0568bf09d18da4b44
Author: Andreas Nilsson <nisses mail home se>
Date: Mon Nov 15 18:31:42 2010 +0100
small css change
www.gnome.org/contest/css/tshirtcontest.css | 15 +++++++++++----
www.gnome.org/contest/faq.html | 18 +++++++++---------
www.gnome.org/contest/index.html | 2 +-
www.gnome.org/contest/rules.html | 4 ++++
4 files changed, 25 insertions(+), 14 deletions(-)
---
diff --git a/www.gnome.org/contest/css/tshirtcontest.css b/www.gnome.org/contest/css/tshirtcontest.css
index d32cabf..5b2be0c 100644
--- a/www.gnome.org/contest/css/tshirtcontest.css
+++ b/www.gnome.org/contest/css/tshirtcontest.css
@@ -19,9 +19,9 @@
}
@font-face {
- font-family: 'MarketingScriptRegular';
- src: url('MarketingScript-webfont.eot');
- src: local('â?º'), url('../font/MarketingScript-webfont.woff') format('woff'), url('../font/MarketingScript-webfont.ttf') format('truetype'), url('../font/MarketingScript-webfont.svg#webfonth95erx5t') format('svg');
+ font-family: 'Lobster';
+ src: url('Lobster.ttf');
+ src: local('â?º'), url('../font/Lobster.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@@ -38,12 +38,19 @@ h2 {
margin-bottom: 0px;
}
+h3 {
+ font-size: 14px;
+ font-family: monospace;
+ font-weight: bold;
+ margin-bottom: 0px;
+}
+
p {
font-family: monospace;
}
p.intro {
- font: 30px/38px 'MarketingScriptRegular', Arial, sans-serif;letter-spacing: 0;
+ font: 30px/38px 'Lobster', Arial, sans-serif;letter-spacing: 0;
color: #676c72;
margin-bottom: 0px;
padding-bottom: 0px;
diff --git a/www.gnome.org/contest/faq.html b/www.gnome.org/contest/faq.html
index 8eee5c3..600898c 100644
--- a/www.gnome.org/contest/faq.html
+++ b/www.gnome.org/contest/faq.html
@@ -12,23 +12,23 @@
<div class="container_16 content">
<div class="grid_5 tshirt"> </div>
-
+<div class="grid_11">
<h1>Frequently Asked Questions</h1>
-<p><b>How many times can I enter the contest?</b><p>
+<h3>How many times can I enter the contest?</h3>
<p> One entry per person.</p>
-<p><b>Will the designs only be sold on t-shirts?</b></p>
+<h3>Will the designs only be sold on t-shirts?</h3>
<p> No! Depending on the design, we would like to sell the winning design
on a number of different kinds of merchandise at the GNOME Zazzle Store. To
view the different pieces of merchandise, <a href="http://www.zazzle.com/create">
click here</a>.
-<p><b>How long will the designs be available for sale in the GNOME Store?</b></p>
+<h3>How long will the designs be available for sale in the GNOME Store?</h2>
<p>We haven't decided on how long they will be available for sale, but they
will only available for a limited time.</p>
-<p><b>Where did this idea come from?</b></p>
+<h3>Where did this idea come from?</h3>
<p>When we originally launched the
<a href="http://www.zazzle.com/gnome">GNOME Store</a> in 2010, it was
always a goal to have designs created by the community available for sale. To
@@ -37,19 +37,19 @@ we thought this was a perfect idea. We also borrowed ideas from MáirÃn Duffy,
who organizes the
<a href="http://mairin.wordpress.com/category/fedora-design-bounty/">Fedora Design Bounties.</a>
-<p><b>What license does my design need to be available in?</b></p>
+<h3>What license does my design need to be available in?</h3>
<p>All designs must be submitted under a
<a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0</a> license.</p>
-<p><b>What are the rules?</b></p>
+<h3>What are the rules?</h3>
<p>You can read all the <a href="rules.html">rules and fine print here</a>.</p>
-<p><b>Who are the judges?</b></p>
+<h3>Who are the judges?</h3>
<p>Three long time contributors to GNOME Design - Vinicius Depizzol,
Andreas Nilsson, and Jakub Steiner. They will be reviewing all submissions
and choosing the first, second and third prize winners.</p>
-<p><b>I still have questions, who should I contact?</b></p>
+<h3>I still have questions, who should I contact?</h3>
<p>Please contact the contest administrator, <a href="http://live.gnome.org/PaulCutler">Paul Cutler</a>.</p>
diff --git a/www.gnome.org/contest/index.html b/www.gnome.org/contest/index.html
index 8eca013..872ee87 100644
--- a/www.gnome.org/contest/index.html
+++ b/www.gnome.org/contest/index.html
@@ -27,7 +27,7 @@
<h2>Judges, winners and prizes</h2>
-<p>If you have any questions, please read the rules and FAQ. If you still have questions, please contact the program admistrator, <a href="http://live.gnome.org/PaulCutler">Paul Cutler</a>. </p>
+<p>If you have any questions, please read the <a href="rules.html">rules</a> and <a href="faq.html">FAQ</a>. If you still have questions, please contact the program admistrator, <a href="http://live.gnome.org/PaulCutler">Paul Cutler</a>. </p>
<p>The technical judges responsible for selecting the winning designs are Vinicius Depizzol, Andreas Nilsson, and Jakub Steiner.</p>
<p>Please submit your design as an SVG file or compressed archive. All submissions should be submitted under a <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 Unported license</a>.</p>
diff --git a/www.gnome.org/contest/rules.html b/www.gnome.org/contest/rules.html
index 34b2a35..5c95b0c 100644
--- a/www.gnome.org/contest/rules.html
+++ b/www.gnome.org/contest/rules.html
@@ -10,6 +10,8 @@
</head>
<body>
+<div class="container_16">
+<div class="grid_16">
<p>
OFFICIAL RULES - NO PURCHASE NECESSARY TO ENTER OR WIN
</p>
@@ -114,6 +116,8 @@ PO Box 101<br/>
Groton, MA 01450<br/>
USA<br/>
</p>
+</div> <!-- grid_16 -->
+</div> <!-- container_16 -->
</body>
</html>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]