diff --git a/interface/web/themes/default/css/navigation/nav_top.css b/interface/web/themes/default/css/navigation/nav_top.css index 13dc1c8980b6a012f7c30d16063cbf26453d6734..c7d637fe477a4d7808c6887331b8b03ece096996 100644 --- a/interface/web/themes/default/css/navigation/nav_top.css +++ b/interface/web/themes/default/css/navigation/nav_top.css @@ -1,102 +1,102 @@ -@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 top; - background-repeat: no-repeat; - color:black; - display:inline-block; - height:18px; - padding-top:31px; - 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/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-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; - } - +@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: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/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-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; + } + } \ No newline at end of file