|
|
10fcb3 |
/*
|
|
|
10fcb3 |
* Webenv -> Main Blocks
|
|
|
10fcb3 |
*
|
|
|
10fcb3 |
* Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG
|
|
|
10fcb3 |
*
|
|
|
10fcb3 |
* This CSS is free software; you can redistribute it and/or modify it
|
|
|
10fcb3 |
* under the terms of the GNU General Public License as published by
|
|
|
10fcb3 |
* the Free Software Foundation; either version 2 of the License, or
|
|
|
10fcb3 |
* (at your option) any later version.
|
|
|
10fcb3 |
*
|
|
|
10fcb3 |
* This CSS is distributed in the hope that it will be useful, but
|
|
|
10fcb3 |
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
10fcb3 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
10fcb3 |
* General Public License for more details.
|
|
|
10fcb3 |
*
|
|
|
10fcb3 |
* You should have received a copy of the GNU General Public License
|
|
|
10fcb3 |
* along with this program; if not, write to the Free Software
|
|
|
10fcb3 |
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
|
10fcb3 |
*
|
|
|
10fcb3 |
* ----------------------------------------------------------------------
|
|
|
10fcb3 |
* $Id$
|
|
|
10fcb3 |
* ----------------------------------------------------------------------
|
|
|
10fcb3 |
*/
|
|
|
10fcb3 |
|
|
|
10fcb3 |
div#page-header {
|
|
|
4dd646 |
background: #204C8D url("/home/centos/artwork/trunk/Identity/Images/Webenv/h1-bg.png") 0 0 repeat;
|
|
|
10fcb3 |
min-height: 46px;
|
|
|
10fcb3 |
}
|
|
|
10fcb3 |
|
|
|
10fcb3 |
div#page-footer {
|
|
|
4dd646 |
background: #204C8D url("/home/centos/artwork/trunk/Identity/Images/Webenv/h1-bg.png") 0 0 repeat;
|
|
|
10fcb3 |
padding: 10px;
|
|
|
10fcb3 |
}
|
|
|
10fcb3 |
|
|
|
10fcb3 |
div#page-footer div.top img {
|
|
|
10fcb3 |
border:none;
|
|
|
10fcb3 |
float:right;
|
|
|
10fcb3 |
}
|
|
|
10fcb3 |
|
|
|
10fcb3 |
div#page-header div.links div.user,
|
|
|
10fcb3 |
div#page-header div.links div.trail,
|
|
|
10fcb3 |
div#page-footer div.credits {
|
|
|
10fcb3 |
font-size: small;
|
|
|
10fcb3 |
color: #FFF;
|
|
|
10fcb3 |
}
|
|
|
10fcb3 |
|
|
|
10fcb3 |
div#page-footer div.credits a {
|
|
|
10fcb3 |
color: #FFF;
|
|
|
10fcb3 |
font-style: italic;
|
|
|
10fcb3 |
}
|
|
|
10fcb3 |
|
|
|
10fcb3 |
div#wrap {
|
|
|
10fcb3 |
padding: 0 10px 0 10px;
|
|
|
10fcb3 |
background-color: #FFF;
|
|
|
10fcb3 |
}
|
|
|
10fcb3 |
|
|
|
10fcb3 |
div#page-header,
|
|
|
10fcb3 |
div#wrap,
|
|
|
10fcb3 |
div#page-body,
|
|
|
10fcb3 |
div#page-footer {
|
|
|
4dd646 |
min-width: 728px;
|
|
|
10fcb3 |
}
|
|
|
10fcb3 |
|
|
|
10fcb3 |
div#page-body {
|
|
|
10fcb3 |
clear: both;
|
|
|
10fcb3 |
background-color: #F8F8F8;
|
|
|
10fcb3 |
}
|
|
|
10fcb3 |
|
|
|
10fcb3 |
div#page-body div#content {
|
|
|
10fcb3 |
padding: 20px;
|
|
|
4dd646 |
padding-top: 10px;
|
|
|
10fcb3 |
background-color: #FFF;
|
|
|
10fcb3 |
}
|
|
|
c1e7b5 |
|
|
|
4dd646 |
div#content div.trail {
|
|
|
4dd646 |
margin-bottom: 1em;
|
|
|
4dd646 |
}
|
|
|
4dd646 |
|
|
|
c1e7b5 |
/* Logo
|
|
|
c1e7b5 |
--------------------------------------------------------------------*/
|
|
|
c1e7b5 |
|
|
|
c1e7b5 |
div#page-header div#logo img {
|
|
|
c1e7b5 |
border: none;
|
|
|
c1e7b5 |
float: left;
|
|
|
4dd646 |
margin-left: 5px;
|
|
|
c1e7b5 |
}
|
|
|
c1e7b5 |
|