home *** CD-ROM | disk | FTP | other *** search
/ PCNET 2006 November - Disc 3 / PCNET_CD_2006_11_3.iso / apps / GraphicDesigner.msi / ChmFileEn / xprgdstylesheet.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2006-08-30  |  2.3 KB  |  129 lines

  1. h1       {
  2. font-family: Verdana; font-size: 20px; font-weight: bold;
  3. }
  4.  
  5. body       {
  6. font-family: Verdana; font-size: 12px;
  7. margin:0; padding:0;
  8. }
  9.  
  10. li       {
  11. text-align: left; padding-top: 0.6em;
  12. }
  13.  
  14. a:link       {
  15. color: #0000ff; cursor: hand; text-decoration: none;
  16. }
  17.  
  18. strong       {
  19. color: #800000; font-family: Verdana; font-weight: bold;
  20. }
  21.  
  22. em       {
  23. color: #003060; font-style: italic;
  24. }
  25.  
  26. h2       {
  27. font-family: Verdana; font-size: 16px; font-weight: bold;
  28. }
  29.  
  30. .smallnote       {
  31. font-family: Verdana; font-size: 11px; text-align: left;
  32. }
  33.  
  34. .seealso       {
  35. font-family: Verdana; font-size: 11px; font-weight: bold; padding: 0em;
  36. }
  37.  
  38. a:visited       {
  39. color: #00c8ff; text-decoration: none;
  40. }
  41.  
  42. a:active       {
  43. color: #008080; text-decoration: none;
  44. }
  45.  
  46. h4       {
  47. font-size: 11px; font-weight: bold;
  48. }
  49.  
  50. .fig       {
  51. color: #003000; font-style: italic; font-size: 11px; font-weight: bold; text-align: center;
  52. }
  53.  
  54. .hmenu       {
  55. font-size: smaller; font-weight: bold;
  56. }
  57.  
  58. a:hover       {
  59. color: #ff0000; text-decoration: none;
  60. }
  61.  
  62. h3       {
  63. font-family: Verdana; font-size: 15px; font-weight: bold;
  64. }
  65.  
  66. .hint       {
  67. margin: 12px;
  68. font-size: 11px; background: #e8f8f8;
  69. }
  70.  
  71. #navtop {
  72. width:100%;
  73. height:67px;
  74. }
  75.  
  76. #content {
  77. margin-top: 12px;
  78. margin-left: 15px;
  79. }
  80.  
  81. td {
  82. font-family:Verdana; font-weight: bold; font-size: 11 px;
  83. }
  84.  
  85. table.acry
  86. {font-family: Verdana;
  87. font-weight: normal;
  88. font-size: 11px;
  89. color: #404040;
  90. width: 300px;
  91. background-color: white;
  92. border: 1px #6699CC solid;
  93. border-collapse: collapse;
  94. border-spacing: 0px;
  95. margin-top: 0px;}
  96.  
  97. table.acryWid
  98. {font-family: Verdana;
  99. font-weight: normal;
  100. font-size: 11px;
  101. color: #404040;
  102. width: 500px
  103. background-color:white;
  104. border: 1px #6699CC solid;
  105. border-collapse: collapse;
  106. border-spacing: 0px;
  107. margin-top: 0px;}
  108.  
  109. table.acry td
  110. {border-bottom: 1px dotted #6699CC;
  111. font-family: Verdana, sans-serif, Arial;
  112. font-weight: normal;
  113. font-size: 11px;
  114. color: #404040;
  115. background-color: white;
  116. text-align: left;
  117. padding-left: 12px;}
  118.  
  119. table.acryWid td
  120. {border-bottom: 1px dotted #6699CC;
  121. font-family: Verdana, sans-serif, Arial;
  122. font-weight: normal;
  123. font-size: 11px;
  124. color: #404040;
  125. background-color: white;
  126. text-align: left;
  127. padding-left: 12px;}
  128.  
  129. .tabBordLeft { border-left: 1px dotted #CEDCEA; }