You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by bd...@apache.org on 2010/12/09 11:59:47 UTC

svn commit: r780308 - in /websites/production/stanbol: ./ content/stanbol/css/stanbol.css

Author: bdelacretaz
Date: Thu Dec  9 10:59:47 2010
New Revision: 780308

Log:
STANBOL-1 : new stanbol CSS contributed by Lise Kemen, thanks!

Modified:
    websites/production/stanbol/   (props changed)
    websites/production/stanbol/content/stanbol/css/stanbol.css

Propchange: websites/production/stanbol/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Thu Dec  9 10:59:47 2010
@@ -1 +1 @@
-/websites/staging/stanbol/trunk:779452-780244
+/websites/staging/stanbol/trunk:779452-780307

Modified: websites/production/stanbol/content/stanbol/css/stanbol.css
==============================================================================
--- websites/production/stanbol/content/stanbol/css/stanbol.css (original)
+++ websites/production/stanbol/content/stanbol/css/stanbol.css Thu Dec  9 10:59:47 2010
@@ -1,33 +1,94 @@
 body {
-  background-color: white;
-  color: black;
-  font-family: "New Century Schoolbook", serif;
-  font-size:13pt;
+  background-color: #272727;
+  color: #333;
+  font: normal 13pt/20pt Arial,Helvetica,sans-serif;
+  margin: 0;
 }  
 
-a,h1,h2,h3,h4,h5,h6 {
-  color: #000066;
+a, a:visited {
+ color: #c43187;
+}
+
+a:hover {
+ color: #e4399d;
+}
+
+h1,h2,h3,h4,h5,h6 {
+  color: #6f3f00;
+}
+
+#content {
+ margin: 50px 200px 100px 400px;
+ padding: 0 30px 40px;
+ background-color: #fff;
 }
 
 #content h1,h2,h3,h4,h5,h6 {
-  border-bottom: solid #990000 1px;
-  font-family: "Helvetica Narrow", Arial, sans-serif;
-  font-weight:normal;
+  color: #6f3f00;
+  border-bottom: 1px solid #ffdaae;
+	font: normal 20pt Arial,Helvetica,sans-serif;
+  margin:0 0 15px;
+	padding:25px 0 10px;
 }
 
 #navigation {
-  font-size:80%;
+  font-size: 85%;
+	color: #333;
+	float: left;
+	padding: 3px 3px 3px 15px;
+	position: fixed;
+	top: 10px;
 }
 
-#navigation {
-  float:right;
-  color:#333333;
-  background-color: #EEE;
-  border: solid #DDD 1px;
-  padding: 1em;
+#navigation img {
+  padding-bottom: 20px;
+}
+
+#navigation h1 {
+  background-color: #697F6C;
+	color: #000;
+  font-size: 1.1em;
+	padding: 0.2em 0.5em;
+	margin: 1em 1em 0.1em;
+}
+
+#navigation ul {
+  margin: 0 1em;
+  padding: 0 0.5em;
+  list-style: none outside none;
+}
+
+#navigation li {
+  margin: 0;
+  padding: 0;
+}
+
+#navigation li a, #navigation li a:visited {
+  margin: 0;
+  padding: 0 0.5em;
+  background-color: #404d42;
+	color: #aac3ad;
+	padding:0 5px;
+	text-decoration:none;
+}
+
+#navigation li a:hover {
+  background-color: #526054;
+	color: #eee;
 }
 
 #footer {
-  font-size:80%;
-  color:#666666;
+  background-color:#404040;
+	color:#717171;
+	font-size: 80%;
+	margin: 0 200px 0 400px;
+	padding: 10px 30px;
+}
+
+#footer a, #footer a:visited {
+	color: #af8f66;
+}
+
+#footer a:hover {
+	color: #dcb27e;
 }