default.css 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  1. /*
  2. * Special CSS styles for the chamilo_XXX themes
  3. */
  4. @import url('../base_chamilo.css');
  5. @import url('../chamilo/default.css');
  6. @import url(http://fonts.googleapis.com/css?family=Chelsea+Market&subset=latin,latin-ext);
  7. * {
  8. font-size: 1em; /* base was 12px, made relative */
  9. font-family: 'Chelsea Market', Arial, Helvetica, sans-serif;
  10. }
  11. .courseadminview table td a, .Authoringview table td a {
  12. font-size:120%;
  13. }
  14. .subnav input.logout {
  15. padding: 2px 10px 0;
  16. font-size: 110%;
  17. font-family: 'Chelsea Market', Tahoma, Geneva, sans-serif;
  18. }
  19. .menucaption {
  20. font-size: 100%;
  21. }
  22. .menusectioncaption {
  23. font-size: 110%;
  24. }
  25. #toolnavbox dl {
  26. font-size: 100%;
  27. }
  28. #toolnavbox dt {
  29. font-size: 100%;
  30. }
  31. .bottom-link {
  32. font-size:100%;
  33. }
  34. .viewcaption {
  35. font-size: 100%;
  36. }
  37. .dropbox_detail {
  38. font-size: 70%
  39. }
  40. .dropbox_feedback {
  41. font-size: 50%;
  42. }
  43. .data_table {
  44. font-size: 100%;
  45. }
  46. .sectiontitle {
  47. font-size: 120%;
  48. }
  49. .sectioncomment {
  50. font-size: 90%;
  51. }
  52. .announcements_datum {
  53. font-size: 100%;
  54. }
  55. .system_announcement_title {
  56. font-size: 120%;
  57. }
  58. .forum_message_post_title {
  59. font-size:180%;
  60. }
  61. .forum_description {
  62. font-size: 90%;
  63. }
  64. .forum_description p{
  65. font-size: 90%;
  66. }
  67. .forum_title {
  68. font-size: 130%;
  69. }
  70. span.blog_title {
  71. font-size: 180%;
  72. }
  73. span.blog_subttitle {
  74. font-size: 100%;
  75. }
  76. td.blog_menu_title {
  77. font-size: 90%;
  78. }
  79. span.blogpost_title {
  80. font-size: 160%;
  81. }
  82. span.blogpost_date {
  83. font-size: 100%;
  84. }
  85. span.blogpost_comment_title {
  86. font-size: 120%;
  87. }
  88. span.blogpost_comment_date {
  89. font-size: 80%;
  90. }
  91. span.blogpost_comment_info {
  92. font-size: 80%;
  93. }
  94. .warn {
  95. font-family: serif;
  96. }
  97. .small {
  98. font-size: 90%;
  99. }
  100. .xsmall {
  101. font-size: 80%;
  102. }
  103. .xxsmall {
  104. font-size: 70%;
  105. }
  106. .count_down{
  107. font-size: 200%;
  108. }
  109. .glossary-term-title {
  110. font-size: 120%;
  111. }
  112. .glossary-term-edit-desc {
  113. font-size: 120%;
  114. }
  115. .glossary-term-edit-title {
  116. font-size: 120%;
  117. }
  118. .glossary-add-form {
  119. font-size: 120%;
  120. }
  121. .glossary-msg-error {
  122. font-size: 80%;
  123. }
  124. .notebook-title-list {
  125. font-size: 120%;
  126. }
  127. .notebook-date-information {
  128. font-size: 120%;
  129. }
  130. .actions-title {
  131. font-size:120%;
  132. }
  133. #question_title {
  134. font-size: 150%;
  135. }
  136. #question_score {
  137. font-size:130%;
  138. }
  139. button {
  140. font-family: 'Chelsea Market', Tahoma, Geneva, sans-serif;
  141. font-size: 100%;
  142. }
  143. button.arrowr {
  144. font-size: 100%;
  145. }
  146. /* button << */
  147. button.arrowl {
  148. font-size: 100%;
  149. }
  150. input.arrowr {
  151. font-size: 100%;
  152. }
  153. /* input << */
  154. input.arrowl {
  155. font-size: 100%;
  156. }
  157. .actions-title {
  158. font-size:120%;
  159. }
  160. .session_box_title span {
  161. font-size: 130%;
  162. }
  163. .sub_session_box_title span {
  164. font-size: 130%;
  165. }
  166. #session_category_title {
  167. font-size: 140%;
  168. }
  169. .userportal-catalog-item .catalog_box li span {
  170. font-size:130%;
  171. }
  172. .forum_table .forum_head{
  173. font-size:120%;
  174. }
  175. .reset_font {
  176. font-size: 120%;
  177. }
  178. .increase_font {
  179. font-size: 180%;
  180. }
  181. .decrease_font {
  182. font-size: 70%;
  183. }
  184. .subnav {
  185. font-size: 120%;
  186. }