style.css 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. .thumbnail .caption{
  2. text-align: center;
  3. }
  4. .cleared {
  5. content: ".";
  6. display: block;
  7. height: 0;
  8. clear: both;
  9. visibility: hidden;
  10. line-height: 0;
  11. }
  12. table .bg-color{
  13. background-color: #E5EDF9;
  14. color: #333;
  15. }
  16. table td.ta-center, table th.ta-center {
  17. text-align: center;
  18. }
  19. #courses_table td, #transfer_table td, #order_table td {
  20. vertical-align: middle;
  21. }
  22. #courses_table td input.price, #transfer_table td input, #currency_type {
  23. margin: 0;
  24. }
  25. #courses_table td.btop {
  26. border-top: 1px solid #C5DEEB;
  27. border-bottom: 1px solid #C5DEEB;
  28. }
  29. #courses_table tr.fmod {
  30. border: 1px solid #C5DEEB;
  31. background: #C5DEEB;
  32. }
  33. .sprice {
  34. color: #4D984E;
  35. font-size: 18px;
  36. font-weight: bold;
  37. margin: 15px 0;
  38. }
  39. .dinline {
  40. display: inline;
  41. }
  42. .fright {
  43. float: right;
  44. }
  45. .cursor {
  46. cursor: pointer;
  47. }
  48. .ta-center {
  49. text-align: center;
  50. }
  51. textarea#message {
  52. width: 50%;
  53. }
  54. .send_result {
  55. font-weight: bold;
  56. }
  57. select#lsessions, select#lcourses, select#lexercises, select#status {
  58. margin-bottom: 0px;
  59. }
  60. .column_field_filter {
  61. padding: 6px 10px 1px 1px;
  62. text-align: right;
  63. }
  64. .height5 {
  65. height: 5px;
  66. }
  67. .margin-left-fifty{
  68. margin-left: 50px !important;
  69. }
  70. .category_well h4{
  71. padding-left: 0;
  72. }
  73. .category_well .form-content{
  74. padding-left: 1em;
  75. padding-right: 1em;
  76. }
  77. .category_well .btn{
  78. width: 100%;
  79. line-height: 30px;
  80. font-size: 16px;
  81. }
  82. .icon-course .thumbnail{
  83. border: none;
  84. box-shadow: none;
  85. }
  86. .well-course{
  87. padding-top: 1em;
  88. padding-bottom: 1em;
  89. border-bottom: 1px solid #D3E6F0;
  90. }
  91. .ui-widget-content .well-course a, .ui-widget-content .well-course a:hover{
  92. color: #fff;
  93. }
  94. .label-info, .badge-info {
  95. background-color: #53a0c6;
  96. font-weight: normal;
  97. }
  98. .categories-course-description h3 {
  99. color: #666;
  100. font-weight: bold;
  101. font-family: Arial;
  102. }