@charset "UTF-8";
|
/**
|
* "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
|
*
|
* (en) Horizontal list navigation - ISPConfig 3: default theme
|
* (de) Horizontale Navigationsliste - ISPConfig 3: default theme
|
*
|
* @copyright Copyright 2005-2008, Dirk Jesse
|
* @license CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
|
* YAML-C (http://www.yaml.de/en/license/license-conditions.html)
|
* @link http://www.yaml.de
|
* @package yaml
|
* @version 3.0.6
|
* @revision $Revision: 202 $
|
* @lastmodified $Date: 2008-06-07 14:29:18 +0200 (Sa, 07 Jun 2008) $
|
*/
|
|
@media all
|
{
|
#topNav ul {
|
list-style: none;
|
padding: 0;
|
margin: 0;
|
}
|
|
#topNav li {
|
display: inline-block;
|
margin: 0 2px 0 0;
|
}
|
|
#topNav a {
|
background-color: #D3D3D3;
|
background-position: center top;
|
background-repeat: no-repeat;
|
color:black;
|
display:block;
|
height:20px;
|
padding-top:68px;
|
text-align:center;
|
text-decoration:none;
|
width:97px;
|
}
|
|
#topNav a:hover {
|
background-color: #fc0;
|
color: #540;
|
}
|
|
#topNav #topNav_current {
|
}
|
|
#topNav #topNav_current a {
|
font-weight: bold;
|
color: black;
|
background-color: #ffffff;
|
}
|
|
.topnav-admin {
|
background-image: url('../../icons/x64/system.png') !important;
|
}
|
|
.topnav-client {
|
background-image: url('../../icons/x64/client.png') !important;
|
}
|
|
.topnav-mail {
|
background-image: url('../../icons/x64/email.png') !important;
|
}
|
|
.topnav-monitor {
|
background-image: url('../../icons/x64/monitor.png') !important;
|
}
|
|
.topnav-sites {
|
background-image: url('../../icons/x64/sites.png') !important;
|
}
|
|
.topnav-dns {
|
background-image: url('../../icons/x64/dns.png') !important;
|
}
|
|
.topnav-tools {
|
background-image: url('../../icons/x64/tools.png') !important;
|
}
|
|
.topnav-help {
|
background-image: url('../../icons/x64/help.png') !important;
|
}
|
|
.topnav- {
|
background-image: url('../../icons/x64/login.png') !important;
|
}
|
|
.topnav-domain {
|
background-image: url('../../icons/x64/domain.png') !important;
|
}
|
|
}
|