home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 November / PCWorld_2000-11_cd.bin / Komunik / sambar444 / _SETUP.1 / webmail_winter.css < prev    next >
Cascading Style Sheet File  |  2000-04-10  |  5KB  |  294 lines

  1. BODY {
  2.     background-color : #DCFFFF;
  3.     color : Black;
  4.     font-size : 1em;
  5. }
  6.  
  7. /*indepedent styles */
  8. STRONG {
  9.     font-weight : bold;
  10.     display : inline;
  11. }
  12.  
  13. STRONG.note {
  14.     color: #f25b02;
  15. }
  16.  
  17. SPAN.statistics {
  18.     font-size : 65%;
  19. }
  20.  
  21. SPAN.disabled {
  22.     color : #D3D3D3;
  23. }
  24.  
  25. TD.backlink {
  26.     background-color : #0C2950;
  27.     color : #FAEDBC;
  28.     font-family : Georgia, "Times New Roman", serif;
  29.     font-size : 80%;
  30.     vertical-align : bottom;
  31. }
  32.  
  33. TD.backlink A {
  34.     color : #009DD4;
  35.     text-decoration : underline;
  36. }
  37.  
  38. TD.backlink A:HOVER {
  39.     text-decoration : none;
  40. }
  41.  
  42. SMALL {
  43.     display : inline;
  44.     font-size : 80%;
  45. }
  46.  
  47.  
  48.  
  49. /* the sidemenu */
  50. TD.sidemenuheader {
  51.     color : #009DD4;
  52.     background-color : #0C2950;
  53.     text-align : center;
  54.     font-family : Georgia, "Times New Roman", serif;
  55.     font-size : 100%;
  56.     font-weight : bold;
  57. }
  58.  
  59. TD.sidemenuitem {
  60.     background-color : #009DD4;
  61.     color : #0C2950;
  62.     font-family: Georgia, "Times New Roman", serif;
  63.     font-size: 90%;
  64.     text-align : left;
  65. }
  66.  
  67. TD.sidemenuitem A {
  68.     display: inline;
  69.     color: #0C2950;
  70.     text-decoration: underline;
  71. }
  72.  
  73. TD.sidemenuitem A:HOVER {
  74.     display: inline;
  75.     color: #DCFFFF;
  76.     text-decoration: none;
  77. }
  78.  
  79.  
  80.  
  81. /* index.htm */
  82. H2 {
  83.     color: #0C2950;
  84. }
  85.  
  86. TABLE.index TD {
  87.     font-family : Georgia, "Times New Roman", serif;
  88.     font-size : 80%;
  89. }
  90.  
  91. INPUT {
  92.     font-family : "Lucida Console", monospace;
  93. }
  94.  
  95. /* webmail.stm: general */
  96.  
  97. TH {
  98.     background-color: #0C2950;
  99.     color: #009DD4;
  100.     font-family: Georgia, "Times New Roman", serif;
  101.     font-size: 100%;
  102.     font-weight: bold;
  103.     text-align : left;
  104. }
  105.  
  106. SPAN.headline {
  107.     font-size: 200%;
  108.     text-transform : capitalize;
  109. }
  110.  
  111. SPAN.time {
  112.     font-size: 80%;
  113. }
  114.  
  115. TD.wmmainheader {
  116.     font-family: Georgia, "Times New Roman", serif;
  117.     background-color: #0C2950;
  118.     color: #DCFFFF;
  119. }
  120.  
  121. TD.wmmainheader A{
  122.     color: #009DD4;
  123.     text-decoration : underline;
  124. }
  125.  
  126. TD.wmmainheader A:HOVER{
  127.     color: #FFFFBC;
  128.     text-decoration : none;
  129. }
  130.  
  131. TD.navbar {
  132.     font-family: Georgia, "Times New Roman", serif;
  133.     color: #0C2950;
  134. }
  135.  
  136. TD.navscore {
  137.     color: Red;
  138.     background-color : #DCFFFF;
  139.     font-family : Tahoma, Verdana, Univers-Extended, sans-serif;
  140.     font-size : 8pt;
  141.     font-weight : bold;
  142. }
  143.  
  144. /* mailmsg.stm */
  145. TD.msgtitle {
  146.     font-family : "Arial Black";
  147.     font-size : 240%;
  148.     text-align : right;
  149.     color : #0C2950;
  150.     background-color : #DCFFFF;
  151. }
  152.  
  153. TD.msgids {
  154.     background-color : #0C2950;
  155.     color : #DCFFFF;
  156.     font-family : "Lucida Console", monospace;
  157.     font-size : 125%;
  158.     line-height : 150%;
  159. }
  160.  
  161. TD.msgids A {
  162.     display: inline;
  163.     color: #d8dedf;
  164.     text-decoration: underline;
  165. }
  166.  
  167. TD.msgids A:HOVER {
  168.     display: inline;
  169.     color: #E9EFEF;
  170.     text-decoration: none;
  171. }
  172.  
  173. TD.lblmsgheader {
  174.     background-color : #0C2950;
  175.     color : #DCFFFF;
  176.     font-family : Georgia, "Times New Roman", serif;
  177.     font-weight : bold;
  178. }
  179.  
  180. TD.msgheader {
  181.     background-color : #009DD4;
  182.     color : #0C2950;
  183.     font-family : Georgia, "Times New Roman", serif;
  184.     font-size : 90%;
  185.     font-weight : bold;
  186. }
  187.  
  188. TD.msgheader A {
  189.     display : inline;
  190.     color : #d8dedf;
  191.     text-decoration : underline;
  192. }
  193.  
  194. TD.msgheader A:HOVER {
  195.     display : inline;
  196.     color : ;
  197.     text-decoration : none;
  198. }
  199.  
  200. TD.msgnav {
  201.     background-color : #0C2950;
  202.     color : #DCFFFF;
  203.     font-family : "Lucida Console", monospace;
  204.     font-size : 90%;
  205.     text-align : center;
  206. }
  207.  
  208. TD.msgnav A {
  209.     display : inline;
  210.     color : #009DD4;
  211.     text-decoration : underline;
  212. }
  213.  
  214. TD.msgnav A:HOVER {
  215.     display : inline;
  216.     color : #DCFFFF;
  217.     text-decoration : none;
  218. }
  219.  
  220. TD.msgbanner {
  221.     color : #0C2950;
  222.     background-color : #009DD4;
  223.     text-align : center;
  224. }
  225.  
  226. TD.sidemenu {
  227.     color : #0C2950;
  228.     background-color : #009DD4;
  229.     vertical-align : top;
  230. }
  231.  
  232. TD.msgbody {
  233.     color : Black;
  234.     background-color : #DCFFFF;
  235. }
  236.  
  237. TD.msgbody PRE {
  238.     font-family : "Lucida Console", monospace;
  239.     font-size : 1em;
  240.  
  241. }
  242.  
  243. #tabody {
  244.     background-color : #FAEDBC;
  245.     color : #0C2950;
  246.     font-family : "Lucida Console", monospace;
  247.     font-size : 1em;
  248. }
  249.  
  250. /* defaults.stm */
  251. TD.attrheader {
  252.     background-color : #0C2950;
  253.     color : #DCFFFF;
  254.     font-family : Georgia, "Times New Roman", serif;
  255.     font-size : 100%;
  256.     font-weight : bold;
  257. }
  258.  
  259.  
  260. /* mailto.stm */
  261. TD.lblmailto {
  262.     background-color : #0C2950;
  263.     color : #dcffff;
  264.     font-family : Georgia, "Times New Roman", serif;
  265.     font-size : 90%;
  266.     font-weight : bold;
  267. }
  268.  
  269. /* filters.stm */
  270. TD.filterlist TD {
  271.     font-family : Georgia, "Times New Roman", serif;
  272.     font-size : 90%;
  273. }
  274.  
  275. /* mailsearch rpc */
  276. TD.mailsearch {
  277.     background-color : #DCFFFF;
  278.     color : #0C2950;
  279.     font-family : Georgia, "Times New Roman", serif;
  280.     font-size : 90%;
  281. }
  282.  
  283. TD.mailsearch A {
  284.     display : inline;
  285.     color : #000066;
  286.     text-decoration : underline;
  287. }
  288.  
  289. TD.mailsearch A:HOVER {
  290.     display : inline;
  291.     color : #de2031;
  292.     text-decoration : none;
  293. }
  294.