blob: 36314aa56e9936660afaa2370415fb77a243c694 [file] [log] [blame]
Stuart McCulloch93de6492007-12-16 15:59:05 +00001/* @override http://felix.apache.org/site/media.data/site.css */
2
3body { background-color: #ffffff; color: #3b3b3b; font-family: Tahoma, Arial, sans-serif; font-size: 10pt; line-height: 140% }
Stuart McCulloch0bb7aba2011-11-28 15:58:52 +00004h1, h2, h3, h4, h5, h6 { font-weight: bold; color: #000000; line-height: 100% }
Stuart McCulloch93de6492007-12-16 15:59:05 +00005h1 { font-size: 200% }
6h2 { font-size: 175% }
7h3 { font-size: 150% }
Stuart McCulloch0bb7aba2011-11-28 15:58:52 +00008h4 { font-size: 140%; font-weight: normal }
9h5 { font-size: 130%; font-weight: normal }
10h6 { font-size: 120%; font-weight: normal }
Stuart McCulloch93de6492007-12-16 15:59:05 +000011a { color: #1980af }
12a:visited { color: #1980af }
13a:hover { color: #1faae9 }
14.title { position: absolute; left: 1px; right: 1px; top:25px; height: 81px; background: url(http://felix.apache.org/site/media.data/gradient.png) repeat-x; background-position: bottom; }
15.logo { position: absolute; width: 15em; height: 81px; text-align: center; }
16.header { text-align: right; margin-right: 20pt; margin-top: 30pt;}
17.menu { border-top: 10px solid #f9bb00; position: absolute; top: 107px; left: 1px; width: 15em; bottom: 0px; padding: 0px; background-color: #fcfcfc }
18.menu ul { background-color: #fdf5d9; list-style: none; padding-left: 4em; margin-top: 0px; padding-top: 2em; padding-bottom: 2em; margin-left: 0px; color: #4a4a43}
19.menu a { text-decoration: none; color: #4a4a43 }
20.main { position: absolute; border-top: 10px solid #cde0ea; top: 107px; left: 15em; right: 1px; margin-left: 2px; padding-right: 4em; padding-left: 1em; padding-top: 1em;}
21.code { background-color: #eeeeee; border: solid 1px black; padding: 0.5em }
22.code-keyword { color: #880000 }
23.code-quote { color: #008800 }
24.code-object { color: #0000dd }
Stuart McCulloch0bb7aba2011-11-28 15:58:52 +000025.code-java { margin: 0em }
26.code-xml { margin: 0em }
27table.confluenceTable { border-collapse: collapse; margin: 10px 0 10px 0 }
28td.confluenceTd { border:1px solid #CCCCCC; padding:5px; vertical-align:top; }
29
30/** Last modification information at the botton of each page */
31.timestamp {
32 margin-top: 30px;
33 font-size: 80%;
34 text-align: right;
35}
36
37/** Trademark text at the bottom of each page */
38.trademarkFooter {
39 font-size: 80%;
40 font-style: italic;
41 margin-top: 10px;
42 text-align: left;
43}