Blob Blame History Raw
/* 
 * Webenv -> Main Blocks
 *
 * Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG
 *
 * This CSS is free software; you can redistribute it and/or modify it
 * under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This CSS is distributed in the hope that it will be useful, but
 * WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 *
 * ----------------------------------------------------------------------
 * $Id$
 * ----------------------------------------------------------------------
 */

div#page-header,
div#wrap,
div#page-body,
div#page-footer {
    min-width: 728px;
    }

/* Header.
--------------------------------------------------------------------*/
div#page-header {
	background: #204C8D url("/home/centos/artwork/trunk/Identity/Images/Webenv/h1-bg.png") 0 0 repeat;
	min-height: 46px;
	}

/* Content.
--------------------------------------------------------------------*/

div#wrap {
	padding: 0 10px 0 10px;
    background-color: #FFF;
	}

div#page-body {
	clear: both;
    background-color: #F8F8F8;
	}

div#page-body div#content {
    padding: 30px;
    padding-top: 10px;
    background-color: #FFF;
    }

/* Paragraphs
--------------------------------------------------------------------*/

div#page-body div#content p {
    text-align:justify; 
    }

/* Footer.
--------------------------------------------------------------------*/

div#page-footer {
	background: #204C8D url("/home/centos/artwork/trunk/Identity/Images/Webenv/h1-bg.png") 0 0 repeat;
	}

div#page-footer div.credits {
    font-size: small;
    color: #FFF;
    padding: 10px;
    }

div#page-footer div.credits a {
    color: #FFF;
    font-style: italic;
    }

div#page-footer div.top {
    padding: 10px;
    border:none;
    float:right;
    }

/* Logo
--------------------------------------------------------------------*/
div#page-header div#logo img {
    border: none;
    float: left;
    margin-left: 10px;
    }

/* Google advertisement (468x60px)
--------------------------------------------------------------------*/

div#page-header div.ads-google {
    float: right;
    margin: 5px;
    }

div#page-header div.ads-google img {
    border: none;
    }

/* Last releases and RSS link for them.
--------------------------------------------------------------------*/
div#page-header div#last-releases {
    clear: both;
    min-height: 35px;
    border-top: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
    background: #3465A4;
    }

div#page-header div#last-releases div.left {
    display: block;
    float: left;
    width: 80%;
    margin-top: 10px;
    font-size: small;
    }

div#page-header div#last-releases div.right {
    float: right;
    margin-top: 9px;
    margin-right: 5px;
    }

div#page-header div#last-releases div.right span.rss span {
    text-align: center;
    font-weight: bold;
    background: #729fcf;
    padding: 4px 10px;
    }

div#page-header div#last-releases div {
    margin-left: 10px;
    }

div#page-header div#last-releases div span.title {
    font-weight: bold;
    color: #FFF;
    }

div#page-header div#last-releases div span.release {
    border-right: 1px dotted #FFF;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    }

div#page-header div#last-releases div span.last {
    border-right: 0px;
    }

/* User links on header.
--------------------------------------------------------------------*/

div#page-header div.userlinks {
    padding: 10px;
    text-align: right;
    font-size: x-small;
    clear: both;
    }

div#page-header div.userlinks div.lastvisit {
    width: 50%;
    float: left;
    text-align: left;
    }

div#page-header div.userlinks div.lastvisit span {
    border: none;
    }

div#page-header div.userlinks div.lastvisit span.title {
    color: #FFF;
    }

div#page-header div.userlinks div.lastvisit span.datetime {
    font-style: italic;
    color: #FFF;
    }

div#page-header div.userlinks div.session {
    width: 50%;
    float: right;
    }

div#page-header div.userlinks div.session a {
    margin-left: 10px;
    margin-right: 10px;
	}

div#page-header div.userlinks div.session span {
    border-right: 1px dotted #FFF;
	}

div#page-header div.userlinks div.session span.last {
	border-right: none;
	}

div#page-header div.userlinks div.session span.last a {
	margin-right: 0;
	}

div#page-header div.userlinks div.session span.last:after {
	content: none;
	}

div#page-header div.userlinks div.trail {
	text-align: right;
    clear: both;
    padding-top: 5px;
    }

div#page-header div.userlinks div.trail span {
	display: inline;
	}

div#page-header div.userlinks div.trail span.last {
	border-right: none;
	padding-right: 0;
	}

div#page-header div.userlinks div.trail span:after {
	content: "»";
    color: #FFF;
    margin-left: 5px;
    margin-right: 3px;
	}

div#page-header div.userlinks div.trail span.last:after {
	content: none;
	}

/* User trail on content.
--------------------------------------------------------------------*/
div#page-body div.usertrail {
    font-size: small;
    }

div#page-body div.usertrail a {
    margin-right: 5px;
	}

div#page-body div.usertrail span {
	display: inline;
	}

div#page-body div.usertrail span.last {
	border-right: none;
	padding-right: 0;
	}

div#page-body div.usertrail span.last a {
	margin-right: 0;
	}

div#page-body div.usertrail span:after {
	content: "»";
	}

div#page-body div.usertrail span.last:after {
	content: none;
	}

/* Page lines.
--------------------------------------------------------------------*/

.page-line {
	clear: both;
	margin: 0;
	padding: 0;
	background-color: transparent;
	}

.page-line.white {
	height: 3px;
	background-color: #FFF;
	}