48 lines
1.5 KiB
CSS
48 lines
1.5 KiB
CSS
/*
|
|
// Pandora FMS - the Free monitoring system
|
|
// ========================================
|
|
// Copyright (c) 2004-2007 Sancho Lerena, slerena@openideas.info
|
|
// Copyright (c) 2005-2007 Artica Soluciones Tecnologicas
|
|
// Copyright (c) 2004-2007 Raul Mateos Martin, raulofpandora@gmail.com
|
|
// Copyright (c) 2006-2007 Jose Navarro jose@jnavarro.net
|
|
// Copyright (c) 2006-2007 Jonathan Barajas, jonathan.barajas[AT]gmail[DOT]com
|
|
|
|
// This program 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 version 2
|
|
// This program 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
*/
|
|
|
|
#link a {
|
|
display: block;
|
|
color: #000;
|
|
}
|
|
div.menul {
|
|
background-color: #e9f3d2;
|
|
border: 1px solid #dadbdc;
|
|
width: 155px;
|
|
}
|
|
div.linkli>ul {
|
|
width: 133px;
|
|
}
|
|
.linkli li {
|
|
padding: 0px 0px 0px 22px;
|
|
border-bottom: 1px solid #d4d4d4;
|
|
border-top: 1px solid #f5ffff;
|
|
width: 100%;
|
|
}
|
|
.linkli li, .linkli li:hover {
|
|
background: url(../../images/link.png) no-repeat 3px 8px;
|
|
}
|
|
#link a:hover, .linkli li:hover {
|
|
background-color: #cde0ad;
|
|
}
|
|
#link {
|
|
border-bottom: 0px;
|
|
} |