print.css 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. body {
  2. font-size: 12px;
  3. color: #000;
  4. margin: 0;
  5. padding: 0;
  6. background-color: #fff;
  7. }
  8. img {
  9. border: none;
  10. }
  11. /*****************************************************
  12. * DATA TABLE STYLES *
  13. *****************************************************/
  14. .cell_header {
  15. background-color: #EEEEFF;
  16. font-weight:bold;
  17. text-align:left;
  18. padding-left:5px;
  19. } /* header cell in data table in tools */
  20. .data_table tr.row_even {
  21. background-color: #fff;
  22. }
  23. .data_table td .highlight {
  24. font-weight: bold;
  25. }
  26. .data_table td {
  27. padding: 5px;
  28. border-bottom: 1px solid #b0b0b0;
  29. border-right: 1px dotted #e1e1e1;
  30. border-left: 1px dotted #e1e1e1;
  31. text-align: left;
  32. }
  33. /* admin page tool list definitions */
  34. .tool_list dt {
  35. font-weight: bold;
  36. }
  37. .tool_list dd {
  38. margin: 0;
  39. padding: 4px 0 0 10px;
  40. }
  41. label.left {
  42. float: left;
  43. width: 15em;
  44. margin: 0 0 0.5em 0;
  45. }
  46. form br {
  47. clear: both;
  48. }
  49. /* Fix for alignment problem in IE-Win browsers */
  50. /* Hide from IE5-mac. Only IE-win sees this. \*/
  51. * html .label {
  52. margin-right: 10px;
  53. }
  54. * html .data {
  55. height: 1%;
  56. margin-left: 0;
  57. }
  58. /* End hide from IE5/mac */
  59. .radio, .checkbox {
  60. margin: 0;
  61. padding: 0;
  62. border: none;
  63. background-color: transparent;
  64. }
  65. .required {
  66. color: #f00;
  67. font-weight: bold;
  68. }
  69. .user_course_category {
  70. background-color: #efefef;
  71. border: 1px solid #666;
  72. font-weight: bold;
  73. color: #666;
  74. list-style-type: none;
  75. margin: 5px;
  76. padding: 5px;
  77. }
  78. /* Styles for the Dokeos Config Settings of the platform admin section*/
  79. .sectiontitle {
  80. background-color: #EFEFEF;
  81. border: 1px solid #cccccc;
  82. font-weight: bold;
  83. color: #666666;
  84. list-style-type: none;
  85. margin: 5px;
  86. padding: 5px;
  87. font-size: 11px;
  88. }
  89. .sectioncomment {
  90. color: #000000;
  91. margin: 5px;
  92. padding: 5px;
  93. font-size: 11px;
  94. }
  95. /* New Announcements Tool */
  96. .announcements_datum {
  97. font-size: 12px;
  98. font-style: italic;
  99. color: #666666;
  100. }
  101. table.table,
  102. table.table th,
  103. table.table td {
  104. border: 1px solid #555;
  105. border-collapse: collapse;
  106. }