art-web r510 - in branches/art-hub: . css



Author: thos
Date: Thu Mar 20 22:53:13 2008
New Revision: 510
URL: http://svn.gnome.org/viewvc/art-web?rev=510&view=rev

Log:
* Initial import


Added:
   branches/art-hub/
   branches/art-hub/css/
   branches/art-hub/css/foot.png   (contents, props changed)
   branches/art-hub/css/frontpage.css
   branches/art-hub/css/general_bg.png   (contents, props changed)
   branches/art-hub/css/general_separator.png   (contents, props changed)
   branches/art-hub/css/gnome.png   (contents, props changed)
   branches/art-hub/css/header.png   (contents, props changed)
   branches/art-hub/css/layout.css
   branches/art-hub/css/style.css
   branches/art-hub/css/tab_left.png   (contents, props changed)
   branches/art-hub/css/tab_right.png   (contents, props changed)
   branches/art-hub/faq.html
   branches/art-hub/index.html

Added: branches/art-hub/css/foot.png
==============================================================================
Binary file. No diff available.

Added: branches/art-hub/css/frontpage.css
==============================================================================
--- (empty file)
+++ branches/art-hub/css/frontpage.css	Thu Mar 20 22:53:13 2008
@@ -0,0 +1,74 @@
+/* we don't have a sidebar on the front page */
+
+#body {
+	margin: 90px 10px 0px 10px;
+	line-height: 150%;
+}
+
+#body h2 {
+	border-bottom: 1px solid #99c;
+	font-size: 110%;
+}
+
+#body h3, #body h3 a {
+	font-size: 100%;
+}
+
+/* three column layout */
+
+#top {
+	text-align: center;
+	margin: 1em;
+}
+
+#bottom {
+	padding-top: 1px;
+	clear: both;
+}
+
+#bottomLeft {
+	width: 66%;
+	float: left;
+}
+
+#bottomLeftLeft {
+	width: 48%;
+	float: left;
+}
+
+#bottomLeftRight {
+	margin-left: 48%;
+	padding-left: 10px;
+	padding-left: 2em;
+}
+
+#bottomRight {
+	margin-left: 66%;
+	padding-left: 2em;
+	/*padding-left: 10px;*/
+}
+
+/* what is gnome? box */
+
+#whatisgnome {
+	position: relative;
+	z-index: 10;
+	border: 3px #99c solid;
+	background-color: #eee;
+	/*font-size: 95%;*/
+	line-height: 150%;
+}
+
+#whatisgnome h2 {
+	padding: 0px;
+	margin: 0px;
+	padding: 0.3ex;
+	background-color: #ccf;
+	color: #333;
+	border-bottom: 1px #99c solid;
+	text-align: center;
+}
+
+#whatisgnome p {
+	padding: 0px 10px 0px 10px;
+}

Added: branches/art-hub/css/general_bg.png
==============================================================================
Binary file. No diff available.

Added: branches/art-hub/css/general_separator.png
==============================================================================
Binary file. No diff available.

Added: branches/art-hub/css/gnome.png
==============================================================================
Binary file. No diff available.

Added: branches/art-hub/css/header.png
==============================================================================
Binary file. No diff available.

Added: branches/art-hub/css/layout.css
==============================================================================
--- (empty file)
+++ branches/art-hub/css/layout.css	Thu Mar 20 22:53:13 2008
@@ -0,0 +1,439 @@
+/* Basic tags */
+body {
+	margin: 0px;
+	background-color: white;
+	font-family: sans-serif;
+	color: black;
+}
+
+#body {
+	margin: 90px 230px 0px 10px;
+	padding: 0px;
+}
+
+a img {
+	border: 0px;
+}
+
+/* Anchors */
+a {
+	color: #0000ff;
+}
+
+a:visited {
+	color: #551a8b;
+}
+
+a:active {
+	color: #ff0000;
+}
+
+/* Basic classes */
+
+.none { /* to add paragraph spacing to various elements for ttys */
+	margin: 0px;
+	padding: 0px;
+}
+
+.invisible { /* stuff that should appear when this css isn't used */
+	margin: 0px;
+	border: 0px;
+	padding: 0px;
+	height: 0px;
+	visibility: hidden;
+}
+
+.left {
+	margin: 10px;
+	padding: 0px;
+	float: left;
+}
+
+.right {
+	margin: 10px;
+	padding: 0px;
+	float: right;
+}
+
+.center {
+	text-align: center;
+}
+
+/* Common page elements: Header, footer, etc. */
+
+#logo {
+	position: absolute;
+	top: 10px;
+	left: 10px;
+	border: 0px;
+	z-index: 10;
+
+	width: 64px;
+	height: 64px;
+}
+
+#logo a img {
+	width: 64px;
+	height: 64px;
+}
+
+#hdr {
+	position: absolute;
+	z-index: 5;
+
+	top: 0px;
+	left: 0px;
+	right: 0px;
+	width: 100%;
+	height: 48px;
+
+	text-align: right;
+
+	background-color: #e3ffc3;
+	border-bottom: 1px solid #807d74;
+}
+
+#banner {
+	position: absolute;
+	z-index: 10;
+
+	top: 0px;
+	right: 0px;
+	border: 0px;
+
+	width: 300px;
+	height: 48px;
+
+}
+
+#banner a img {
+	width: 300px;
+	height: 48px;
+}
+
+#hdrNav {
+	position: absolute;
+	top: 54px;
+	left: 0px;
+
+	margin-left: 84px;
+	text-align: left;
+	vertical-align: middle;
+	font-size: small;
+}
+
+#hdrNav a {
+	color: #000000;
+}
+
+#hdrTitle {
+	height: 48px;
+	padding: 10px 10px 0px 0px;
+	font-weight: bold;
+}
+
+
+/* Search thingy */
+
+#search {
+	font-size: small;
+	margin-bottom: 10px;
+	padding: 10px;
+	background-color: #dddddd;
+}
+
+#search input {
+	border: 1px solid #666666;
+	background-color: #ffffff;
+
+	vertical-align: middle;
+}
+
+
+/* Sidebar */
+
+#sidebar {
+	position: absolute;
+	top: 90px;
+	right: 0px;
+	width: 210px;
+
+	/*margin-right: 10px;*/
+	padding-right: 10px;
+	padding-bottom: 0px;
+	border-left: 1px dashed #dddddd;
+	background-color: #ffffff;
+}
+
+#sidebar p {
+	margin-top: 0px;
+	padding-left: 10px;
+	padding-right: 10px;
+}
+
+#sidebar p.section {
+	text-align: center;
+	font-weight: bold;
+	padding-top: 3px;
+	padding-bottom: 3px;
+	color: #999999;
+	background-color: #eeeeee;
+}
+
+#sidebar ul {
+  margin: 0em;
+  margin-bottom: 15px;
+  padding-left: 10px;
+  padding-right: 10px;
+  list-style-type: none;
+}
+
+#sidebar ul ul {
+  padding-left: 2em;
+  padding-right: 0em;
+  list-style-type: square;
+}
+
+
+/* Copyright footer */
+
+#copyright {
+	text-align: center;
+	font-size: small;
+	clear: both;
+
+	margin-top: 10px;
+	padding: 5px 0px 5px 0px;
+	color: #aaaaaa;
+}
+
+#copyright a {
+	color: #aaaaff;
+}
+
+#copyright a:visited {
+	color: #ffaaaa;
+}
+
+
+/* News Sections */
+
+p.newsitem {
+	clear: left;
+	margin-bottom: 20px;
+}
+
+p.newsitem img.newsicon {
+	float: left;
+	margin: 0px 10px 10px 10px;
+	border: 0px;
+}
+
+
+/* Generic Classes */
+
+div.code {
+	background-color: #e0e0e0;
+	color: #000000;
+	white-space: pre;
+	font-family: monospace;
+}
+
+
+body {
+	margin: 0px;
+	padding: 0px;
+	font-family: sans-serif;
+	background: white url(star.png) -100px -200px no-repeat;
+	height: 101%;
+}
+
+#page {
+	margin: 0px;
+	padding: 0px;
+}
+
+div.in-column {
+	margin: 0 0 2em 1em;
+	float: right;
+	max-width: 12em;
+}
+
+hr {
+	color: #888;
+	background: #888;
+	border: 0;
+	height: 1px;
+	width: 90%;
+	text-align: center;
+	clear: both;
+}
+
+
+div.body {
+	clear: both;
+}
+
+
+div.sidebar {
+	position: absolute;
+	text-align: left;
+	right: 0px;
+	top: 60px;
+	width: 27ex;
+	padding-left: 1ex;
+	border-left: 1ex solid #eee;
+	margin-top: 4em;
+}
+
+div.sidebar h2 {
+	margin-top: 0;
+	padding: 5px 2ex 5px 2ex;
+	background: url(t.png) top left repeat-y;
+	font-size: 100%;
+}
+
+ul.toc {
+	padding: 0;
+	padding-left: 20px;
+	margin-left: 0;
+	margin-right: 10px;
+	list-style: none;
+}
+
+ul.toc li {
+	list-style: circle;
+}
+
+ul.toc li a {
+	text-decoration: none;
+	color: black;
+}
+
+ul.toc li a:hover {
+	text-decoration: underline;
+}
+
+#general {
+	list-style: none;
+	background: #2E3436 url(general_bg.png) 0 100% repeat-x;
+	text-align: right;
+	padding: 0 1ex;
+	margin: 0;
+	font-size: 70%;
+}
+
+#general li {
+	display: inline;
+	background: url(general_separator.png) 0 0 no-repeat;
+	padding-top: 10px;
+	padding-bottom: 8px;
+	margin-left: 0px;
+	margin-top: 0px;
+}
+
+#general li a {
+	font-weight: bold;
+	color: #FFFFFF;
+	margin: 0 2ex;
+	text-decoration: none;
+	line-height: 30px;
+}
+
+#general li a:hover {
+	text-decoration: underline;
+}
+
+#general .home {
+	float: left;
+	background: url(general_separator.png) 100% 0 no-repeat;
+	padding-top: 0;
+	padding-bottom: 0;
+}
+
+#general .home a {
+	float: left;
+	background: url(foot.png) 7px 50% no-repeat;
+	margin-left: 0;
+	padding-left: 27px;
+}
+
+
+#header {
+	background: #729fcf url(header.png) 0px 0px no-repeat;
+	float: left;
+	width: 100%;
+	font-size: 75%;
+}
+
+#header h1 {
+	visibility: hidden;
+	margin: 0;
+	margin-left: 85px;
+	padding-top: 25px;
+	font-size: 200%;
+	color: #eeeeec;
+}
+
+#tabs {
+	background: url(bar.png) 0 100% repeat-x;
+	width: 100%;
+	float: left;
+	margin: 0;
+	padding: 0;
+}
+
+#portal-globalnav {
+	float: right;
+	list-style: none;
+	margin: 0;
+	margin-right: 3ex;
+}
+
+#portal-globalnav li {
+	float: left;
+	margin: 0;
+	margin-left: 0.2ex;
+	font-size: 2ex;
+}
+
+#portal-globalnav li a:hover {
+	color: #111111;
+}
+
+#portal-globalnav li a {
+	float: left;
+	text-decoration: none;
+	color: #555555;
+	background: url(tab_left.png) 0 0 no-repeat;
+	padding: 7px 0 7px 7px;
+	border-bottom: 2px solid #CCCCCC;
+}
+
+#portal-globalnav li span {
+	background: url(tab_right.png) 100% 0 no-repeat;
+	padding: 7px 28px 7px 19px;
+}
+
+#portal-globalnav li.selected a {
+	color: #3566A5;
+	background: url(tab_left.png) 0 -57px no-repeat;
+	border-bottom: none;
+	padding-top: 8px;
+	padding-bottom: 8px;
+}
+
+#portal-globalnav li.selected a span {
+	background: url(tab_right.png) 100% -57px no-repeat;
+	padding-top: 8px;
+	padding-bottom: 8px;
+}
+
+/* page content */
+
+div#content {
+	clear: both;
+	padding: 1em;
+	margin: 1em;
+}
+

Added: branches/art-hub/css/style.css
==============================================================================
--- (empty file)
+++ branches/art-hub/css/style.css	Thu Mar 20 22:53:13 2008
@@ -0,0 +1,155 @@
+/**
+ * Styles that are not a part of page layout.
+ *
+ * For example:
+ *  Fonts
+ *  Sizes
+ *  Decoration
+ *  Separators
+ */
+body {
+  font-family: verdana, arial, sans-serif;
+}
+
+/*div#content {
+	max-width: 50em;
+}*/
+
+div#content a {
+	color: #3465a4;
+	border-bottom: 1px dotted #888;
+	text-decoration: none;
+}
+
+div#content a:hover {
+	border-bottom: 1px solid #888;
+}
+
+
+h1.first {
+  margin-top: 0;
+  padding-top: 0;
+}
+
+h2, h3, h4, h5, h6 {
+  color: #3f3f3f;
+}
+
+h1 {
+  font-size: 1.4em;
+}
+
+h2 {
+  font-size: 1.2em;
+}
+
+h3 {
+  font-size: 1.0em;
+}
+
+/*  lists  */
+.list {
+  margin-top:.5em;
+}
+.list tr td {
+  padding:.2em;
+  text-align:left;
+}
+.list td label {
+  border-bottom:1px dashed #999;
+  font-weight:normal;
+}
+.list th {
+  background: #ccf;
+  border: 1px solid #000;
+  font-weight: bold;
+  padding: 2px;
+}
+.list th a {
+  display: block;
+  padding:.2em 1.2em .2em .2em;
+  text-align: left;
+}
+.list th a:hover {
+  background-color: #fff;
+}
+.row1 {
+  background-color: #eee;
+}
+.row2 {
+  background-color: #ddd;
+}
+.row1:hover, .row2:hover {
+  background-color: #fff;
+}
+
+.record th {
+  text-align: right;
+}
+
+/* styling page content */
+
+h1 {
+	font-size: 1.5em;
+	color: #3f3f3f;
+}
+
+/* styling form widgets like bugzilla.gnome.org */
+input,textarea {
+ border: 1px solid #6f6f6f;
+/* background: #dddddd; */
+}
+
+input.login_small {
+ border-style: none;
+}
+
+input:focus,textarea:focus {
+  background-color: #f7f2d0;
+  color: #000000;
+}
+
+/* select {
+ border: groove
+} */
+
+option {
+ border: 0px none #ffffff;
+}
+
+input[type=radio] {
+  margin-left: 1em;
+}
+
+/* footer */
+
+#footer {
+	text-align: center;
+	margin: 3em 3em 1em 3em;
+	border-top: 1px solid gray;
+	padding-top: 1.5em;
+	color: #888;
+	font-size: 80%;
+	clear: both;
+}
+
+#footer ul {
+	margin: 0;
+	padding: 0;
+}
+
+#footer li {
+	display: inline;
+	padding: 0 1em;
+}
+
+#footer a {
+	color: #3465a4;
+	border-bottom: 1px dotted #888;
+	text-decoration: none;
+}
+
+#footer a:hover {
+	border-bottom: 1px solid #888
+}
+

Added: branches/art-hub/css/tab_left.png
==============================================================================
Binary file. No diff available.

Added: branches/art-hub/css/tab_right.png
==============================================================================
Binary file. No diff available.

Added: branches/art-hub/faq.html
==============================================================================
--- (empty file)
+++ branches/art-hub/faq.html	Thu Mar 20 22:53:13 2008
@@ -0,0 +1,147 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd";>
+<html><head>
+
+
+  <link href="css/layout.css" rel="stylesheet" type="text/css" media="screen">
+  <link href="css/style.css" rel="stylesheet" type="text/css" media="all">
+  <link rel="icon" type="image/png" href="http://www.gnome.org/img/logo/foot-16.png";>
+  <link rel="SHORTCUT ICON" type="image/png" href="http://www.gnome.org/img/logo/foot-16.png";><title>GNOME: The Free Software Desktop Project</title>
+
+  <style type="text/css">
+    tt {background-color:#FFFFBF;}
+  </style>
+
+  <link rel="stylesheet" type="text/css" href="css/frontpage.css"></head><body>
+  <!-- site header -->
+  <div id="page">
+    <ul id="general">
+      <li id="siteaction-gnome_home" class="home">
+        <a href="http://www.gnome.org/"; title="Home">Home</a>
+      </li>
+      <li id="siteaction-gnome_news">
+        <a href="http://news.gnome.org/"; title="News">News</a>
+      </li>
+      <li id="siteaction-gnome_projects">
+        <a href="http://www.gnome.org/projects/"; title="Projects">Projects</a>
+      </li>
+      <li id="siteaction-gnome_art">
+        <a href="http://art.gnome.org/"; title="Art">Art</a>
+      </li>
+      <li id="siteaction-gnome_support">
+        <a href="http://www.gnome.org/support/"; title="Support">Support</a>
+      </li>
+      <li id="siteaction-gnome_development">
+        <a href="http://developer.gnome.org/"; title="Development">Development</a>
+      </li>
+      <li id="siteaction-gnome_community">
+        <a href="http://www.gnome.org/community/"; title="Community">Community</a>
+      </li>
+    </ul>
+    <div id="header">
+      <h1>GNOME Art</h1>
+      <div id="tabs">
+        <ul id="portal-globalnav">
+          <li><a href="index.html"><span>Art</span></a></li>
+          <!--
+          <li><a href=""><span>Themes</span></a></li>
+          <li><a href=""><span>Backgrounds</span></a></li>
+          -->
+          <li class="selected"><a href="faq.html"><span>FAQ</span></a></li>
+        </ul>
+      </div> <!-- end of #tabs -->
+    </div> <!-- end of #header -->
+  </div>
+<!-- end site header -->
+
+  <div id="body">
+    <div id="content">
+
+<div id="bottom">
+  <div id="bottomLeft">
+    <h2>FAQ</h2>
+    <p>This is a collection of common queries and other useful bit of
+    information about GNOME artwork.
+    <h2>Licensing</h2>
+    <p>The GNOME Desktop is licensed under the GPL, so it is only natural that
+    the artwork in GNOME be licensed in keeping with same ideas of freedom.
+    </p>
+    <p>The GNOME icon theme itself is licensed under the GPL. A simple
+    explenation of how this might apply to the artwork is avaible from Creative
+    Commons <a href="http://creativecommons.org/licenses/GPL/2.0/";>here</a>.
+
+    <h3>Can I use a GNOME theme in my program or website?</h3>
+    <p>Firstly, you must consult the license under which the artwork has been
+    made available. If you are unsure of the license for a particular artwork,
+    you must contact the author for confirmation.</p>
+    <p>Having read the license, you must decide how it applies to your
+    situation. Creative Commons have published some "human readable" versions of popular
+    license, including:
+    <ul>
+    <li><a href="http://creativecommons.org/licenses/GPL/2.0/";>GNU GPL</a></li>
+    <li><a href="http://creativecommons.org/licenses/by-sa/2.0/";>Creative
+    Commons Attribution Share-Alike</a></li>
+    </ul>
+    </p>
+
+
+    <h2>Using Themes</h2>
+    <h3>Installation</h3>
+    <p>Most desktop themes can usually be installed by using drag-and-drop on
+    the appearance preferences window. The appearance preferences window is
+    available on most systems by selecting the System menu, choosing Preferences,
+    and clicking on the "Appearance" menu item.</p>
+    <h3>Using Themes</h3>
+    <p>GNOME provides the Appearance Preferences dialog to allow users to
+    customise the appearance of their desktop. This can usually be found by
+    choosing Preferences from the System menu, and clicking the "Appearance"
+    menu item.</p>
+    <p>From the Appearance Preferences, you can choose an entire new appearance,
+    or you can customize individual aspects of the desktop. Selecting a preview
+    from the Theme tab will automatically apply it to your current session. To
+    customize specific aspects (such as Icons, Window borders, etc), click
+    the Customise button. The Customize window then presents the various options
+    available for specific aspects of GNOME.</p>
+    <p>If you have created a custom group of settings, you can save this by
+    selecting the "Save As..." button on the main Theme tab.</p>
+
+    <h3>How do I use a theme-engine?</h3>
+
+      <p>You will need to extract the archive you downloaded, then compile and install
+      it. From the command line, change to the directory you extracted the files to,
+      then run <tt>./configure --prefix &amp;&amp; make</tt>. After this has finished successfully,
+      change to root (possibly by using <tt>su</tt> or <tt>sudo</tt>) and then
+      run <tt>make install</tt>. You will need to make sure you have all the
+      relevant development packages installed.</p>
+
+      <p>If your distribution includes a copy of the theme engine you want to use, it
+      is recommended you install it via your distribution instead.</p>
+  </div>
+
+
+
+  <div id="bottomRight">
+    <h2>Contents</h2>
+    <ul>
+      <li><a href="#licensing">Licensing</a></li>
+      <li><a href="#using-themes">Using GNOME Themes</a></li>
+      <li><a href="#other">Other</a></li>
+    </ul>
+    </p>
+  </div>
+
+
+</div>
+
+
+
+  </div> <!-- end of div#content -->
+
+  <div id="footer">
+    Copyright &copy; 2005-2008 <a href="http://www.gnome.org/";>The GNOME Project</a>.<br>
+    <a href="http://validator.w3.org/check/referer";>Optimised</a> for <a
+    href="http://www.w3.org/";>standards</a>. Hosted by <a
+    href="http://www.redhat.com/";>Red Hat</a>.
+  </div>
+
+  </div> <!-- end of div#body -->
+</body></html>

Added: branches/art-hub/index.html
==============================================================================
--- (empty file)
+++ branches/art-hub/index.html	Thu Mar 20 22:53:13 2008
@@ -0,0 +1,134 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd";>
+<html><head>
+
+
+  <link href="css/layout.css" rel="stylesheet" type="text/css" media="screen">
+  <link href="css/style.css" rel="stylesheet" type="text/css" media="all">
+  <link rel="icon" type="image/png" href="http://www.gnome.org/img/logo/foot-16.png";>
+  <link rel="SHORTCUT ICON" type="image/png" href="http://www.gnome.org/img/logo/foot-16.png";><title>GNOME: The Free Software Desktop Project</title>
+
+
+<link rel="stylesheet" type="text/css" href="css/frontpage.css"></head><body>
+  <!-- site header -->
+  <div id="page">
+    <ul id="general">
+      <li id="siteaction-gnome_home" class="home">
+        <a href="http://www.gnome.org/"; title="Home">Home</a>
+      </li>
+      <li id="siteaction-gnome_news">
+        <a href="http://news.gnome.org/"; title="News">News</a>
+      </li>
+      <li id="siteaction-gnome_projects">
+        <a href="http://www.gnome.org/projects/"; title="Projects">Projects</a>
+      </li>
+      <li id="siteaction-gnome_art">
+        <a href="http://art.gnome.org/"; title="Art">Art</a>
+      </li>
+      <li id="siteaction-gnome_support">
+        <a href="http://www.gnome.org/support/"; title="Support">Support</a>
+      </li>
+      <li id="siteaction-gnome_development">
+        <a href="http://developer.gnome.org/"; title="Development">Development</a>
+      </li>
+      <li id="siteaction-gnome_community">
+        <a href="http://www.gnome.org/community/"; title="Community">Community</a>
+      </li>
+    </ul>
+    <div id="header">
+      <h1>GNOME Art</h1>
+      <div id="tabs">
+        <ul id="portal-globalnav">
+          <li class="selected"><a href="index.html"><span>Art</span></a></li>
+          <!--
+          <li><a href=""><span>Themes</span></a></li>
+          <li><a href=""><span>Backgrounds</span></a></li>
+          -->
+          <li><a href="faq.html"><span>FAQ</span></a></li>
+        </ul>
+      </div> <!-- end of #tabs -->
+    </div> <!-- end of #header -->
+  </div>
+<!-- end site header -->
+
+  <div id="body">
+    <div id="content">
+
+<div id="bottom">
+  <div id="bottomLeft">
+    <div id="bottomLeftLeft">
+    <h2>About</h2>
+    <h3>Style</h3>
+    <p>GNOME artwork aims to conform to the <a
+    href="http://tango.freedesktop.org/";>Tango Desktop Project</a> style
+    guidelines.</p>
+    <h3>Licensing</h3>
+    <p>The GNOME Desktop is licensed under the GPL, so it is only natural that
+    the artwork in GNOME be licensed in keeping with same ideas of freedom.
+    </p>
+    <p>For more discussion about licensing and how you may be able to use GNOME
+    artwork, please see the <a href="faq.html">FAQ page</a>.</p>
+    </div>
+
+    <div id="bottomLeftRight">
+      <h2>Resources</h2>
+      <h3>Projects</h3>
+      <ul>
+        <li><a href="http://people.freedesktop.org/~jimmac/icons/#git";>GNOME
+        Icon Theme</a></li>
+        <li><a href="http://people.freedesktop.org/~jimmac/icons/#highcontrast";>High
+        Contrast Icon Theme</a></li>
+        <li>Icon Requests</li>
+        <li>Theme Preview</li>
+      </ul>
+      <h3>Documents</h3>
+      <ul>
+        <li>GNOME <a href="http://live.gnome.org/BrandGuidelines";>Brand
+        Guidelines</a></li>
+        <li><a
+        href="http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html";>Icon
+        Naming Specification</a></li>
+        <li><a href="http://freedesktop.org/wiki/ThemePackageSpec";>Theme Package Specification</a></li>
+        <li><a href="http://live.gnome.org/RoadMap/Artwork";>Artwork Roadmap</a></li>
+      </ul>
+      <h3>Get Involved</h3>
+      <p>There are lots of ways to get involved in GNOME art, even if you are
+      not an artist.
+      <ul>
+        <li><a href="http://mail.gnome.org/mailman/listinfo/gnome-themes-list";>gnome-themes mailing list</a></li>
+        <li><a href="http://lists.freedesktop.org/mailman/listinfo/tango-artists";>Tango Artists mailing list</a></li>
+        <li>#gnome-art on irc.gnome.org</li>
+        <li>#tango on irc.freenode.org</li>
+      </ul>
+    </div>
+  </div>
+
+  <div id="bottomRight">
+    <h2>Tutorials</h2>
+    <p>The <a href="http://live.gnome.org/GnomeArt";>GNOME Art wiki</a> has a number
+    of tutorials about creating artwork for GNOME. The tutorials are in various
+    stages of completeness and everyone is encouraged to help improve them where
+    possible.</p>
+    <p>The current tutorials available include:
+    <ul>
+      <li><a href="http://live.gnome.org/GnomeArt/Tutorials/IconThemes";>Icon Themes</a></li>
+      <li><a href="http://live.gnome.org/GnomeArt/Tutorials/GtkThemes";>GTK+ Themes</a></li>
+      <li><a href="http://live.gnome.org/GnomeArt/Tutorials/MetacityThemes";>Metacity Themes</a></a></li>
+      <li><a href="http://live.gnome.org/GnomeArt/Tutorials";>More...</a></li>
+    </ul>
+    </p>
+  </div>
+
+
+</div>
+
+
+
+  </div> <!-- end of div#content -->
+
+  <div id="footer">
+    Copyright &copy; 2005-2008 <a href="http://www.gnome.org/";>The GNOME Project</a>.<br>
+    <a href="http://validator.w3.org/check/referer";>Optimised</a> for <a href="http://www.w3.org/";>standards</a>. Hosted by <a href="http://www.redhat.com/";>Red Hat</a>.
+  </div>
+
+  </div> <!-- end of div#body -->
+</body></html>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]