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

af7431
/* 
af7431
 * Webenv -> Main Blocks
af7431
 *
af7431
 * Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG
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.
af7431
 *
af7431
 * ----------------------------------------------------------------------
af7431
 * $Id: base.css 5276 2012-08-28 22:08:58Z al $
af7431
 * ----------------------------------------------------------------------
af7431
 */
af7431
af7431
div#header,
af7431
div#wrap,
af7431
div#body,
af7431
div#footer {
af7431
    min-width: 728px;
af7431
    }
af7431
af7431
/* Header.
af7431
--------------------------------------------------------------------*/
af7431
div#header {
af7431
	background: #204C8D url("../img/moin-header-background.png") 0 0 repeat;
af7431
	min-height: 46px;
af7431
	}
af7431
af7431
/* Content.
af7431
--------------------------------------------------------------------*/
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
31fbe9
div#page {
31fbe9
    margin-top: 10px;
31fbe9
    padding-left: 30px;
31fbe9
    padding-right: 30px;
31fbe9
    }
31fbe9
af7431
div#content {
af7431
    background-color: #FFF;
af7431
    }
af7431
84608a
div#content > p,
84608a
div#content > pre,
84608a
div#content > div {
84608a
    margin-left: 20px;
84608a
    }
84608a
46c01f
/* Headings
46c01f
--------------------------------------------------------------------*/
46c01f
46c01f
h1 {
46c01f
        font-size: 1.7em;
46c01f
        font-weight: bold;
46c01f
        line-height: 1.9em;
46c01f
        margin-top: 0.9em;
46c01f
        margin-bottom: 0.9em;
84608a
        padding-left: 20px; /* Should be the same for h{1-4} */
46c01f
        color: #FFF;
46c01f
        border: none;
46c01f
        background-color: #204C8D;
46c01f
        background-image: url("../img/moin-h1-background.png");
46c01f
        }
46c01f
h2 {
46c01f
        font-size: 1.4em;
46c01f
        line-height: 1.8em;
46c01f
        margin: 0;
46c01f
        margin-top: 1.6em;
46c01f
        margin-bottom: 0.8em;
84608a
        padding-left: 20px; /* Should be the same for h{1-4}*/
46c01f
        background-image: url("../img/moin-h2-background.png");
46c01f
        border: none;
46c01f
        color: #072B61;
46c01f
        }
46c01f
46c01f
h3 {
46c01f
        font-size: 1.25em;
46c01f
        line-height: 1.6em;
46c01f
        margin-top: 1em;
46c01f
        margin-bottom: 0.5em;
84608a
        padding-left: 20px; /* Should be the same for h{1-4} */
46c01f
        color: #072B61;
46c01f
        border-bottom-width: 1px;
46c01f
        border-bottom-style: solid;
46c01f
        border-bottom-color: #DADADA;
46c01f
        }
46c01f
h4 {
46c01f
        font-size: 1.2em;
46c01f
        line-height: 1.4em;
46c01f
        margin-top: 1em;
46c01f
        margin-bottom: 0.5em;
84608a
        padding-left: 20px; /* Should be the same for h{1-4} */
46c01f
        color: #072B61;
46c01f
        border-bottom: none;
46c01f
        }
46c01f
46c01f
h5 {
46c01f
        font-size: 1.1em;
46c01f
        line-height: 1.1em;
46c01f
        margin-top: 1em;
46c01f
        margin-bottom: 0.5em;
84608a
        padding-left: 20px; /* Should be the same for h{1-4} */
46c01f
        color: #072B61;
46c01f
        font-weight: bold;
46c01f
        border-bottom: none;
46c01f
        }
46c01f
46c01f
h6 {
46c01f
        font-size: 1em;
46c01f
        line-height: 1.1em;
46c01f
        margin-top: 1em;
46c01f
        margin-bottom: 0.5em;
84608a
        padding-left: 20px; /* Should be the same for h{1-4} */
46c01f
        color: #000;
46c01f
        font-weight: bold;
46c01f
        border-bottom: none;
46c01f
        }
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
af7431
/* Paragraphs
af7431
--------------------------------------------------------------------*/
af7431
af7431
div#content p {
af7431
    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;
84608a
    }
84608a
af7431
/* Logo
af7431
--------------------------------------------------------------------*/
af7431
div#header div#logo img {
af7431
    border: none;
af7431
    float: left;
af7431
    margin-left: 10px;
af7431
    }
af7431
af7431
/* Google advertisement (468x60px)
af7431
--------------------------------------------------------------------*/
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
af7431
/* Last releases and RSS link for them.
af7431
--------------------------------------------------------------------*/
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
af7431
/* User links on header.
af7431
--------------------------------------------------------------------*/
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
af7431
/* User trail on content.
af7431
--------------------------------------------------------------------*/
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
af7431
/* Page lines.
af7431
--------------------------------------------------------------------*/
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
90703d
/* Footer.
90703d
--------------------------------------------------------------------*/
90703d
90703d
#footer {
90703d
    clear: both;
90703d
    margin-top: 20px;
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
af7431
 *
af7431
 * Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG
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.
af7431
 *
af7431
 * ----------------------------------------------------------------------
af7431
 * $Id: forms.css 5257 2012-08-28 18:02:18Z al $
af7431
 * ----------------------------------------------------------------------
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
af7431
 *
af7431
 * Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG
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.
af7431
 *
af7431
 * ----------------------------------------------------------------------
af7431
 * $Id: links.css 5276 2012-08-28 22:08:58Z al $
af7431
 * ----------------------------------------------------------------------
af7431
 */
af7431
af7431
/* Broken or nonexistent links.
af7431
--------------------------------------------------------------------*/
af7431
96dd58
a.nonexistent,
96dd58
a.nonexistent:hover { color: gray; }
af7431
af7431
/* Special decoration for some links' classes
af7431
--------------------------------------------------------------------*/
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
af7431
/*
af7431
--------------------------------------------------------------------*/
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
    }
af7431
/* 
af7431
 * Webenv -> Lists
af7431
 *
af7431
 * Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG
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.
af7431
 *
af7431
 * ----------------------------------------------------------------------
af7431
 * $Id: lists.css 5276 2012-08-28 22:08:58Z al $
af7431
 * ----------------------------------------------------------------------
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
84608a
/* Table of content (table-of-contents) 
af7431
--------------------------------------------------------------------*/
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;
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;
af7431
    }
af7431
af7431
/* 
af7431
 * Webenv -> Quotation
af7431
 *
af7431
 * Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG
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.
af7431
 *
af7431
 * ----------------------------------------------------------------------
af7431
 * $Id: quotation.css 5276 2012-08-28 22:08:58Z al $
af7431
 * ----------------------------------------------------------------------
af7431
 */
af7431
46c01f
/* Action messages.
46c01f
--------------------------------------------------------------------*/
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
46c01f
--------------------------------------------------------------------*/
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
af7431
/* 
af7431
 * Webenv -> Tabs (Style 2: Two Rounded Borders)
af7431
 *
af7431
 * Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG
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.
af7431
 *
af7431
 * ----------------------------------------------------------------------
af7431
 * $Id: tabs.css 5276 2012-08-28 22:08:58Z al $
af7431
 * ----------------------------------------------------------------------
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
af7431
/* Application level navigation bar.
af7431
--------------------------------------------------------------------*/
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 */
31fbe9
    padding: 7px 8px 6px;
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 {
31fbe9
    margin: 5px 0 0 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; 
af7431
    margin-right: 0;
af7431
    text-align: right;
af7431
    padding: 0;
af7431
    white-space: nowrap;
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;
31fbe9
    -moz-border-radius: 5px;
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;
31fbe9
    -moz-border-radius: 5px;
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;
af7431
    text-align: right;
af7431
    }
af7431
af7431
*[dir="rtl"] #pagetrail {
af7431
    clear: left;
af7431
    }
af7431
af7431
#interwiki {
af7431
        margin-right: 0.5em;
af7431
        float:left;
af7431
        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 {
af7431
    margin: 0;
af7431
    margin-top: 1em;
af7431
    margin-bottom: 0.5em;
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
    color: #EEEEEE;
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
31fbe9
#pagetrail a:link { text-decoration: none; color: #EEE;}
af7431
#pagetrail a:hover { text-decoration: underline; color: #FFF; }
af7431
#pagetrail a:active { text-decoration: underline; color: #FFF; }
af7431
#pagetrail a:visited { text-decoration: none; color: #EEE; }
af7431
#pagetrail a:visited:hover { text-decoration: underline; color: #FFF; }
af7431
af7431
#userlinks {
af7431
    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
    }
af7431