2007-03-02 18:56:07 +01:00
|
|
|
/*
|
|
|
|
// 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.
|
|
|
|
*/
|
|
|
|
|
2006-11-17 23:56:50 +01:00
|
|
|
#link a {
|
|
|
|
display: block;
|
|
|
|
color: #000;
|
2007-02-23 10:08:26 +01:00
|
|
|
}
|
2007-05-18 11:29:54 +02:00
|
|
|
div.menul {
|
2007-02-27 20:03:56 +01:00
|
|
|
background-color: #e9f3d2;
|
2007-04-18 23:45:03 +02:00
|
|
|
border: 1px solid #dadbdc;
|
2007-02-27 20:03:56 +01:00
|
|
|
width: 155px;
|
|
|
|
}
|
2006-11-17 23:56:50 +01:00
|
|
|
div.linkli>ul {
|
|
|
|
width: 133px;
|
2007-02-23 10:08:26 +01:00
|
|
|
}
|
2006-11-17 23:56:50 +01:00
|
|
|
.linkli li {
|
|
|
|
padding: 0px 0px 0px 22px;
|
2007-02-23 10:08:26 +01:00
|
|
|
border-bottom: 1px solid #d4d4d4;
|
2006-11-17 23:56:50 +01:00
|
|
|
border-top: 1px solid #f5ffff;
|
|
|
|
width: 100%;
|
2007-02-23 10:08:26 +01:00
|
|
|
}
|
2006-12-14 23:27:57 +01:00
|
|
|
.linkli li, .linkli li:hover {
|
2007-06-27 19:45:42 +02:00
|
|
|
background: url(../../images/link.png) no-repeat 3px 8px;
|
2007-02-23 10:08:26 +01:00
|
|
|
}
|
2006-12-14 23:27:57 +01:00
|
|
|
#link a:hover, .linkli li:hover {
|
|
|
|
background-color: #cde0ad;
|
2007-02-23 10:08:26 +01:00
|
|
|
}
|
2007-10-13 23:23:44 +02:00
|
|
|
#link {
|
2007-06-27 19:45:42 +02:00
|
|
|
border-bottom: 0px;
|
|
|
|
}
|