You are viewing a plain text version of this content. The canonical link for it is here.
Posted to photark-commits@incubator.apache.org by lr...@apache.org on 2009/11/29 21:24:00 UTC

svn commit: r885271 - /incubator/photark/site/trunk/site-publish/photark.css

Author: lresende
Date: Sun Nov 29 21:24:00 2009
New Revision: 885271

URL: http://svn.apache.org/viewvc?rev=885271&view=rev
Log:
Updating photark website styles

Modified:
    incubator/photark/site/trunk/site-publish/photark.css

Modified: incubator/photark/site/trunk/site-publish/photark.css
URL: http://svn.apache.org/viewvc/incubator/photark/site/trunk/site-publish/photark.css?rev=885271&r1=885270&r2=885271&view=diff
==============================================================================
--- incubator/photark/site/trunk/site-publish/photark.css (original)
+++ incubator/photark/site/trunk/site-publish/photark.css Sun Nov 29 21:24:00 2009
@@ -1,5 +1,41 @@
-@charset "UTF-8";
-/* CSS Document */
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+ @charset "UTF-8";
+ 
+ body {
+	font:13px/1.231 arial,helvetica,clean,sans-serif,verdana; 
+	*font-size:small; 
+	*font:x-small; 
+	margin-top: 0px;
+	/*margin and padding on body element
+      can introduce errors in determining
+      element position and are not recommended;
+      we turn them off as a foundation for YUI
+      CSS treatments. */
+	margin:0;
+	padding:0;
+ }
+ 
+ A:link, A:visited, A:active, A:hover {
+    color: #003366;
+}
+
 
 /* styles for links in the top bar */
 #topNavigator  { color: #000000; font-style: normal; }
@@ -13,51 +49,35 @@
     background-color: #d4dff5;
 }
 
+/*content*/
+.pagecontent
+{
+    padding: 10px;
+    text-align: left;
+}
+
+/* panels used for navigation */
+.panel {
+    border: 1px dashed #a6c7f2;
+    margin: 10px;
+    margin-top: 0px;
+    margin-bottom: 3px;
+}
+
+.panelHeader {
+    background-color: #f0f0f0;
+    border-bottom: 1px dashed #a6c7f2;
+    padding: 3px;
+    text-align: center;
+}
 
-#navigation {
-	background:#ffffff url('bg_menu.png') no-repeat 0px -2px;
-	width:172px;
-	min-height:200px;
-	height:auto;
-	float:left;
-	padding-right:50px;
-	padding-top:20px;
-	padding-left : 0px;
-	overflow : hidden;
-	text-align:right;
-}
-
-#navigation h5{
-	color:#033f7d;
-	font-weight:bold;
-	display:block;
-	background:transparent url('menuknop.png') no-repeat left top;
-	overflow : hidden;
-	vertical-align:baseline;
-	white-space : nowrap;
-	width:120px;
-	height:26px;
-	padding-right:24px;
-	padding-left : 0px;
-	font-size:1.2em;
-	margin-top:1em;
-	margin-bottom:0px;
-	float:right;
-}
-
-#navigation ul{
-	text-align:right;
-	display:block;
-	float:right;
-	margin:0px;
-	padding-right:24px;
-	list-style:none;
-	line-height:1.5em;
-	font-weight:bold;
-}
-
-#navigation a{
-	text-decoration:none;
-	color:#4a4a4a;
+.panelContent {
+    background-color: #f0f0f0;
+    padding: 5px;
 }
 
+
+/* warning panel */
+.warningPanel { background: #FFFFCE; border:#F0C000 1px solid; padding: 8px; margin: 10px; }
+/* alert panel */
+.alertPanel { background: #FFCCCC; border:#C00 1px solid; padding: 8px; margin: 10px; }