home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2007 March / PCpro_2007_03.ISO / files / browser / msie7 / IE7Setup.exe / ieframe.dll.mui / HTML / PHISHERROR.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  2006-10-27  |  1.4 KB  |  93 lines

  1. ∩╗┐body            
  2. {
  3.     font-family: "Trebuchet MS", "verdana" , "Arial";
  4.     background-image: url(background_gradient.jpg);
  5.     background-repeat: repeat-x;
  6.     background-color: #E8EAEF;
  7.     margin-top: 20px;
  8.     margin-left: 20px;
  9. }
  10.  
  11. .divider
  12. {
  13.     border-top: #B6BCC6 5px solid;
  14. }
  15.     
  16. h1      
  17. {
  18.     font-size: 1.1em;
  19.     font-weight: normal;
  20.     margin-top: 10px;
  21. }
  22.  
  23. h2      
  24. {
  25.     font-size: 1em;
  26.     font-weight: normal;
  27.     margin-top: 10px    
  28. }
  29.  
  30. h3      
  31. {
  32.     font-size: 0.9em;
  33.     font-weight: normal;
  34. }
  35.  
  36. h4      
  37. {
  38.     font-size: 1em;
  39.     font-weight: normal;
  40.     margin-bottom: 0px;
  41. }
  42.  
  43. h5
  44. {
  45.     font-size: 1em;
  46.     font-weight: normal;
  47.     margin-bottom: 0px;
  48. }
  49.  
  50. td .errorTitleCell
  51. {
  52.     vertical-align:middle;
  53. }
  54.  
  55.  
  56. .errorBodyTitleLink
  57. {
  58.     color: #0040B0;
  59.     font-size: 0.8em;
  60.     font-weight: normal;
  61.     text-decoration: none;
  62.     margin-left: 4px;
  63.     padding-bottom: 8px
  64.     vertical-align: top;
  65. }
  66.  
  67. .errorBodyTitleLink a:link, .errorBodyTitleLink a:visited
  68. {
  69.     color: #0040B0;
  70.     vertical-align: top;
  71. }
  72.  
  73. .errorBodyTitleLink a:hover
  74. {
  75.     color: #DC143C;
  76.     vertical-align: top;
  77. }
  78.  
  79. .InfoBlock
  80. {
  81.     padding-left: 10px;
  82.     font-size: 0.9em;
  83.     display:none;
  84.     line-height: 1.1em;
  85. }
  86.  
  87. .Header
  88. {
  89.     font-size: 0.9em;
  90.     /*color: #1F9F49;*/
  91.     color: #1370AB;
  92.     font-weight: bold;
  93. }