svn commit: samba-web r703 - in trunk: . style

deryck at samba.org deryck at samba.org
Sat Jun 18 20:23:56 GMT 2005


Author: deryck
Date: 2005-06-18 20:23:56 +0000 (Sat, 18 Jun 2005)
New Revision: 703

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

Log:
Rename main.css to columns.css (for the sake of clarity.)
Also includes more cleanups and comments.


Added:
   trunk/style/columns.css
Removed:
   trunk/style/main.css
Modified:
   trunk/header_columns.html


Changeset:
Modified: trunk/header_columns.html
===================================================================
--- trunk/header_columns.html	2005-06-18 19:27:50 UTC (rev 702)
+++ trunk/header_columns.html	2005-06-18 20:23:56 UTC (rev 703)
@@ -1,6 +1,6 @@
 
 <link rel="stylesheet" href="/samba/style/common.css" type="text/css" media="all" />
-<link rel="stylesheet" href="/samba/style/main.css" type="text/css" media="all" />
+<link rel="stylesheet" href="/samba/style/columns.css" type="text/css" media="all" />
 <link rel="shortcut icon" href="/samba/images/favicon.ico" />
 <link rel="alternate" href="/samba/news/sambanews.xml" type="application/rss+xml" title="Samba News" />
 

Copied: trunk/style/columns.css (from rev 702, trunk/style/main.css)
===================================================================
--- trunk/style/main.css	2005-06-18 19:27:50 UTC (rev 702)
+++ trunk/style/columns.css	2005-06-18 20:23:56 UTC (rev 703)
@@ -0,0 +1,117 @@
+/*
+	columns.css
+	by Deryck Hodge <deryck at samba.org>
+
+	Creates a puesdo-three-column view.
+
+	You may freely use and modify the styles here, but if you 
+	intend to recreate the samba.org look exactly, please ask
+	permission first.
+*/
+
+
+/* Right-side column 
+***********************************************************/
+#links {
+	float:right;
+	margin:115px 1em 0 0;  
+	padding:0;
+    width:173px;
+}
+* html #links { 	/* Applies to IE5/6 only */
+	margin:115px .5% 0 0;
+}
+#links h4 {
+	margin-top:10px;
+	margin-left:1.5px;
+	font-size:small;
+}
+#links ul {
+	list-style-type:none;
+	padding:0;
+	padding-top:5px;
+	margin-left:20px;
+}
+#links a {
+	font-size:small;
+}
+#links p {
+	margin-top:25px;
+	margin-left:20px;
+}
+.releases {
+	padding:2px;
+	margin-top:35px;
+	border:1px solid #CCC;
+	background-color:#E5E9F5;
+}
+.beyond, .related, .intl {
+	padding:2px;
+	margin-top:25px;
+	border:1px solid #CCC;
+	background-color:#E5E9F5;
+}
+.beyond li {
+	margin-bottom:10px;
+}
+.contacts li{
+	list-style-type:disc;
+}
+
+
+/* Middle content column
+***********************************************************/
+#content {
+	margin:0 22% 0 175px;
+	padding-top:130px;
+	padding-left:35px;
+	padding-bottom:50px;
+	padding-right:15px;
+	background-color:#FFF;
+	border-left:1px solid #FFFF64;
+	border-right:1px solid #FFFF64;
+	z-index:-1;
+}
+#content ul {
+	list-style-type:none;
+}
+
+
+/* Misc
+************************************************************/
+.headline {
+        margin-left:20px;
+        font-style:italic;
+}
+.plugs {
+	font-style:italic;
+	text-align:center;
+	border-top:2px groove #3878CD;
+	border-bottom:2px groove #3878CD;
+	padding:10px;
+	margin-top:100px;
+}
+.plugs p {
+	padding:30px;
+}
+.plugs img {
+	float:left;
+}
+.request {
+	margin-top:50px;
+	font-style:italic;
+	font-size:small;
+}
+#noswp img {
+    border:1px solid #3868CD;
+    width:370px;
+    height:90px;
+}
+#noswp a:hover {
+    background-color:transparent;
+}
+#noswp {
+    width:auto;
+    text-align:center;
+    margin:10px 0 25px 0;
+}

Deleted: trunk/style/main.css
===================================================================
--- trunk/style/main.css	2005-06-18 19:27:50 UTC (rev 702)
+++ trunk/style/main.css	2005-06-18 20:23:56 UTC (rev 703)
@@ -1,103 +0,0 @@
-/* main.css */
-
-		/******* Links for right-hand side of the page ******/
-		/****************************************************/
-#links {
-	float:right;
-	margin:115px 1em 0 0;  
-	padding:0;
-    width:173px;
-}
-* html #links { 	/* Applies to IE5/6 only */
-	margin:115px .5% 0 0;
-}
-#links h4 {
-	margin-top:10px;
-	margin-left:1.5px;
-	font-size:small;
-}
-#links ul {
-	list-style-type:none;
-	padding:0;
-	padding-top:5px;
-	margin-left:20px;
-}
-#links a {
-	font-size:small;
-}
-#links p {
-	margin-top:25px;
-	margin-left:20px;
-}
-.releases {
-	padding:2px;
-	margin-top:35px;
-	border:1px solid #CCC;
-	background-color:#E5E9F5;
-}
-.beyond, .related, .intl {
-	padding:2px;
-	margin-top:25px;
-	border:1px solid #CCC;
-	background-color:#E5E9F5;
-}
-.beyond li {
-	margin-bottom:10px;
-}
-.contacts li{
-	list-style-type:disc;
-}
-		/****** Formats the page layout ********************/
-		/**************************************************/ 
-#content {
-	margin:0 22% 0 175px;
-	padding-top:130px;
-	padding-left:35px;
-	padding-bottom:50px;
-	padding-right:15px;
-	background-color:#FFF;
-	border-left:1px solid #FFFF64;
-	border-right:1px solid #FFFF64;
-	z-index:-1;
-}
-#content ul {
-	list-style-type:none;
-}
-.headline {
-        margin-left:20px;
-        font-style:italic;
-}
-		/*********T-shirts and mirror footnotes *************/
-		/****************************************************/
-.plugs {
-	font-style:italic;
-	text-align:center;
-	border-top:2px groove #3878CD;
-	border-bottom:2px groove #3878CD;
-	padding:10px;
-	margin-top:100px;
-}
-.plugs p {
-	padding:30px;
-}
-.plugs img {
-	float:left;
-}
-.request {
-	margin-top:50px;
-	font-style:italic;
-	font-size:small;
-}
-#noswp img {
-    border:1px solid #3868CD;
-    width:370px;
-    height:90px;
-}
-#noswp a:hover {
-    background-color:transparent;
-}
-#noswp {
-    width:auto;
-    text-align:center;
-    margin:10px 0 25px 0;
-}



More information about the samba-cvs mailing list