home *** CD-ROM | disk | FTP | other *** search
/ www.dsma.dp.ua / 2015.04-www.dsma.dp.ua-3.tar / www.dsma.dp.ua / prcom / priemka-old / abilist.css < prev    next >
Cascading Style Sheet File  |  2013-08-11  |  919b  |  71 lines

  1. body
  2. {
  3.     font-family: Arial, Helvetica, sans-serif;
  4. }
  5.  
  6. table
  7. {
  8.     border: thin solid #808080;
  9.     padding: 2px;
  10.     font-size: 10pt;
  11.     color: #333333;
  12. }
  13.  
  14. .theader, .theader th
  15. {
  16.     border: thin solid #808080;
  17.     background-color: #C0C0C0;
  18.     font-size: 110%;
  19.     color: #000000;
  20.     padding: 4px;
  21. }
  22.  
  23. .spechdr td
  24. {
  25.     margin: 12px;
  26.     border: thin solid #808080;
  27.     background-color: #C0C0C0;
  28.     color: #000000;
  29.     padding: 4px;
  30.     text-align: center;
  31.     font-size: 110%;
  32.     font-weight: bold;
  33. }
  34.  
  35. .striked
  36. {
  37.     text-decoration: line-through;
  38.     color: #808080;
  39. }
  40.  
  41. .c1
  42. {
  43.     background-color: #F0F0F0;
  44. }
  45. .c2
  46. {
  47.     background-color: #E6E6E6;
  48. }
  49.  
  50.  
  51. hdr 
  52. {
  53. }
  54.  
  55. /*
  56. .s1, .s2, .s3, .s4, .s5, .s6, .s7, .s8, .s9 
  57. {
  58. }
  59. */
  60.  
  61. .s5, .s7
  62. {
  63.     color: #006600;
  64.     font-weight: bold;
  65. }
  66.  
  67. .s6
  68. {
  69.     color: #333333;
  70.     text-decoration: line-through;
  71. }