##// END OF EJS Templates
* css modified...
Jean-Philippe Lang -
r43:63d3b12bb5ce
parent child
Show More
@@ -1,7 +1,23
1 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2 2 "http://www.w3.org/TR/html4/loose.dtd">
3 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 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 22 </body>
7 23 </html> No newline at end of file
@@ -1,7 +1,24
1 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2 2 "http://www.w3.org/TR/html4/loose.dtd">
3 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 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 23 </body>
7 24 </html> No newline at end of file
@@ -58,20 +58,22 margin-bottom:1px;
58 58
59 59 #header h1{
60 60 padding:10px 0 0 20px;
61 font-size:1.8em;
61 font-size:2em;
62 62 background-color:inherit;
63 63 color:#fff; /*rgb(152, 26, 33);*/
64 letter-spacing:-2px;
65 font-weight:normal;
64 letter-spacing:-1px;
65 font-weight:bold;
66 font-family: Trebuchet MS,Georgia,"Times New Roman",serif;
66 67 }
67 68
68 69 #header h2{
69 70 margin:3px 0 0 40px;
70 font-size:1.4em;
71 font-size:1.5em;
71 72 background-color:inherit;
72 73 color:#f0f2f4;
73 74 letter-spacing:-1px;
74 75 font-weight:normal;
76 font-family: Trebuchet MS,Georgia,"Times New Roman",serif;
75 77 }
76 78
77 79 #navigation{
@@ -152,12 +154,13 margin:0 0 16px 0;
152 154 font-size:1.7em;
153 155 font-weight:normal;
154 156 letter-spacing:-1px;
155 color:#505050;
157 color:#606060;
156 158 background-color:inherit;
159 font-family: Trebuchet MS,Georgia,"Times New Roman",serif;
157 160 }
158 161
159 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 164 #content a:hover,#subcontent a:hover{text-decoration:underline;}
162 165 #content ul,#content ol{margin:0 5px 16px 35px;}
163 166 #content dl{margin:0 5px 10px 25px;}
@@ -307,9 +310,9 margin:0 0 5px 0;
307 310 font-size:1.0em;
308 311 font-weight:bold;
309 312 text-align:left;
310 letter-spacing:-1px;
311 313 color:#606060;
312 314 background-color:inherit;
315 font-family: Trebuchet MS,Georgia,"Times New Roman",serif;
313 316 }
314 317
315 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