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

  1. body
  2. {
  3.     font-family: "Segoe UI", "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.     color: #575757;
  10. }
  11.  
  12. body.securityError
  13. {
  14.     font-family: "Segoe UI", "verdana" , "Arial";
  15.     background-image: url(background_gradient_red.jpg);
  16.     background-repeat: repeat-x;
  17.     background-color: #E8EAEF;
  18.     margin-top: 20px;
  19.     margin-left: 20px;
  20. }
  21.  
  22. body.tabInfo
  23. {
  24.     background-image: none;
  25.     background-color: #F4F4F4;
  26. }
  27.        
  28. a
  29. {
  30.     color: rgb(19,112,171);    font-size: 1em;
  31.     font-weight: normal;
  32.     text-decoration: none;
  33.     margin-left: 0px;
  34.     vertical-align: top;
  35. }
  36.  
  37. a:link, a:visited
  38. {
  39.     color: rgb(19,112,171);
  40.     text-decoration: none;
  41.     vertical-align: top;
  42. }
  43.  
  44. a:hover
  45. {
  46.     color: rgb(7,74,229);
  47.     text-decoration: underline;
  48. }
  49.  
  50. p
  51. {
  52.     font-size: 0.9em;
  53. }
  54.     
  55. h1 /* used for Title */
  56. {
  57.     color: #4465A2;
  58.     font-size: 1.1em;
  59.     font-weight: normal;
  60.     vertical-align:bottom;
  61.     margin-top: 7px;
  62.     margin-bottom: 4px;
  63. }
  64.  
  65. h2 /* used for Heading in Main Body */
  66. {
  67.     font-size: 0.9em;
  68.     font-weight: normal;
  69.     margin-top: 20px;    
  70.     margin-bottom: 1px;
  71. }
  72.  
  73. h3 /* used for text in main body */
  74. {
  75.     font-size: 0.9em;
  76.     font-weight: normal;
  77.     margin-top: 10px;    
  78.     margin-bottom: 1px;
  79. }
  80.  
  81. h4 /* used for task links*/
  82. {
  83.     font-size: 0.9em;
  84.     font-weight: normal;
  85.     margin-top: 12px;
  86.     margin-bottom: 1px;
  87. }
  88.  
  89. h5 /* used for Heading in InfoBlock */
  90. {
  91.     font-size: 1em;
  92.     font-weight: normal;
  93.     margin-bottom: 0px;
  94.     margin-top: 1px;    
  95.     font-size: 0.9em;
  96.     color: #575757;
  97. }
  98.  
  99.  
  100. .actionIcon /* used for task link icons */
  101. {
  102.     vertical-align: middle;
  103.     margin-top: 0px;
  104.     margin-right: 6px;
  105. }
  106.  
  107. .infoBlock
  108. {
  109.     padding-left: 25px;
  110.     font-size: 0.9em;
  111.     display: block;
  112.     line-height: 1.1 em;
  113.     color: #575757;
  114. }
  115.  
  116. .errorCodeAndDivider
  117. {
  118.     font-size: 0.7em;
  119.     font-weight: normal;
  120.     color: #787878;
  121. }
  122.  
  123. ul, ol
  124. {
  125.     font-size: 0.9em;
  126.     list-style-position: outside;
  127.     margin-top: 1px;
  128.     margin-bottom: 1px;
  129.     padding-top: 1px;
  130.     padding-bottom: 1px;
  131.     line-height: 1.3em;
  132. }
  133.  
  134. .divider
  135. {
  136.     border-bottom: #B6BCC6 1px solid;
  137. }