Author: crossley
Date: Thu Nov 17 21:30:08 2005
New Revision: 345452
URL: http://svn.apache.org/viewcvs?rev=345452&view=rev
Log:
Use the CSS from the cocoon/daisy-to-docs build. It has extra stuff.
Modified:
cocoon/site/site/skin/profile.css
Modified: cocoon/site/site/skin/profile.css
URL: http://svn.apache.org/viewcvs/cocoon/site/site/skin/profile.css?rev=345452&r1=345451&r2=345452&view=diff
==============================================================================
--- cocoon/site/site/skin/profile.css (original)
+++ cocoon/site/site/skin/profile.css Thu Nov 17 21:30:08 2005
@@ -143,11 +143,118 @@
#footer { background-color: #cedfef;}
/* extra-css */
+
+ /* --------------------------------edit link --------------------------------- */
+ .daisy-edit-link {
+ font-size: 75%;
+ border: 1px solid #aaaaaa;
+ margin-top: 40px;
+ text-align: center;
+ }
+
+ /* ---------------------------------- menu ----------------------------------- */
+ #menu .menupagetitle {
+ border-style: none;
+ color:white;
+ font-weight:bold;
+ }
+
+ #menu a { font-weight: normal; text-decoration: none; }
+ #menu a:visited { font-weight: normal; text-decoration: none; }
+ #menu a:active { font-weight: normal; text-decoration: none; }
+ #menu a:hover { font-weight: normal; text-decoration: none; }
+
+ #menu .menupageitem a:link {
+ color: white;
+ }
- p.quote {
- margin-left: 2em;
- padding: .5em;
- background-color: #f0f0f0;
- font-family: monospace;
+ #menu .menupageitemgroup {
+ padding: 3px 0px 4px 6px;
+ font-style : normal;
+ border: none;
+ margin-right: 10px;
+ }
+
+ /* ----------------------------------- TOC ----------------------------------- */
+ #minitoc-area {
+ border:1px solid #aaaaaa;
+ background-color:#f9f9f9;
+ padding:5px;
+ font-size: 95%;
+ width:450px;
+ }
+
+ /* ----------------------------------- comments -----------------------------------
*/
+ .commentsarea {
+ margin-top:40px;
+ background-color:white;
+ border:1px solid #aaaaaa;
+ }
+ .comment {
+ border:1px solid #aaaaaa;
+ background-color:#aaaaaa;
+ padding:0px;
+ margin:5px;
+ }
+ a[name="Comments"] + h2 {
+ display:none;
+ }
+ .commentbody {
+ background-color:white;
+ }
+ .comment * {
+ padding: 0px;
+ margin: 0px;
+ }
+ .commentheader, .commenttaskbar {
+ background-color:#E5E4D9;
+ color:black;
+ font-weight:bold;
+ }
+
+ /* ----------------------------------- table styling fixes-------------------- */
+
+ #content td {
+ margin: 0;
+ padding: 5px;
+ vertical-alin: top;
+ }
+
+ #content td p {
+ margin: 0px;
+ }
+
+ /* ----------------------------------- text ----------------------------------- */
+ p { margin: 0.4em 0em 0.5em 0em;
+ line-height: 1.5em;
+ }
+
+ h1, h2, h3, h4, h5, h6 {
+ color: Black;
+ background: none;
+ font-weight: normal;
+ margin: 0;
+ padding-top: 0.7em;
+ padding-bottom: 0.17em;
+ border-bottom: 1px solid #aaaaaa;
+ }
+ h1 { font-size: 188%; }
+ h2 { font-size: 150%; }
+ h4, h5, h6 {
+ border-bottom: none;
+ }
+ h3 { font-size: 132%; }
+ h4 { font-size: 116%; font-weight:bold;}
+ h5 { font-size: 100%; }
+ h6 { font-size: 80%; }
+
+ pre {
+ border:1px solid #aaaaaa;
+ background-color:#f9f9f9;
+ padding:5px;
+ font-size: 95%;
}
+ li {
+ list-style-type:square;
+ }
|