home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / super / altn / md_en.exe / PASTEL_BLUE.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  2002-12-30  |  8.8 KB  |  489 lines

  1. A, DIV, P, TD{
  2.     color : black;
  3.     font-family : tahoma;
  4.     font-size : 10pt;
  5. }
  6.  
  7. #AddressBookDisplay{
  8.     border:2px solid lightsteelblue;
  9.     cursor:default;
  10.     display:inline;
  11.     padding:2px;
  12. }
  13.  
  14. BODY  {
  15.     background-color : white;
  16.     color : WindowText;
  17.     font-family : tahoma;
  18.     font-size:expression((document.body.offsetWidth>800 ? '10pt' : '8pt'));
  19.     text-overflow:ellipsis;
  20.     scrollbar-3dlight-color:lightsteelblue;
  21.     scrollbar-arrow-color:lightslategray;
  22.     scrollbar-base-color:lightsteelblue;
  23.     scrollbar-darkshadow-color:lightslategray;
  24.     scrollbar-face-color:lightsteelblue;
  25.     scrollbar-highlight-color:white;
  26.     scrollbar-shadow-color:lightslategray;
  27. }
  28.  
  29. /* Calendar Style sheet info */
  30. .CalHasEntries{
  31.     background-color:#FFFFCC;
  32. }
  33.  
  34. .CalHasNoEntries{
  35.     background-color:#FFFFFF;
  36. }
  37.  
  38. .OffCalHasEntries{
  39.     background-color:#C0C0C0;
  40. }
  41.  
  42. .OffCalHasNoEntries{
  43.     background-color:#F0F0F0;
  44. }
  45. .CalHasEntriesIsToday{
  46.     background-color:lightsteelblue;
  47.     border:2px inset;
  48.     font-weight:bold;
  49. }
  50. .CalHasNoEntriesIsToday{
  51.     background-color:lightsteelblue;
  52.     border:2px inset;
  53. }
  54.  
  55. .CalDayViewSectionHeaderLeft{
  56.     background-color:InfoBackground;
  57.     border-bottom:1px solid ThreeDDarkShadow;
  58.     border-top:1px solid ThreeDLightShadow;
  59.     border-left:1px solid ThreeDLightShadow;
  60. }
  61.  
  62. .CalDayViewSectionHeaderRight{
  63.     background-color:InfoBackground;
  64.     border-right:1px solid ThreeDDarkShadow;
  65.     border-bottom:1px solid ThreeDDarkShadow;
  66.     border-top:1px solid ThreeDLightShadow;
  67. }
  68.  
  69. .calendarTable,.ContactsBody,.menuBackground,.FoldersHeaderBody{
  70.     background-color:lightsteelblue;
  71. }
  72.  
  73. .contactsMenuButton,#ContactsButton,#closeContactsButton,#closeFoldersButton,.optionsTabs{
  74.     border:2px solid lightsteelblue;
  75. }
  76.  
  77. .ContactsHeader{
  78.     font-size:16pt;
  79.     width:100%;
  80. }
  81.  
  82. #ContactsHeaderName{
  83.     border:2px outset;
  84.     display:inline;
  85.     font-weight:bold;
  86.     width:33%;
  87. }
  88. #ContactsHeaderEmail{
  89.     border:2px outset;
  90.     display:inline;
  91.     font-weight:bold;
  92.     width:33%;
  93. }
  94. #ContactsHeaderComment{
  95.     border:2px outset;
  96.     display:inline;
  97.     font-weight:bold;
  98.     width:34%;
  99. }
  100.  
  101. #ContactsTable{
  102.     border:2px groove;
  103. }
  104.  
  105. .currentMailboxMenu{
  106.     background-color:lightslategray;
  107. }
  108.  
  109. #CurrentPage{
  110.     border:1px solid black;
  111.     background-color:white;
  112.     color:black;
  113.     padding-left:2px;
  114.     padding-right:2px;
  115. }
  116.  
  117. .Fixed{
  118.     font-family:tahoma;
  119. }
  120.  
  121. .focusedTab{
  122.       border-top:3px outset;
  123.     border-left:2px outset;
  124.     border-right:3px outset;
  125.     border-bottom:3px solid lightsteelblue;
  126.     text-align:center;
  127. }
  128.  
  129. #FoldersHeaderLink{
  130.     border:1px solid lightsteelblue;
  131.     cursor:default;
  132.     text-decoration:none;
  133. }
  134.  
  135. #FoldersHeaderTable{
  136.     background-color: lightsteelblue;
  137.     border-bottom:2px outset;
  138.     cursor:default;
  139.     height:20px;
  140. }
  141.  
  142. .FoldersMenu{
  143.     cursor:default;
  144.     display:inline;
  145.     font-family:tahoma;
  146.     font-size:8pt;
  147.     scrollbar-3dlight-color:lightsteelblue;
  148.     scrollbar-arrow-color:lightslategray;
  149.     scrollbar-base-color:lightsteelblue;
  150.     scrollbar-darkshadow-color:lightslategray;
  151.     scrollbar-face-color:lightsteelblue;
  152.     scrollbar-highlight-color:white;
  153.     scrollbar-shadow-color:lightslategray;
  154. }
  155.  
  156. /*Headers for the Message table*/
  157. .headers{
  158.     font-size:8pt;
  159.     padding-left:5px;
  160.     padding-right:5px;
  161. }
  162. .headersText{font-size:8pt;}
  163.  
  164. #HighPriorityMessageRow{
  165.     border:1px solid black;
  166.     background-color:#FFFFCC;
  167. }
  168.  
  169. #ListTable{
  170.     display:block;
  171.     width:100%;
  172.     scrollbar-3dlight-color:lightsteelblue;
  173.     scrollbar-arrow-color:lightslategray;
  174.     scrollbar-base-color:lightsteelblue;
  175.     scrollbar-darkshadow-color:lightslategray;
  176.     scrollbar-face-color:lightsteelblue;
  177.     scrollbar-highlight-color:white;
  178.     scrollbar-shadow-color:lightslategray;
  179. }
  180.  
  181. .ListBody{
  182.     border:1px inset;
  183.     cursor:default;
  184.     overflow:auto;
  185.     scrollbar-3dlight-color:lightsteelblue;
  186.     scrollbar-arrow-color:lightslategray;
  187.     scrollbar-base-color:lightsteelblue;
  188.     scrollbar-darkshadow-color:lightslategray;
  189.     scrollbar-face-color:lightsteelblue;
  190.     scrollbar-highlight-color:white;
  191.     scrollbar-shadow-color:lightslategray;
  192. }
  193.  
  194. .ListViewHeader{
  195.     background-color:lightsteelblue;
  196.     cursor:default;
  197.     display:inline;
  198.     font-size:10pt;
  199.     overflow:hidden;
  200.     padding-left:3px;
  201.     text-overflow:ellipsis;
  202. }
  203.  
  204. .ListViewHeaderContainer{
  205.     background-color:lightsteelblue;
  206.     border-bottom:1px outset;
  207. }
  208.  
  209. .ListViewDivider{
  210.     border:1px inset;
  211.     display:inline;
  212.     width:1px;
  213. }
  214.  
  215. .LookOutBarBody{
  216.     background-color:lightslategray;
  217.     color:white;
  218. }
  219.  
  220. .LookOutBarText{
  221.     color:white;
  222.     text-overflow:ellipsis;
  223.     overflow:hidden;
  224. }
  225.  
  226. .LookOutBarItem{}
  227.  
  228. .LookOutBanner{
  229.     cursor:default;
  230.     filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='lightsteelblue', EndColorStr='#FFFFFF');
  231.     font-size:12pt;
  232.     font-weight:bold;
  233.     width:100px;
  234. }
  235.  
  236. .MenuBody{
  237.     background-color : lightsteelblue;
  238.     color : WindowText;
  239.     font-family : tahoma;
  240.     font-size : 10pt;
  241. }
  242.  
  243. .menuButton{
  244.     border:2px solid lightsteelblue;
  245.     cursor:default;
  246.     filter:gray;
  247.     height:expression(document.body.offsetHeight-56);
  248.     overflow:hidden;
  249.     padding-left:5;
  250.     padding-right:5;
  251. }
  252. a.menuButton{
  253.     border:1px solid lightsteelblue;
  254.     filter:gray;
  255.     padding-left:5;
  256.     padding-right:5;
  257.     text-decoration:none;
  258. }
  259.  
  260. .menuButtonArrow{
  261.     border:1px solid lightsteelblue;
  262.     filter:gray;
  263. }
  264.  
  265.  
  266. .MenuDivider{
  267.     background-color:lightslategray;
  268.     height:1px;
  269.     width:100%;
  270. }
  271.  
  272.  
  273. .menuItemText{
  274.     display:inline;
  275.     font-size:expression((document.body.offsetWidth>800 ? '10pt' : '8pt'));
  276.     overflow:hidden;
  277.     text-overflow:ellipsis;
  278. }
  279.  
  280. .messageMenuButton,.composeMenuButton{
  281.     border:1px solid lightsteelblue;
  282.     filter:gray;
  283.     overflow:hidden;
  284.     padding-left:5;
  285.     padding-right:5;
  286. }
  287.  
  288. .MenuMainMenuText{
  289.     cursor:default;
  290.     text-decoration:none;
  291. }
  292.  
  293. #MessageHeaderTable{
  294.     background-color:lightsteelblue;
  295.     border:1px outset;
  296. }
  297.  
  298. #MultiPageFirst,#MultiPageLast,#MultiPageSelect,#MultiPageNext,#MultiPageBack{
  299.     border:2px solid lightslategray;
  300. }
  301.  
  302. .NavigationalMenu{
  303.     align:center;
  304.     background-color:lightsteelblue;
  305.     border:2px groove;
  306. }
  307.  
  308. .NavigationMenuDivider{
  309.     border:1px inset;
  310.     width:1px;
  311. }
  312.  
  313. .optionsPopup{
  314.     background-color:lightsteelblue;
  315.     font-size:9pt;
  316.     margin-top:0px;
  317. }
  318.  
  319. .panel{
  320.     border-bottom:2px outset;
  321.       border-left:2px outset;
  322.     border-right:2px outset;
  323. }
  324.  
  325. .panelTop{border-bottom:2px inset;}
  326.  
  327. #percentageContainer{
  328.     background-color:#eeeeee;
  329.     border:2px inset;
  330.     display:inline;
  331.     height:10px;
  332.     width:104px;
  333.     z-index:1;
  334. }
  335.  
  336. #percentageFiller{
  337.     border:1px outset;
  338.     display:inline;
  339.     filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',gradientType='1', startColorstr='#44B0C4DE', endColorstr='#FFB0C4DE');
  340.     height:6px;
  341.     overflow:hidden;
  342.     width:50px;
  343.     z-index:2;
  344. }
  345.  
  346. .popup{
  347.     background-color:lightsteelblue;
  348.     margin-top:0px;
  349. }
  350.  
  351. /*Popup form fields*/
  352. .popupFF{
  353.     color : WindowText;
  354.     font-size:9pt;
  355. }
  356.  
  357. .SetupButtonGroup{
  358.     bottom:20px;
  359.     padding-top:10px;
  360.     position:absolute;
  361.     right:25px;
  362. }
  363.  
  364. .SetupHeaderText{
  365.     font-size:14pt;
  366.     font-weight:bold;
  367. }
  368.  
  369. .SetupActiveStep{
  370.     color:white;
  371.     text-align:center;
  372. }
  373.  
  374. .SetupInactiveStep{
  375.     padding:2px;
  376.     text-align:left;
  377. }
  378.  
  379. #SetupMainContent{
  380.     background-color:white;
  381.     border:1px inset;
  382.     bottom:5px;
  383.     height:97%;
  384.     left:110px;
  385.     padding:5px;
  386.     position:absolute;
  387.     top:5px;
  388.     width:400px;
  389. }
  390.  
  391. #SetupOptionsDiv{
  392.     background-color:white;
  393.     border:2px inset;
  394.     height:185px;
  395.     padding:5px;
  396.     overflow:auto;
  397. }
  398.  
  399. #SetupSideBanner{
  400.     border:1px solid white;
  401.     bottom:5px;
  402.     color:lightslategray;
  403.     filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#B0C4DE', EndColorStr='#FFFFFF');
  404.     font-size:16px;
  405.     font-weight:bold;
  406.     height:97%;
  407.     left:5px;
  408.     letter-spacing:2px;
  409.     line-height:42px;
  410.     overflow:hidden;
  411.     position:absolute;
  412.     text-align:center;
  413.     top:5px;
  414.     width:100;
  415. }
  416.  
  417. #SetupSignatureTextArea{
  418.     border:0px none;
  419.     height:169px;
  420.     overflow:auto;
  421.     width:380px;
  422. }
  423.  
  424. .SortOrder{display:none;}
  425.  
  426. #statusBar{
  427.     background-color:lightsteelblue;
  428.     margin:0px;
  429. }
  430.  
  431. .statusDivider{
  432.     display:inline;
  433.     height:100%;
  434.     width:2px;
  435. }
  436.  
  437. #StatusBarMessage{
  438.     border:2px inset;
  439.     display:inline;
  440.     font-size:9pt;
  441.     padding:1px;
  442. }
  443.  
  444. #StatusMesg{
  445.     display:none;
  446.     visibility:hidden;
  447. }
  448.  
  449. .Style1{background-color:#C0C0C0;}
  450. .Style2{background-color:#99CCFF;}
  451. .Style3{background-color:#5F9EA0;}
  452. .Style4{background-color:#E9967A;}
  453. .Style5{background-color:#FAFAD2;}
  454. .Style6{background-color:#DDA0A0;}
  455. .Style7{background-color:#DDA0DD;}
  456. .Style8{background-color:#7FFFD4;}
  457.  
  458. .tab{
  459.     border-bottom:2px inset;
  460.     border-left:2px outset;
  461.     border-right:2px outset;
  462.       border-top:2px outset;
  463.     cursor:hand;
  464.     text-align:center;
  465. }
  466.  
  467. #fileNums,#sizeNums{display:inline;}
  468.  
  469. #TimeDiv{
  470.     border:2px inset;
  471.     font-size:9pt;
  472.     padding:1px;
  473.     position:absolute;
  474.     right:0px;
  475. }
  476.  
  477. #UserName{
  478.     border:2px inset;
  479.     display:inline;
  480.     font-size:9pt;
  481.     padding:1px;
  482.     position:absolute;
  483.     top:0px;
  484. }
  485.  
  486. #ViewName{
  487.     color:white;
  488.     font-size:12pt;
  489. }