|
|
10fcb3 |
/*
|
|
|
10fcb3 |
* Webenv -> Advertisements
|
|
|
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 |
/* Google advertisement (468x60px)
|
|
|
10fcb3 |
--------------------------------------------------------------------*/
|
|
|
10fcb3 |
|
|
|
c429aa |
div#page-header div.ads-google {
|
|
|
10fcb3 |
float: right;
|
|
|
10fcb3 |
margin: 5px;
|
|
|
10fcb3 |
margin-bottom: 1px;
|
|
|
10fcb3 |
}
|
|
|
c429aa |
|
|
|
c429aa |
/* Sponsors advertisement (728x90px)
|
|
|
c429aa |
--------------------------------------------------------------------*/
|
|
|
c429aa |
div#page-header div.ads-sponsors {
|
|
|
c429aa |
padding-top: 4px;
|
|
|
c429aa |
background: #FFF;
|
|
|
c429aa |
text-align: center;
|
|
|
c429aa |
clear:both;
|
|
|
c429aa |
}
|
|
|
c429aa |
|
|
|
c429aa |
div#page-header div.ads-google img,
|
|
|
c429aa |
div#page-header div.ads-sponsors img {
|
|
|
c429aa |
border: none;
|
|
|
c429aa |
}
|