static/css/common.css (717 lines of code) (raw):

/* * 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('../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('../images/content-backgound.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; } .news h1 { font-size: 153.9%; } .news h2, h2.news { font-size: 100%; text-decoration: none; font-weight: bolder; padding-left: 20px; margin: 10px; } .news h2 em, h2.news em { color: #777; font-size: 100%; font-style: italic; float: right; font-weight: normal; clear: right; } .logoBlock { display: none; } .confluence-userlink { display: none; } .not-personal { float: right; font-style: italic; } .blog-post-listing .wiki-content { border-bottom: 1px #bbb solid; margin-bottom: 15px; } #footer { font-size: 11px; padding-left: 215px; padding-right: 20px; padding-bottom: 15px; text-align: center; background-image: url('../images/footer.png'); background-repeat: no-repeat; background-position: bottom; } .nobr sup img { display: none; } .codehilite pre { padding: 5px 10px; border-width: 1px; border-style: dashed; background-color: #f0f0f0; } blockquote { margin: 10px; padding: 0px 10px; border-left-width: 1px; border-left-style: solid; } table { margin: 5px; border-collapse: collapse; } 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; } .note { border: 1px solid #f0c000; background: #ffffce url('../images/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('../images/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('../images/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('../images/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; } .noBorder { border: 0 none transparent; } .noBorder tr { border: 0 none transparent; } .noBorder th { border: 0 none transparent; } .noBorder td { border: 0 none transparent; } .download { padding: 7px 12px 3px 12px; border: 1px solid #aee756; background: #e9fad0; } .download table { margin: 0; } .download td { padding: 0; } /* 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('../images/nav_prev.png') no-repeat left; } .nav_up { width: 34%; text-align: center; } .nav_up a { padding-left: 18px; background: url('../images/nav_up.png') no-repeat left; } .nav_next { float: right; text-align: right; } .nav_next a { padding-right: 20px; background: url('../images/nav_next.png') no-repeat right; } .borderless, .borderless td { border: 0; } #ZoomCapDiv { } #ZoomCapDiv table { margin: 0; border-collapse: separate; } #ZoomCapDiv td { border-width: 0; border-style: none; border-color: transparent; padding: 0; } /* clearfix */ .clearfix { *zoom: 1; } .clearfix:before, .clearfix:after { display: table; line-height: 0; content: ""; } .clearfix:after { clear: both; } .codehilite .hll { background-color: #ffffcc } .codehilite { background: #f0f0f0; } .codehilite .c { color: #60a0b0; font-style: italic } /* Comment */ .codehilite .err { } /* 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 */ /* START - HERO */ .hero { padding: 5px; margin-bottom: 10px; } .hero .left { float: left; width: 365px; vertical-align: top; } .hero .right { float: right; width: 377px; vertical-align: top; } .hero .description { text-align: justify; } .hero .download-link { text-align: center; } /* END - HERO */ /* START - FEATURES-HIGHLIGHTS */ .features-highlights { margin-bottom: 20px; } .features-highlights .separator { margin-bottom: 20px; } .feature-highlight { position: relative; width: 365px; min-height: 69px; margin: 0 5px; background-image: url( "../images/feature_highlight_background.png" ); background-repeat: no-repeat; background-position: top left; } .feature-highlight.left { float: left; } .feature-highlight.right { float: right; } .feature-highlight .icon { position: absolute; top: 5px; left: 5px; } .feature-highlight h3 { margin-left: 60px; margin-top: 23px; } .feature-highlight .text { margin-top: 20px; padding-left: 15px; text-align: justify; } /* END - FEATURES-HIGHLIGHTS */ /* START - DOWNLOAD-BADGE */ .download_badge { display: inline-block; height: 105px; background-repeat: no-repeat; text-decoration: none; box-sizing: border-box; color: #5e5e5e; font-size: 10px; } a.download_badge_studio b { display: inline-block; padding-top: 37px; padding-left: 83px; padding-right: 60px; text-align: center; text-decoration: none; box-sizing: border-box; width: 306px; background-image: url( "../images/download-badge-studio.gif" ); font-size: 10px; height: 105px; background-repeat: no-repeat; } a.download_badge_apacheds b { display: inline-block; padding-top: 37px; padding-left: 53px; padding-right: 60px; text-align: center; text-decoration: none; box-sizing: border-box; width: 306px; background-image: url( "../images/download-badge-apacheds.gif" ); height: 105px; background-repeat: no-repeat; } a.download_badge_api b { display: inline-block; padding-top: 37px; padding-left: 53px; padding-right: 60px; text-align: center; text-decoration: none; box-sizing: border-box; width: 306px; background-image: url( "../images/download-badge-ldap-api.gif" ); height: 105px; background-repeat: no-repeat; } a.download_badge_mavibot b { display: inline-block; padding-top: 37px; padding-left: 53px; padding-right: 60px; text-align: center; text-decoration: none; box-sizing: border-box; width: 306px; background-image: url( "../images/download-badge-mavibot.gif" ); height: 105px; background-repeat: no-repeat; } a.download_badge_kerby b { display: inline-block; padding-top: 37px; padding-left: 53px; padding-right: 60px; text-align: center; text-decoration: none; box-sizing: border-box; width: 306px; background-image: url( "../images/download-badge-kerby.gif" ); height: 105px; background-repeat: no-repeat; } .download_badge b { display: inline-block; padding-top: 37px; padding-left: 83px; padding-right: 60px; text-align: center; text-decoration: none; box-sizing: border-box; font-size: 10px; } /* END - DOWNLOAD-BADGE */