-
Notifications
You must be signed in to change notification settings - Fork 1
/
inprivate.html
123 lines (123 loc) · 4.52 KB
/
inprivate.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
<head>
<meta http-equiv="Content-Language" content="en-us" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=8" />
<title>InPrivate</title>
<style type="text/css">
body {
background-image: url('IEpagesstuff/top.jpg');
background-repeat: repeat-x;
background-color: #FEFEFE;
font-family: "Segoe UI", sans-serif;
font-size: 80%;
margin: 0em;
padding: 1em;
width: 70em;
}
.title,
.expandsection,
.tasksection,
.expando,
.icon,
.help,
.close
{
position: relative;
}
.title
{
font: 445% normal;
color: #d8e2f4;
left: 4px;
margin:0;
margin-right: 5px;
padding-bottom: .2em;
}
.tasksection,
.expandsection {
padding-bottom: 10px;
}
.column1
{
width: 35em;
margin-right: 5px;
}
.mainContent,
.footer {
padding-left: 35px;
}
.footer {
width:65em;
float: left;
padding-top: 1em;
}
.tasksection
{
min-width: 500px;
}
.expandsection {
padding-top: 10px;
}
.close,
.icon,
.help {
top: 3px;
margin-right: 5px;
border: none;
text-decoration: none;
outline: none;
}
.description,
.textcount
{
color: #505050;
}
.tasks {
font-size: 130%;
line-height:160%;
color: #549c00;
text-decoration: none;
outline: none;
}
hr {
margin: 0em 1.5em 1em 0em;
height: 1px;
border-top: 1px #C0C0C0 solid;
border-left: none;
border-right: none;
border-bottom: none;
}
a {
color: #4F81BD;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
</style>
</head>
<body id="InPrivate">
<div id="titleHeader" class="title">InPrivate is turned on</div>
<div id="contentContainer" class ="mainContent">
<div class="column1">
<div class="tasksection">
<div id="contentHeader" class="tasks">When InPrivate Browsing is turned on, you will see this indicator </div>
<p><img id="inPrivateImage" alt="InPrivate in the address bar" src="IEpagesstuff/inprivate.png" /></p>
<span id="recentlyClosedTabsDescription" class="description">
<p> </p>
<p id="contentLine1"><i>InPrivate Browsing</i> helps prevent Internet Explorer from storing data about your browsing session. This includes cookies, temporary Internet files, history, and other data. Toolbars and extensions are disabled by default. See Help for more information.</p>
<p id="contentLine2">To turn off InPrivate Browsing, close this browser window.</p>
</span>
</div>
</div>
</div>
<div class="footer">
<hr/>
<div id="help">
<a id="learnMore" href="about:InPrivate" onclick="window.external.ShowInPrivateHelp(); return false;" onmouseup="return false;">Learn more about InPrivate Browsing</a> | <a id="privacystatement" href="http://go.microsoft.com/fwlink/?LinkId=178608">Read the Internet Explorer privacy statement online</a>
</div>
</div>
</body>
</html>