Project

General

Profile

« Previous | Next » 

Revision 751

Added by Matthias about 16 years ago

fixed loading time and some display issues in IE6 of the new admin interface and tweaked the new admin interface a little bit.

View differences:

stylesheet.css
4 4
	color: #000000;
5 5
}
6 6
body {
7
	background-color: #95C8F0;

8
	background-image: url(background.png);

7
	background-color: #A8BCCB;
8
	background-image: url(background.png);
9 9
	background-repeat: repeat-x;
10 10
	margin: 0px;
11 11
}
......
20 20
h1 {
21 21
	text-align: center;
22 22
	font-size: 20px;
23
	color: #000000;

23
	color: #000000;
24 24
	text-transform: uppercase;
25 25
}
26 26
h2 {
......
46 46
.menu {
47 47
	margin: 0;
48 48
	padding: 0;
49
	padding-top: 8px;

50
	padding-bottom: 10px;

49
	padding-top: 8px;
50
	padding-bottom: 10px;
51 51
	padding-left: 8px;
52
    background: #000 url(menu.png) ;

53
    background-repeat:repeat-x;

52
    background: #000 url(menu.png) ;
53
    background-repeat:repeat-x;
54 54
}
55 55
.menu li {
56 56
	list-style-type: none;
......
59 59
}
60 60
.menu a, .menu a:link, .menu a:active, .menu a:visited {
61 61
	border-bottom: 0;
62
	padding: 7px 11px 9px 11px;

63
	color: #fff;

62
	padding: 7px 11px 9px 11px;
63
	color: #fff;
64 64
}
65 65
.menu a:hover {
66 66
	text-decoration: none;
67
	color: #fff;

68
    background: #fff url(menuo.png) ;

69
    background-repeat:repeat-x;

67
	color: #fff;
68
    background: #fff url(menuo.png) ;
69
    background-repeat:repeat-x;
70 70
}
71 71
.current a, .current a:link, .current a:active, .current a:visited {
72
	background: #fff url(menuo.png) ;

73
    background-repeat:repeat-x;

74
	color: #fff;

72
	background: #fff url(menuo.png) ;
73
    background-repeat:repeat-x;
74
	color: #fff;
75 75
}
76 76
.content {
77
    background: #fff url(bgtitle.png) ;

78
    background-repeat:repeat-x;

77
    background: #fff url(bgtitle.png) ;
78
    background-repeat:repeat-x;
79 79
	padding: 20px;
80 80
	height: 280px;
81 81
	width: 750px;
......
83 83
	vertical-align: top;
84 84
}
85 85
.row_a {
86
	background-color: #ECF3F7;

86
	background-color: #ECF3F7;
87 87
}
88 88
.row_b {
89
	background-color: #EBF7FC;

89
	background-color: #EBF7FC;
90 90
}
91 91
.hide {
92 92
	display: none;
93
}

94

  
95
input:focus, select:focus, textarea:focus {

96
	background: #F1F8FD;

93
}
94

  
95
input:focus, select:focus, textarea:focus {
96
	background: #F1F8FD;
97 97
}

Also available in: Unified diff