enrol-bak.css 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. body{
  2. color: #505050;
  3. font-size: 18px;
  4. background-color: #17423B;
  5. }
  6. .navbar-default{
  7. background:#fff;
  8. }
  9. .widget{
  10. background: #fff;
  11. padding: 20px 30px;
  12. border-radius: 10px;
  13. }
  14. .art_title {
  15. font-size: 9px;
  16. text-align: center;
  17. color: #98a6ad !important;
  18. height: 12px;
  19. margin: 0;
  20. padding: 0;
  21. position: absolute;
  22. top: 5px;
  23. width: 100%;
  24. }
  25. .art_footer {
  26. font-size: 11px;
  27. text-align: center;
  28. color: #98a6ad !important;
  29. height: 15px;
  30. margin: 0;
  31. padding: 0;
  32. position: fixed;
  33. bottom: 10px;
  34. width: 100%;
  35. }
  36. .text-center {
  37. text-align: center;
  38. }
  39. .text-bold {
  40. font-weight:bold;
  41. }
  42. .panel-heading span{
  43. margin-left: 5px;
  44. }
  45. .panel-heading span:first{
  46. margin-left: 0;
  47. }
  48. .categoryDiv{
  49. padding: 5px;
  50. border-radius: 6px;
  51. padding-top:20px;
  52. cursor:hand;
  53. border:1px solid #ccc;
  54. margin-top:-1;
  55. }
  56. .categoryDiv:hover{
  57. font-weight:bold;
  58. background-color: #FFF8DC;
  59. }
  60. .categoryDiv:hover h3{
  61. font-weight:bold;
  62. }
  63. .page-header {
  64. margin: 20px 0;
  65. }
  66. .std-info .row{
  67. padding: 5px;
  68. text-align: left;
  69. border-bottom: 1px solid #ccc;
  70. }
  71. .std-info .row:last-child{
  72. border-bottom: 0;
  73. }
  74. .std-info .text-label{
  75. text-align: right;
  76. padding-right: 10px;
  77. font-weight: bold;
  78. }
  79. .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
  80. vertical-align: middle;
  81. }
  82. .btn-login{
  83. width: 200px;
  84. letter-spacing: 5px;
  85. font-weight: bold;
  86. font-size: 110%;
  87. }
  88. .enrol.navbar-default .navbar-nav>li>a{
  89. height: 70px;
  90. line-height: 40px;
  91. }
  92. .enrol .navbar-brand{
  93. height: 70px;
  94. line-height:70px;
  95. font-weight:bold;
  96. padding: 2px 15px;
  97. }
  98. .enrol .navbar-brand img{
  99. height: 65px;
  100. }
  101. .enrol .navbar-brand span{
  102. font-size:30px;
  103. }
  104. .enrol.navbar-default .navbar-nav>.active>a,
  105. .enrol.navbar-default .navbar-nav>.active>a:focus,
  106. .enrol.navbar-default .navbar-nav>.active>a:hover{
  107. font-weight: bold;
  108. }
  109. .pic-container{
  110. padding: 10px;
  111. border: 1px solid #ccc;
  112. }
  113. .profile-pic{
  114. width:192px;
  115. height:256px;
  116. background:#efefef;
  117. margin:auto;
  118. border-radius: 5px;
  119. }
  120. .idcard-pic{
  121. width:320px;
  122. height:256px;
  123. background:#efefef;
  124. margin:auto;
  125. border-radius: 5px;
  126. display: inline-block;
  127. }
  128. .green-btn{
  129. background-color: #2cc64d;
  130. border: 1px solid #2ab949;
  131. color: #fff;
  132. }
  133. .green-btn:hover,
  134. .green-btn:focus{
  135. font-weight:bold;
  136. color: #fff;
  137. }
  138. .card-subject-table td, .card-subject-table th{
  139. padding: 5px;
  140. border: 1px solid #000;
  141. text-align: center;
  142. }
  143. .card-subject-table{
  144. width: 100%;
  145. }
  146. .card-subject-table th{
  147. font-weight:bold;
  148. }
  149. .card-std-table td{
  150. padding: 5px;
  151. border: 1px solid #000;
  152. text-align: left;
  153. }
  154. .card-subject-table td > ul {
  155. text-align: left;
  156. }
  157. .card-subject-table td > ul > li{
  158. list-style-type:cjk-ideographic;
  159. margin: 2px;
  160. }