Author: buildbot
Date: Tue May 24 13:36:39 2011
New Revision: 790007
Log:
Staging update by buildbot
Modified:
websites/staging/stanbol/trunk/content/stanbol/css/stanbol.css
Modified: websites/staging/stanbol/trunk/content/stanbol/css/stanbol.css
==============================================================================
--- websites/staging/stanbol/trunk/content/stanbol/css/stanbol.css (original)
+++ websites/staging/stanbol/trunk/content/stanbol/css/stanbol.css Tue May 24
13:36:39 2011
@@ -17,12 +17,31 @@ h1,h2,h3,h4,h5,h6 {
color: #6f3f00;
}
-#content {
- margin: 50px 100px 100px 300px;
- padding: 0 30px 40px;
- background-color: #fff;
+@media screen
+{
+ #content {
+ margin: 50px 100px 100px 300px;
+ padding: 0 30px 40px;
+ background-color: #fff;
+ }
+ #navigation {
+ font-size: 85%;
+ color: #333;
+ float: left;
+ padding: 20px 3px 3px 15px;
+ position: fixed;
+ top: 10px;
+ }
+}
+@media print
+{
+ #content {
+ background-color: #fff;
+ }
+ #navigation {
+ display: none;
+ }
}
-
#content h1,h2,h3,h4,h5,h6 {
color: #6f3f00;
border-bottom: 1px solid #ffdaae;
@@ -50,14 +69,6 @@ h1,h2,h3,h4,h5,h6 {
margin-bottom: 0;
}
-#navigation {
- font-size: 85%;
- color: #333;
- float: left;
- padding: 20px 3px 3px 15px;
- position: fixed;
- top: 10px;
-}
#navigation img {
padding-bottom: 20px;