home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 August / Chip_2003-08_cd1.bin / zkuste / wmakeup / download / MetallicShades2.exe / RCDATA / CABINET / Readme.hta < prev    next >
Text File  |  2003-05-14  |  9KB  |  243 lines

  1. <html>
  2. <head>
  3. <title>Metallic Shades 2.0</title>
  4. <HTA:APPLICATION APPLICATIONNAME="MetallicShades" 
  5. BORDER="none"
  6. INNERBORDER="no"
  7. CAPTION="no"
  8. SHOWINTASKBAR="yes"
  9. SINGLEINSTANCE="yes"
  10. SYSMENU="yes"
  11. SCROLLFLAT="yes"
  12. WINDOWSTATE="normal"
  13. SELECTION="no"
  14. MAXIMIZEBUTTON="no"
  15. SCROLL="no">
  16. <style>
  17. body {
  18. font-family: Verdana, Arial, Helvetica, sans-serif;
  19. font-size: 80%; }
  20. h1 {
  21. font-family: Verdana, Arial, Helvetica, sans-serif;
  22. font-size: 100%;
  23. color: #00334e;
  24. margin-top: 10px;
  25. margin-bottom: 4px; }
  26. ul {
  27. margin-top: 5px;
  28. margin-bottom: 10px;
  29. margin-left: 15px;
  30. list-style-type: square; }
  31. li {
  32. margin-top: 5px;
  33. margin-bottom: 5px; }
  34. td {
  35. font-size: 80%; }
  36. A:link {
  37. COLOR: #004891 }
  38. A:visited {
  39. COLOR: #004891 }
  40. A:active {
  41. COLOR: #004891 }
  42. A:hover {
  43. COLOR: #b21900 }
  44. #tb {
  45. padding-left: 3px;
  46. padding-right: 3px; }
  47. A.tblink {
  48. font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  49. font-size: 90%;
  50. color: #000000;
  51. text-decoration: none;
  52. height: 1px;
  53. border: 1px solid #EDE9E3;
  54. padding-top: 2px;
  55. padding-bottom: 2px;
  56. padding-left: 4px;
  57. padding-right: 4px;
  58. margin-left: 1px;
  59. margin-right: 1px; }
  60. A.tblink:visited {
  61. color: #000000;
  62. text-decoration: none; }
  63. A.tblink:active {
  64. color: #000000;
  65. text-decoration: none; }
  66. A.tblink:hover {
  67. color: #000000;
  68. text-decoration: none;
  69. border-color: #C2CACE;
  70. filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr=#FFF1F5F7, endColorstr=#FFDFE3E5) }
  71. A.cur {
  72. border-color: #C2CACE;
  73. filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr=#FFDFE3E5, endColorstr=#FFF3F7F9) }
  74. .contentdiv {
  75. height: 100%;
  76. width: 100%;
  77. overflow-y: auto;
  78. overflow-x: hidden;
  79. clip: rect(0% 100% 100% 0%);
  80. padding-right: 8px;
  81. padding-left: 8px;
  82. padding-bottom: 10px;
  83. padding-top: 0px;
  84. line-height: 140%; }
  85. .titlediv {
  86. height: 100%;
  87. width: 100%;
  88. padding-right: 8px;
  89. padding-left: 8px;
  90. padding-bottom: 2px;
  91. padding-top: 4px;
  92. font-family: Lucida Grande, Arial, Helvetica, sans-serif;
  93. font-size: 100%;
  94. color: #FFFFFF;
  95. filter: progid:DXImageTransform.Microsoft.Shadow(Color=#214669, direction=135, strength=2);
  96. cursor: default; }
  97. </style>
  98. <script language="javascript">
  99. var down = false;
  100. var x = 0, y = 0;
  101. var curpage = "main";
  102. window.resizeTo(530, 490);
  103. function titledown() {
  104. x = window.event.offsetX;
  105. y = window.event.offsetY;
  106. title.setCapture(true);
  107. down = true; }
  108. function titleup() {
  109. title.releaseCapture();
  110. down = false; }
  111. function titlemove() {
  112. if (down == true) {
  113. window.moveBy(0 - (x - window.event.offsetX), 0 - (y - window.event.offsetY)) } }
  114. function exit() {
  115. window.close(); }
  116. function gotopage(newpage) {
  117. document.all(curpage + "page").style.display = "none";
  118. document.all(curpage + "link").className = "tblink";
  119. document.all(newpage + "page").style.display = "block";
  120. document.all(newpage + "link").className = "tblink cur";
  121. curpage = newpage; }
  122. </script>
  123. </head>
  124. <body topmargin="1" bottommargin="1" leftmargin="1" rightmargin="1" marginwidth="1" marginheight="1" bgcolor="#0E3B64" text="#000000" link="#0026A2" vlink="#0026A2" alink="#0026A2">
  125. <table border="0" width="100%" cellpadding="0" cellspacing="0" height="100%">
  126. <tr>
  127. <td bgcolor="#4E7BA4" onmousemove="titlemove()" onmousedown="titledown()" onmouseup="titleup()" id="title">
  128. <table border="0" border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td height="3px" style="filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr=#FF86B3DC, endColorstr=#FF44719A)"></td></tr>
  129. <tr><td style="filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr=#FF3E6B94, endColorstr=#FF4E7BA4)">
  130. <div class="titlediv">Metallic Shades 2.0 <font style="font-size: 80%">by ThemeNorth</font></div>
  131. </td></tr><tr><td height="3px" style="filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr=#FF4C79A2, endColorstr=#FF325F88)"></td></table>
  132. </td>
  133. </tr>
  134. <tr><td height="3px" style="filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr=#FFF5F2ED, endColorstr=#FFEFEBE5)"></td></tr>
  135. <tr><td id="tb" style="filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr=#FFEFEBE5, endColorstr=#FFEBE6DF)">
  136. <table border="0" border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td>
  137. <a href="#" onclick="gotopage('main')" class="tblink cur" id="mainlink" hidefocus="true">Overview</a><a href="#" onclick="gotopage('verhist')" class="tblink" id="verhistlink"  hidefocus="true">Version History</a>
  138. </td><td align="right">
  139. <a align="right" href="#" onclick="exit()" class="tblink"  hidefocus="true">Close</a>
  140. </td></tr></table>
  141. </td></tr><tr><td height="2px" style="filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr=#FFEBE6DF, endColorstr=#FFE2DAD0)"></td></tr>
  142. <tr>
  143. <td height="100%" valign="top" bgcolor="#FCFDFE">
  144. <div id="mainpage" style="display:block"  class="contentdiv">
  145. <h1>Description</h1>
  146. A smooth metallic visual style with a choice of four colours (blue, green, purple, red), three 
  147. font sizes (normal, large, extra large) and three modes:
  148. <ul>
  149. <li>Standard - classic height taskbar, includes the user picture in the start panel
  150. <li>No User Picture - as standard mode with no user picture in the start panel
  151. <li>Compact - thin taskbar, defaults to having thinner title bars and has a more compact 
  152. start panel which does not show the user picture
  153. </ul>
  154. Additionally the visual style fully supports customisation of window dimensions, fonts etc. and will operate in 
  155. any DPI mode.
  156. <h1>Comments</h1>
  157. Inspiration for the visual style came from Windows Whister, 
  158. Windows Blackcomb Previews, Sosumi, Apple OSX and, of course, Luna.<br><br>
  159. <h1>General Credits</h1>
  160. Credit goes to Darkone for the creation of the ThemeXP visual style upon which the start
  161. panel is based.<br><br>
  162. <h1>BeOS Icons Credits</h1>
  163. Mac version by Matthew McClintock:<br>
  164. <a href="http://mc.clintock.com/first_floor/study_1/desk/computer_projects/icons/index.php">
  165. Matthew McClintock Icons</a><br>
  166. Windows Conversion by KoL:<br>
  167. <a href="http://www.studiotwentyeight.net">StudioTwentyEight</a><br><br>
  168. <h1>Optional Font Requirements</h1>
  169. Lucida Grande (Title Bars)<br>
  170. Ensign (Start Panel User Name)<br>
  171. These will default to Arial if the specific fonts are unavailable.<br><br>
  172. <h1>Agreement</h1>
  173. This software is provided 'as-is', without any express or 
  174. implied warranty.  In no event will the authors be held 
  175. liable for any damages arising from the use of this 
  176. software.<br><br>
  177. BeOS Icons used in the Shell Style released under the 
  178. <a href="http://www.dsl.org/copyleft/dsl.txt">Design Science License</a>.<br><br>
  179. </div>
  180. <div id="verhistpage" style="display:none"  class="contentdiv">
  181. <h1>Version 2.0 Updates</h1>
  182. <ul>
  183. <li>Four all-new colour schemes
  184. <li>New compact option (with thinner Taskbar and Title Bars)
  185. <li>Improved start panel
  186. <li>Improvements to taskbars
  187. <li>Fixed drawing problems with controls when displayed as part of a web page in Internet Explorer
  188. <li>Corrected problems with the horizontal taskbars not 'popping-up' correctly when the auto-hide feature is used
  189. <li>New, cleaner, more integrated, shell style
  190. <li>Fixed display of folder watermarks for video, music and image folders
  191. <li>Improved horizontal spin buttons
  192. <li>Improved disabled state for scrollbars
  193. <li>File size optimizations
  194. <li>Redesigned Readme
  195. </ul><br>
  196. <h1>Version 1.9 Updates</h1>
  197. <ul>
  198. <li>Thinner, classic height, taskbar (with thinner resizing bar to improve unlocked appearance)
  199. <li>New tabs
  200. <li>New trackbars
  201. <li>New progress bars
  202. <li>Improved spin buttons
  203. <li>Improved disabled states for buttons, combo boxes, checkboxes and radio buttons
  204. <li>Standard edit, list, and tree view controls are now slightly rounded
  205. <li>New taskbar and window resize grippers
  206. <li>Improved scroll bars (no longer have the blank edge)
  207. <li>Smaller file size
  208. </ul><br>
  209. <h1>Version 1.8 Updates</h1>
  210. <ul>
  211. <li>Modified start panel (with improved display in the 'Alt-Tab Task Switcher Powertoy')
  212. <li>Improved toolbar background and separators (now slightly rounded)
  213. <li>Smaller toolbar buttons (with improved display in 'Add/Remove Programs')
  214. <li>New list view headers
  215. <li>Added alternative font sizes
  216. <li>Corrected display of user picture with larger dpi settings
  217. <li>Improved places bar buttons
  218. <li>Combo box now has slightly rounded corners and indentation
  219. <li>Tab pane edges are now slightly squarer
  220. <li>Changed pressed colour of taskbar toolbar chevrons to black
  221. <li>Added gap between the more programs arrow and the menu
  222. <li>Changed application background colour
  223. <li>New installer/uninstaller
  224. <li>Added Readme (readme.hta, located in the installation directory)
  225. </ul><br>
  226. <h1>Version 1.7 Updates</h1>
  227. <ul>
  228. <li>Modified start panel
  229. </ul><br>
  230. <h1>Version 1.6 Updates</h1>
  231. <ul>
  232. <li>Corrected vertical taskbar buttons in green colour scheme
  233. <li>Added option to display user picture on the start panel
  234. <li>Added automated installation/uninstallation routines
  235. </ul><br>
  236. <h1>Version 1.5 Updates</h1>
  237. <ul>
  238. <li>Improved start panel
  239. </ul><br>
  240. </div>
  241. </font></td>
  242. </tr>
  243. </table>