design.css 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405
  1. /*Stations*/
  2. /*hover color*/
  3. #stations tr:hover td {
  4. background-color: #efefef;
  5. }
  6. #stations .stationAction {
  7. width: 1em;
  8. height: 1em;
  9. }
  10. #stations .stationAction a{
  11. visibility:hidden;
  12. }
  13. #stations tr:hover .stationAction a{
  14. visibility:visible;
  15. }
  16. #stations {
  17. border-spacing: 0 5px;
  18. width: 100%
  19. }
  20. #stations tr td:not(:first-child){
  21. padding-left: 5px;
  22. }
  23. td {
  24. padding-right: 1em;
  25. }
  26. .wasGroup{
  27. padding-top: 1em;
  28. }
  29. .wasGroup:after {
  30. content: "";
  31. display: table;
  32. clear: both;
  33. }
  34. .wasLeft{
  35. width: 14em;
  36. float: left;
  37. }
  38. .wasRight{
  39. overflow: hidden;
  40. min-width: 20em !important;
  41. }
  42. .width100{
  43. width: 100% !important;
  44. }
  45. [is="x-ui"] input, [is="x-ui"] button, [is="x-ui"] select{
  46. -webkit-box-sizing: border-box !important;
  47. -moz-box-sizing: border-box !important;
  48. box-sizing: border-box !important;
  49. }
  50. .imageInput, .abbreviation{
  51. width: 9em !important;
  52. /*
  53. border: none !important;
  54. padding: 0em !important;
  55. */
  56. }
  57. .removeImage{
  58. font-size: 1.6em;
  59. }
  60. .removeImage a{
  61. color:var(--x-ui-light-text-color) !important;
  62. text-decoration:none !important;
  63. }
  64. .mouseOver{
  65. cursor: help;
  66. color:var(--x-ui-light-text-color) !important;
  67. text-decoration:none !important;
  68. }
  69. .mouseOver::after{
  70. content:"🛈";
  71. }
  72. .handle{
  73. cursor: grab;
  74. font-style: normal;
  75. font-size:2em;
  76. width: 1em;
  77. height: 100px;
  78. }
  79. #error, #replacements {
  80. background-color: #efefef;
  81. padding-bottom: 1em;
  82. }
  83. #error,#images, #replacements{
  84. margin-top: 2em;
  85. }
  86. .imageleft{
  87. height: 103px;
  88. display:table-cell;
  89. vertical-align:middle;
  90. }
  91. .list-group-item {
  92. position: relative;
  93. display: block;
  94. padding: $list-group-item-padding-y $list-group-item-padding-x;
  95. // Place the border on the list items and negative margin up for better styling
  96. margin-bottom: -$list-group-border-width;
  97. background-color: $list-group-bg;
  98. border: $list-group-border-width solid $list-group-border-color;
  99. }
  100. .patternPart:not(:last-child)::after{
  101. content: ".";
  102. padding-right: -5em;
  103. }
  104. .patternPart a{
  105. display:block;
  106. text-align: center;
  107. }
  108. .patternPart:not(:last-child) a{
  109. margin-left: -0.5em;
  110. }
  111. .patternPart{
  112. display: inline-block;
  113. white-space: nowrap;
  114. }
  115. .patternPartInput{
  116. width: auto !important;
  117. text-align: center;
  118. padding: 0.5em 0 !important;
  119. }
  120. #overlay {
  121. position: fixed; /* Sit on top of the page content */
  122. display: none; /* Hidden by default */
  123. width: 100%; /* Full width (cover the whole page) */
  124. height: 100%; /* Full height (cover the whole page) */
  125. top: 0;
  126. left: 0;
  127. right: 0;
  128. bottom: 0;
  129. background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  130. z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  131. cursor: pointer; /* Add a pointer on hover */
  132. text-align: center;
  133. vertical-align: middle;
  134. }
  135. #overlaycontentsize{
  136. position: absolute;
  137. top: 50%;
  138. left: 50%;
  139. font-size: 50px;
  140. color: white;
  141. transform: translate(-50%,-50%);
  142. -ms-transform: translate(-50%,-50%);
  143. background-color: rgba(255,255,255,1);
  144. max-height: 100%;
  145. max-width: 100%;
  146. }
  147. #overlaycontent{
  148. max-height: 100%;
  149. max-width: 100%;
  150. }
  151. /*Image Upload CSS*/
  152. .container
  153. {
  154. width: 100%;
  155. max-width: 680px; /* 800 */
  156. text-align: center;
  157. margin: 0 auto;
  158. }
  159. .container h1
  160. {
  161. font-size: 42px;
  162. font-weight: 300;
  163. color: #0f3c4b;
  164. margin-bottom: 40px;
  165. }
  166. .container h1 a:hover,
  167. .container h1 a:focus
  168. {
  169. color: #39bfd3;
  170. }
  171. .container nav
  172. {
  173. margin-bottom: 40px;
  174. }
  175. .container nav a
  176. {
  177. border-bottom: 2px solid #c8dadf;
  178. display: inline-block;
  179. padding: 4px 8px;
  180. margin: 0 5px;
  181. }
  182. .container nav a.is-selected
  183. {
  184. font-weight: 700;
  185. color: #39bfd3;
  186. border-bottom-color: currentColor;
  187. }
  188. .container nav a:not( .is-selected ):hover,
  189. .container nav a:not( .is-selected ):focus
  190. {
  191. border-bottom-color: #0f3c4b;
  192. }
  193. .container footer
  194. {
  195. color: #92b0b3;
  196. margin-top: 40px;
  197. }
  198. .container footer p + p
  199. {
  200. margin-top: 1em;
  201. }
  202. .container footer a:hover,
  203. .container footer a:focus
  204. {
  205. color: #39bfd3;
  206. }
  207. .box
  208. {
  209. font-size: 1.25rem; /* 20 */
  210. background-color: var(--x-ui-outside-color);
  211. position: relative;
  212. padding: 40px 20px;
  213. }
  214. .box.has-advanced-upload
  215. {
  216. outline: 2px dashed #92b0b3;
  217. outline-offset: -10px;
  218. -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
  219. transition: outline-offset .15s ease-in-out, background-color .15s linear;
  220. }
  221. .box.is-dragover
  222. {
  223. outline-offset: -20px;
  224. outline-color: #c8dadf;
  225. background-color: #fff;
  226. }
  227. .box__dragndrop,
  228. .box__icon
  229. {
  230. display: none;
  231. }
  232. .box.has-advanced-upload .box__dragndrop
  233. {
  234. display: inline;
  235. }
  236. .box.has-advanced-upload .box__icon
  237. {
  238. width: 100%;
  239. height: 80px;
  240. fill: #92b0b3;
  241. display: block;
  242. margin-bottom: 40px;
  243. }
  244. .box.is-uploading .box__input,
  245. .box.is-success .box__input,
  246. .box.is-error .box__input
  247. {
  248. visibility: hidden;
  249. }
  250. .box__uploading,
  251. .box__success,
  252. .box__error
  253. {
  254. display: none;
  255. }
  256. .box.is-uploading .box__uploading,
  257. .box.is-success .box__success,
  258. .box.is-error .box__error
  259. {
  260. display: block;
  261. position: absolute;
  262. top: 50%;
  263. right: 0;
  264. left: 0;
  265. -webkit-transform: translateY( -50% );
  266. transform: translateY( -50% );
  267. }
  268. .box__uploading
  269. {
  270. font-style: italic;
  271. }
  272. .box__success
  273. {
  274. -webkit-animation: appear-from-inside .25s ease-in-out;
  275. animation: appear-from-inside .25s ease-in-out;
  276. }
  277. @-webkit-keyframes appear-from-inside
  278. {
  279. from { -webkit-transform: translateY( -50% ) scale( 0 ); }
  280. 75% { -webkit-transform: translateY( -50% ) scale( 1.1 ); }
  281. to { -webkit-transform: translateY( -50% ) scale( 1 ); }
  282. }
  283. @keyframes appear-from-inside
  284. {
  285. from { transform: translateY( -50% ) scale( 0 ); }
  286. 75% { transform: translateY( -50% ) scale( 1.1 ); }
  287. to { transform: translateY( -50% ) scale( 1 ); }
  288. }
  289. .box__restart
  290. {
  291. font-weight: 700;
  292. }
  293. .box__restart:focus,
  294. .box__restart:hover
  295. {
  296. color: #39bfd3;
  297. }
  298. .js .box__file
  299. {
  300. width: 0.1px !important;
  301. height: 0.1px;
  302. opacity: 0;
  303. overflow: hidden;
  304. position: absolute;
  305. z-index: -1;
  306. }
  307. .box__file{
  308. width: 10.5em !important;
  309. display: block !important;
  310. }
  311. .js .box__file + label
  312. {
  313. max-width: 80% !important;
  314. text-overflow: ellipsis;
  315. white-space: nowrap;
  316. cursor: pointer;
  317. display: inline-block;
  318. overflow: hidden;
  319. }
  320. .js .box__file + label:hover strong,
  321. .box__file:focus + label strong,
  322. .box__file.has-focus + label strong
  323. {
  324. color: #39bfd3;
  325. }
  326. .js .box__file:focus + label,
  327. .js .box__file.has-focus + label
  328. {
  329. outline: 1px dotted #000;
  330. outline: -webkit-focus-ring-color auto 5px;
  331. }
  332. .js .box__file + label *
  333. {
  334. /* pointer-events: none; */ /* in case of FastClick lib use */
  335. }
  336. .no-js .box__file + label
  337. {
  338. display: none;
  339. }
  340. .no-js .box__button
  341. {
  342. display: block;
  343. }
  344. .box__button
  345. {
  346. font-weight: 700;
  347. color: #e5edf1;
  348. background-color: #39bfd3;
  349. display: none;
  350. padding: 8px 16px;
  351. margin: 40px auto 0;
  352. }
  353. .box__button:hover,
  354. .box__button:focus
  355. {
  356. background-color: #0f3c4b;
  357. }