Blame Identity/Webenv/Themes/Default/Moin/1.5.9/Modern/css/screen.css

af7431
/* 
87dce2
 * screen.css -- This file provides visual style for screens.
af7431
 *
87dce2
 * Copyright (C) 2009-2013 The CentOS Project
af7431
 *
af7431
 * This CSS is free software; you can redistribute it and/or modify it
af7431
 * under the terms of the GNU General Public License as published by
af7431
 * the Free Software Foundation; either version 2 of the License, or
af7431
 * (at your option) any later version.
af7431
 *
af7431
 * This CSS is distributed in the hope that it will be useful, but
af7431
 * WITHOUT ANY WARRANTY; without even the implied warranty of
af7431
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
af7431
 * General Public License for more details.
af7431
 *
af7431
 * You should have received a copy of the GNU General Public License
af7431
 * along with this program; if not, write to the Free Software
af7431
 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
87dce2
 * 
87dce2
 */
87dce2
87dce2
/*
87dce2
 * Webenv -> Main Blocks
87dce2
 * ---------------------
af7431
 */
af7431
af7431
div#header,
af7431
div#wrap,
af7431
div#body,
af7431
div#footer {
af7431
    min-width: 728px;
af7431
    }
af7431
87dce2
/* Header */
87dce2
af7431
div#header {
af7431
	background: #204C8D url("../img/moin-header-background.png") 0 0 repeat;
af7431
	min-height: 46px;
af7431
	}
af7431
87dce2
/* Content */
af7431
af7431
div#wrap {
af7431
    background-color: #FFF;
34d2b6
    padding: 0 10px;
af7431
	}
af7431
af7431
div#body {
af7431
	clear: both;
af7431
    background-color: #F8F8F8;
af7431
	}
af7431
5e837f
div#page,
5e837f
div#preview {
28fc18
    padding: 10px 30px 30px;
31fbe9
    }
31fbe9
af7431
div#content {
af7431
    background-color: #FFF;
5e837f
    margin-bottom: 20px;
af7431
    }
af7431
84608a
div#content > p,
84608a
div#content > pre,
5e837f
div#content > div > table,
5e837f
div#content table.message,
5e837f
div#content div.table-of-contents,
5e837f
div#content div#page-history,
5e837f
div#content div#content-below-diff > p,
5e837f
div#content div#content-below-diff > pre,
4bf34c
div#content div#preview > p,
4bf34c
div#content div#preview > pre,
4bf34c
div#content div#preview > div {
84608a
    margin-left: 20px;
84608a
    }
84608a
87dce2
/* Headings */
46c01f
46c01f
h1 {
7273d7
    font-size: 1.7em;
7273d7
    font-weight: bold;
7273d7
    line-height: 1.9em;
7273d7
    margin-top: 0.9em;
7273d7
    margin-bottom: 0.9em;
7273d7
    padding-left: 20px; /* Should be the same for h{1-4} */
7273d7
    color: #FFF;
7273d7
    border: none;
7273d7
    background-color: #204C8D;
7273d7
    background-image: url("../img/moin-h1-background.png");
6e40c2
    -moz-border-radius: 3px;
7273d7
    }
7273d7
46c01f
h2 {
7273d7
    font-size: 1.4em;
7273d7
    line-height: 1.8em;
7273d7
    margin: 0;
7273d7
    margin-top: 1.6em;
7273d7
    margin-bottom: 0.8em;
7273d7
    padding-left: 20px; /* Should be the same for h{1-4}*/
7273d7
    background-image: url("../img/moin-h2-background.png");
7273d7
    border: none;
7273d7
    color: #072B61;
6e40c2
    -moz-border-radius: 3px;
7273d7
    }
46c01f
46c01f
h3 {
7273d7
    font-size: 1.25em;
7273d7
    line-height: 1.6em;
7273d7
    margin-top: 1em;
7273d7
    margin-bottom: 0.5em;
7273d7
    padding-left: 20px; /* Should be the same for h{1-4} */
7273d7
    color: #072B61;
7273d7
    border-bottom-width: 1px;
7273d7
    border-bottom-style: solid;
7273d7
    border-bottom-color: #DADADA;
7273d7
    }
46c01f
h4 {
7273d7
    font-size: 1.2em;
7273d7
    line-height: 1.4em;
7273d7
    margin-top: 1em;
7273d7
    margin-bottom: 0.5em;
7273d7
    padding-left: 20px; /* Should be the same for h{1-4} */
7273d7
    color: #072B61;
7273d7
    border-bottom: none;
7273d7
    }
46c01f
46c01f
h5 {
7273d7
    font-size: 1.1em;
7273d7
    line-height: 1.1em;
7273d7
    margin-top: 1em;
7273d7
    margin-bottom: 0.5em;
7273d7
    padding-left: 20px; /* Should be the same for h{1-4} */
7273d7
    color: #072B61;
7273d7
    font-weight: bold;
7273d7
    border-bottom: none;
7273d7
    }
46c01f
46c01f
h6 {
7273d7
    font-size: 1em;
7273d7
    line-height: 1.1em;
7273d7
    margin-top: 1em;
7273d7
    margin-bottom: 0.5em;
7273d7
    padding-left: 20px; /* Should be the same for h{1-4} */
7273d7
    color: #000;
7273d7
    font-weight: bold;
7273d7
    border-bottom: none;
7273d7
    }
46c01f
31fbe9
#editor-help {
31fbe9
    padding: 1em;
31fbe9
	border: 1px solid;
31fbe9
    background-image: url("../img/moin-msg-bg-blue.png");
31fbe9
	border-color: #D2E0F6;
31fbe9
	background-color: #ECF4FF;
31fbe9
    }
31fbe9
31fbe9
#editor-help dl {
31fbe9
    margin: 0 0 2em;
31fbe9
    }
31fbe9
31fbe9
#editor-help dl dt {
31fbe9
    margin: 0.5em;
31fbe9
    font-size: 1.2em;
31fbe9
    border-bottom: 1px solid #D2E0F6;
31fbe9
    }
31fbe9
31fbe9
#editor-help dl dd {
31fbe9
    margin-top: 0.5em;
31fbe9
    margin-bottom: 1em;
31fbe9
    }
31fbe9
5e837f
div#content-below-diff {
5e837f
    margin-top: 20px;
5e837f
    }
5e837f
5e837f
div.recentchanges {
5e837f
    margin-top: 20px;
5e837f
    font-size: x-small;
5e837f
    }
5e837f
7f8c2f
div.recentchanges td.rcicon1 {
7f8c2f
    text-align: center;
7f8c2f
    }
7f8c2f
87dce2
div.recentchanges td.rcicon1 img,
87dce2
div.recentchanges td.rcicon2 img {
7f8c2f
    margin: 0 !important;
87dce2
    }
87dce2
87dce2
div.recentchanges div.rcrss img,
87dce2
table.recentchanges td img {
87dce2
    margin-left: 0 !important;
87dce2
    }
87dce2
87dce2
table.recentchanges {
87dce2
    margin-left: 0 !important;
87dce2
    width: 100%;
87dce2
    margin-top: 15px;
87dce2
    }
87dce2
5e837f
.recentchanges table {
5e837f
    width: 100%;
87dce2
    margin-left: 0 !important;
5e837f
    }
5e837f
5e837f
.recentchanges tr.rcdaybreak {
5e837f
    background-image: url("../img/moin-h2-background.png");
5e837f
    }
5e837f
5e837f
p.diff-header {
5e837f
    font-size: 1.2em;
5e837f
    line-height: 1.5em;
5e837f
    font-weight: bold;
5e837f
    margin: 10px 0 !important;
5e837f
    }
5e837f
5e837f
table.diff {
5e837f
    font-size: x-small;
5e837f
    width: 100%;
5e837f
    }
5e837f
5e837f
table.diff tr.diff-title td {
5e837f
    border:none;
5e837f
    border-left: 1px solid #AAA;
5e837f
    border-right: 1px solid #AAA;
5e837f
    width: 50%;
5e837f
    }
5e837f
5e837f
table.diff td.diff-removed {
5e837f
    background: #FFDDDD;
5e837f
    border: 1px solid #CC0000;
5e837f
    border-right: 1px solid #AAA;
5e837f
    font-family: "DejaVu Sans Mono", "Liberation Mono", monospace;
5e837f
    }
5e837f
5e837f
table.diff td.diff-added {
5e837f
    background: #DDFFDD;
5e837f
    border: 1px solid #00AA00;
5e837f
    border-left: 1px solid #AAA;
5e837f
    font-family: "DejaVu Sans Mono", "Liberation Mono", monospace;
5e837f
    }
5e837f
87dce2
/* Paragraphs */
af7431
af7431
div#content p {
87dce2
    /* text-align:justify; */
af7431
    }
af7431
af7431
div#content form .userpref table {
af7431
    margin-bottom: 1em;
af7431
    }
af7431
af7431
div#content form .userpref p {
af7431
    margin-left: 0;
af7431
    }
af7431
84608a
div#page p#pageinfo {
84608a
    margin-top: 5em;
5e837f
    margin-bottom: 0;
28fc18
    color: gray;
84608a
    }
84608a
87dce2
/* Logo */
87dce2
af7431
div#header div#logo img {
af7431
    border: none;
af7431
    float: left;
af7431
    margin-left: 10px;
af7431
    }
af7431
87dce2
/* Google advertisement (468x60px) */
af7431
af7431
div#header div.ads-google {
af7431
    float: right;
af7431
    margin: 5px;
af7431
    }
af7431
af7431
div#header div.ads-google img {
af7431
    border: none;
af7431
    }
af7431
87dce2
/* Last releases and RSS link for them. */
87dce2
af7431
div#header div#last-releases {
af7431
    clear: both;
af7431
    min-height: 35px;
af7431
    border-top: 3px solid #FFF;
af7431
    border-bottom: 3px solid #FFF;
af7431
    background: #3465A4;
af7431
    }
af7431
af7431
div#header div#last-releases div.left {
af7431
    display: block;
af7431
    float: left;
af7431
    width: 80%;
af7431
    margin-top: 10px;
af7431
    font-size: small;
af7431
    }
af7431
af7431
div#header div#last-releases div.right {
af7431
    float: right;
af7431
    margin-top: 9px;
af7431
    margin-right: 5px;
af7431
    }
af7431
af7431
div#header div#last-releases div.right span.rss span {
af7431
    text-align: center;
af7431
    font-weight: bold;
af7431
    background: #729fcf;
af7431
    padding: 4px 10px;
af7431
    }
af7431
af7431
div#header div#last-releases div {
af7431
    margin-left: 10px;
af7431
    }
af7431
af7431
div#header div#last-releases div span.title {
af7431
    font-weight: bold;
af7431
    color: #FFF;
af7431
    }
af7431
af7431
div#header div#last-releases div span.release {
af7431
    border-right: 1px dotted #FFF;
af7431
    padding-left: 10px;
af7431
    padding-right: 10px;
af7431
    font-weight: bold;
af7431
    }
af7431
af7431
div#header div#last-releases div span.last {
af7431
    border-right: 0px;
af7431
    }
af7431
87dce2
/* User links on header */
af7431
af7431
div#header div.userlinks {
af7431
    padding: 10px;
af7431
    text-align: right;
af7431
    font-size: x-small;
af7431
    clear: both;
af7431
    }
af7431
af7431
div#header div.userlinks div.lastvisit {
af7431
    width: 50%;
af7431
    float: left;
af7431
    text-align: left;
af7431
    }
af7431
af7431
div#header div.userlinks div.lastvisit span {
af7431
    border: none;
af7431
    }
af7431
af7431
div#header div.userlinks div.lastvisit span.title {
af7431
    color: #FFF;
af7431
    }
af7431
af7431
div#header div.userlinks div.lastvisit span.datetime {
af7431
    font-style: italic;
af7431
    color: #FFF;
af7431
    }
af7431
af7431
div#header div.userlinks div.session {
af7431
    width: 50%;
af7431
    float: right;
af7431
    }
af7431
af7431
div#header div.userlinks div.session a {
af7431
    margin-left: 10px;
af7431
    margin-right: 10px;
af7431
	}
af7431
af7431
div#header div.userlinks div.session span {
af7431
    border-right: 1px dotted #FFF;
af7431
	}
af7431
af7431
div#header div.userlinks div.session span.last {
af7431
	border-right: none;
af7431
	}
af7431
af7431
div#header div.userlinks div.session span.last a {
af7431
	margin-right: 0;
af7431
	}
af7431
af7431
div#header div.userlinks div.session span.last:after {
af7431
	content: none;
af7431
	}
af7431
af7431
div#header div.userlinks div.trail {
af7431
	text-align: right;
af7431
    clear: both;
af7431
    padding-top: 5px;
af7431
    }
af7431
af7431
div#header div.userlinks div.trail span {
af7431
	display: inline;
af7431
	}
af7431
af7431
div#header div.userlinks div.trail span.last {
af7431
	border-right: none;
af7431
	padding-right: 0;
af7431
	}
af7431
af7431
div#header div.userlinks div.trail span:after {
af7431
	content: "»";
af7431
    color: #FFF;
af7431
    margin-left: 5px;
af7431
    margin-right: 3px;
af7431
	}
af7431
af7431
div#header div.userlinks div.trail span.last:after {
af7431
	content: none;
af7431
	}
af7431
87dce2
/* User trail on content. */
87dce2
af7431
div#body div.usertrail {
af7431
    font-size: small;
af7431
    }
af7431
af7431
div#body div.usertrail a {
af7431
    margin-right: 5px;
af7431
	}
af7431
af7431
div#body div.usertrail span {
af7431
	display: inline;
af7431
	}
af7431
af7431
div#body div.usertrail span.last {
af7431
	border-right: none;
af7431
	padding-right: 0;
af7431
	}
af7431
af7431
div#body div.usertrail span.last a {
af7431
	margin-right: 0;
af7431
	}
af7431
af7431
div#body div.usertrail span:after {
af7431
	content: "»";
af7431
	}
af7431
af7431
div#body div.usertrail span.last:after {
af7431
	content: none;
af7431
	}
af7431
87dce2
/* Page lines */
af7431
af7431
.line {
af7431
	clear: both;
af7431
	margin: 0;
af7431
	padding: 0;
af7431
	background-color: transparent;
af7431
	}
af7431
af7431
.line.white {
af7431
	height: 3px;
af7431
	background-color: #FFF;
af7431
	}
90703d
31fbe9
#pageinfo {
31fbe9
    text-align: right;
31fbe9
    font-size: x-small;
31fbe9
    }
31fbe9
87dce2
/* Footer */
90703d
90703d
#footer {
90703d
    clear: both;
90703d
    padding-bottom: 1em;
90703d
	background: #204C8D url("../img/moin-header-background.png") 0 0 repeat;
90703d
	}
90703d
90703d
#footer div.credits {
90703d
    padding: 10px;
90703d
    }
90703d
    
90703d
#footer div.credits .copyright,
90703d
#footer div.credits .license {
90703d
    font-size: x-small;
90703d
    color: #FFF;
90703d
    line-height: 1.5em;
90703d
    }
90703d
90703d
#footer div.credits a {
90703d
    color: #FFF;
90703d
    font-style: italic;
90703d
    }
90703d
90703d
#footer div.top {
90703d
    float:right;
90703d
    }
90703d
90703d
#footer .editbar {
90703d
    border-top-width: 2px;
90703d
    border-top-style: dotted;
90703d
    border-top-color: #628EAC;
90703d
    border-bottom-width: 1px;
90703d
    border-bottom-style: solid;
90703d
    border-bottom-color: #C9C9C9;
90703d
    }
90703d
90703d
#footer .navibar li {
90703d
    background-color: #FFF;
90703d
    background-image: url("../img/moin-navibarbottom-bg.png");
90703d
    background-position: left bottom;
90703d
    background-repeat: repeat-x;
90703d
    -moz-border-radius: 0 0 3px 3px;
90703d
    }
90703d
90703d
#footer .navibar li:hover {
90703d
    background-color: #628ECA;
90703d
    background-image: url("../img/moin-navibarbottom-hover-bg.png");
90703d
    background-position: left bottom;
90703d
    background-repeat: repeat-x;
90703d
    }
90703d
90703d
#footer .navibar li.current, 
90703d
#footer .navibar li.current:hover, 
90703d
#footer .navibar li.current:hover a, 
90703d
#footer .navibar li.current:active a {
90703d
    color: #FFFFFF;
90703d
    background-color: #628ECA;
90703d
    background-image: url("../img/moin-navibarbottom-hover-bg.png"); 
90703d
    background-position: left top;
90703d
    background-repeat: repeat-x;
90703d
    }
90703d
90703d
#credits, 
90703d
#version, 
90703d
#timings {
90703d
    text-align: center;
90703d
    font-size: 0.88em;
90703d
    padding: 0;
90703d
    margin-top: 2.5em;
90703d
    color: #EEE;
90703d
    }
90703d
90703d
#credits a { 
90703d
    color: #EEE; 
90703d
    }
90703d
90703d
#credits a:hover {
90703d
    text-decoration: underline;
90703d
    }
90703d
90703d
#credits li, #timings li {
90703d
    display: inline;
90703d
    padding-right: 2px;
90703d
    margin-right: 4px;
90703d
    color: #EEE;
90703d
    }
90703d
90703d
#credits img {
90703d
    vertical-align: middle;
90703d
    }
90703d
af7431
/* 
af7431
 * Webenv -> Forms
87dce2
 * ---------------
af7431
 */
af7431
af7431
div#body div.row1 {
af7431
	clear: both;
af7431
	background: #F8F8F8;
af7431
	padding: 10px;
af7431
	}
af7431
af7431
div#body div.row2 {
af7431
	clear: both;
af7431
	background: #FFFFFF;
af7431
	padding: 10px;
af7431
	}
af7431
af7431
div#body div.row3 {
af7431
	clear: both;
af7431
	border-top: 1px solid #CCC;
af7431
	padding: 10px;
af7431
	margin-top: 10px;
af7431
	}
af7431
af7431
div#body fieldset div.row1 span.descrip,
af7431
div#body fieldset div.row2 span.descrip {
af7431
	float: left;
af7431
	}
af7431
af7431
div#body fieldset div.field {
af7431
	display: block;
af7431
	margin-left: 30%;
af7431
	}
af7431
af7431
div#body fieldset div.field div.column {
af7431
	float: left;
af7431
	margin-right: 1em;
af7431
	padding-right: 1em;
af7431
	border-right: 1px dotted #AAA;
af7431
	}
af7431
af7431
div#body fieldset div.row3 div.descrip {
af7431
	display: block;
af7431
	font-size: small;
af7431
	color: #AAA;
af7431
	font-style: italic;
af7431
	width: 70%
af7431
	}
af7431
af7431
div#body fieldset span.submit {
af7431
	float: right;
af7431
	}
af7431
af7431
/* */
af7431
af7431
div#body div.actions {
af7431
    margin-top: 10px;
af7431
	border-bottom: 1px solid #AAA;
af7431
    padding-bottom: 10px;
af7431
af7431
    }
af7431
af7431
div#body div.actions span {
af7431
	display: inline;
af7431
	margin: 0;
af7431
	padding-right: 10px;
af7431
	border-right: 1px dotted #AAA;
af7431
	color: #AAA;
af7431
	}
af7431
af7431
div#body div.actions span.last {
af7431
	border-right: none;
af7431
	padding-left: 10px;
af7431
	}
af7431
af7431
/* */
af7431
af7431
div#body div.pagination {
af7431
    font-size: small;
af7431
    padding: 10px;
af7431
    border-top: 1px #AAA solid;
af7431
    margin-bottom: 2em;
af7431
    }
af7431
af7431
div#body div.pagination span.left {
af7431
    float: left;
af7431
    }
af7431
af7431
div#body div.pagination span.left a:before {
af7431
    content: "«";
af7431
    padding-right: 3px;
af7431
    }
af7431
af7431
div#body div.pagination span.right a:after {
af7431
    content: "»";
af7431
    padding-left: 3px;
af7431
    }
af7431
af7431
div#body div.pagination span.right {
af7431
    float: right;
af7431
    }
af7431
af7431
/* */
af7431
af7431
div#body div.records-list {
af7431
    display: block;
af7431
    }
af7431
af7431
div#body div.records-list ul {
af7431
    margin: 0;
af7431
    padding: 0;
af7431
    list-style: none;
af7431
    }
af7431
af7431
div#body div.records-list ul li {
af7431
    padding: 0.5em;
af7431
    }
af7431
af7431
div#body div.records-list ul li.row1 {
af7431
    background: #F8F8F8;
af7431
    }
af7431
af7431
div#body div.records-list ul li span.col0 {
af7431
    display: block;
af7431
    float:left;
af7431
    text-align: center;
af7431
    padding-right: 0.5em;
af7431
    margin-right: 0.5em;
af7431
    border-right: 1px solid #FFF;
af7431
    }
af7431
af7431
div#body div.records-list ul li span.col1 {
af7431
    width: 250px;
af7431
    display: block;
af7431
    float:left;
af7431
    }
af7431
af7431
div#body div.records-list ul li span.col2 {
af7431
    border-left: 1px solid #FFF;
af7431
    padding-left: 0.5em;
af7431
    }
af7431
af7431
div#body div.records-list ul li.title {
af7431
    font-weight: bold;
af7431
    background: #eee;
af7431
    border-bottom: 1px #AAA solid;
af7431
    }
31fbe9
31fbe9
#editor-textarea {
f28181
    width: 99%;
31fbe9
    }
31fbe9
af7431
/*
af7431
 * Webenv -> Links
87dce2
 * ---------------
af7431
 */
af7431
87dce2
/* Broken or nonexistent links. */
af7431
96dd58
a.nonexistent,
96dd58
a.nonexistent:hover { color: gray; }
af7431
87dce2
/* Special decoration for some links' classes */
af7431
96dd58
a.www:before {
af7431
    white-space:nowrap;
96dd58
    content: url(../img/moin-www.png);
af7431
    margin: 0 0.2em;
af7431
    }
af7431
96dd58
a.http:before {
af7431
    white-space:nowrap;
96dd58
    content: url(../img/moin-www.png);
af7431
    margin: 0 0.2em;
af7431
    }
af7431
96dd58
a.https:before {
af7431
    white-space:nowrap;
96dd58
    content: url(../img/moin-www.png);
af7431
    margin: 0 0.2em;
af7431
    }
af7431
96dd58
a.mailto:before {
af7431
    white-space:nowrap;
96dd58
    content: url(../img/moin-email.png);
af7431
    margin: 0 0.2em;
af7431
    }
af7431
96dd58
a.attachment:before {
af7431
    white-space:nowrap;
96dd58
    content: url(../img/moin-attach.png);
af7431
    margin: 0 0.2em;
af7431
    }
af7431
96dd58
a.interwiki:before {
96dd58
    white-space:nowrap;
96dd58
    content: url(../img/moin-inter.png);
96dd58
    margin: 0 0.2em;
96dd58
    }
96dd58
96dd58
87dce2
/* */
af7431
af7431
div#header .user-last-visit a,
af7431
div#header .userlinks a,
af7431
div#header .usertrail a,
af7431
div#header #last-releases a {
af7431
	color: #fff;
af7431
    }
5e837f
af7431
/* 
af7431
 * Webenv -> Lists
87dce2
 * ---------------
af7431
 */
af7431
90703d
ul { 
90703d
    list-style: url("../img/moin-ul.png") circle; 
90703d
    } 
af7431
84608a
div#rightbar ul {
af7431
    padding: 0.5em 0.5em 1em 1em;
af7431
    margin: 0;
af7431
    list-style: none;
af7431
    border-top: 1px #EEE solid;
af7431
    }
af7431
84608a
div#rightbar ul.first {
af7431
    border-top: none;
af7431
    }
af7431
84608a
div#right ul li {
af7431
    padding: 2px;
af7431
    }
af7431
87dce2
/* Table of content (table-of-contents)  */
af7431
84608a
div.table-of-contents {
af7431
	font-size: small;
af7431
	text-align:left;
af7431
    margin-bottom: 2em;
84608a
	border: 1px solid #D2E0F6;
84608a
    background-image: url("../img/moin-msg-bg-blue.png");
84608a
	background-color: #ECF4FF;
6e40c2
    -moz-border-radius: 3px;
af7431
	}
af7431
84608a
div.table-of-contents > ol {
84608a
    margin-left: 3.5em;
af7431
    }
af7431
84608a
div.table-of-contents p.table-of-contents-heading {
84608a
    font-size: 1.4em;
84608a
    line-height: 1.8em;
af7431
    margin: 0;
84608a
    padding-left: 1em; /* Should be the same for h{1-4}*/
84608a
    background-image: url("../img/moin-h2-background.png");
84608a
    color: #072B61;
84608a
    font-weight: bold;
6e40c2
    border-bottom: 1px solid #D2E0F6;
af7431
    }
af7431
5e837f
div.searchresults {
5e837f
    border-top: 1px solid #AAA;
5e837f
    }
5e837f
5e837f
div.searchresults dl {
5e837f
    margin-left: 20px;
5e837f
    margin-right: 20px;
5e837f
    }
5e837f
af7431
/* 
af7431
 * Webenv -> Quotation
87dce2
 * -------------------
af7431
 */
af7431
87dce2
/* Action messages */
87dce2
31fbe9
#message {
31fbe9
    padding: 0 2em 0em;
46c01f
	border: none;
46c01f
	border-top: 4px solid;
46c01f
	border-bottom: 4px solid;
46c01f
    background-image: url("../img/moin-msg-bg-blue.png");
46c01f
	border-color: #D2E0F6; 
46c01f
	background-color: #ECF4FF;
31fbe9
    }
31fbe9
31fbe9
#message .buttons {
31fbe9
    margin-bottom: 1em;
31fbe9
    }
46c01f
46c01f
46c01f
/* Admonitions
87dce2
 * 
87dce2
 * NOTE: To build admonitions, use the following wiki markup as
87dce2
 * template:
87dce2
 * --------------------------------------------------------------------
87dce2
 * ||<tableclass="message blue"^|2>  attachment:ArtWork/note.png ||||<class="title" width="99%"(> Note: ||
87dce2
 * ||<class="content"> Here is where the admonition content goes in. ||
87dce2
 * --------------------------------------------------------------------
87dce2
 */
87dce2
87dce2
table.message td {
87dce2
    padding: 5px;
87dce2
    }
af7431
84608a
table.message.blue {
84608a
    background-image: url("../img/moin-msg-bg-blue.png");
84608a
	background-color: #ECF4FF;
af7431
    }
af7431
84608a
table.message.blue td:first-child {
84608a
    border-left: 5px solid #D2E0F6;
84608a
    border-top: 1px solid #D2E0F6;
84608a
    border-bottom: 1px solid #D2E0F6;
84608a
    border-right: none;
af7431
    }
af7431
84608a
table.message.blue td.title {
84608a
    border-top: 1px solid #D2E0F6;
84608a
    border-right: 1px solid #D2E0F6;
84608a
    border-bottom: none;
84608a
    border-left: none;
84608a
    padding-bottom: 0;
84608a
    font-size: 1.3em;
84608a
    font-weight: bold;
84608a
    color: inherit;
af7431
    }
af7431
84608a
table.message.blue td.content {
84608a
    border-right: 1px solid #D2E0F6;
84608a
    border-top: none;
84608a
    border-bottom: 1px solid #D2E0F6;
84608a
    border-left: none;
af7431
    }
af7431
930a18
table.message.orange {
930a18
    border-color: #F6E7D2; 
930a18
    background-color: #FFF8EC;
930a18
    background-image: url("../img/moin-msg-bg-orange.png");
930a18
    }
930a18
930a18
table.message.orange td:first-child {
930a18
    border-left: 5px solid #F6E7D2;
930a18
    border-top: 1px solid #F6E7D2;
930a18
    border-bottom: 1px solid #F6E7D2;
930a18
    border-right: none;
930a18
    }
930a18
930a18
table.message.orange td.title {
930a18
    border-top: 1px solid #F6E7D2;
930a18
    border-right: 1px solid #F6E7D2;
930a18
    border-bottom: none;
930a18
    border-left: none;
930a18
    padding-bottom: 0;
930a18
    font-size: 1.3em;
930a18
    font-weight: bold;
930a18
    color: inherit;
930a18
    }
930a18
930a18
table.message.orange td.content {
930a18
    border-right: 1px solid #F6E7D2;
930a18
    border-top: none;
930a18
    border-bottom: 1px solid #F6E7D2;
930a18
    border-left: none;
930a18
    }
930a18
dc0f47
table.message img {
dc0f47
    margin-left: 10px !important;
dc0f47
    }
dc0f47
af7431
/* 
af7431
 * Webenv -> Tabs (Style 2: Two Rounded Borders)
87dce2
 * ---------------------------------------------
af7431
 */
af7431
af7431
div#header div.tabs {
af7431
	margin-left: 10px;
af7431
    margin-right: 10px;
af7431
    }
af7431
af7431
div#header div.tabs a {
af7431
	color: #FFF;
af7431
	float: left;
af7431
	font-weight: bold;
af7431
	margin-right: 3px;
af7431
	padding: 0px 8px 0 0px;
af7431
	text-decoration: none;
af7431
	}
af7431
af7431
div#header div.tabs span.current a,
af7431
div#header div.tabs span.current a:hover, 
af7431
div#header div.tabs span.current a span,
af7431
div#header div.tabs span.current a:hover span {
af7431
	color: #204A87;
af7431
	text-decoration: none;
af7431
	}
af7431
af7431
div#header div.tabs a span {
af7431
	float: left;
af7431
	padding: 5px 0px 3px 8px;
af7431
	}
af7431
af7431
/* */
af7431
af7431
div#header div.tabs a {
af7431
	background: none;
af7431
	}
af7431
af7431
div#header div.tabs a span {
af7431
	background: none;
af7431
	}
af7431
af7431
div#header div.tabs span.current a,
af7431
div#header div.tabs span.current a:hover {
af7431
	background: url("../img/tabs-bg-1.png") 100% -50px no-repeat;
af7431
	}
af7431
af7431
div#header div.tabs span.current a span,
af7431
div#header div.tabs span.current a:hover span {
af7431
	background: url("../img/tabs-bg-2.png") 0 -50px no-repeat;
af7431
	}
af7431
af7431
div#header div.tabs span:hover a {
af7431
	background: url("../img/tabs-bg-1.png") 100% 0 no-repeat;
af7431
	}
af7431
af7431
div#header div.tabs span:hover a span {
af7431
	background: url("../img/tabs-bg-2.png") 0 0;
af7431
	}
af7431
87dce2
/* Application level navigation bar. */
87dce2
af7431
.editbar {
af7431
    clear: both;
af7431
    display: block;
af7431
    margin: 0;
af7431
    padding-left: 20px;
af7431
    white-space: nowrap;
af7431
    background: #EDF4FF; 
af7431
    font-size: 0.9em;
af7431
    }
af7431
af7431
.editbar form, .editbar form div {
af7431
    display: inline;
af7431
    margin: 0px;
af7431
    }
af7431
af7431
.editbar li {
af7431
    display: inline;
af7431
    padding: 0;
af7431
    margin-right: 10px;
af7431
    }
af7431
af7431
*[dir="rtl"] .editbar li {
af7431
    float: right;
af7431
    }
af7431
af7431
#header .editbar {
af7431
    border-bottom-width: 2px;
af7431
    border-bottom-style: dotted;
af7431
    border-bottom-color: #628ECA;
af7431
    border-top-width: 1px;
af7431
    border-top-style: solid;
af7431
    border-top-color: #C9C9C9;
af7431
    }
af7431
af7431
.navibar {
af7431
    /* Problem: clear: right; aligns nicely right of
af7431
     * logo, but lets it float high in the header,
af7431
     * disconnected from ground */  
af7431
    clear: both;
af7431
    display: block;
af7431
    height: 20px;
af7431
    padding: 0;
90703d
    padding-left: 10px;
af7431
    margin: 0;
af7431
    font-size: 0.9em;
af7431
af7431
    /* For avoiding a gap between navibar and pageline
af7431
     * on IE */
af7431
    zoom: 1;
af7431
    }
af7431
af7431
.navibar li {
af7431
    float: left;
af7431
    display: inline;
af7431
    white-space: nowrap;
af7431
    margin-left: 3px;
31fbe9
    padding-top: 4px;
31fbe9
    padding-bottom: 4px;
af7431
    border-width: 1px;
af7431
    border-style: solid;
af7431
    border-color: #628ECA;
af7431
    background-color: #FFF;
af7431
    background-image: url("../img/moin-navibartop-bg.png");
af7431
    background-position: left top;
af7431
    background-repeat: repeat-x;
90703d
    -moz-border-radius: 3px 3px 0 0;
af7431
    }
af7431
af7431
*[dir="rtl"] .navibar li {
af7431
    float: right;
af7431
    }
af7431
af7431
.navibar li.wikilink {
af7431
    /*background: #3967a3; /*url(../img/tab-wiki.png) repeat-x;*/
af7431
    }
af7431
af7431
.navibar li.userlink {
af7431
    /*background: #E6EAF0; /*url(../img/tab-user.png) repeat-x;*/
af7431
    }
af7431
af7431
.navibar li a { 
31fbe9
    /* To cover the box area as linkable in the header area */
31fbe9
    padding: 7px 8px; 
31fbe9
    }
31fbe9
31fbe9
#header .navibar li.current a { 
31fbe9
    /* To cover the box area as linkable in the header area */
31fbe9
    padding: 6px 8px 7px; 
31fbe9
    }
31fbe9
31fbe9
31fbe9
#footer .navibar li.current a { 
31fbe9
    /* To cover the box area as linkable in the footer area */
87dce2
    padding: 7px 8px 5px;
af7431
    }
af7431
af7431
.navibar a, .navibar a:visited {
af7431
    color: #204C8D;
af7431
    text-decoration: none;
af7431
    }
af7431
af7431
.navibar li.current a {
af7431
    color: #FFFFFF;
af7431
    text-decoration: none;
af7431
    font-weight: bold;
31fbe9
    padding-top: 6px;
af7431
    }
af7431
af7431
.navibar li:hover {
af7431
    background-color: #628ECA;
af7431
    background-image: url("../img/moin-navibartop-hover-bg.png");
af7431
    background-position: left top;
af7431
    background-repeat: repeat-x;
af7431
    }
af7431
af7431
.navibar li:hover a {
af7431
    color: #FFFFFF;
af7431
    text-decoration: none;
af7431
    }
af7431
af7431
.navibar li:hover a:active { color:#FFF; text-decoration:none;}
af7431
.navibar li a:active { color:#204C8D; text-decoration:none;}
af7431
af7431
.navibar li.current, 
af7431
.navibar li.current:hover, 
af7431
.navibar li.current:hover a, 
af7431
.navibar li.current:active a {
af7431
    color: #FFFFFF;
af7431
    background-color: #628ECA;
af7431
    background-image: url("../img/moin-navibartop-hover-bg.png"); 
af7431
    background-position: left top;
af7431
    background-repeat: repeat-x;
af7431
    }
af7431
af7431
#username {
0bc51d
    margin: 0;
af7431
    text-align: right;
af7431
    font-size: 0.82em;
af7431
    white-space: nowrap;
af7431
    }
af7431
af7431
*[dir="rtl"] #username {
af7431
    text-align: left;
af7431
    }
af7431
af7431
#username li {
af7431
    display: inline;
af7431
    padding-right: 0.5em;
af7431
    }
af7431
31fbe9
#username li:last-child {
31fbe9
    padding-right: 0; 
31fbe9
    }
31fbe9
af7431
#username form {
af7431
    display: inline;
af7431
    }
af7431
af7431
#username input {
af7431
    display: inline;
af7431
    padding: 0;
af7431
    margin: 0;
af7431
    border: none;
af7431
    background: #E7E7E7; /* inherit doesnt work on IE */
af7431
    color: blue;
af7431
    font-size: 0.82em;
af7431
    cursor: pointer;
af7431
    }
af7431
af7431
#username input:hover {
af7431
    color: red;
af7431
    }
af7431
af7431
#searchform {
af7431
    color: #FFFFFF; 
0bc51d
    margin-top: 5px;
af7431
    text-align: right;
af7431
    padding: 0;
af7431
    white-space: nowrap;
0bc51d
    float: right;
af7431
    }
af7431
af7431
*[dir="rtl"] #searchform {
af7431
    float: left;
af7431
    }
af7431
af7431
#searchform input{
31fbe9
    padding: 3px;
39dcbf
    font-size: 0.82em;
af7431
    }
af7431
af7431
#searchinput {
af7431
    background: #EDF4FF;
af7431
    border-width: 2px;
af7431
    border-style: solid;
af7431
    border-color: #204C8D;
af7431
    color: #204C8D;
af7431
    display: inline;
39dcbf
    width: 160px;
0bc51d
    -moz-border-radius: 3px;
af7431
    }
af7431
af7431
#titlesearch, #fullsearch {
af7431
    border-width: 1px;
af7431
    border-style: solid;
af7431
    border-color: #204C8D;
af7431
    background: #3B71B8; /* inherit doesnt work on IE */
af7431
    color: #FFFFFF;
af7431
    cursor: pointer;
af7431
    display: inline;
af7431
    font-weight: bold;
af7431
    text-decoration: none;
0bc51d
    -moz-border-radius: 3px;
af7431
    }
af7431
af7431
#searchform label {
af7431
    display: block;
af7431
    }
af7431
af7431
af7431
#searchform form div {
af7431
    display: inline;
af7431
    }
af7431
af7431
#pagetrail {
af7431
    font-size: 0.82em;
31fbe9
    margin: 5px 0 0 0;
0bc51d
    color: #EEE;
0bc51d
    text-align: right;
af7431
    }
af7431
af7431
*[dir="rtl"] #pagetrail {
af7431
    clear: left;
af7431
    }
af7431
af7431
#interwiki {
7273d7
    margin-right: 0.5em;
7273d7
    float:left;
7273d7
    font-size: 1em;
af7431
    }
af7431
af7431
*[dir="rtl"] #interwiki {
af7431
    display: inline;
af7431
    margin-right: 5px;
af7431
    font-size: 1em;
af7431
    }
af7431
af7431
#interwiki span:after {
af7431
    content: ":";
af7431
    }
af7431
af7431
#locationline {
af7431
    padding-left: 20px;
af7431
    padding-right: 20px;
af7431
    }
af7431
af7431
*[dir="rtl"] #locationline {
af7431
    clear: left;
af7431
    }
af7431
af7431
#pagelocation {
0bc51d
    margin: 5px 0;
af7431
    padding: 0;
af7431
    }
af7431
af7431
#pagelocation li {
af7431
    display: inline;
af7431
    color: #3B639B;
af7431
    }
af7431
af7431
#pagetrail li {
af7431
    display: inline;
af7431
    margin: 0;
af7431
    }
af7431
af7431
/* XXX Warning: non-ascii characters! */
af7431
af7431
#pagetrail li:after {
af7431
    content: " » ";
af7431
    }
af7431
af7431
*[dir="rtl"] #pagetrail li:after {
af7431
    content: " « ";
af7431
    }
af7431
af7431
#pagetrail li:last-child:after {
af7431
    content: "";
af7431
    }
af7431
af7431
#pagelocation li:after {
af7431
    content: " » ";
af7431
    }
af7431
af7431
*[dir="rtl"] #pagelocation li:after {
af7431
    content: " \\ "; /* TODO: check what looks best with RTL */
af7431
    }
af7431
af7431
#pagelocation li:last-child:after {
af7431
    content: "";
af7431
    }
af7431
31fbe9
#username a:link { text-decoration: none; color: #EEE;}
af7431
#username a:hover { text-decoration: underline; color: #FFF; }
af7431
#username a:active { text-decoration: underline; color: #FFF; }
af7431
#username a:visited { text-decoration: none; color: #EEE; }
af7431
#username a:visited:hover { text-decoration: underline; color: #FFF; }
af7431
0bc51d
#pagetrail a:link { text-decoration: none; color: #EEE; }
0bc51d
#pagetrail a:hover { text-decoration: underline; color: #FFF; }
0bc51d
#pagetrail a:active { text-decoration: underline; color: #FFF; }
0bc51d
#pagetrail a:visited { text-decoration: none; color: #EEE; }
0bc51d
#pagetrail a:visited:hover { text-decoration: underline; color: #FFF; }
0bc51d
af7431
#userlinks {
775490
    padding: 10px;
af7431
    }
af7431
af7431
.pageline {
af7431
    clear: both;
af7431
    margin: 0;
af7431
    padding: 0;
af7431
    width: 100%;
af7431
    /* sync these values, line-height is needed for IE */
af7431
    height: 5px;
af7431
    line-height: 5px;
af7431
    background: #628ECA;
af7431
    }
0bc51d
0bc51d
/* Horizontal rules */
0bc51d
hr.hr1 { height: 2px; }
0bc51d
hr.hr2 { height: 3px; }
0bc51d
hr.hr3 { height: 4px; }
0bc51d
hr.hr4 { height: 5px; }
0bc51d
hr.hr5 { height: 6px; }
0bc51d
hr.hr6 { height: 7px; }