Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

261 lines
3.1 KiB

  1. /* EXTERNAL STYLE SHEET FOR SUMMARY PAGES (e.g. TO DO LIST & ABOUT) */
  2. Body
  3. {
  4. font-family:Trebuchet MS;
  5. font-weight:normal;
  6. cursor:default;
  7. }
  8. .divMaster
  9. {
  10. position:absolute;
  11. top:0%;
  12. left:0%;
  13. width:100%;
  14. height:100%;
  15. visibility:hidden;
  16. }
  17. /* TITLE ELEMENT */
  18. .divTitle
  19. {
  20. position:absolute;
  21. left:3.3%;
  22. top:0%;
  23. width:92.8%;
  24. font-weight:bold;
  25. }
  26. .tblTitle
  27. {
  28. position:relative;
  29. width:100%;
  30. height:100%;
  31. }
  32. .tdtitle
  33. {
  34. text-align:left;
  35. letter-spacing:-2pt;
  36. }
  37. /* EXIT ELEMENT */
  38. .divExit
  39. {
  40. position:absolute;
  41. left:75%;
  42. top:0%;
  43. width:25%;
  44. height:100%;
  45. }
  46. .tblExit
  47. {
  48. position:relative;
  49. width:100%;
  50. height:100%;
  51. }
  52. .tdExit
  53. {
  54. text-align:right;
  55. font-weight:bold;
  56. }
  57. /* TASKS */
  58. .divTaskCaption
  59. {
  60. position:absolute;
  61. left:27.5%;
  62. top:20%;
  63. width:25%;
  64. height:7%;
  65. font-weight:bold;
  66. color:#FEF4D7;
  67. }
  68. .divTask
  69. {
  70. position:absolute;
  71. left:3.3%;
  72. top:30%;
  73. width:43.5%;
  74. height:45%;
  75. color:windowtext;
  76. font-size:1pt;
  77. }
  78. .tblTask
  79. {
  80. font-family:Tahoma;
  81. line-height:112%;
  82. }
  83. .tdTaskLeft
  84. {
  85. font-family:Marlett;
  86. color:windowtext;
  87. visibility:hidden;
  88. }
  89. .tdTaskRight
  90. {
  91. padding-top:2%;
  92. padding-bottom:2%;
  93. padding-left:2%;
  94. font-weight:bold;
  95. }
  96. /* DETAILS */
  97. .divDetailsCaption
  98. {
  99. position:absolute;
  100. left:52.5%;
  101. top:20%;
  102. width:43%;
  103. height:7%;
  104. font-weight:bold;
  105. color:#FEF4D7;
  106. }
  107. .divDetails
  108. {
  109. position:absolute;
  110. left:52.5%;
  111. top:30%;
  112. width:43.5%;
  113. height:45%;
  114. font-family:Tahoma;
  115. line-height:112%;
  116. }
  117. .tblDetails
  118. {
  119. font-family:Tahoma;
  120. line-height:112%;
  121. }
  122. .tdDetailsLeft
  123. {
  124. padding-top:2%;
  125. font-family:Tahoma;
  126. color:windowtext;
  127. }
  128. .tdDetailsRight
  129. {
  130. padding-top:2%;
  131. padding-bottom:2%;
  132. font-weight:bold;
  133. }
  134. /*
  135. WORKAROUND FOR IE5 BUG:
  136. The following style attributes were removed from .tdDetailsRight:
  137. padding-left:2%;
  138. */
  139. /* ANCHOR ELEMENTS */
  140. A
  141. {
  142. text-decoration:none;
  143. color:windowtext;
  144. }
  145. /* Pseudo-class 'hover' */
  146. A:hover
  147. {
  148. text-decoration:underline;
  149. color:#0000FF;
  150. }
  151. .anchorLink
  152. {
  153. text-decoration:none;
  154. }
  155. .anchorLink2
  156. {
  157. color:crimson;
  158. text-decoration:underline;
  159. }
  160. .anchorExit
  161. {
  162. text-decoration:none;
  163. }
  164. /* STATIC INFO TEXT BLOCK ELEMENTS */
  165. .divStaticInfo
  166. {
  167. position:absolute;
  168. left:3.3%;
  169. top:60%;
  170. width:32.5%;
  171. height:37%;
  172. font-family:Tahoma;
  173. line-height:112%;
  174. }
  175. .tblStaticInfo
  176. {
  177. font-family:Tahoma;
  178. line-height:112%;
  179. }
  180. .tdStaticInfo
  181. {
  182. padding-top:2%;
  183. font-family:Tahoma;
  184. color:windowtext;
  185. }
  186. /* MISCELLANEOUS */
  187. .divHeaderRule
  188. {
  189. position:absolute;
  190. left:3.3%;
  191. top:20%;
  192. width:92.8%;
  193. height:7%;
  194. border-bottom-width:1pt;
  195. border-bottom-style:solid;
  196. border-bottom-color:windowtext;
  197. }
  198. .divWatermark
  199. {
  200. position:absolute;
  201. left:40%;
  202. top:30%;
  203. width:60%;
  204. height:70%;
  205. z-index:-2;
  206. }
  207. .tblWatermark
  208. {
  209. position:relative;
  210. width:100%;
  211. height:100%;
  212. }
  213. .tdWatermark
  214. {
  215. text-align:right;
  216. font-family:Webdings;
  217. color:#FBDC7E;
  218. font-size:4pt;
  219. visibility:visible;
  220. }