|
1 | | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
2 | | -<html xmlns="http://www.w3.org/1999/xhtml"> |
| 1 | +<!DOCTYPE html> |
| 2 | +<html> |
3 | 3 | <head> |
4 | | -<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
5 | | -<title>DMP Roadmap</title> |
6 | | -<style type="text/css"> |
7 | | -html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;} |
8 | | -article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;} |
9 | | -body {line-height:1.5;} |
10 | | -table {border-collapse:separate;border-spacing:0;} |
11 | | -caption, th, td {text-align:left;font-weight:normal;} |
12 | | -table, td, th {vertical-align:middle;} |
13 | | -blockquote:before, blockquote:after, q:before, q:after {content:"";} |
14 | | -blockquote, q {quotes:"" "";} |
15 | | -a img {border:none;} |
16 | | - |
17 | | -html {font-size:100.01%;} |
18 | | -body {font-size:12px;color:#111;background:#fff;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;} |
19 | | -h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;} |
20 | | -h1 {font-size:3em;line-height:1;margin-bottom:0.5em;} |
21 | | -h2 {font-size:2em;margin-bottom:0.75em;} |
22 | | -h3 {font-size:1.5em;line-height:1;margin-bottom:1em;} |
23 | | -h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;} |
24 | | -h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;} |
25 | | -h6 {font-size:1em;font-weight:bold;} |
26 | | -h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;} |
27 | | -p {margin:0 0 1.5em;} |
28 | | -p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;} |
29 | | -p img.right {float:right;margin:1.5em 0 1.5em 1.5em;} |
30 | | -a:focus, a:hover {text-decoration:underline;} |
31 | | -a {color:#fe9900;text-decoration:none;} |
32 | | -blockquote {margin:1.5em;color:#666;font-style:italic;} |
33 | | -strong {font-weight:bold;} |
34 | | -em, dfn {font-style:italic;} |
35 | | -dfn {font-weight:bold;} |
36 | | -sup, sub {line-height:0;} |
37 | | -abbr, acronym {border-bottom:1px dotted #666;} |
38 | | -address {margin:0 0 1.5em;font-style:italic;} |
39 | | -del {color:#666;} |
40 | | -pre {margin:1.5em 0;white-space:pre;} |
41 | | -pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;} |
42 | | -li ul, li ol {margin:0;} |
43 | | -ul, ol {margin:0 1.5em 1.5em 0;padding-left:3.333em;} |
44 | | -ul {list-style-type:disc;} |
45 | | -ol {list-style-type:decimal;} |
46 | | -dl {margin:0 0 1.5em 0;} |
47 | | -dl dt {font-weight:bold;} |
48 | | -dd {margin-left:1.5em;} |
49 | | -table {margin-bottom:1.4em;width:100%;} |
50 | | -th {font-weight:bold;} |
51 | | -thead th {background: none;} |
52 | | -th, td, caption {padding:4px 10px 4px 5px;} |
53 | | -tr.even td {background:#e5f9cc;} |
54 | | -tfoot {font-style:italic;} |
55 | | -caption {background:#eee;} |
56 | | -.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;} |
57 | | -.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;} |
58 | | -.hide {display:none;} |
59 | | -.quiet {color:#666;} |
60 | | -.loud {color:#000;} |
61 | | -.highlight {background:#ff0;} |
62 | | -.added {background:#060;color:#fff;} |
63 | | -.removed {background:#900;color:#fff;} |
64 | | -.first {margin-left:0;padding-left:0;} |
65 | | -.last {margin-right:0;padding-right:0;} |
66 | | -.top {margin-top:0;padding-top:0;} |
67 | | -.bottom {margin-bottom:0;padding-bottom:0;} |
68 | | - |
69 | | -label {font-weight:bold;} |
70 | | -fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;} |
71 | | -legend {font-weight:bold;font-size:1.2em;} |
72 | | -input[type=text], input[type=password], input.text, input.title, textarea, select {background-color:#fff;border:1px solid #bbb;} |
73 | | -input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;} |
74 | | -input[type=text], input[type=password], input.text, input.title, textarea, select {margin:0.5em 0;} |
75 | | -input.text, input.title {width:300px;padding:5px;} |
76 | | -input.title {font-size:1.5em;} |
77 | | -textarea {width:390px;height:250px;padding:5px;} |
78 | | -input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;} |
79 | | -form.inline {line-height:3;} |
80 | | -form.inline p {margin-bottom:0;} |
81 | | -.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;} |
82 | | -.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;} |
83 | | -.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;} |
84 | | -.success {background:#E6EFC2;color:#264409;border-color:#C6D880;} |
85 | | -.error a {color:#8a1f11;} |
86 | | -.notice a {color:#514721;} |
87 | | -.success a {color:#264409;} |
88 | | - |
89 | | -.container {width:950px;margin: 25px;} |
90 | | -.showgrid {background:url(src/grid.png);} |
91 | | -.column {float:left;margin-right:10px;} |
92 | | -.last {margin-right:0;} |
93 | | -.border {padding-right:4px;margin-right:5px;border-right:1px solid #eee;} |
94 | | -.colborder {padding-right:24px;margin-right:25px;border-right:1px solid #eee;} |
95 | | -.box {padding:1.5em;margin-bottom:1.5em;background:#E5ECF9;} |
96 | | -hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;} |
97 | | -hr.space {background:#fff;color:#fff;visibility:hidden;} |
98 | | -.clear {clear:both;} |
99 | | - |
100 | | -</style> |
| 4 | + <title>The page you were looking for doesn't exist (403)</title> |
| 5 | + <style type="text/css"> |
| 6 | + body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; } |
| 7 | + div.dialog { |
| 8 | + width: 25em; |
| 9 | + padding: 0 4em; |
| 10 | + margin: 4em auto 0 auto; |
| 11 | + border: 1px solid #ccc; |
| 12 | + border-right-color: #999; |
| 13 | + border-bottom-color: #999; |
| 14 | + } |
| 15 | + h1 { font-size: 100%; color: #f00; line-height: 1.5em; } |
| 16 | + </style> |
101 | 17 | </head> |
102 | | -<body> |
103 | | -<div class='container'> |
104 | | -<div class='outer_wrapper'> |
105 | | -<div id='main'><div class='front'> |
106 | | -<h2> |
107 | | -Welcome to DMP Roadmap |
108 | | -</h2> |
109 | | -<div class='static_body'> |
110 | | - <p>You are not authorized to view this resource.</p> |
111 | | - <p>To report this as an error please contact us on <a href='mailto:dmponline@dcc.ac.uk'>dmponline@dcc.ac.uk</a></p> |
112 | | -</div> |
113 | 18 |
|
114 | | -</div> |
115 | | -</div> |
116 | | -</div> |
117 | | - |
118 | | -</div> |
| 19 | +<body> |
| 20 | + <div class="dialog"> |
| 21 | + <h1>You are not authorized to view this resource (403).</h1> |
| 22 | + <p>You may have mistyped the address or do not have permission to access this page.</p> |
| 23 | + </div> |
119 | 24 | </body> |
120 | 25 | </html> |
121 | | - |
122 | | - |
0 commit comments