##// END OF EJS Templates
* css modified...
Jean-Philippe Lang -
r43:63d3b12bb5ce
parent child
Show More
@@ -1,7 +1,23
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2 "http://www.w3.org/TR/html4/loose.dtd">
2 "http://www.w3.org/TR/html4/loose.dtd">
3 <html>
3 <html>
4 <title>redMine 404 error</title>
5 <style>
6 body{
7 font-family: Trebuchet MS,Georgia,"Times New Roman",serif;
8 color:#303030;
9 margin:10px;
10 }
11 h1{
12 font-size:1.5em;
13 }
14 p{
15 font-size:0.8em;
16 }
17 </style>
4 <body>
18 <body>
5 <h1>File not found</h1>
19 <h1>Page not found</h1>
20 <p>The page you were trying to access doesn't exist or has been removed.</p>
21 <p><a href="javascript:history.back()">Back</a></p>
6 </body>
22 </body>
7 </html> No newline at end of file
23 </html>
@@ -1,7 +1,24
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2 "http://www.w3.org/TR/html4/loose.dtd">
2 "http://www.w3.org/TR/html4/loose.dtd">
3 <html>
3 <html>
4 <title>redMine 500 error</title>
5 <style>
6 body{
7 font-family: Trebuchet MS,Georgia,"Times New Roman",serif;
8 color:#303030;
9 margin:10px;
10 }
11 h1{
12 font-size:1.5em;
13 }
14 p{
15 font-size:0.8em;
16 }
17 </style>
4 <body>
18 <body>
5 <h1>Sorry, an application error occured</h1>
19 <h1>Internal error</h1>
20 <p>An error occurred on the page you were trying to access.<br />
21 If you continue to experience problems please contact your redMine administrator for assistance.</p>
22 <p><a href="javascript:history.back()">Back</a></p>
6 </body>
23 </body>
7 </html> No newline at end of file
24 </html>
@@ -58,20 +58,22 margin-bottom:1px;
58
58
59 #header h1{
59 #header h1{
60 padding:10px 0 0 20px;
60 padding:10px 0 0 20px;
61 font-size:1.8em;
61 font-size:2em;
62 background-color:inherit;
62 background-color:inherit;
63 color:#fff; /*rgb(152, 26, 33);*/
63 color:#fff; /*rgb(152, 26, 33);*/
64 letter-spacing:-2px;
64 letter-spacing:-1px;
65 font-weight:normal;
65 font-weight:bold;
66 font-family: Trebuchet MS,Georgia,"Times New Roman",serif;
66 }
67 }
67
68
68 #header h2{
69 #header h2{
69 margin:3px 0 0 40px;
70 margin:3px 0 0 40px;
70 font-size:1.4em;
71 font-size:1.5em;
71 background-color:inherit;
72 background-color:inherit;
72 color:#f0f2f4;
73 color:#f0f2f4;
73 letter-spacing:-1px;
74 letter-spacing:-1px;
74 font-weight:normal;
75 font-weight:normal;
76 font-family: Trebuchet MS,Georgia,"Times New Roman",serif;
75 }
77 }
76
78
77 #navigation{
79 #navigation{
@@ -152,12 +154,13 margin:0 0 16px 0;
152 font-size:1.7em;
154 font-size:1.7em;
153 font-weight:normal;
155 font-weight:normal;
154 letter-spacing:-1px;
156 letter-spacing:-1px;
155 color:#505050;
157 color:#606060;
156 background-color:inherit;
158 background-color:inherit;
159 font-family: Trebuchet MS,Georgia,"Times New Roman",serif;
157 }
160 }
158
161
159 #content h2 a{font-weight:normal;}
162 #content h2 a{font-weight:normal;}
160 #content h3{margin:0 0 12px 0; font-size:1.4em; letter-spacing:-1px;}
163 #content h3{margin:0 0 12px 0; font-size:1.4em;color:#707070;font-family: Trebuchet MS,Georgia,"Times New Roman",serif;}
161 #content a:hover,#subcontent a:hover{text-decoration:underline;}
164 #content a:hover,#subcontent a:hover{text-decoration:underline;}
162 #content ul,#content ol{margin:0 5px 16px 35px;}
165 #content ul,#content ol{margin:0 5px 16px 35px;}
163 #content dl{margin:0 5px 10px 25px;}
166 #content dl{margin:0 5px 10px 25px;}
@@ -307,9 +310,9 margin:0 0 5px 0;
307 font-size:1.0em;
310 font-size:1.0em;
308 font-weight:bold;
311 font-weight:bold;
309 text-align:left;
312 text-align:left;
310 letter-spacing:-1px;
311 color:#606060;
313 color:#606060;
312 background-color:inherit;
314 background-color:inherit;
315 font-family: Trebuchet MS,Georgia,"Times New Roman",serif;
313 }
316 }
314
317
315 #subcontent p{margin:0 0 16px 0; font-size:0.9em;}
318 #subcontent p{margin:0 0 16px 0; font-size:0.9em;}
General Comments 0
You need to be logged in to leave comments. Login now