svn commit: samba-web r709 - in trunk/news: style team

deryck at samba.org deryck at samba.org
Tue Jun 21 18:12:06 GMT 2005


Author: deryck
Date: 2005-06-21 18:12:06 +0000 (Tue, 21 Jun 2005)
New Revision: 709

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-web&rev=709

Log:
Adding news item on steve's book.  Cleanup CSS for news from recent changes.
Added:
   trunk/news/style/common.css
   trunk/news/team/performance_tuning_stevef.html


Changeset:
Copied: trunk/news/style/common.css (from rev 706, trunk/style/common.css)
===================================================================
--- trunk/style/common.css	2005-06-19 21:18:39 UTC (rev 706)
+++ trunk/news/style/common.css	2005-06-21 18:12:06 UTC (rev 709)
@@ -0,0 +1,211 @@
+/* 
+	common.css
+	by Deryck Hodge <deryck at samba.org>
+
+	Basic styles common to all of samba.org, including VirtualHosts
+	bugzilla.samba.org, build.samba.org, and news.samba.org.
+
+	You may freely use and modify the styles here, but if you 
+	intend to recreate the samba.org look exactly, please ask
+	permission first.
+*/
+
+
+/* Base elements
+***********************************************************/
+body {
+	margin:0;
+	padding:0;
+	background-color:#E5E9F5;
+	font-family:Lucidasans, Helvetica, Verdana, sans-serif;
+	font-size:medium;
+	color:#000;
+}
+blockquote {				
+	margin:35px;			
+	padding:15px; 			
+	border-left:2px groove #CCC;
+	border-top:2px groove #CCC;
+}
+img {
+	border:0;
+}
+
+
+
+/* Headings
+***********************************************************/
+h1 {
+	font-size:x-large;
+}
+h2 {
+	text-align:left;
+	color:#FFFF64;
+	font-size:large;
+	background-color:#3878CD;
+	margin-top:60px;
+	margin-bottom:15px;
+	padding:2px;
+	padding-left:5px;
+}
+h3 {
+	font-size:medium;
+}
+h5 {
+	font-size:small;
+	text-align:right;
+	display:inline;
+}
+* html h5 {
+	padding-right:4px;
+}
+h6 {
+	font-size:small;
+	text-align:right;
+	text-align:right;
+}
+h6 a {
+	margin-right:3px;
+}
+
+
+/* Lists
+***********************************************************/
+ol li {
+	margin-bottom:12px;
+}
+
+
+/* Tables
+***********************************************************/
+table.real thead { 
+        background-color: #E5E9F5;
+}
+table.real th,
+table.real td {
+        border: 1px solid #3878CD;
+        padding: 2px;
+}
+table.real { 
+        border: 2px solid #3878CD;
+        background-color: #F5F8FF;
+}
+a:link:hover {
+	color:#CC0033;
+	background-color:#FFFF64;
+}
+
+
+/* Header (yellow and blue stripes)
+***********************************************************/
+#banner {
+	position:absolute;
+	top:0;
+	left:0;
+	height:95px;
+	width:100%;
+	padding-top:4px;
+	z-index:1;
+}
+.srch {
+	text-align:right;
+  margin:0 5px 0 0;
+}
+.srch form {
+	display:inline;
+}
+
+
+/* Slogan ("Opening windows to a wider world")
+***********************************************************/
+.slogan {
+	position:absolute;
+	left:187px;
+	z-index:1;
+}
+html>body .slogan { 	/**** Opera needs its own rule *********/
+	top:100px;
+}
+:root .slogan {		/**** Undo the Opera rule for all other browsers ****/
+	top:80px;
+}
+* html .slogan {	/** Then, give IE 5/6 its own rule ****** */
+	top:100px;
+}
+
+
+/* Logo (with hacks for PNG transparency across browsers)
+***********************************************************/
+#logo>.logo_hack {
+	background-image:url(/samba/images/logo.png);
+	background-position:center;
+	background-repeat:no-repeat;
+}
+.logo_hack {
+	position:absolute;
+	top:25px;
+	left:0;
+	width:250px;
+	height:119px;
+	padding:0;
+	margin:0;
+	z-index:1;
+}
+.logo_hack a:hover {
+	background:transparent;
+}
+
+
+/* Nav menu
+***********************************************************/
+.nav {
+	position:absolute;
+	top:152px;
+	left:20px;
+	width:180px;
+	background-color:#F5F8FF;
+	border:2px groove #3878CD;
+	padding:0;
+	padding-bottom:5px;
+	margin:0;
+	z-index:1;
+}
+.nav ul {
+	list-style-type:none;
+	text-align:center;
+	padding:0;
+	margin:0;
+}
+.nav a,
+.nav a:link,
+.nav a:visited {
+	display:block;
+	height:20px;
+	font-size:small;
+	color:#2B5C9F;
+}
+.nav a:hover {
+	color:#FFF;
+	background-color:#3878CD;
+}
+.nav a:active {
+	color:#FFFF64;
+	background-color:#3878CD;
+	font-size:14px;
+}
+.nav img {
+	padding:0;
+	margin:0;
+	width:180px;
+	height:30px;
+}
+
+
+/* Text and alignment formats
+***********************************************************/
+.punch {
+	font-weight:bold;
+}
+.colophon {
+	margin-left:20px;
+}

Added: trunk/news/team/performance_tuning_stevef.html
===================================================================
--- trunk/news/team/performance_tuning_stevef.html	2005-06-21 17:56:07 UTC (rev 708)
+++ trunk/news/team/performance_tuning_stevef.html	2005-06-21 18:12:06 UTC (rev 709)
@@ -0,0 +1,17 @@
+    <h3><a name="performance_tuning_stevef">Performance Tuning for Linux 
+    Servers</a></h3> 
+        
+    <div class="article">
+      <p>The new book <em>Performance Tuning for Linux Servers</em> from IBM Press 
+      contains a chapter on File and Print Server performance written by Samba 
+      Team member Steve French.  The chapter discusses Samba and NFS 
+      performance concepts.  Other chapters, especially those on networking 
+      and filesystem performance tuning for Linux, also could be helpful for 
+      Samba administrators.</p>
+
+      <p>For more, see 
+      <a href="http://www.amazon.com/exec/obidos/ASIN/013144753X/qid=1119373523/sr=2-1/ref=pd_bbs_b_2_1/104-6827071-2152727">the book's page on 
+      amazon.com</a></p>
+    </div>
+        
+       



More information about the samba-cvs mailing list