Author: ogrisel
Date: Tue Jan 11 15:25:07 2011
New Revision: 1057692
URL: http://svn.apache.org/viewvc?rev=1057692&view=rev
Log:
integrating latest Lise's design changes
Added:
incubator/stanbol/site/trunk/content/stanbol/images/stanbol-logo/stanbol-2010-12-14.png
(with props)
Modified:
incubator/stanbol/site/trunk/content/stanbol/css/stanbol.css
incubator/stanbol/site/trunk/content/stanbol/index.mdtext
incubator/stanbol/site/trunk/templates/skeleton.html
Modified: incubator/stanbol/site/trunk/content/stanbol/css/stanbol.css
URL:
http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/css/stanbol.css?rev=1057692&r1=1057691&r2=1057692&view=diff
==============================================================================
--- incubator/stanbol/site/trunk/content/stanbol/css/stanbol.css (original)
+++ incubator/stanbol/site/trunk/content/stanbol/css/stanbol.css Tue Jan 11
15:25:07 2011
@@ -1,7 +1,7 @@
body {
background-color: #272727;
color: #333;
- font: normal 11pt/20pt Arial,Helvetica,sans-serif;
+ font: normal 11pt/17pt Arial,Helvetica,sans-serif;
margin: 0;
}
@@ -26,18 +26,31 @@ h1,h2,h3,h4,h5,h6 {
#content h1,h2,h3,h4,h5,h6 {
color: #6f3f00;
border-bottom: 1px solid #ffdaae;
- font: normal 20pt Arial,Helvetica,sans-serif;
+ font: normal 20pt Arial,Helvetica,sans-serif;
margin:0 0 15px;
- padding:25px 0 10px;
+ padding:25px 0 10px;
+}
+
+#content h2 {
+ color: #955500;
+ font-size: 18pt;
+ padding: 25px 0 8px;
+}
+
+#content h3 {
+ border-bottom: none;
+ color: #688a6f;
+ font-size: 16pt;
+ margin-bottom: 0;
}
#navigation {
font-size: 85%;
- color: #333;
- float: left;
- padding: 3px 3px 3px 15px;
- position: fixed;
- top: 10px;
+ color: #333;
+ float: left;
+ padding: 20px 3px 3px 15px;
+ position: fixed;
+ top: 10px;
}
#navigation img {
@@ -45,11 +58,11 @@ h1,h2,h3,h4,h5,h6 {
}
#navigation h1 {
- background-color: #697F6C;
- color: #000;
+ background-color: #7cba6e;
+ color: #000;
font-size: 1.1em;
- padding: 0.2em 0.5em;
- margin: 1em 1em 0.1em;
+ padding: 0.2em 0.5em;
+ margin: 1em 1em 0.1em;
}
#navigation ul {
@@ -67,28 +80,28 @@ h1,h2,h3,h4,h5,h6 {
margin: 0;
padding: 0 0.5em;
background-color: #404d42;
- color: #aac3ad;
- padding:0 5px;
- text-decoration:none;
+ color: #ececec;
+ padding:1px 5px;
+ text-decoration:none;
}
#navigation li a:hover {
- background-color: #526054;
- color: #eee;
+ background-color: #7cba6e;
+ color: #000;
}
#footer {
background-color:#404040;
- color:#717171;
- font-size: 80%;
- margin: 0 200px 0 400px;
- padding: 10px 30px;
+ color:#717171;
+ font-size: 80%;
+ margin: 0 100px 0 300px;
+ padding: 10px 30px;
}
#footer a, #footer a:visited {
- color: #af8f66;
+ color: #af8f66;
}
#footer a:hover {
- color: #dcb27e;
+ color: #dcb27e;
}
Added:
incubator/stanbol/site/trunk/content/stanbol/images/stanbol-logo/stanbol-2010-12-14.png
URL:
http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/images/stanbol-logo/stanbol-2010-12-14.png?rev=1057692&view=auto
==============================================================================
Binary file - no diff available.
Propchange:
incubator/stanbol/site/trunk/content/stanbol/images/stanbol-logo/stanbol-2010-12-14.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Modified: incubator/stanbol/site/trunk/content/stanbol/index.mdtext
URL:
http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/index.mdtext?rev=1057692&r1=1057691&r2=1057692&view=diff
==============================================================================
--- incubator/stanbol/site/trunk/content/stanbol/index.mdtext (original)
+++ incubator/stanbol/site/trunk/content/stanbol/index.mdtext Tue Jan 11
15:25:07 2011
@@ -4,9 +4,9 @@ Welcome to Apache Stanbol, a modular sof
Stanbol entered
[incubation](http://incubator.apache.org/projects/stanbol.html) in November
2010 and is just getting started - stay tuned for more info.
-# How to get involved
+## How to get involved
-## Mailing lists
+### Mailing lists
The dev mailing list is where the action is, so make sure you subscribe
to the Stanbol developers mailing list by sending an
email to <code>stanbol-dev-subscribe AT incubator.apache.org</code> .
@@ -22,10 +22,10 @@ Additional mailing lists:
* <code>stanbol-commits AT incubator.apache.org</code> : commit messages
* <code>stanbol-private AT incubator.apache.org</code> : private list for
Stanbol PPMC members
-## Issue tracker
+### Issue tracker
The Stanbol issue tracker is at
[https://issues.apache.org/jira/browse/STANBOL](https://issues.apache.org/jira/browse/STANBOL).
You can report issues and submit patches there, and you're welcome to discuss
those on the
mailing list first, as needed.
-## Source code
-The Stanbol source code can be found at
[incubator/stanbol/trunk/](http://svn.apache.org/repos/asf/incubator/stanbol/trunk/)
\ No newline at end of file
+### Source code
+The Stanbol source code can be found at
[incubator/stanbol/trunk/](http://svn.apache.org/repos/asf/incubator/stanbol/trunk/)
Modified: incubator/stanbol/site/trunk/templates/skeleton.html
URL:
http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/templates/skeleton.html?rev=1057692&r1=1057691&r2=1057692&view=diff
==============================================================================
--- incubator/stanbol/site/trunk/templates/skeleton.html (original)
+++ incubator/stanbol/site/trunk/templates/skeleton.html Tue Jan 11 15:25:07
2011
@@ -27,7 +27,7 @@
<body>
<div id="navigation">
- <img title="Stanbol logo" width="274" height="125"
src="/stanbol/images/stanbol-logo/stanbol-2010-270-transparent.png"/>
+ <img alt="Apache Stanbol" width="220" height="101"
src="/stanbol/images/stanbol-logo/stanbol-2010-12-14.png"/>
{% filter markdown %}{% include "sidenav.mdtext" %}{% endfilter %}
</div>