blob: 19180bdaceecf668f9d7f35515bf56c21b023e07 [file] [log] [blame]
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*
*/
html
{
overflow-y: scroll;
}
body
{
padding: 0;
margin: 0;
font-family: 'Lucida Sans', 'Helvetica', 'Sans-serif', 'sans';
font-size: 77%;
color: #777777;
background-color: white;
background-image: url('../staticresources/images/body-bg.png');
background-repeat: repeat-x;
background-position: bottom;
background-attachment: fixed;
height: 99%;
}
h1, h2, h3, h4, h5, h6
{
font-weight: bold;
margin: 0.67em 0px 0.67em 0px;
}
h1
{
font-size: 197%;
/* 26px equivalent */
}
h2
{
font-size: 153.9%;
/* 20px equivalent */
}
h3
{
font-size: 131%;
/* 17px equivalent */
}
h4
{
font-size: 93%;
/* 12px equivalent */
}
h5
{
font-size: 85%;
/* 11px equivalent */
}
h6
{
font-size: 77%;
/* 10px equivalent */
}
#container
{
position: absolute;
width: 1005px;
margin-left: -502px;
left: 50%;
}
#header
{
width: 1005px;
height: 165px;
background-repeat: no-repeat;
}
#subProjectsNavBar
{
color: white;
text-align: right;
margin: 0px;
color: #ffffff;
font-size: 12px;
padding: 140px 20px 2px;
}
#subProjectsNavBar a, #subProjectsNavBar a:link, #subProjectsNavBar a:visited
{
color: #ffffff;
text-decoration: none;
}
#subProjectsNavBar a:hover
{
color: #ffffff;
border-bottom: solid #ffffff 1px;
}
#subProjectsNavBar a strong
{
font-size: 14px;
font-weight: bold;
color: #ffffff;
border-bottom: solid #ffffff 1px;
}
#content
{
background: url('../staticresources/images/content-bg.png') repeat-y;
}
#endContent
{
clear: both;
}
#leftColumn
{
float: left;
width: 193px;
padding-top: 10px;
margin-left: 10px;
line-height: 1.8em;
}
#rightColumn
{
float: left;
margin-left: 15px;
width: 762px;
text-align: left;
line-height: 1.5em;
}
#editZone
{
/* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
position: absolute;
right: 0;
top: 0;
height: 60px;
width: 60px;
z-index: 1000;
}
body > div#editZone
{
/* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
position: fixed;
}
a
{
color: #777777;
text-decoration: underline;
}
a:hover
{
color: #000000;
}
a.none
{
background: transparent;
padding-right: 0px;
}
#navigation
{
padding-left: 12px;
font-weight: bold;
}
#navigation ul
{
margin: 0px;
padding: 0px;
margin-bottom: 10px;
}
#navigation li
{
list-style-type: none;
margin-left: 15px;
padding-left: 0px;
}
#navigation li ul
{
margin-left: 1.5em;
}
#navigation a
{
text-decoration: none;
color: #777777;
}
#navigation a:hover
{
color: #000000;
font-weight: bolder;
}
#navigation div
{
line-height: 1.5em;
margin-bottom: 2em;
}
#navigation h5
{
font-size: 1em;
margin-bottom: 0px;
padding-bottom: 0px;
}
#navigation strong
{
color: #000000;
}
.blogSurtitle
{
padding-bottom: 10px;
}
.blogSurtitle img
{
display: none;
}
.endsection, .pagesubheading
{
display: none;
}
.blogpost .wiki-content
{
padding-left: 25px;
}
.blogDate
{
text-decoration: none;
font-weight: bolder;
padding: 1px;
padding-left: 20px;
}
a.blogHeading
{
text-decoration: none;
font-weight: bolder;
padding-left: 20px;
margin: 10px;
}
#footer
{
font-size: 11px;
padding-left: 215px;
padding-right: 20px;
padding-bottom: 15px;
text-align: center;
background-image: url('../staticresources/images/footer.png');
background-repeat: no-repeat;
background-position: bottom;
}
.nobr sup img
{
display: none;
}
.preformattedContent pre
{
padding: 5px 10px;
border: 1px dashed #1a6c0b;
background-color: #f0f0f0;
}
blockquote
{
margin: 10px;
padding: 0px 10px;
border-left: 1px solid #1a6c0b;
}
table
{
margin: 5px;
border-collapse: collapse;
}
table td
{
border-width: 1px;
border-style: solid;
border-color: #ccc;
padding: 3px 4px 3px 4px;
}
table th
{
border-width: 1px;
border-style: solid;
border-color: #ccc;
padding: 3px 4px 3px 4px;
background-color: #f0f0f0;
text-align: center;
}
td
{
border-width: 1px;
border-style: solid;
border-color: #ccc;
padding: 3px 4px 3px 4px;
}
th
{
border-width: 1px;
border-style: solid;
border-color: #ccc;
padding: 3px 4px 3px 4px;
background-color: #f0f0f0;
text-align: center;
}
table.confluenceTable
{
margin: 5px;
border-collapse: collapse;
}
/* Added as a temporary fix for CONF-4223. The table elements appear to be inheriting the border: none attribute from the sectionMacro class */
table.confluenceTable td.confluenceTd
{
border-width: 1px;
border-style: solid;
border-color: #ccc;
padding: 3px 4px 3px 4px;
}
/* Added as a temporary fix for CONF-4223. The table elements appear to be inheriting the border: none attribute from the sectionMacro class */
table.confluenceTable th.confluenceTh
{
border-width: 1px;
border-style: solid;
border-color: #ccc;
padding: 3px 4px 3px 4px;
background-color: #f0f0f0;
text-align: center;
}
td.confluenceTd
{
border-width: 1px;
border-style: solid;
border-color: #ccc;
padding: 3px 4px 3px 4px;
}
th.confluenceTh
{
border-width: 1px;
border-style: solid;
border-color: #ccc;
padding: 3px 4px 3px 4px;
background-color: #f0f0f0;
text-align: center;
}
.note
{
border: 1px solid #f0c000;
background: #ffffce url('../staticresources/icons/warning.gif') no-repeat 5px 5px;
text-align: left;
margin-top: 5px;
margin-bottom: 5px;
padding: 5px 5px 5px 28px;
}
.warning
{
border: 1px solid #f0c000;
background: #ffffce url('../staticresources/icons/forbidden.gif') no-repeat 5px 5px;
text-align: left;
margin-top: 5px;
margin-bottom: 5px;
padding: 5px 5px 5px 28px;
}
.info
{
border: 1px solid #3c78b5;
background: #D8E4F1 url('../staticresources/icons/information.gif') no-repeat 5px 5px;
text-align: left;
margin-top: 5px;
margin-bottom: 5px;
padding: 5px 5px 5px 28px;
}
.tip
{
border: 1px solid #090;
background: #dfd url('../staticresources/icons/check.gif') no-repeat 5px 5px;
text-align: left;
margin-top: 5px;
margin-bottom: 5px;
padding: 5px 5px 5px 28px;
}
.code
{
border: 1px dashed #1a6c0b;
font-size: 11px;
font-family: Courier;
margin: 10px;
line-height: 13px;
}
.codeHeader
{
background-color: #f0f0f0;
border-bottom: 1px dashed #1a6c0b;
padding: 3px;
text-align: center;
}
.codeContent
{
text-align: left;
background-color: #f0f0f0;
padding: 3px;
}
.code-keyword
{
color: #000091;
background-color: inherit;
}
.code-object
{
color: #910091;
background-color: inherit;
}
.code-quote
{
color: #009100;
background-color: inherit;
}
.code-comment
{
color: #808080;
background-color: inherit;
}
.code-xml .code-keyword
{
color: inherit;
font-weight: bold;
}
.code-tag
{
color: #000091;
background-color: inherit;
}
.news h1
{
font-size: 153.9%;
}
.news h2
{
font-size: 100%;
text-decoration: none;
font-weight: bolder;
padding-left: 20px;
margin: 10px;
}
.news h2 em
{
color: #777;
font-size: 100%;
font-style: italic;
float: right;
font-weight: normal;
clear: right;
}
/*---------------------------------------------*/
/* CSS used for the included code */
/*---------------------------------------------*/
.codehilite pre
{
padding: 5px 10px;
border-width: 1px;
border-style: dashed;
background-color: #f0f0f0;
}
.codehilite .hll { background-color: #ffffcc }
.codehilite { background: #f0f0f0; }
.codehilite .c { color: #60a0b0; font-style: italic } /* Comment */
.codehilite .err { border: 1px solid #FF0000 } /* Error */
.codehilite .k { color: #007020; font-weight: bold } /* Keyword */
.codehilite .o { color: #666666 } /* Operator */
.codehilite .cm { color: #60a0b0; font-style: italic } /* Comment.Multiline */
.codehilite .cp { color: #007020 } /* Comment.Preproc */
.codehilite .c1 { color: #60a0b0; font-style: italic } /* Comment.Single */
.codehilite .cs { color: #60a0b0; background-color: #fff0f0 } /* Comment.Special */
.codehilite .gd { color: #A00000 } /* Generic.Deleted */
.codehilite .ge { font-style: italic } /* Generic.Emph */
.codehilite .gr { color: #FF0000 } /* Generic.Error */
.codehilite .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.codehilite .gi { color: #00A000 } /* Generic.Inserted */
.codehilite .go { color: #808080 } /* Generic.Output */
.codehilite .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */
.codehilite .gs { font-weight: bold } /* Generic.Strong */
.codehilite .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.codehilite .gt { color: #0040D0 } /* Generic.Traceback */
.codehilite .kc { color: #007020; font-weight: bold } /* Keyword.Constant */
.codehilite .kd { color: #007020; font-weight: bold } /* Keyword.Declaration */
.codehilite .kn { color: #007020; font-weight: bold } /* Keyword.Namespace */
.codehilite .kp { color: #007020 } /* Keyword.Pseudo */
.codehilite .kr { color: #007020; font-weight: bold } /* Keyword.Reserved */
.codehilite .kt { color: #902000 } /* Keyword.Type */
.codehilite .m { color: #40a070 } /* Literal.Number */
.codehilite .s { color: #4070a0 } /* Literal.String */
.codehilite .na { color: #4070a0 } /* Name.Attribute */
.codehilite .nb { color: #007020 } /* Name.Builtin */
.codehilite .nc { color: #0e84b5; font-weight: bold } /* Name.Class */
.codehilite .no { color: #60add5 } /* Name.Constant */
.codehilite .nd { color: #555555; font-weight: bold } /* Name.Decorator */
.codehilite .ni { color: #d55537; font-weight: bold } /* Name.Entity */
.codehilite .ne { color: #007020 } /* Name.Exception */
.codehilite .nf { color: #06287e } /* Name.Function */
.codehilite .nl { color: #002070; font-weight: bold } /* Name.Label */
.codehilite .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */
.codehilite .nt { color: #062873; font-weight: bold } /* Name.Tag */
.codehilite .nv { color: #bb60d5 } /* Name.Variable */
.codehilite .ow { color: #007020; font-weight: bold } /* Operator.Word */
.codehilite .w { color: #bbbbbb } /* Text.Whitespace */
.codehilite .mf { color: #40a070 } /* Literal.Number.Float */
.codehilite .mh { color: #40a070 } /* Literal.Number.Hex */
.codehilite .mi { color: #40a070 } /* Literal.Number.Integer */
.codehilite .mo { color: #40a070 } /* Literal.Number.Oct */
.codehilite .sb { color: #4070a0 } /* Literal.String.Backtick */
.codehilite .sc { color: #4070a0 } /* Literal.String.Char */
.codehilite .sd { color: #4070a0; font-style: italic } /* Literal.String.Doc */
.codehilite .s2 { color: #4070a0 } /* Literal.String.Double */
..codehilite .se { color: #4070a0; font-weight: bold } /* Literal.String.Escape */
.codehilite .sh { color: #4070a0 } /* Literal.String.Heredoc */
.codehilite .si { color: #70a0d0; font-style: italic } /* Literal.String.Interpol */
.codehilite .sx { color: #c65d09 } /* Literal.String.Other */
.codehilite .sr { color: #235388 } /* Literal.String.Regex */
.codehilite .s1 { color: #4070a0 } /* Literal.String.Single */
.codehilite .ss { color: #517918 } /* Literal.String.Symbol */
.codehilite .bp { color: #007020 } /* Name.Builtin.Pseudo */
.codehilite .vc { color: #bb60d5 } /* Name.Variable.Class */
.codehilite .vg { color: #bb60d5 } /* Name.Variable.Global */
.codehilite .vi { color: #bb60d5 } /* Name.Variable.Instance */
.codehilite .il { color: #40a070 } /* Literal.Number.Integer.Long */
/* nav */
.nav
{
background-color: #f0f0f0;
margin-top: 5px;
padding: 5px;
-webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.5);
-moz-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.5);
box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.5);
}
.nav_prev,
.nav_up,
.nav_next
{
display: block;
float: left;
width: 33%;
}
.nav_prev
{
text-align: left;
}
.nav_prev a
{
padding-left: 20px;
background: url('../staticresources/images/nav_prev.png') no-repeat left;
}
.nav_up
{
width: 34%;
text-align: center;
}
.nav_up a
{
padding-left: 18px;
background: url('../staticresources/images/nav_up.png') no-repeat left;
}
.nav_next
{
float: right;
text-align: right;
}
.nav_next a
{
padding-right: 20px;
background: url('../staticresources/images/nav_next.png') no-repeat right;
}
/* clearfix */
.clearfix
{
*zoom: 1;
}
.clearfix:before,
.clearfix:after
{
display: table;
line-height: 0;
content: "";
}
.clearfix:after
{
clear: both;
}