1- @charset "UTF-8" ;
2- /**
3- * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
4- *
5- * (en) Horizontal list navigation - ISPConfig 3: default theme
6- * (de) Horizontale Navigationsliste - ISPConfig 3: default theme
7- *
8- * @copyright Copyright 2005-2008, Dirk Jesse
9- * @license CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
10- * YAML-C (http://www.yaml.de/en/license/license-conditions.html)
11- * @link http://www.yaml.de
12- * @package yaml
13- * @version 3.0.6
14- * @revision $Revision: 202 $
15- * @lastmodified $Date: 2008-06-07 14:29:18 +0200 (Sa, 07 Jun 2008) $
16- */
17-
18- @media all
19- {
20- # topNav ul {
21- list-style : none;
22- padding : 0 ;
23- margin : 0 ;
24- }
25-
26- # topNav ul li {
27- display : inline;
28- margin : 0 2px 0 0 ;
29- }
30-
31- # topNav a {
32- background-color : # D3D3D3 ;
33- background-position : center top ;
34- background-repeat : no-repeat;
35- color : black;
36- display : inline-block;
37- height : 18 px ;
38- padding-top : 31 px ;
39- text-align : center;
40- text-decoration : none;
41- width : 97px ;
42- }
43-
44- # topNav a : hover {
45- background-color : # fc0 ;
46- color : # 540 ;
47- }
48-
49- # topNav # topNav_current {
50- }
51-
52- # topNav # topNav_current a {
53- font-weight : bold;
54- color : black;
55- background-color : # ffffff ;
56- }
57-
58- .topnav-admin {
59- background-image : url ('../../icons/x32/system.png' ) !important ;
60- }
61-
62- .topnav-client {
63- background-image : url ('../../icons/x32/client.png' ) !important ;
64- }
65-
66- .topnav-mail {
67- background-image : url ('../../icons/x32/email.png' ) !important ;
68- }
69-
70- .topnav-monitor {
71- background-image : url ('../../icons/x32/monitor.png' ) !important ;
72- }
73-
74- .topnav-sites {
75- background-image : url ('../../icons/x32/sites.png' ) !important ;
76- }
77-
78- .topnav-dns {
79- background-image : url ('../../icons/x32/dns.png' ) !important ;
80- }
81-
82- .topnav-tools {
83- background-image : url ('../../icons/x32/tools.png' ) !important ;
84- }
85-
86- .topnav-help {
87- background-image : url ('../../icons/x32/help.png' ) !important ;
88- }
89-
90- .topnav- {
91- background-image : url ('../../icons/x32/login.png' ) !important ;
92- }
93-
94- .topnav-domain {
95- background-image : url ('../../icons/x32/domain.png' ) !important ;
96- }
97-
98- .topnav-dashboard {
99- background-image : url ('../../icons/x32/dashboard.png' ) !important ;
100- }
101-
1+ @charset "UTF-8" ;
2+ /**
3+ * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
4+ *
5+ * (en) Horizontal list navigation - ISPConfig 3: default theme
6+ * (de) Horizontale Navigationsliste - ISPConfig 3: default theme
7+ *
8+ * @copyright Copyright 2005-2008, Dirk Jesse
9+ * @license CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
10+ * YAML-C (http://www.yaml.de/en/license/license-conditions.html)
11+ * @link http://www.yaml.de
12+ * @package yaml
13+ * @version 3.0.6
14+ * @revision $Revision: 202 $
15+ * @lastmodified $Date: 2008-06-07 14:29:18 +0200 (Sa, 07 Jun 2008) $
16+ */
17+
18+ @media all
19+ {
20+ # topNav ul {
21+ list-style : none;
22+ padding : 0 ;
23+ margin : 0 ;
24+ }
25+
26+ # topNav ul li {
27+ display : inline;
28+ margin : 0 2px 0 0 ;
29+ }
30+
31+ # topNav a {
32+ background-color : # D3D3D3 ;
33+ background-position : center 5 px ;
34+ background-repeat : no-repeat;
35+ color : black;
36+ display : inline-block;
37+ height : 20 px ;
38+ padding-top : 37 px ;
39+ text-align : center;
40+ text-decoration : none;
41+ width : 97px ;
42+ }
43+
44+ # topNav a : hover {
45+ background-color : # fc0 ;
46+ color : # 540 ;
47+ }
48+
49+ # topNav # topNav_current {
50+ }
51+
52+ # topNav # topNav_current a {
53+ font-weight : bold;
54+ color : black;
55+ background-color : # ffffff ;
56+ }
57+
58+ .topnav-admin {
59+ background-image : url ('../../icons/x32/system.png' ) !important ;
60+ }
61+
62+ .topnav-client {
63+ background-image : url ('../../icons/x32/client.png' ) !important ;
64+ }
65+
66+ .topnav-mail {
67+ background-image : url ('../../icons/x32/email.png' ) !important ;
68+ }
69+
70+ .topnav-monitor {
71+ background-image : url ('../../icons/x32/monitor.png' ) !important ;
72+ }
73+
74+ .topnav-sites {
75+ background-image : url ('../../icons/x32/sites.png' ) !important ;
76+ }
77+
78+ .topnav-dns {
79+ background-image : url ('../../icons/x32/dns.png' ) !important ;
80+ }
81+
82+ .topnav-tools {
83+ background-image : url ('../../icons/x32/tools.png' ) !important ;
84+ }
85+
86+ .topnav-help {
87+ background-image : url ('../../icons/x32/help.png' ) !important ;
88+ }
89+
90+ .topnav- {
91+ background-image : url ('../../icons/x32/login.png' ) !important ;
92+ }
93+
94+ .topnav-domain {
95+ background-image : url ('../../icons/x32/domain.png' ) !important ;
96+ }
97+
98+ .topnav-dashboard {
99+ background-image : url ('../../icons/x32/dashboard.png' ) !important ;
100+ }
101+
102102}
0 commit comments