gnomeweb-wml r5922 - in trunk/www.gnome.org/projects/netspeed: . images



Author: mfcn
Date: Sun Mar  2 15:36:35 2008
New Revision: 5922
URL: http://svn.gnome.org/viewvc/gnomeweb-wml?rev=5922&view=rev

Log:
Tweaked netspeed.css a bit


Added:
   trunk/www.gnome.org/projects/netspeed/images/top-bg.png   (contents, props changed)
Modified:
   trunk/www.gnome.org/projects/netspeed/images/Makefile.am
   trunk/www.gnome.org/projects/netspeed/index.html
   trunk/www.gnome.org/projects/netspeed/netspeed.css

Modified: trunk/www.gnome.org/projects/netspeed/images/Makefile.am
==============================================================================
--- trunk/www.gnome.org/projects/netspeed/images/Makefile.am	(original)
+++ trunk/www.gnome.org/projects/netspeed/images/Makefile.am	Sun Mar  2 15:36:35 2008
@@ -14,6 +14,7 @@
 	netspeed1.png \
 	netspeed2.png \
 	netspeed3.png \
-	spacer.png
+	spacer.png \
+	top-bg.png
 
 page_DATA=$(misc_images)

Added: trunk/www.gnome.org/projects/netspeed/images/top-bg.png
==============================================================================
Binary file. No diff available.

Modified: trunk/www.gnome.org/projects/netspeed/index.html
==============================================================================
--- trunk/www.gnome.org/projects/netspeed/index.html	(original)
+++ trunk/www.gnome.org/projects/netspeed/index.html	Sun Mar  2 15:36:35 2008
@@ -15,7 +15,8 @@
 
 
 <!-- About !-->
-<h1><a name="about">What is Netspeed?</a></h1>
+<a name="about"></a>
+<h1>What is Netspeed?</h1>
 <p>
 Netspeed is just a little <a href="http://www.gnome.org";>GNOME</a>-applet that shows how much traffic occurs on a specified network device (for example eth0).
 You get the best impression of it, if you look at the screenshots below.
@@ -23,7 +24,8 @@
 
 
 <!-- Screenshots -->
-<h1><a name="screenshots">How does it look like?</a></h1>
+<a name="screenshots"></a>
+<h1>How does it look like?</h1>
 <p>
 This screenshot shows netspeed monitoring a W-Lan device.
 </p>
@@ -47,7 +49,8 @@
 
 
 <!-- Documentation -->
-<h1><a name="faq">Documentation &amp; FAQ</a></h1>
+<a name="faq"></a>
+<h1>Documentation &amp; FAQ</h1>
 <p>
 The manual is available via the GNOME Help Browser or via the context menu of the applet.
 </p>
@@ -92,7 +95,8 @@
 If you want to create a patch for FreeBSD, take a look at <tt>src/backend.c</tt>.-->
 
 <!-- Download -->
-<h1><a name="download">How do I get it?</a></h1>
+<a name="download"></a>
+<h1>How do I get it?</h1>
 <p>
 The latest version of Netspeed requires GNOME (&gt;=2.15.x) and GTK (&gt;=2.6).
 </p>
@@ -116,7 +120,8 @@
 
 
 <!-- Changes -->
-<h1><a name="changes">Changes</a></h1>
+<a name="changes"></a>
+<h1>Changes</h1>
 <h4>0.14</h4>
 <ul>
 <li>We now use 1000 bit = 1Mbit and 1024 bytes = 1 MiByte (thus switch to SI-Units)</li>
@@ -146,7 +151,8 @@
 </ul>
 
 <!-- Bugs -->
-<h1><a name="bugs">Bugs &amp; Feature Requests</a></h1>
+<a name="bugs"></a>
+<h1>Bugs &amp; Feature Requests</h1>
 <p>
 Please report bugs to <a href="http://bugzilla.gnome.org/buglist.cgi?product=netspeed";>netspeed component</a> of GNOME Bugzilla.
 </p>
@@ -173,6 +179,10 @@
 <p>Copyright &copy; 2002-2008, <a href="http://www.wh-hms.uni-ulm.de/~mfcn/";>Joergen Scheibengruber</a> and <a href="http://www.gnome.org";>The GNOME Project</a>.
 <br />
 GNOME and the foot logo are trademarks of the GNOME Foundation.
+<br />
+<script type="text/javascript">
+document.write("Last Updated: " + document.lastModified );
+</script>
 </p>
 </div>
 <!-- end of header -->

Modified: trunk/www.gnome.org/projects/netspeed/netspeed.css
==============================================================================
--- trunk/www.gnome.org/projects/netspeed/netspeed.css	(original)
+++ trunk/www.gnome.org/projects/netspeed/netspeed.css	Sun Mar  2 15:36:35 2008
@@ -1,3 +1,25 @@
+#hdr {
+	position: absolute;
+	z-index: 5;
+
+	top: 0px;
+	left: 0px;
+	right: 0px;
+	width: 100%;
+	height: 64px;
+
+	text-align: right;
+
+	background: url("images/top-bg.png");
+	background-color: #ffffff;
+	border-bottom: 0px;
+}
+
+#body {
+	margin: 90px 230px 30px 30px;
+	padding: 0px;
+}
+
 #netspeed-logo {
 	position: absolute;
 	top: 10px;



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