default.css 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355
  1. /*body, .default {
  2. font-size:14px;
  3. font-family:sans-serif;
  4. font-weight:lighter;
  5. padding:10px;
  6. }
  7. .jsgrid-grid-header{
  8. background: #f9f9f9;
  9. background-color: rgb(249, 249, 249);
  10. background-image: none;
  11. background-repeat: repeat;
  12. background-attachment: scroll;
  13. background-clip: border-box;
  14. background-origin: padding-box;
  15. background-position-x: 0%;
  16. background-position-y: 0%;
  17. background-size: auto auto;
  18. max-height: 48px;
  19. }
  20. .jsgrid-grid-body {
  21. overflow-x:hidden;
  22. overflow-y:scroll;
  23. -webkit-overflow-scrolling:touch
  24. }
  25. .small {
  26. font-family:sans-serif;
  27. font-size:12px;
  28. font-weight:lighter;
  29. }
  30. .bold {font-weight:bold}
  31. .left {float:left}
  32. .right{float:right}
  33. .caption {
  34. font-size:22px;
  35. margin:2px;
  36. padding:2px;
  37. height:30px;
  38. font-family:sans-serif;
  39. font-weight:lighter;
  40. }
  41. .button {
  42. padding:8px;
  43. margin:2px;
  44. border-radius:4px;
  45. -moz-border-radius:4px;
  46. -webkit-border-radius:4px;
  47. cursor:pointer;
  48. }
  49. .button:hover{
  50. background-color:#4682B4 ;
  51. color:#ffffff;
  52. }
  53. .no-border{ border:1px solid transparent}
  54. .border { border:1px solid #CAD5E0}
  55. .border-bottom{ border-bottom:1px solid #CAD5E0;}
  56. .border-right { border-right:1px solid #CAD5E0;}
  57. .border-left { border-left:1px solid #CAD5E0;}
  58. .border-top { border-top:1px solid #CAD5E0;}
  59. .grid {
  60. font-family:sans-serif;
  61. font-weight:lighter;
  62. margin:4px;
  63. padding:4px;
  64. }
  65. .grid-half {
  66. height:195px;
  67. margin:4px;
  68. width:98%;
  69. padding:4px;
  70. }
  71. .grid .fa-check {color:green}
  72. .grid .fa-times {color:maroon; }
  73. .menu {
  74. margin:5px;
  75. padding:4px;
  76. }
  77. .menu .fa-chevron-right {color:transparent; margin:4px; }
  78. .menu .menu-item { border:1px solid transparent; cursor:pointer; padding-bottom:4px; margin:2px;}
  79. .menu .menu-item:hover {
  80. border-bottom-color:#4682B4;
  81. }
  82. .menu .menu-item:hover .fa-chevron-right { color:#4582b4}
  83. input[type=text]{
  84. padding:4px;
  85. margin:4px;
  86. outline:0px;
  87. border:1px solid transparent;
  88. background-color:#f3f3f3;
  89. font-size:14px;
  90. font-weight:lighter;
  91. font-family:sans-serif;
  92. }
  93. input[type=text]:focus{
  94. border-left-color:#4682B4;
  95. }
  96. .padding-2x{padding:4px;}
  97. .margin-2x {margin:4px;}
  98. .info {
  99. margin:4px;
  100. width:43%;
  101. }
  102. .height-quarter{height:24%;}
  103. .height-half{height:47%}
  104. .width-quarter {width:24%}
  105. .width-half {width:47%; }
  106. .width-75 {width:72%}
  107. .bad { color:maroon}
  108. .good{ color:green}
  109. .fa-warning, .warning{color:orange}
  110. .number {font-size:42px; font-weight:lighter; padding:2px; margin:2px;}
  111. .action {cursor:pointer; padding:1px; margin:1px; border:1px solid transparent}
  112. .action:hover { border-bottom-color:#4682B4}
  113. .shadow{box-shadow: 7px 7px 5px #888888;}
  114. .gradient {
  115. background-image:
  116. linear-gradient(
  117. #4682b4, #ffffff,#ffffff
  118. );
  119. }
  120. .simple-gradient {
  121. background-image: -ms-linear-gradient(top, #CAD5E0 0%, #F3F3F3 40%);
  122. background-image: -moz-linear-gradient(top, #CAD5E0 0%, #F3F3F3 40%);
  123. background-image: -o-linear-gradient(top, #CAD5E0 0%, #F3F3F3 40%);
  124. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #CAD5E0), color-stop(40, #F3F3F3));
  125. background-image: -webkit-linear-gradient(top, #CAD5E0 0%, #F3F3F3 40%);
  126. background-image: linear-gradient(to bottom, #CAD5E0 0%, #F3F3F3 40%);
  127. }
  128. /* ----------- Non-Retina Screens ----------- */
  129. @media screen
  130. and (min-device-width: 1200px)
  131. and (max-device-width: 1600px)
  132. and (-webkit-min-device-pixel-ratio: 1) {
  133. }
  134. /* ----------- Retina Screens ----------- */
  135. @media screen
  136. and (min-device-width: 1200px)
  137. and (max-device-width: 1600px)
  138. and (-webkit-min-device-pixel-ratio: 2)
  139. and (min-resolution: 192dpi) {
  140. }
  141. /* ----------- iPad mini ----------- */
  142. /* Portrait and Landscape */
  143. @media only screen
  144. and (min-device-width: 768px)
  145. and (max-device-width: 1024px)
  146. and (-webkit-min-device-pixel-ratio: 1) {
  147. }
  148. }
  149. /* Portrait */
  150. @media only screen
  151. and (min-device-width: 768px)
  152. and (max-device-width: 1024px)
  153. and (orientation: portrait)
  154. and (-webkit-min-device-pixel-ratio: 1) {
  155. }
  156. /* Landscape */
  157. @media only screen
  158. and (min-device-width: 768px)
  159. and (max-device-width: 1024px)
  160. and (orientation: landscape)
  161. and (-webkit-min-device-pixel-ratio: 1) {
  162. }
  163. /* ----------- iPad 1 and 2 ----------- */
  164. /* Portrait and Landscape */
  165. @media only screen
  166. and (min-device-width: 768px)
  167. and (max-device-width: 1024px)
  168. and (-webkit-min-device-pixel-ratio: 1) {
  169. .block {display: inline-block;}
  170. }
  171. /* Portrait */
  172. @media only screen
  173. and (min-device-width: 768px)
  174. and (max-device-width: 1024px)
  175. and (orientation: portrait)
  176. and (-webkit-min-device-pixel-ratio: 1) {
  177. }
  178. /* Landscape */
  179. @media only screen
  180. and (min-device-width: 768px)
  181. and (max-device-width: 1024px)
  182. and (orientation: landscape)
  183. and (-webkit-min-device-pixel-ratio: 1) {
  184. }
  185. /* ----------- iPad 3 and 4 ----------- */
  186. /* Portrait and Landscape */
  187. @media only screen
  188. and (min-device-width: 768px)
  189. and (max-device-width: 1024px)
  190. and (-webkit-min-device-pixel-ratio: 2) {
  191. }
  192. /* Portrait */
  193. @media only screen
  194. and (min-device-width: 768px)
  195. and (max-device-width: 1024px)
  196. and (orientation: portrait)
  197. and (-webkit-min-device-pixel-ratio: 2) {
  198. }
  199. /* Landscape ////////////////////////////////////////////////////////////////////////////////////////////////////// */
  200. @media only screen
  201. and (min-device-width: 768px)
  202. and (max-device-width: 1024px)
  203. and (orientation: landscape)
  204. and (-webkit-min-device-pixel-ratio: 2) {
  205. }
  206. /* ----------- iPhone 4 and 4S ----------- */
  207. /* Portrait and Landscape */
  208. @media only screen
  209. and (min-device-width: 320px)
  210. and (max-device-width: 480px)
  211. and (-webkit-min-device-pixel-ratio: 2) {
  212. }
  213. /* Portrait */
  214. @media only screen
  215. and (min-device-width: 320px)
  216. and (max-device-width: 480px)
  217. and (-webkit-min-device-pixel-ratio: 2)
  218. and (orientation: portrait) {
  219. }
  220. /* Landscape */
  221. @media only screen
  222. and (min-device-width: 320px)
  223. and (max-device-width: 480px)
  224. and (-webkit-min-device-pixel-ratio: 2)
  225. and (orientation: landscape) {
  226. }
  227. /* ----------- iPhone 5 and 5S ----------- */
  228. /* Portrait and Landscape */
  229. @media only screen
  230. and (min-device-width: 320px)
  231. and (max-device-width: 568px)
  232. and (-webkit-min-device-pixel-ratio: 2) {
  233. }
  234. /* Portrait */
  235. @media only screen
  236. and (min-device-width: 320px)
  237. and (max-device-width: 568px)
  238. and (-webkit-min-device-pixel-ratio: 2)
  239. and (orientation: portrait) {
  240. }
  241. /* Landscape */
  242. @media only screen
  243. and (min-device-width: 320px)
  244. and (max-device-width: 568px)
  245. and (-webkit-min-device-pixel-ratio: 2)
  246. and (orientation: landscape) {
  247. }
  248. /* ----------- iPhone 6 ----------- */
  249. /* Portrait and Landscape */
  250. @media only screen
  251. and (min-device-width: 375px)
  252. and (max-device-width: 667px)
  253. and (-webkit-min-device-pixel-ratio: 2) {
  254. }
  255. /* Portrait */
  256. @media only screen
  257. and (min-device-width: 375px)
  258. and (max-device-width: 667px)
  259. and (-webkit-min-device-pixel-ratio: 2)
  260. and (orientation: portrait) {
  261. }
  262. /* Landscape */
  263. @media only screen
  264. and (min-device-width: 375px)
  265. and (max-device-width: 667px)
  266. and (-webkit-min-device-pixel-ratio: 2)
  267. and (orientation: landscape) {
  268. }
  269. /* ----------- iPhone 6+ ----------- */
  270. /* Portrait and Landscape */
  271. @media only screen
  272. and (min-device-width: 414px)
  273. and (max-device-width: 736px)
  274. and (-webkit-min-device-pixel-ratio: 3) {
  275. }
  276. /* Portrait */
  277. @media only screen
  278. and (min-device-width: 414px)
  279. and (max-device-width: 736px)
  280. and (-webkit-min-device-pixel-ratio: 3)
  281. and (orientation: portrait) {
  282. }
  283. /* Landscape */
  284. @media only screen
  285. and (min-device-width: 414px)
  286. and (max-device-width: 736px)
  287. and (-webkit-min-device-pixel-ratio: 3)
  288. and (orientation: landscape) {
  289. }*/