style.css 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  1. /*
  2. Devel
  3. */
  4. table tr .selected{
  5. background-color: #d9edf7;
  6. }
  7. .hidden{
  8. display:none;
  9. }
  10. .no-scroll{
  11. overflow: hidden;
  12. }
  13. /*
  14. * Bootstrap Overwrite
  15. */
  16. .form-group div{
  17. padding: 0px;
  18. }
  19. .form-control{
  20. border-radius: 0px !important;
  21. }
  22. .btn{
  23. border-radius: 0px !important;
  24. }
  25. body{
  26. font-family: Ubuntu;
  27. font-size: 1pc;
  28. }
  29. /*
  30. -------------------------------------------------------
  31. */
  32. textarea{
  33. resize: vertical;
  34. }
  35. .data-table table{
  36. width: 100% !important;
  37. }
  38. #modal > div{
  39. width: 70%;
  40. }
  41. #modal table{
  42. width: 100%;
  43. }
  44. #modal table td{
  45. white-space: nowrap;
  46. }
  47. /*
  48. _____ _____ _____ ______ ____ _____
  49. / ____|_ _| __ \| ____| _ \ /\ | __ \
  50. | (___ | | | | | | |__ | |_) | / \ | |__) |
  51. \___ \ | | | | | | __| | _ < / /\ \ | _ /
  52. ____) |_| |_| |__| | |____| |_) / ____ \| | \ \
  53. |_____/|_____|_____/|______|____/_/ \_\_| \_\
  54. */
  55. #wrapper {
  56. padding-left: 0;
  57. }
  58. #sidebar-wrapper {
  59. background-color: #000 !important;
  60. }
  61. #wrapper.toggled {
  62. padding-left: 250px;
  63. }
  64. #sidebar-wrapper {
  65. /*z-index: 1000;*/
  66. position: fixed;
  67. left: 250px;
  68. width: 0;
  69. height: 100%;
  70. margin-left: -250px;
  71. overflow-y: auto;
  72. }
  73. #wrapper.toggled #sidebar-wrapper {
  74. width: 250px;
  75. }
  76. .nav-ident li a{
  77. padding-left: 10%;
  78. }
  79. #page-content-wrapper {
  80. width: 100%;
  81. position: absolute;
  82. padding: 15px;
  83. }
  84. #wrapper .toggled #page-content-wrapper {
  85. position: absolute;
  86. margin-right: -250px;
  87. }
  88. /*
  89. -------------------------------------------------------
  90. */
  91. .logo{
  92. text-align: center;
  93. margin-top: 15px;
  94. }
  95. .logo > img {
  96. width:50%;
  97. }
  98. /*
  99. -------------------------------------------------------
  100. */
  101. /*
  102. -------------------------------------------------------
  103. */
  104. .search-nav{
  105. padding: 10px;
  106. text-align: center;
  107. }
  108. .search-nav > input{
  109. margin: 0 auto;
  110. width: 95%;
  111. border-radius: 0px;
  112. }
  113. /*
  114. -------------------------------------------------------
  115. */
  116. /*
  117. *-----------------------------------------------------
  118. *Sidebar responsiveness
  119. */
  120. @media(min-width:768px) {
  121. #wrapper {
  122. padding-left: 250px;
  123. }
  124. #wrapper.toggled {
  125. padding-left: 0;
  126. }
  127. #sidebar-wrapper {
  128. width: 250px;
  129. }
  130. #wrapper.toggled #sidebar-wrapper {
  131. width: 0;
  132. }
  133. #page-content-wrapper {
  134. padding: 20px;
  135. position: relative;
  136. }
  137. #wrapper.toggled #page-content-wrapper {
  138. position: relative;
  139. margin-right: 0;
  140. }
  141. }
  142. /*
  143. _ _ ______ _____ ______ _____
  144. | | | | ____| /\ | __ \| ____| __ \
  145. | |__| | |__ / \ | | | | |__ | |__) |
  146. | __ | __| / /\ \ | | | | __| | _ /
  147. | | | | |____ / ____ \| |__| | |____| | \ \
  148. |_| |_|______/_/ \_\_____/|______|_| \_\
  149. */
  150. #navbar-top{
  151. min-height: 50px;
  152. }
  153. /*--*/
  154. #menu-toggle{
  155. }
  156. #menu-toggle:hover,
  157. #menu-toggle:focus{
  158. background-color:transparent;
  159. }
  160. #progress{
  161. margin-bottom:0px;
  162. height:10px;
  163. border-radius: 0px !important;
  164. }
  165. /*--*/