All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jcr_root.static.clientlibs.reference.site.css Maven / Gradle / Ivy

There is a newer version: 1.1.8
Show newest version
/*
 * 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.
 */
body {
    background-color: #ffffff;
    color: #3b3b3b;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 10pt;
    line-height: 140%
}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    color: #000000;
    line-height: 100%;
}

.tocHeading {
	font-size:120%;
	font-weight:bold;
}

h1 {
    font-size: 200%;
    font-weight: bold;
    border-bottom: solid #EEE 1px;
    border-top: solid #EEE 1px;
    padding-top:.2em;
    padding-bottom:.2em;
}

h2 {
    font-size: 200%;
    margin-top: 1em;
    font-weight: normal;
    border-top: solid #e0e0e0 1px;
    padding-top: 0.45em;
}

h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited, h4 a, h4 a:visited {
	color:black;
	text-decoration:none;
}

h3 {
    font-size: 150%
}

h4 {
    font-size: 140%
}

h5 {
    font-size: 130%
}

h6 {
    font-size: 120%
}

a {
    color: #1980af
}

a:visited {
    color: #1980af
}

a:hover {
    color: #1faae9
}

img {
    max-width: 100%;
    border: solid 1px #EEE;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding: 0.5em
}

.title {
    position: absolute;
    left: 1px;
    right: 1px;
    top: 25px;
    height: 81px;
    background:
        url(https://sling.apache.org/site/media.data/gradient.png)
        repeat-x;
    background-position: bottom;
}

.title img {
    width: auto;
    border: none;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;    
}

.logo {
    position: absolute;
    width: 15em;
    height: 81px;
    text-align: center;
}

.logo img {
    height: 63px;
}

.header {
    text-align: right;
    margin-right: 20pt;
}

.menu {
    border-top: 10px solid #f9bb00;
    position: absolute;
    top: 107px;
    left: 1px;
    width: 15em;
    bottom: 0px;
    padding: 0px;
    background-color: #fcfcfc
}

.menu ul,.menu p {
    background-color: #fdf5d9;
    list-style: none;
    padding-left: 4em;
    margin-top: 0px;
    padding-top: 2em;
    padding-bottom: 2em;
    margin-left: 0px;
    color: #4a4a43
}

.menu p {
    font-size: 90%;
    margin: 0px;
    padding: 1px;
    padding-left: 1em;
    padding-bottom: 1em;
}

.menu a {
    text-decoration: none;
    color: #4a4a43
}

.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;
}

.preformatted {
    color: black;
    background-color: #eeeeee;
    border: solid 1px black;
    padding: 0.5em
}

.preformattedContent pre {
    margin: 0em
}

table {
    border-collapse: collapse;
    margin: 5px;
}

th {
    background-color: #FDF5D9;
    border: 1px solid #DDD;
    padding: 3px 4px;
    text-align: left;
    font-weight:bold;
    font-size:90%;
    padding: 3px 4px;
}

td {
    border: 1px solid #DDD;
    padding: 3px 4px;
}

.note
{
/*
    background-color: #FFFFCE;
    border: 1px solid #F0C000;
*/
    border: 1px solid #f0c000;
	background: #ffffce url('icons/warning.gif') no-repeat 5px 5px;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px 5px 5px 28px;
}

.warning
{
/*
    background-color: #FFCCCC;
    border: 1px solid #CC0000;
*/
    border: 1px solid #f0c000;
	background: #ffffce url('icons/forbidden.gif') no-repeat 5px 5px;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px 5px 5px 28px;
}

.info
{
/*
    background-color: #D8E4F1;
    border: 1px solid #3C78B5;
*/
    border: 1px solid #3c78b5;
	background: #D8E4F1 url('icons/information.gif') no-repeat 5px 5px;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px 5px 5px 28px;
}

.tip
{
/*
    background-color: #DDFFDD;
    border: 1px solid #009900;
*/
	border: 1px solid #090;
	background: #dfd url('/res/icons/check.gif') no-repeat 5px 5px;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px 5px 5px 28px;
}

/** Last modification information at the botton of each page */
.timestamp {
    margin-top: 30px;
    font-size: 80%;
    text-align: right;
}

.footer {
    font-size: 80%;
    font-style: italic;
    margin-top: 10px;
    text-align: left;
}

blockquote {
    font-style: italic;
    margin: 0;
    padding-left: 1em;
    border-left: 1px solid black;
}

pre {
    color: black;
    background-color: #f0f0f0;
    border: solid 1px #f5f5f5;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding: 0.5em;
    width: 100%;
}

.draft {
	font-size:150%;
	font-weight:bold;
    color:blue;
    text-align:center;
}

.footer {
    padding-top: 1em; 
}

.badge {
    border-radius: 2px;
    background-color: #EEE;
    text-align: center;
    padding-left: 3px;
    padding-right: 3px;
	margin-left: 3px;
}

.pagenav {
    overflow:hidden
    font-size: 70%;
    clear:both;
    padding-bottom:1em;
}

.breadcrumbs {
    float:left;
}

.tags {
    float:right;
}

.tags a {
    background-color: #EEE;
	padding: 0.2em;
    margin-left: 0.2em;
	text-decoration: none;
}

.allTagsLink {
    padding-right:0.5em;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy