[jbossws-commits] JBossWS SVN: r3690 - in projects/wiki/skins: devmo/css and 1 other directory.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Fri Jun 22 05:10:18 EDT 2007


Author: heiko.braun at jboss.com
Date: 2007-06-22 05:10:17 -0400 (Fri, 22 Jun 2007)
New Revision: 3690

Modified:
   projects/wiki/skins/Devmo.php
   projects/wiki/skins/devmo/css/base.css
Log:
Logo through css

Modified: projects/wiki/skins/Devmo.php
===================================================================
--- projects/wiki/skins/Devmo.php	2007-06-22 09:03:07 UTC (rev 3689)
+++ projects/wiki/skins/Devmo.php	2007-06-22 09:10:17 UTC (rev 3690)
@@ -87,10 +87,7 @@
 <div id="header">
         
   	<div id="ORGheader">
-		<div id="ORGLogo">
-			<a href="/mediawiki/" accesskey="1">
-			<img src="/css/images/jbossorg_logo.gif" alt="JBoss.org home" width="250" height="65" border="0"/></a>
-		</div>
+		<div id="ORGLogo"></div>
 	</div>
         
         <!-- search box -->

Modified: projects/wiki/skins/devmo/css/base.css
===================================================================
--- projects/wiki/skins/devmo/css/base.css	2007-06-22 09:03:07 UTC (rev 3689)
+++ projects/wiki/skins/devmo/css/base.css	2007-06-22 09:10:17 UTC (rev 3690)
@@ -7,17 +7,17 @@
 	line-height: 140%;
 	background: #fff url("images/body_back.gif") repeat-x;
 	font-size: 0.9em;
-}*/
-
-/* jboss.org*/
-body {
-	margin: 0 30px 2em 30px;
-	padding: 0px;	
-	line-height: 140%;
-	background-color:#fff;
-	background-image:url("/css/images/bkgheader_left.gif");
-	background-repeat:repeat-x;	
-	font-size: 0.9em;
+}*/
+
+/* jboss.org*/
+body {
+	margin: 0 30px 2em 30px;
+	padding: 0px;	
+	line-height: 140%;
+	background-color:#fff;
+	background-image:url("images/bkgheader_left.gif");
+	background-repeat:repeat-x;	
+	font-size: 0.9em;
 }
 
 body, td, th, h3, input { /* redundant rules for bad browsers  */
@@ -68,20 +68,24 @@
 }
 
 /* 4) Header ******************************************************************** */
-
-#ORGheader {
-	margin: 0px auto;
-	width: 974px;
-	height:65px;
-	background-image:url(/file-access/default/theme/images/common/bkgheader_noleft.gif);
-	background-repeat:repeat-x;
-	background-color:#3b4f66;
-}
-
-#ORGLogo {
-	float:left;
-}
 
+#ORGheader {
+	margin: 0px auto;
+	width: 974px;
+	height:65px;
+	background-image:url("images/bkgheader_noleft.gif");
+	background-repeat:repeat-x;
+	background-color:#3b4f66;
+}
+
+#ORGLogo {
+	float:left;
+        width: 250px;
+	height:65px;
+	background-image:url("images/jbossorg_logo.gif");
+	background-repeat:repeat-x;
+}
+
 #header {
 	clear: both;
 	position: relative;
@@ -95,7 +99,7 @@
 	left: 0;
 	margin: 0;
 }
-
+
 /*#header h1 a,#header h1 a:hover {
 	display: block;
 	width: 294px; height: 46px;
@@ -158,64 +162,64 @@
 	border: none;
 }
 	
-
-/* ----------------    Primary Navigation (Tabbed Nav)  ----------------------------  */
-
-#primarynav {
-	clear:right;
-	float:right;
-	margin-top:14px;
-}
-
-#primarynav ul {
-	margin: 0px;
-	padding:0px;
-}
-
-#primarynav ul li {
-	display: inline;
-	list-style: none;
-	text-align:center;
-	float:left;
-	background-image: url(/css/images/navtabsbkg_norm.gif);
-	background-repeat: repeat-x;
-	background-position: right top;
-
-}
-
-#primarynav ul a {
-	display: inline;
-	float: left;
-	text-decoration: none;
-	font-size:12px;
-	font-weight:bold;
-	color: white;
-	padding: 5px 20px 3px 20px;
-	background-repeat: no-repeat;
-	background-position: top left;
-	border:1px solid #4a5d75;
-
-}
-
-#primarynav ul a:hover {
-	text-decoration: underline;
-	color: white;
-	background-image: url(/css/images/navtabsbkg_hover.gif);
-	background-repeat: repeat-x;
-	background-position: top left;
-}
-
-#primarynav #current {
-	font-size: 12px;
-	font-weight: bold;
-}
-
-#primarynav #current a, #primarynav a:hover {
-	background-image:none;
-	background-color: white;
-	color: #636464;
-
-}
+
+/* ----------------    Primary Navigation (Tabbed Nav)  ----------------------------  */
+
+#primarynav {
+	clear:right;
+	float:right;
+	margin-top:14px;
+}
+
+#primarynav ul {
+	margin: 0px;
+	padding:0px;
+}
+
+#primarynav ul li {
+	display: inline;
+	list-style: none;
+	text-align:center;
+	float:left;
+	background-image: url(images/navtabsbkg_norm.gif);
+	background-repeat: repeat-x;
+	background-position: right top;
+
+}
+
+#primarynav ul a {
+	display: inline;
+	float: left;
+	text-decoration: none;
+	font-size:12px;
+	font-weight:bold;
+	color: white;
+	padding: 5px 20px 3px 20px;
+	background-repeat: no-repeat;
+	background-position: top left;
+	border:1px solid #4a5d75;
+
+}
+
+#primarynav ul a:hover {
+	text-decoration: underline;
+	color: white;
+	background-image: url(images/navtabsbkg_hover.gif);
+	background-repeat: repeat-x;
+	background-position: top left;
+}
+
+#primarynav #current {
+	font-size: 12px;
+	font-weight: bold;
+}
+
+#primarynav #current a, #primarynav a:hover {
+	background-image:none;
+	background-color: white;
+	color: #636464;
+
+}
 	
 
 /* 5) Navigation **************************************************************** */




More information about the jbossws-commits mailing list