Skip to content

Commit 4f35a00

Browse files
author
vogelor
committed
Added new theme. You now can change between 64px size icons, 32px size icons (the default-value) and no icons
1 parent c796b61 commit 4f35a00

30 files changed

+331
-14
lines changed

interface/web/themes/default/css/navigation/nav_top.css

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
background-repeat: no-repeat;
3535
color:black;
3636
display:inline-block;
37-
height:20px;
38-
padding-top:68px;
37+
height:18px;
38+
padding-top:31px;
3939
text-align:center;
4040
text-decoration:none;
4141
width:97px;
@@ -56,43 +56,43 @@
5656
}
5757

5858
.topnav-admin {
59-
background-image: url('../../icons/x64/system.png') !important;
59+
background-image: url('../../icons/x32/system.png') !important;
6060
}
6161

6262
.topnav-client {
63-
background-image: url('../../icons/x64/client.png') !important;
63+
background-image: url('../../icons/x32/client.png') !important;
6464
}
6565

6666
.topnav-mail {
67-
background-image: url('../../icons/x64/email.png') !important;
67+
background-image: url('../../icons/x32/email.png') !important;
6868
}
6969

7070
.topnav-monitor {
71-
background-image: url('../../icons/x64/monitor.png') !important;
71+
background-image: url('../../icons/x32/monitor.png') !important;
7272
}
7373

7474
.topnav-sites {
75-
background-image: url('../../icons/x64/sites.png') !important;
75+
background-image: url('../../icons/x32/sites.png') !important;
7676
}
7777

7878
.topnav-dns {
79-
background-image: url('../../icons/x64/dns.png') !important;
79+
background-image: url('../../icons/x32/dns.png') !important;
8080
}
8181

8282
.topnav-tools {
83-
background-image: url('../../icons/x64/tools.png') !important;
83+
background-image: url('../../icons/x32/tools.png') !important;
8484
}
8585

8686
.topnav-help {
87-
background-image: url('../../icons/x64/help.png') !important;
87+
background-image: url('../../icons/x32/help.png') !important;
8888
}
8989

9090
.topnav- {
91-
background-image: url('../../icons/x64/login.png') !important;
91+
background-image: url('../../icons/x32/login.png') !important;
9292
}
9393

9494
.topnav-domain {
95-
background-image: url('../../icons/x64/domain.png') !important;
95+
background-image: url('../../icons/x32/domain.png') !important;
9696
}
9797

9898
}

interface/web/themes/default/css/screen/basemod.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
/* (de) Gestaltung der Hauptelemente des Layouts */
4545
#header {
4646
color: #faf0e6;
47-
padding: 15px 2em 1em 20px;
47+
padding: 15px 2em 5px 20px;
4848
background: #9a9a9a url(../../images/header_bg.png) repeat-x top left;
4949
}
5050

interface/web/themes/default/css/screen/content_ispc.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@
233233
/* Image-Replacement */
234234
.swap { background-repeat:no-repeat; }
235235
.swap span { display:none; height:16px; }
236-
#ir-HeaderLogo { background-image:url("../../images/header_logo.png"); height:32px; }
236+
#ir-HeaderLogo { background-image:url("../../images/header_logo.png"); height:28px; }
237237
#ir-Yes { background-image:url("../../icons/x16/tick_circle.png"); height:16px; }
238238
#ir-No { background-image:url("../../icons/x16/cross_circle.png"); height:16px; }
239239

2.42 KB
Loading
2.2 KB
Loading
1.73 KB
Loading
1.67 KB
Loading
2.05 KB
Loading
2.37 KB
Loading
1.28 KB
Loading

0 commit comments

Comments
 (0)