Nenhuma descrição

custom.css 4.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339
  1. /* body */
  2. body
  3. {
  4. padding-bottom: 50px;
  5. }
  6. .graph, #graph, #outcome_program_count, #dummy-graph-container
  7. {
  8. height: 650px;
  9. max-width: 100%;
  10. margin-bottom:75px;
  11. }
  12. #criteriaGraph
  13. {
  14. min-height: 500px;
  15. }
  16. caption
  17. {
  18. caption-side: bottom;
  19. text-align: right;
  20. font-size: 90%;
  21. }
  22. #dummy-graph-container
  23. {
  24. position:relative;
  25. }
  26. #dummy, #overlay
  27. {
  28. width: 100%;
  29. height: 100%;
  30. position: absolute;
  31. top: 0;
  32. left: 0;
  33. }
  34. #dummy
  35. {
  36. pointer-events:none;
  37. opacity: 0.3;
  38. }
  39. #overlay
  40. {
  41. z-index:10;
  42. text-align: center;
  43. color: 999;
  44. }
  45. #overlay h2
  46. {
  47. line-height: 500px;
  48. }
  49. /* Login body*/
  50. .auth-page-body
  51. {
  52. background: url('../images/background-red.png') center center;
  53. background-repeat: repeat;
  54. min-height:900px;
  55. padding-top: 75px;
  56. text-align: left;
  57. color:white;
  58. }
  59. .auth-page-body h1
  60. {
  61. color:white;
  62. text-align: center;
  63. }
  64. /* Login logo*/
  65. .logo
  66. {
  67. float:right;
  68. margin:0 10px;
  69. padding-bottom:10px;
  70. }
  71. .panel-button
  72. {
  73. margin-bottom: 5px;
  74. }
  75. .inverted-link
  76. {
  77. color:white;
  78. }
  79. .inverted-link:hover
  80. {
  81. color:white;
  82. font-weight:700
  83. };
  84. /* For use with the StickyTableHeaders plugin*/
  85. .tableFloatingHeaderOriginal
  86. {
  87. background: blue;
  88. }
  89. #assessment-table
  90. {
  91. min-width: 100%;
  92. width: auto;
  93. }
  94. /* For jQuery Sortable*/
  95. .placeholder
  96. {
  97. height: 10px;
  98. }
  99. .placeholder td span, .attention
  100. {
  101. color: #E70033 !important;
  102. }
  103. /*Override bootstrap pagination*/
  104. .pagination
  105. {
  106. display: inline;
  107. }
  108. /*glyphicon buttons*/
  109. .icon-btn
  110. {
  111. cursor: pointer;
  112. color: #E70033;
  113. }
  114. #js-error-row
  115. {
  116. display: none;
  117. }
  118. /*criterion name in assessment*/
  119. .criterion-field
  120. {
  121. cursor: pointer;
  122. }
  123. /*div for th in assessment*/
  124. .th-box
  125. {
  126. /*width: 160px;
  127. height: 84px;*/
  128. max-height: 200px;
  129. overflow-y:auto;
  130. overflow-x:hidden;
  131. font-size: 12px;
  132. }
  133. .criterion-field:hover
  134. {
  135. background-color: #E70033;
  136. color:white;
  137. }
  138. .table-nonfluid {
  139. width: auto !important;
  140. }
  141. .navbar {
  142. position: absolute;
  143. width:100%;
  144. min-width:1px;
  145. display:block;
  146. margin-bottom: 0px;
  147. padding-bottom:10px;
  148. border-bottom: #666 2px solid;
  149. height:50px;
  150. }
  151. .semesterbar
  152. {
  153. /*background-color: #E70033;*/
  154. background: #333 url('../images/back-change.png') left center;
  155. text-align: left;
  156. padding: 2px;
  157. width: 364px;
  158. float: right;
  159. border-radius: 10px;
  160. margin: 0;
  161. margin-top: 30px;
  162. color:#fff!important;
  163. font-size:12px;
  164. top:100px
  165. }
  166. .semesterbar a
  167. {
  168. color:#FF9!important
  169. }
  170. .semesterbar p
  171. {
  172. text-align: left;
  173. margin-left: 80px;
  174. margin-top: 3px;
  175. padding-left: 5px;
  176. margin-right: 25px;
  177. color:#fff!important;
  178. }
  179. .panel-scrolling
  180. {
  181. max-height: 575px;
  182. overflow-y: auto;
  183. }
  184. .upper-roman
  185. {
  186. list-style-type: upper-roman;
  187. }
  188. .upper-alpha
  189. {
  190. list-style-type: upper-alpha;
  191. }
  192. .to-top
  193. {
  194. float: right;
  195. margin:10px;
  196. }
  197. .table-header
  198. {
  199. display: inline-block;
  200. }
  201. .gotoright
  202. {
  203. float:right;
  204. width: auto;
  205. }
  206. .gotoright h1
  207. {
  208. color:#fff;
  209. letter-spacing:1px;
  210. font-size:24px;
  211. margin:30px 50px;
  212. padding: 0 5px
  213. }
  214. .alert-info a {
  215. color: #FF9;
  216. margin-left:20px;
  217. float:right
  218. }
  219. .tooltip-inner
  220. {
  221. white-space: pre-wrap;
  222. text-align: left;
  223. }
  224. .shortened-select
  225. {
  226. max-width:85%;
  227. display:inline-block;
  228. }
  229. th
  230. {
  231. vertical-align: middle !important;
  232. }
  233. .alert-danger
  234. {
  235. color: #fff;
  236. background-color: #C4092F;
  237. border-color: #C4092F;
  238. }
  239. .alert-success
  240. {
  241. color: #fff;
  242. background-color: #5cb85c;
  243. border-color: #5cb85c;
  244. }
  245. .alert-warning
  246. {
  247. color: black;
  248. background-color: #ffd819;
  249. border-color: #ffd819;
  250. }
  251. h5
  252. {
  253. font-weight: bolder !important;
  254. }
  255. .full-textarea {
  256. border: none;
  257. width: 100%;
  258. -webkit-box-sizing: border-box; /* <=iOS4, <= Android 2.3 */
  259. -moz-box-sizing: border-box; /* FF1+ */
  260. box-sizing: border-box; /* Chrome, IE8, Opera, Safari 5.1*/
  261. }
  262. /* Make foot appear in table header*/
  263. tfoot
  264. {
  265. display: table-header-group;
  266. }
  267. /* Limit size of search bars in datatables */
  268. .column-search input, .column-search-select
  269. {
  270. width: 100% !important;
  271. box-sizing: border-box;
  272. }
  273. /* Organize datatable buttons */
  274. .dt-buttons
  275. {
  276. float: right !important;
  277. margin: 0px 0px 0px 25px !important;
  278. }
  279. .dataTables_filter
  280. {
  281. float: right !important;
  282. }
  283. .dataTables_wrapper
  284. {
  285. margin-top: 2em;
  286. margin-bottom: 5em;
  287. }