You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by bu...@apache.org on 2011/01/12 12:37:56 UTC

svn commit: r782890 - /websites/staging/jena/trunk/content/jena/css/jena.css

Author: buildbot
Date: Wed Jan 12 11:37:55 2011
New Revision: 782890

Log:
Staging update by buildbot

Modified:
    websites/staging/jena/trunk/content/jena/css/jena.css

Modified: websites/staging/jena/trunk/content/jena/css/jena.css
==============================================================================
--- websites/staging/jena/trunk/content/jena/css/jena.css (original)
+++ websites/staging/jena/trunk/content/jena/css/jena.css Wed Jan 12 11:37:55 2011
@@ -1,9 +1,10 @@
 body {
-  background-color: #272727;
-  color: #333;
-  font: normal 11pt/17pt Arial,Helvetica,sans-serif;
+  background-color: #c2d7f1;
+  color: #002;
+  font-family: Arial,Helvetica,sans-serif;
+  font-size: 11pt;
   margin: 0;
-}  
+}
 
 a, a:visited {
  color: #c43187;
@@ -18,57 +19,72 @@ h1,h2,h3,h4,h5,h6 {
 }
 
 #content {
- margin: 50px 100px 100px 300px;
+ margin-top: 20px;
+ margin-left: auto;
+ margin-right: auto;
+ width: 80%;
  padding: 0 30px 40px;
- background-color: #fff;
+ border: 1px solid #ffdaae;
+ -moz-border-radius: 10px;
+ border-radius: 10px;
+ color: black;
 }
 
 #content h1,h2,h3,h4,h5,h6 {
   color: #6f3f00;
   border-bottom: 1px solid #ffdaae;
-  font: normal 20pt Arial,Helvetica,sans-serif;
+  font-weight: normal;
   margin:0 0 15px;
   padding:25px 0 10px;
 }
 
+#content h1 {
+  font-size: 18pt;
+}
+
 #content h2 {
   color: #955500;
-  font-size: 18pt;
-  padding: 25px 0 8px;
+  font-size: 16pt;
 }
 
-#content h3 { 
+#content h3,h4,h5,h6 {
   border-bottom: none;
   color: #688a6f;
-  font-size: 16pt;
+  font-size: 14pt;
   margin-bottom: 0;
 }
 
 #navigation {
+  border: 1px solid #ffdaae;
+  -moz-border-radius: 10px;
+  border-radius: 10px;
   font-size: 85%;
-  color: #333;
+  color: #003;
   float: left;
   padding: 20px 3px 3px 15px;
-  position: fixed;
-  top: 10px;
+  margin-top: 20px;
+  width: 10%;
 }
 
 #navigation img {
-  padding-bottom: 20px;
+  padding-bottom: 8px;
+  margin-left: auto;
+  margin-right: auto;
 }
 
 #navigation h1 {
-  background-color: #7cba6e;
   color: #000;
   font-size: 1.1em;
   padding: 0.2em 0.5em;
   margin: 1em 1em 0.1em;
+  border-left: 3px solid #3487ef;
+  border-bottom: 1px solid #3487ef;
 }
 
 #navigation ul {
   margin: 0 1em;
   padding: 0 0.5em;
-  list-style: none outside none;
+  list-style: none;
 }
 
 #navigation li {
@@ -76,17 +92,20 @@ h1,h2,h3,h4,h5,h6 {
   padding: 0;
 }
 
-#navigation li a, #navigation li a:visited {
+#navigation li a {
   margin: 0;
   padding: 0 0.5em;
-  background-color: #404d42;
-  color: #ececec;
+  color: #003;
   padding:1px 5px;
   text-decoration:none;
 }
 
+#navigation li a:visited {
+  color: #226;
+}
+
 #navigation li a:hover {
-  background-color: #7cba6e;
+  background-color: #6badff;
   color: #000;
 }