Revision 56ed2f99
Von Moritz Bunkus vor fast 12 Jahren hinzugefügt
SL/Auth.pm | ||
---|---|---|
493 | 493 |
my %menustyle_map = ( xml => 'new', v4 => 'v3' ); |
494 | 494 |
$user_data{menustyle} = $menustyle_map{lc($user_data{menustyle} || '')} || $user_data{menustyle}; |
495 | 495 |
|
496 |
# The 'Win2000.css' stylesheet has been removed. |
|
497 |
$user_data{stylesheet} = 'kivitendo.css' if ($user_data{stylesheet} || '') =~ m/win2000/i; |
|
498 |
|
|
496 | 499 |
# Set default language if selected language does not exist (anymore). |
497 | 500 |
$user_data{countrycode} = $::lx_office_conf{system}->{language} unless $user_data{countrycode} && -d "locale/$user_data{countrycode}"; |
498 | 501 |
|
bin/mozilla/admin.pl | ||
---|---|---|
76 | 76 |
|
77 | 77 |
my @valid_dateformats = qw(mm/dd/yy dd/mm/yy dd.mm.yy yyyy-mm-dd); |
78 | 78 |
my @valid_numberformats = ('1,000.00', '1000.00', '1.000,00', '1000,00'); |
79 |
my @all_stylesheets = qw(lx-office-erp.css Win2000.css Mobile.css kivitendo.css);
|
|
79 |
my @all_stylesheets = qw(lx-office-erp.css Mobile.css kivitendo.css); |
|
80 | 80 |
my @all_menustyles = ( |
81 | 81 |
{ id => 'old', title => $::locale->text('Old (on the side)') }, |
82 | 82 |
{ id => 'v3', title => $::locale->text('Top (CSS)') }, |
bin/mozilla/am.pl | ||
---|---|---|
1062 | 1062 |
} |
1063 | 1063 |
|
1064 | 1064 |
$form->{STYLESHEETS} = []; |
1065 |
foreach my $item (qw(lx-office-erp.css Win2000.css Mobile.css kivitendo.css)) {
|
|
1065 |
foreach my $item (qw(lx-office-erp.css Mobile.css kivitendo.css)) { |
|
1066 | 1066 |
push @{ $form->{STYLESHEETS} }, { |
1067 | 1067 |
'name' => $item, |
1068 | 1068 |
'value' => $item, |
css/Win2000/background_jobs.css | ||
---|---|---|
1 |
../lx-office-erp/background_jobs.css |
css/Win2000/csshover.htc | ||
---|---|---|
1 |
../lx-office-erp/csshover.htc |
css/Win2000/dhtmlsuite | ||
---|---|---|
1 |
../lx-office-erp/dhtmlsuite/ |
css/Win2000/frame_header | ||
---|---|---|
1 |
../lx-office-erp/frame_header/ |
css/Win2000/jquery.autocomplete.css | ||
---|---|---|
1 |
../lx-office-erp/jquery.autocomplete.css |
css/Win2000/jquery.multiselect2side.css | ||
---|---|---|
1 |
../lx-office-erp/jquery.multiselect2side.css |
css/Win2000/list_accounts.css | ||
---|---|---|
1 |
../lx-office-erp/list_accounts.css |
css/Win2000/main.css | ||
---|---|---|
1 |
/* Stylesheet for Lx-Office |
|
2 |
* Name: Win2000.css*/ |
|
3 |
|
|
4 |
/* The look of links */ |
|
5 |
A:link { color: black; text-decoration: none; } |
|
6 |
A:visited { color: black; text-decoration: none; } |
|
7 |
A:active { color: black; text-decoration: underline; } |
|
8 |
A.nohover:hover { |
|
9 |
color:white; |
|
10 |
background-color: #093280; |
|
11 |
font-size: 10pt; |
|
12 |
text-decoration: none; |
|
13 |
} |
|
14 |
A:hover { |
|
15 |
color:white; |
|
16 |
background-color: #093280; |
|
17 |
/*font-size: 10pt;*/ |
|
18 |
text-decoration: none; |
|
19 |
} |
|
20 |
|
|
21 |
input:focus, textarea:focus, select:focus { |
|
22 |
background-color: yellow; |
|
23 |
} |
|
24 |
|
|
25 |
body { |
|
26 |
font-family: Verdana, Arial, Helvetica, sans-serif; |
|
27 |
font-size: 10pt; |
|
28 |
background-color: #D4D0C8; |
|
29 |
color: black |
|
30 |
} |
|
31 |
td { |
|
32 |
font-family: Verdana, Arial, Helvetica, sans-serif; |
|
33 |
color: black; |
|
34 |
font-size: 10pt; |
|
35 |
font-weight: normal; |
|
36 |
} |
|
37 |
th { |
|
38 |
font-family: Verdana, Arial, Helvetica, sans-serif; |
|
39 |
color: black; |
|
40 |
font-size: 10pt; |
|
41 |
font-weight: normal; |
|
42 |
} |
|
43 |
/* login and admin */ |
|
44 |
.login { |
|
45 |
font-family: Verdana, Arial, Helvetica, sans-serif; |
|
46 |
} |
|
47 |
body.login { |
|
48 |
background: #b8d1f3; |
|
49 |
color: #D4D0C8; |
|
50 |
} |
|
51 |
h1.login { |
|
52 |
font-size: 18pt; |
|
53 |
} |
|
54 |
table.login { |
|
55 |
background-color: #efedde; |
|
56 |
padding: 20px; |
|
57 |
} |
|
58 |
td.login { |
|
59 |
text-align: center; |
|
60 |
} |
|
61 |
th.login { |
|
62 |
text-align: right; |
|
63 |
} |
|
64 |
body.admin { |
|
65 |
background-color:#ffffff; |
|
66 |
color: black; |
|
67 |
} |
|
68 |
body.menu { |
|
69 |
background-color: white; |
|
70 |
font-family: Verdana, Arial, Helvetica, sans-serif; |
|
71 |
font-size:10pt; |
|
72 |
color: black; |
|
73 |
} |
|
74 |
|
|
75 |
.message_error_login { |
|
76 |
color: #000000; |
|
77 |
border: 1px solid #8b0000; |
|
78 |
background-color: #ffcccc; |
|
79 |
padding: 3px; |
|
80 |
} |
|
81 |
.message_ok { |
|
82 |
font-size: 12pt; |
|
83 |
padding:5px; |
|
84 |
background-color: #ADFFB6; |
|
85 |
color: black; |
|
86 |
font-weight: bolder; |
|
87 |
text-align:center; |
|
88 |
border-style:solid; |
|
89 |
border-width:thin; |
|
90 |
} |
|
91 |
.message_error { |
|
92 |
font-size: 12pt; |
|
93 |
padding:5px; |
|
94 |
background-color: #FFAAAA; |
|
95 |
color: black; |
|
96 |
font-weight: bolder; |
|
97 |
text-align:center; |
|
98 |
border-style:solid; |
|
99 |
border-width:thin; |
|
100 |
} |
|
101 |
.message_hint { |
|
102 |
font-size: 12pt; |
|
103 |
padding:5px; |
|
104 |
background-color: #FFFE47; |
|
105 |
color: black; |
|
106 |
font-weight: bolder; |
|
107 |
text-align:center; |
|
108 |
border-style:solid; |
|
109 |
border-width:thin; |
|
110 |
} |
|
111 |
|
|
112 |
.listtop,h1 { |
|
113 |
background-color: #b8d1f3; |
|
114 |
text-align:left; |
|
115 |
padding:5px; |
|
116 |
font-size: 10pt; |
|
117 |
color: black; |
|
118 |
font-weight: bolder; |
|
119 |
border-bottom: 2px solid #A5A29C; |
|
120 |
} |
|
121 |
.listheading { |
|
122 |
font-size: 10pt; |
|
123 |
padding:3px; |
|
124 |
background-color: #b8d1f3; |
|
125 |
color: black; |
|
126 |
font-weight: bolder; |
|
127 |
text-align:left; |
|
128 |
} |
|
129 |
.subsubheading { |
|
130 |
color: black; |
|
131 |
font-weight: bolder; |
|
132 |
text-decoration: underline; |
|
133 |
} |
|
134 |
.optionen { |
|
135 |
border:dashed; |
|
136 |
border-width:1px; |
|
137 |
background:#D4D0C8; |
|
138 |
} |
|
139 |
/* Bei Listen den Farbwechsel zur besseren Lesbarkeit: */ |
|
140 |
.listrow1 { background-color: #C8D4C6; color: black; vertical-align: top; } |
|
141 |
.listrow0 { background-color: white; color: black; vertical-align: top; } |
|
142 |
.listsubtotal { border-top: 1px solid black; font-size: 10pt; background-color: #b8d1f3; color: black; font-weight: bolder;} |
|
143 |
.listtotal { border-top: 1px double black; font-size: 10pt; background-color: #b8d1f3; color: black; font-weight: bolder;} |
|
144 |
.submit { |
|
145 |
font-family: Verdana, Arial, Helvetica, sans-serif; |
|
146 |
color: #000000; |
|
147 |
} |
|
148 |
.checkbox, .radio { |
|
149 |
font-family: Verdana, Arial, Helvetica, sans-serif; |
|
150 |
color: #778899; |
|
151 |
} |
|
152 |
.plus0 { /* font color for negative numbers */ |
|
153 |
color: red; |
|
154 |
} |
|
155 |
.plus1 { |
|
156 |
color: green; |
|
157 |
} |
|
158 |
h2.confirm { |
|
159 |
color: blue; |
|
160 |
font-size: 14pt; |
|
161 |
} |
|
162 |
h2.error { |
|
163 |
color: red; |
|
164 |
font-size: 14pt; |
|
165 |
} |
|
166 |
/* media stuff */ |
|
167 |
@media screen { |
|
168 |
.noscreen { /* items with this class won't display */ |
|
169 |
display: none; |
|
170 |
} |
|
171 |
} |
|
172 |
@media print { |
|
173 |
.noprint { /* items with this class won't print */ |
|
174 |
display: none; |
|
175 |
} |
|
176 |
} |
|
177 |
|
css/Win2000/menu.css | ||
---|---|---|
1 |
../lx-office-erp/menu.css |
css/Win2000/tabcontent.css | ||
---|---|---|
1 |
../lx-office-erp/tabcontent.css |
css/Win2000/ui-lightness | ||
---|---|---|
1 |
../lx-office-erp/ui-lightness/ |
Auch abrufbar als: Unified diff
Stylesheet Win2000.css gelöscht