svn commit: r634317 - in /lenya/sandbox/modules/docustyle: resources/css/page.css xslt/beforeCache.xsl
[email protected] Thu, 06 Mar 2008 15:54:03 -0000
Newsgroups
gmane.comp.cms.lenya.cvs
Message-ID
<[email protected] >
Author: andreas
Date: Thu Mar 6 07:54:01 2008
New Revision: 634317
URL: http://svn.apache.org/viewvc?rev=634317&view=rev
Log:
Simplified and cleaned up docu style.
Modified:
lenya/sandbox/modules/docustyle/resources/css/page.css
lenya/sandbox/modules/docustyle/xslt/beforeCache.xsl
Modified: lenya/sandbox/modules/docustyle/resources/css/page.css
URL: http://svn.apache.org/viewvc/lenya/sandbox/modules/docustyle/resources/css/page.css?rev=634317&r1=634316&r2=634317&view=diff
==============================================================================
--- lenya/sandbox/modules/docustyle/resources/css/page.css (original)
+++ lenya/sandbox/modules/docustyle/resources/css/page.css Thu Mar 6 07:54:01 2008
@@ -25,18 +25,16 @@
#header {
font-size: 11pt;
- background: url('/docu/live/docustyle/images/gradient.png') left top repeat-x;
- /*
- background-color: #FFAE00;
- */
+ background-color: #EEEEF3;
}
#logo {
clear: left;
- padding: 0 0 .5em 250px;
+ background-color: #FFFFFF;
}
#projectLogo {
+ padding: 2em 0 .5em 250px;
}
#projectLogo img {
@@ -49,7 +47,7 @@
#tagline {
font-weight: bold;
- padding-bottom: 7px;
+ padding-bottom: 15px;
}
/* tabs */
@@ -60,7 +58,6 @@
margin: 0;
padding: 0 0 0 250px;
list-style-type: none;
- background: url('/docu/live/docustyle/images/gradient.png') left bottom repeat-x;
}
#tabs a {
@@ -71,7 +68,6 @@
#tabs li {
float: left;
margin-right: 3px;
- background-color: #CCCCDD;
}
.tab a, .tab-selected a {
@@ -82,21 +78,16 @@
}
.tab a span, .tab-selected a span {
- padding: .3em 1.2em .3em 15px;
+ padding: .5em 2em .5em 0;
display: block;
- background: url('/docu/live/docustyle/images/corner-dddddd.png') right top no-repeat;
}
.tab a:hover span {
- background-color: #C0C0D0;
+ color: #666666;
}
.tab-selected a span {
- background-color: #AAAABB;
- /*
- background-color: #FFFFFF;
- */
- color: #333344;
+ color: #000000;
}
#tabsSeparator {
@@ -133,7 +124,6 @@
}
#menu li {
- /* background: url('/docu/live/docustyle/docustyle/images/bullet.png') left .2em no-repeat; */
font-size: 10pt;
font-weight: normal;
padding-left: 1em;
@@ -171,24 +161,8 @@
font-weight: bold;
}
-/* breadcrumb */
-
-#breadcrumb {
- display: none;
- padding: 3px 0px 3px 30px;
- font-size: small;
-}
-
-#breadcrumb a {
- text-decoration: none;
- color: #555588;
-}
-
#search {
float: right;
- background-color: #CCCCDD;
- /*
- */
}
#search form, #search p {
@@ -200,15 +174,11 @@
#search p {
padding: .5em 2em;
- background: url('/docu/live/docustyle/images/corner-bottom-left.png') left bottom no-repeat;
}
input.searchfield {
background-color: #ffffff;
border: solid 1px #BBBBCC;
- /*
- border: solid 2px #BBBBCC;
- */
}
input.searchsubmit {
@@ -272,10 +242,6 @@
#apacheBreadcrumb {
font-size: 10pt;
- /*
- background-color: #DDDDDD;
- border-bottom: solid 1px #D0D0D0;
- */
padding: .3em 1em;
float: left;
}
Modified: lenya/sandbox/modules/docustyle/xslt/beforeCache.xsl
URL: http://svn.apache.org/viewvc/lenya/sandbox/modules/docustyle/xslt/beforeCache.xsl?rev=634317&r1=634316&r2=634317&view=diff
==============================================================================
--- lenya/sandbox/modules/docustyle/xslt/beforeCache.xsl (original)
+++ lenya/sandbox/modules/docustyle/xslt/beforeCache.xsl Thu Mar 6 07:54:01 2008
@@ -64,14 +64,13 @@
<xsl:call-template name="searchForm"/>
<div id="header">
- <div id="apacheBreadcrumb">
- <a href="http://www.apache.org">Apache</a> » <a href="http://lenya.apache.org">Lenya</a>
- </div>
<div id="logo">
+ <div id="apacheBreadcrumb">
+ <a href="http://www.apache.org">Apache</a> » <a href="http://lenya.apache.org">Lenya</a>
+ </div>
<div id="projectLogo">
<a href="/{$pub}/{$area}/"><img src="/{$pub}/{$area}/docustyle/images/project-logo-small.png" alt="project logo"/></a>
</div>
- <div id="tagline">Open Source Content Management</div>
</div>
<!--
<lenya:navElement name="tabs"/>