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
	padding: 0px 10px;
af7431
    background-color: #FFF;
af7431
	}
af7431
af7431
div#body {
af7431
	clear: both;
af7431
    background-color: #F8F8F8;
af7431
	}
af7431
af7431
div#content {
af7431
    padding: 30px;
af7431
    padding-top: 20px;
af7431
    background-color: #FFF;
af7431
    }
af7431
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
af7431
/* Footer.
af7431
--------------------------------------------------------------------*/
af7431
af7431
div#footer {
af7431
	background: #204C8D url("../img/h1-bg.png") 0 0 repeat;
af7431
	}
af7431
af7431
div#footer div.credits {
af7431
    padding: 10px;
af7431
    }
af7431
    
af7431
div#footer div.credits .copyright,
af7431
div#footer div.credits .license {
af7431
    font-size: x-small;
af7431
    color: #FFF;
af7431
    line-height: 1.5em;
af7431
    }
af7431
af7431
div#footer div.credits a {
af7431
    color: #FFF;
af7431
    font-style: italic;
af7431
    }
af7431
af7431
div#footer div.top {
af7431
    float:right;
af7431
    }
af7431
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
	}
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
    }
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
af7431
div#body a.nonexistent,
af7431
div#body a.nonexistent:hover { color: gray; }
af7431
af7431
/* Special decoration for some links' classes
af7431
--------------------------------------------------------------------*/
af7431
af7431
div#body a.www:before {
af7431
    white-space:nowrap;
af7431
    content: url(../img/a-www.png);
af7431
    margin: 0 0.2em;
af7431
    }
af7431
af7431
div#body a.http:before {
af7431
    white-space:nowrap;
af7431
    content: url(../img/a-www.png);
af7431
    margin: 0 0.2em;
af7431
    }
af7431
af7431
div#body a.https:before {
af7431
    white-space:nowrap;
af7431
    content: url(../img/a-www.png);
af7431
    margin: 0 0.2em;
af7431
    }
af7431
af7431
div#body a.mailto:before {
af7431
    white-space:nowrap;
af7431
    content: url(../img/a-mail.png);
af7431
    margin: 0 0.2em;
af7431
    }
af7431
af7431
div#body a.attachment:before {
af7431
    white-space:nowrap;
af7431
    content: url(../img/a-attach.png);
af7431
    margin: 0 0.2em;
af7431
    }
af7431
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
af7431
div#body ul { 
af7431
    list-style: url("../img/ul.png") disc; 
af7431
    }
af7431
af7431
div#body ul,
af7431
div#body ol { 
af7431
    margin-left: 2.5em;
af7431
    }
af7431
af7431
div#body ul ol,
af7431
div#body ol ul,
af7431
div#body dl ul,
af7431
div#body dl ol { 
af7431
    margin-left: 1.5em;
af7431
    }
af7431
af7431
div#body 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
af7431
div#body div#rightbar ul.first {
af7431
    border-top: none;
af7431
    }
af7431
af7431
div#body div#right ul li {
af7431
    padding: 2px;
af7431
    }
af7431
af7431
/* Table of content (toc) 
af7431
--------------------------------------------------------------------*/
af7431
af7431
div#body div.toc {
af7431
	font-size: small;
af7431
	text-align:left;
af7431
    margin-bottom: 2em;
af7431
	}
af7431
af7431
div#body div.toc p {
af7431
    font-weight: bold;
af7431
    margin: 0.5em 0 0.5em 0;
af7431
    }
af7431
af7431
div#body div#content div.toc dl {
af7431
    margin: 0;
af7431
    }
af7431
af7431
div#body div#content div.toc dl dl {
af7431
    margin-left: 2.5em;
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
af7431
div#body blockquote {
af7431
    margin-left: 0;
af7431
    background-image: url("../img/msg-bg-gray.png");
af7431
    padding: 1em 1.5em 0 1em;
af7431
	}
af7431
af7431
div#body blockquote h3 {
af7431
    line-height: 0;
af7431
    margin: 1em 0 1em 0;
af7431
    }
af7431
 
af7431
div#body blockquote pre {
af7431
    border: none;
af7431
    background-color: #333;
af7431
    color: #FFFFFF;
af7431
    }
af7431
af7431
div#body blockquote.icon img {
af7431
    float: left;
af7431
    }
af7431
af7431
div#body blockquote.icon pre,
af7431
div#body blockquote.icon h3,
af7431
div#body blockquote.icon p,
af7431
div#body blockquote.icon table {
af7431
    margin-left: 60px;
af7431
    }
af7431
af7431
div#body blockquote.icon ul,
af7431
div#body blockquote.icon ol,
af7431
div#body blockquote.icon dl {
af7431
    margin-left: 110px;
af7431
    }
af7431
af7431
div#body blockquote.icon ul dl,
af7431
div#body blockquote.icon ul ol,
af7431
div#body blockquote.icon ul ul,
af7431
div#body blockquote.icon ol dl,
af7431
div#body blockquote.icon ol ol,
af7431
div#body blockquote.icon ol ul,
af7431
div#body blockquote.icon dl dl,
af7431
div#body blockquote.icon dl ol,
af7431
div#body blockquote.icon dl ul {
af7431
    margin-left: 2.5em;
af7431
    }
af7431
af7431
div#body blockquote.message {
af7431
	border: none;
af7431
	border-top: 4px solid;
af7431
	border-bottom: 4px solid;
af7431
    border-color: #CFCFCF;
af7431
	}
af7431
af7431
div#body blockquote.blue {
af7431
    background-image: url("../img/msg-bg-blue.png");
af7431
	border-color: #D2E0F6; 
af7431
	background-color: #ECF4FF;
af7431
	}
af7431
af7431
div#body blockquote.orange {
af7431
    border-color: #F6E7D2; 
af7431
    background-color: #FFF8EC;
af7431
    background-image: url("../img/msg-bg-orange.png");
af7431
	}
af7431
af7431
div#body blockquote.violet {
af7431
    border-color: #F6D2F6; 
af7431
    background-color: #FFECFF;
af7431
    background-image: url("../img/msg-bg-violet.png");
af7431
	}
af7431
af7431
div#body blockquote.red {
af7431
    border-color: #E0B7B7;
af7431
    background-color: #FFECEC;
af7431
    background-image: url("../img/msg-bg-red.png");
af7431
	}
af7431
af7431
div#body blockquote.green {
af7431
    border-color: #D6F6D2;
af7431
    background-color: #EEFFEC;
af7431
    background-image: url("../img/msg-bg-green.png");
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;
af7431
    padding-left: 20px;
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;
af7431
    padding-top: 5px;
af7431
    padding-bottom: 5px;
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;
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 { 
af7431
    /* To cover the box area as linkable */
af7431
    padding: 8px;
af7431
    padding-top: 7px;
af7431
    padding-bottom: 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;
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 {
af7431
    padding: 0;
af7431
    margin: 0.4em;
af7431
    margin-top: 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: 0;
af7431
    padding-right: 0.5em;
af7431
    }
af7431
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{
af7431
    font-size: 0.85em;
af7431
    padding: 1px;
af7431
    padding-left: 3px;
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;
af7431
    width: 130px;
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;
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;
af7431
    margin:0.4em;
af7431
    padding:0;
af7431
    padding-right: 0.5em;
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
af7431
#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
af7431
#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
af7431
/* Footer */
af7431
af7431
#footer {
af7431
    clear: both;
af7431
    margin-top: 20px;
af7431
    padding-bottom: 1em;
af7431
    background-color: #204C8D;
af7431
    background-image: url("../img/moin-header-background.png");
af7431
    }
af7431
af7431
#footer .editbar {
af7431
    border-top-width: 2px;
af7431
    border-top-style: dotted;
af7431
    border-top-color: #628EAC;
af7431
    border-bottom-width: 1px;
af7431
    border-bottom-style: solid;
af7431
    border-bottom-color: #C9C9C9;
af7431
    }
af7431
af7431
#footer .navibar li {
af7431
    background-color: #FFF;
af7431
    background-image: url("../img/moin-navibarbottom-bg.png");
af7431
    background-position: left bottom;
af7431
    background-repeat: repeat-x;
af7431
    }
af7431
af7431
#footer .navibar li:hover {
af7431
    background-color: #628ECA;
af7431
    background-image: url("../img/moin-navibarbottom-hover-bg.png");
af7431
    background-position: left bottom;
af7431
    background-repeat: repeat-x;
af7431
    }
af7431
af7431
#footer .navibar li.current, 
af7431
#footer .navibar li.current:hover, 
af7431
#footer .navibar li.current:hover a, 
af7431
#footer .navibar li.current:active a {
af7431
    color: #FFFFFF;
af7431
    background-color: #628ECA;
af7431
    background-image: url("../img/moin-navibarbottom-hover-bg.png"); 
af7431
    background-position: left top;
af7431
    background-repeat: repeat-x;
af7431
    }
af7431
af7431
#credits, #version, #timings {
af7431
    text-align: center;
af7431
    font-size: 0.88em;
af7431
    padding: 0;
af7431
    margin-top: 2.5em;
af7431
    color: #EEE;
af7431
    }
af7431
af7431
#credits a { 
af7431
    color: #EEE; 
af7431
    }
af7431
af7431
#credits a:hover {
af7431
    text-decoration: underline;
af7431
    }
af7431
af7431
#credits li, #timings li {
af7431
    display: inline;
af7431
    padding-right: 2px;
af7431
    margin-right: 4px;
af7431
    color: #EEE;
af7431
    }
af7431
af7431
#credits img {
af7431
    vertical-align: middle;
af7431
    }
af7431
af7431
#content {
af7431
    padding: 0 50px 0 50px;
af7431
    }
af7431
af7431
ul { 
af7431
    list-style: url("../img/moin-ul.png") circle; 
af7431
    }