tbrehm
2012-01-27 b0711a41c9cd3628507c424aba889d94b0c2cef2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
@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 ul li {
        display: inline;
        margin: 0 2px 0 0;
    }
    
    #topNav a {
        background-color: #D3D3D3;
        background-position: center 5px;
        background-repeat: no-repeat;
        color:black;
        display:inline-block;
        height:20px;
        padding-top:37px;
        text-align:center;
        text-decoration:none;
        width:78px;
    }
    
    #topNav a:hover {
        background-color: #eeeeee;
        color: #000000;
    }
    
    #topNav #topNav_current {
    }
    
    #topNav #topNav_current a {
        font-weight: bold;
        color: black;
        background-color: #ffffff;
    }
 
    .topnav-admin {
        background-image: url('../../icons/x32/system.png') !important;
    }
 
    .topnav-client {
        background-image: url('../../icons/x32/client.png') !important;
    }
 
    .topnav-mail {
        background-image: url('../../icons/x32/email.png') !important;
    }
    
    .topnav-mailuser {
        background-image: url('../../icons/x32/email.png') !important;
    }
 
    .topnav-monitor {
        background-image: url('../../icons/x32/monitor.png') !important;
    }
 
    .topnav-sites {
        background-image: url('../../icons/x32/sites.png') !important;
    }
 
    .topnav-dns {
        background-image: url('../../icons/x32/dns.png') !important;
    }
 
    .topnav-tools {
        background-image: url('../../icons/x32/tools.png') !important;
    }
 
    .topnav-help {
        background-image: url('../../icons/x32/help.png') !important;
    }
 
    .topnav- {
        background-image: url('../../icons/x32/login.png') !important;
    }
 
    .topnav-domain {
        background-image: url('../../icons/x32/domain.png') !important;
    }
 
    .topnav-dashboard {
        background-image: url('../../icons/x32/dashboard.png') !important;
    }
    
    .topnav-vm{
        background-image: url('../../icons/x32/drawer.png') !important;
    }
    
    .topnav-billing{
        background-image: url('../../icons/x32/calculator.png') !important;
    }
 
}