-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmax-window-effect.html
More file actions
31 lines (29 loc) · 1.04 KB
/
max-window-effect.html
File metadata and controls
31 lines (29 loc) · 1.04 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Max Window Effect</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<style>
html {height:100%;}
body {font-family: Verdana, sans-serif; font-size:1.0em; background-color:#EDEDED; height:100%;}
</style>
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js">
</script>
<![endif]-->
</head>
<body>
<h2>Maximum Window Effect</h2>
<p>When a window is maximized on the primary screen the panel is set to opaque black.
This extension can be used in conjunction with themes which set the panel transparent or a color not harmonious with a maximized window.
When the panel color is changed to black the panel text and icons are changed to white.
When the window is un-maximized the original panel appearance is restored.
</p>
<p>
This effect is optionally provided by the Activities Configurator Extension.
</p>
<p>
This extension is not available from the ego website.
</p>
</body>
</html>