home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2000 September / PCpro_2000_09.ISO / webdesign / tools / linkbotpro / data1.cab / Example_Files / stylesheet.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2000-04-10  |  5.1 KB  |  286 lines

  1. <!-- Section title at the top of the page
  2. -->
  3.  
  4. .pagelabel  {
  5.     color : black;
  6.     font-size : 10pt;
  7.     font-weight : bold;
  8.     font-family : MS Sans Serif;
  9.     
  10.  
  11. }
  12.  
  13. <!-- The URL of the pages searched
  14. -->
  15. .url  {
  16.     color : black;
  17.     font-size : 10pt;
  18.     font-family : MS Sans Serif;
  19.  
  20. }
  21.  
  22. <!-- The Date of that the search was performed
  23. -->
  24. .date  {
  25.     color : black;
  26.     font-size : 10pt;
  27.     font-weight : bold;
  28.     font-family : MS Sans Serif;
  29.  
  30. }
  31.  
  32. <!-- Title of the tables/sections
  33. -->
  34. .tabletitle  {
  35.     color : #CC3300;
  36.     font-size : 10pt;
  37.     font-weight : bold;
  38.     font-family : Tahoma;
  39.     
  40. }
  41.  
  42. <!-- The text of the first column in the tables
  43. -->
  44. .rowheadfont  {
  45.     color : black;
  46.     font-size : 10pt;
  47.     font-weight : bold;
  48.     text-align : left;
  49.     font-family : MS Sans Serif;
  50.  
  51. }
  52.  
  53. <!-- The text of the first row in the tables (hold the categories)
  54. -->
  55. .colheadfont  {
  56.     color : white;
  57.     background-color : #000000;
  58.     font-size : 10pt;
  59.     font-weight : bold;
  60.     font-family : MS Sans Serif;
  61.     text-align : center;
  62. }
  63.  
  64. <!-- The text of the first row, first column in the tables (hold the categories)
  65. -->
  66. .colheadfontfirstcol  {
  67.     color : white;
  68.     background-color : #000000;
  69.     font-size : 10pt;
  70.     font-weight : bold;
  71.     font-family : MS Sans Serif;
  72.     text-align : left;
  73. }
  74.  
  75. <!-- "report created by" font
  76. -->
  77. .reportcreated  {
  78.     color : black;
  79.     font-size : 8pt;
  80.     font-weight : bold;
  81.     font-family : MS Sans Serif;
  82. }
  83.  
  84. <!-- Background color of the page
  85. -->
  86. .pagebgcolor  {
  87.     background-color : white;
  88. }
  89.  
  90. <!-- All of the #'s produced in the report by Linkbot
  91. -->
  92. .defaultnumbers  {
  93.     color : black;
  94.     font-size : 10pt;
  95.     font-family : MS Sans Serif;
  96.  
  97. }
  98.  
  99. <!-- All of the links and text in the tables
  100. -->
  101. .defaulttext  {
  102.     color : white;
  103.     font-size : 10pt;
  104.     font-weight : bold;
  105.     font-family : MS Sans Serif;
  106.  
  107. }
  108.  
  109. <!-- The color of the warning text
  110. -->
  111. .warning  {
  112.     color : #FF0000;
  113.     font-size : 10pt;
  114.     font-weight : bold;
  115.     font-family : MS Sans Serif;
  116.  
  117. }
  118.  
  119. <!-- Link report fonts
  120. -->
  121. .reports  {
  122.     font-size : 10pt;
  123.     font-weight : bold;
  124.     font-family : MS Sans Serif;
  125.  
  126. }
  127.  
  128. <!-- Image Catalog text
  129. -->
  130. .imagetext  {
  131.     font-color : black;
  132.     font-size : 10pt;
  133.     font-family : MS Sans Serif;
  134.  
  135. }
  136.  
  137. <!-- This is text that appears when a feature is disabled
  138. -->
  139. .disabledtext  {
  140.     color : black;
  141.     font-size : 10pt;
  142.     font-family : MS Sans Serif;
  143.  
  144. }
  145.  
  146. <!-- This is text that appears on the menu when a feature is disabled
  147. -->
  148. .menutext  {
  149.     color : black;
  150.     font-size : 10pt;
  151.     font-weight : bold;
  152.     font-family : MS Sans Serif;
  153.  
  154. }
  155.  
  156. <!-- First Row Cell Background Color for tables that show parent/child problems.
  157. -->
  158. .cell_parent_child  {
  159.     background-color : #EEEEEE;
  160.     text-align : left;
  161.     color : black;
  162.     font-size : 10pt;
  163.     font-weight : normal;
  164.     font-family : MS Sans Serif;
  165. }
  166.  
  167. <!-- First Row Text for tables that show parent/child problems.
  168. -->
  169. .text_parent_child  {
  170.     color : black;
  171.     font-size : 10pt;
  172.     font-weight : bold;
  173.     text-align : left;
  174.     font-family : MS Sans Serif;
  175.  
  176. }
  177.  
  178. <!-- The top row background color
  179. -->
  180. .cellcolor1  {
  181.     background-color : #000000;
  182.     text-align : center;
  183.     color : black;
  184.     font-size : 10pt;
  185.     font-weight : normal;
  186.     font-family : MS Sans Serif;
  187. }
  188.  
  189. <!-- First cell in the row (contains category)
  190. -->
  191. .cellcolor2  {
  192.     background-color : #EEEEEE;
  193.     text-align : left;
  194.     color : black;
  195.     font-size : 10pt;
  196.     font-weight : normal;
  197.     font-family : MS Sans Serif;
  198. }
  199.  
  200. <!-- The content cells in the row (contains output values)
  201. -->
  202. .cellcolor2conten  {
  203.     background-color : #EEEEEE;
  204.     text-align : center;
  205.     color : black;
  206.     font-size : 10pt;
  207.     font-weight : normal;
  208.     font-family : MS Sans Serif;
  209. }
  210.  
  211. <!-- The content cells in the row (contains output values) (right-aligned)
  212. -->
  213. .cellcolor2right  {
  214.     background-color : #EEEEEE;
  215.     text-align : right;
  216.     color : black;
  217.     font-size : 10pt;
  218.     font-weight : normal;
  219.     font-family : MS Sans Serif;
  220. }
  221.  
  222. <!-- Please note, the difference between cellcolor* and cellcolor+conten is that the conten is aligned to the center whereas the first cells are aligned to the left 
  223. -->
  224.  
  225.  
  226.  
  227. <!-- Cell color #3 first cell
  228. -->
  229. .cellcolor3  {
  230.     background-color : white;
  231.     text-align : left;
  232.     color : black;
  233.     font-size : 10pt;
  234.     font-weight : normal;
  235.     font-family : MS Sans Serif;
  236. }
  237.  
  238. <!-- Cell color #3 content
  239. -->
  240. .cellcolor3conten  {
  241.     background-color : white;
  242.     text-align : center;
  243.     color : black;
  244.     font-size : 10pt;
  245.     font-weight : normal;
  246.     font-family : MS Sans Serif;
  247. }
  248.  
  249. <!-- Cell color #3 content
  250. -->
  251. .cellcolor3right  {
  252.     background-color : white;
  253.     text-align : right;
  254.     color : black;
  255.     font-size : 10pt;
  256.     font-weight : normal;
  257.     font-family : MS Sans Serif;
  258. }
  259.  
  260. <!-- Help Text Font 
  261. -->
  262. .helpfont {
  263.     color : black;
  264.     font-size : 10pt;
  265.     font-weight : normal;
  266.     font-family : MS Sans Serif;
  267. }
  268.  
  269. <!-- Bold Help Text Font 
  270. -->
  271. .helpfontbold {
  272.     color : black;
  273.     font-size : 10pt;
  274.     font-weight : bold;
  275.     font-family : MS Sans Serif;
  276. }
  277.  
  278. <!-- No items for a specific report
  279. -->
  280. .nonefound  {
  281.     color : black;
  282.     font-size : 10pt;
  283.     font-weight : bold;
  284.     font-family : MS Sans Serif;
  285. }
  286.