Contains the Concourse pipeline definition for building a line-server container
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

767 lines
16 KiB

  1. body {
  2. background-color: #E8ECF0;
  3. color: #556A7F;
  4. font-family: Arial, Helvetica, sans-serif;
  5. font-size: 14px;
  6. }
  7. #container_container {
  8. display: table;
  9. table-layout: fixed;
  10. margin-left: auto;
  11. margin-right: auto;
  12. }
  13. #container {
  14. display: table-cell;
  15. min-width: 200px;
  16. }
  17. #header a {
  18. text-decoration: none;
  19. color: #556A7F;
  20. }
  21. #navigation {
  22. margin-top: 4px;
  23. }
  24. #navigation a {
  25. text-decoration: none;
  26. border-bottom: 1px dotted #556A7F;
  27. color: #556A7F;
  28. }
  29. #navigation a:hover {
  30. background-color: #C7D1EB;
  31. }
  32. #main {
  33. background-color: white;
  34. padding: 6px 5px 8px 5px;
  35. -moz-box-shadow: 1px 1px 1px 1px #ccc;
  36. -webkit-box-shadow: 1px 1px 1px 1px #ccc;
  37. box-shadow: 1px 1px 1px 1px #ccc;
  38. text-align: center;
  39. }
  40. #main a {
  41. color: #556A7F;
  42. }
  43. #normal-content {
  44. word-wrap: break-word;
  45. }
  46. #normal-code {
  47. margin-top: 0;
  48. }
  49. .ninfo {
  50. margin-bottom: 5px;
  51. }
  52. .dinfo {
  53. -moz-box-shadow: 1px 1px 1px 1px #ccc;
  54. -webkit-box-shadow: 1px 1px 1px 1px #ccc;
  55. box-shadow: 1px 1px 1px 1px #ccc;
  56. margin-bottom: 15px;
  57. }
  58. #info {
  59. text-align: left;
  60. background-color: white;
  61. padding: 5px 5px 5px 5px;
  62. }
  63. #info #filename,
  64. #editform #filename {
  65. width: 232px;
  66. }
  67. #info #extension,
  68. #editform #extension {
  69. width: 40px;
  70. }
  71. #info .float-left {
  72. margin-top: 2px;
  73. margin-right: 20px;
  74. }
  75. #info .right {
  76. font-size: 13px;
  77. }
  78. #info a {
  79. text-decoration: none;
  80. color: #556A7F;
  81. }
  82. #info a:hover {
  83. border-bottom: 1px dotted gray;
  84. background-color: #E8ECF0;
  85. }
  86. #info input[type=text] {
  87. border: 0;
  88. color: #556A7F;
  89. }
  90. #footer {
  91. color: gray;
  92. text-align: right;
  93. margin-top: 30px;
  94. margin-bottom: 10px;
  95. font-size: 11px;
  96. }
  97. #footer a {
  98. color: gray;
  99. text-decoration: none;
  100. }
  101. .normal {
  102. text-align: left;
  103. font-size: 13px;
  104. }
  105. .normal a {
  106. text-decoration: none;
  107. border-bottom: 1px dotted gray;
  108. }
  109. .normal a:hover {
  110. color: black;
  111. background-color: #E8ECF0;
  112. }
  113. .normal ul {
  114. padding-left: 15px;
  115. }
  116. .normal li {
  117. margin-bottom: 3px;
  118. list-style: none;
  119. }
  120. .normal li a {
  121. font-weight: bold;
  122. }
  123. .fixed {
  124. width: 800px;
  125. }
  126. .needs-border {
  127. border-top: 1px solid rgb(214, 214, 214);
  128. }
  129. .left {
  130. text-align: left;
  131. }
  132. .float-left {
  133. float: left;
  134. }
  135. .pad-right {
  136. padding-right: 10px;
  137. }
  138. .text-right {
  139. text-align: right;
  140. }
  141. .center {
  142. text-align: center;
  143. }
  144. .float-right, .right {
  145. float: right;
  146. }
  147. .clear {
  148. clear: both;
  149. }
  150. #upload_header {
  151. text-align: center;
  152. font-size: 18px;
  153. }
  154. #file-uploader a {
  155. text-decoration: none;
  156. border-bottom: 1px dotted #556A7F;
  157. color: #556A7F;
  158. font-weight: bold;
  159. }
  160. #filesUploaded {
  161. display:none;
  162. text-align:left;
  163. }
  164. #linx_display_links {
  165. display:none;
  166. padding: 20px;
  167. background-color: #00AFF5;
  168. border-top: 3px solid #6bacf5;
  169. border-left: 3px solid #6bacf5;
  170. border-right: 3px solid #6bacf5;
  171. border-bottom: 3px solid #6bacf5;
  172. margin-top: 15px;
  173. margin-bottom: 10px;
  174. font-size: 12px;
  175. }
  176. #linx_display_links a,a:active,a:visited {
  177. color: white;
  178. }
  179. #supported_files {
  180. display:none;
  181. text-align:left;
  182. }
  183. #upload_btn {
  184. background-color: white;
  185. border: 2px solid #C9C9C9;
  186. width: 90px;
  187. height: 30px;
  188. }
  189. #expires {
  190. width:75px;
  191. }
  192. #choices {
  193. float: left;
  194. width: 100%;
  195. text-align: left;
  196. vertical-align: bottom;
  197. margin-top: 5px;
  198. font-size:13px;
  199. }
  200. #expiry {
  201. float: right;
  202. padding-top: 1px;
  203. }
  204. .oopscontent {
  205. width: 400px;
  206. }
  207. .oopscontent img {
  208. width: 400px;
  209. border: 0;
  210. }
  211. .editor {
  212. width: 705px;
  213. height: 450px;
  214. border-color: #cccccc;
  215. }
  216. /* Content display {{{ */
  217. .display-audio,
  218. .display-file {
  219. width: 500px;
  220. }
  221. .display-image {
  222. margin-bottom: -6px;
  223. max-width: 800px;
  224. }
  225. .display-pdf {
  226. width: 910px;
  227. height: 800px;
  228. }
  229. .display-video {
  230. width: 800px;
  231. }
  232. .scrollable {
  233. overflow: auto;
  234. }
  235. .storycontent {
  236. background-color: #f0e0d6;
  237. }
  238. #editform,
  239. #editform .editor {
  240. display: none;
  241. }
  242. #codeb {
  243. white-space: pre-wrap;
  244. }
  245. #editor {
  246. display: none;
  247. border: 0;
  248. width: 794px;
  249. height: 800px;
  250. }
  251. /* }}} */
  252. /* cat.js */
  253. .qq-uploader { position:relative; width: 100%;}
  254. .qq-upload-button {
  255. width: 400px;
  256. padding-top: 60px;
  257. height: 75px;
  258. margin-left:auto;
  259. margin-right:auto;
  260. border: 2px dashed #C9C9C9;
  261. color:#C9C9C9;
  262. font: 14px "helvetica neue", helvetica, arial, sans-serif;
  263. background-color: #FAFBFC;
  264. }
  265. .qq-upload-button-hover {
  266. background:#EFF4F8;
  267. }
  268. .qq-upload-button-focus {outline:1px dotted black;}
  269. .qq-upload-button-depr {
  270. background-color: #8C9CBF;
  271. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8C9CBF), color-stop(50%, #546A9E), color-stop(50%, #36518F), color-stop(100%, #3D5691));
  272. background-image: -webkit-linear-gradient(top, #8C9CBF 0%, #546A9E 50%, #36518F 50%, #3D5691 100%);
  273. background-image: -moz-linear-gradient(top, #8C9CBF 0%, #546A9E 50%, #36518F 50%, #3D5691 100%);
  274. background-image: -ms-linear-gradient(top, #8C9CBF 0%, #546A9E 50%, #36518F 50%, #3D5691 100%);
  275. background-image: -o-linear-gradient(top, #8C9CBF 0%, #546A9E 50%, #36518F 50%, #3D5691 100%);
  276. background-image: linear-gradient(top, #8C9CBF 0%, #546A9E 50%, #36518F 50%, #3D5691 100%);
  277. border: 1px solid #172D6E;
  278. border-bottom: 1px solid #0E1D45;
  279. -webkit-border-radius: 5px;
  280. -moz-border-radius: 5px;
  281. border-radius: 5px;
  282. -webkit-box-shadow: inset 0 1px 0 0 #b1b9cb;
  283. -moz-box-shadow: inset 0 1px 0 0 #b1b9cb;
  284. box-shadow: inset 0 1px 0 0 #b1b9cb;
  285. color: white;
  286. font: bold 14px "helvetica neue", helvetica, arial, sans-serif;
  287. padding: 7px 0 8px 0;
  288. text-decoration: none;
  289. text-align: center;
  290. text-shadow: 0 -1px 1px #000F4D;
  291. width: 140px;
  292. }
  293. .qq-upload-button2 {
  294. display:block; /* or inline-block */
  295. margin-left:auto;
  296. margin-right:auto;
  297. width: 105px; padding: 7px 0; text-align:center;
  298. background: hsl(212, 77%, 26%); border-bottom:1px solid #ddd;color:#fff;
  299. }
  300. .qq-upload-drop-area {
  301. position:absolute; top:0; left:0; width:100%; height:100%; min-height: 50px; z-index:2;
  302. background:#2c89f0; text-align:center;
  303. border: 2px dashed #C9C9C9;
  304. color:white;
  305. }
  306. .qq-upload-drop-area span {
  307. display:block; position:absolute; top: 50%; width:100%; margin-top:-8px; font-size:16px;
  308. }
  309. .qq-upload-drop-area-active {background:#093E7C;}
  310. #toggleme{
  311. display:none;
  312. }
  313. .qq-upload-list {
  314. margin: 15px 3px 10px 3px;
  315. font-size: 12px;
  316. }
  317. .qq-upload-list li {
  318. display: block;
  319. background-color:#E8ECF0;
  320. padding: 8px 5px 8px 5px;
  321. margin: 5px 0 0 0;
  322. border: 1px solid #C9C9C9;
  323. font-size:13px;
  324. text-align: left;
  325. list-style: none;
  326. line-height: normal;
  327. }
  328. .qq-upload-list li a:hover {
  329. }
  330. .qq-upload-list li a {
  331. }
  332. .qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
  333. margin-right: 7px;
  334. }
  335. .qq-upload-file {}
  336. .qq-upload-spinner {display:inline-block; width:15px; height:15px; vertical-align:text-bottom;}
  337. .qq-upload-size,.qq-upload-cancel {font-size:11px;}
  338. .qq-upload-failed-text {display:none;}
  339. .qq-upload-fail .qq-upload-failed-text {display:inline;}
  340. /*
  341. Uploadify v2.1.4
  342. Release Date: November 8, 2010
  343. Copyright (c) 2010 Ronnie Garcia, Travis Nickels
  344. Permission is hereby granted, free of charge, to any person obtaining a copy
  345. of this software and associated documentation files (the "Software"), to deal
  346. in the Software without restriction, including without limitation the rights
  347. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  348. copies of the Software, and to permit persons to whom the Software is
  349. furnished to do so, subject to the following conditions:
  350. The above copyright notice and this permission notice shall be included in
  351. all copies or substantial portions of the Software.
  352. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  353. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  354. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  355. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  356. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  357. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  358. THE SOFTWARE.
  359. */
  360. .uploadifyQueueItem {
  361. background-color: #F5F5F5;
  362. border: 2px solid #E5E5E5;
  363. font: 11px Verdana, Geneva, sans-serif;
  364. margin-top: 5px;
  365. padding: 10px;
  366. width: 350px;
  367. }
  368. .uploadifyError {
  369. background-color: #FDE5DD !important;
  370. border: 2px solid #FBCBBC !important;
  371. }
  372. .uploadifyQueueItem .cancel {
  373. float: right;
  374. }
  375. .uploadifyQueue .completed {
  376. background-color: #E5E5E5;
  377. }
  378. .uploadifyProgress {
  379. background-color: #E5E5E5;
  380. margin-top: 10px;
  381. width: 100%;
  382. }
  383. .uploadifyProgressBar {
  384. background-color: #0099FF;
  385. height: 3px;
  386. width: 1px;
  387. }
  388. /*! Hint.css - v1.3.1 - 2013-11-23
  389. * http://kushagragour.in/lab/hint/
  390. * Copyright (c) 2013 Kushagra Gour; Licensed MIT */
  391. /*-------------------------------------*\
  392. HINT.css - A CSS tooltip library
  393. \*-------------------------------------*/
  394. /**
  395. * HINT.css is a tooltip library made in pure CSS.
  396. *
  397. * Source: https://github.com/chinchang/hint.css
  398. * Demo: http://kushagragour.in/lab/hint/
  399. *
  400. * Release under The MIT License
  401. *
  402. */
  403. /**
  404. * source: hint-core.scss
  405. *
  406. * Defines the basic styling for the tooltip.
  407. * Each tooltip is made of 2 parts:
  408. * 1) body (:after)
  409. * 2) arrow (:before)
  410. *
  411. * Classes added:
  412. * 1) hint
  413. */
  414. .hint, [data-hint] {
  415. position: relative;
  416. display: inline-block;
  417. /**
  418. * tooltip arrow
  419. */
  420. /**
  421. * tooltip body
  422. */ }
  423. .hint:before, .hint:after, [data-hint]:before, [data-hint]:after {
  424. position: absolute;
  425. -webkit-transform: translate3d(0, 0, 0);
  426. -moz-transform: translate3d(0, 0, 0);
  427. transform: translate3d(0, 0, 0);
  428. visibility: hidden;
  429. opacity: 0;
  430. z-index: 1000000;
  431. pointer-events: none;
  432. -webkit-transition: 0.3s ease;
  433. -moz-transition: 0.3s ease;
  434. transition: 0.3s ease; }
  435. .hint:hover:before, .hint:hover:after, .hint:focus:before, .hint:focus:after, [data-hint]:hover:before, [data-hint]:hover:after, [data-hint]:focus:before, [data-hint]:focus:after {
  436. visibility: visible;
  437. opacity: 1; }
  438. .hint:before, [data-hint]:before {
  439. content: '';
  440. position: absolute;
  441. background: transparent;
  442. border: 6px solid transparent;
  443. z-index: 1000001; }
  444. .hint:after, [data-hint]:after {
  445. content: attr(data-hint);
  446. background: #556A7F;
  447. color: white;
  448. text-shadow: 0 -1px 0px black;
  449. padding: 8px 10px;
  450. font-size: 12px;
  451. line-height: 12px;
  452. white-space: nowrap;
  453. box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3); }
  454. /**
  455. * source: hint-position.scss
  456. *
  457. * Defines the positoning logic for the tooltips.
  458. *
  459. * Classes added:
  460. * 1) hint--top
  461. * 2) hint--bottom
  462. * 3) hint--left
  463. * 4) hint--right
  464. */
  465. /**
  466. * set default color for tooltip arrows
  467. */
  468. .hint--top:before {
  469. border-top-color: #556A7F; }
  470. .hint--bottom:before {
  471. border-bottom-color: #556A7F; }
  472. .hint--left:before {
  473. border-left-color: #556A7F; }
  474. .hint--right:before {
  475. border-right-color: #556A7F; }
  476. /**
  477. * top tooltip
  478. */
  479. .hint--top:before {
  480. margin-bottom: -12px; }
  481. .hint--top:after {
  482. margin-left: -18px; }
  483. .hint--top:before, .hint--top:after {
  484. bottom: 100%;
  485. left: 50%; }
  486. .hint--top:hover:after, .hint--top:hover:before, .hint--top:focus:after, .hint--top:focus:before {
  487. -webkit-transform: translateY(-8px);
  488. -moz-transform: translateY(-8px);
  489. transform: translateY(-8px); }
  490. /**
  491. * bottom tooltip
  492. */
  493. .hint--bottom:before {
  494. margin-top: -12px; }
  495. .hint--bottom:after {
  496. margin-left: -18px; }
  497. .hint--bottom:before, .hint--bottom:after {
  498. top: 100%;
  499. left: 50%; }
  500. .hint--bottom:hover:after, .hint--bottom:hover:before, .hint--bottom:focus:after, .hint--bottom:focus:before {
  501. -webkit-transform: translateY(8px);
  502. -moz-transform: translateY(8px);
  503. transform: translateY(8px); }
  504. /**
  505. * right tooltip
  506. */
  507. .hint--right:before {
  508. margin-left: -12px;
  509. margin-bottom: -6px; }
  510. .hint--right:after {
  511. margin-bottom: -14px; }
  512. .hint--right:before, .hint--right:after {
  513. left: 100%;
  514. bottom: 50%; }
  515. .hint--right:hover:after, .hint--right:hover:before, .hint--right:focus:after, .hint--right:focus:before {
  516. -webkit-transform: translateX(8px);
  517. -moz-transform: translateX(8px);
  518. transform: translateX(8px); }
  519. /**
  520. * left tooltip
  521. */
  522. .hint--left:before {
  523. margin-right: -12px;
  524. margin-bottom: -6px; }
  525. .hint--left:after {
  526. margin-bottom: -14px; }
  527. .hint--left:before, .hint--left:after {
  528. right: 100%;
  529. bottom: 50%; }
  530. .hint--left:hover:after, .hint--left:hover:before, .hint--left:focus:after, .hint--left:focus:before {
  531. -webkit-transform: translateX(-8px);
  532. -moz-transform: translateX(-8px);
  533. transform: translateX(-8px); }
  534. /**
  535. * source: hint-color-types.scss
  536. *
  537. * Contains tooltips of various types based on color differences.
  538. *
  539. * Classes added:
  540. * 1) hint--error
  541. * 2) hint--warning
  542. * 3) hint--info
  543. * 4) hint--success
  544. *
  545. */
  546. /**
  547. * Error
  548. */
  549. .hint--error:after {
  550. background-color: #b34e4d;
  551. text-shadow: 0 -1px 0px #592726; }
  552. .hint--error.hint--top:before {
  553. border-top-color: #b34e4d; }
  554. .hint--error.hint--bottom:before {
  555. border-bottom-color: #b34e4d; }
  556. .hint--error.hint--left:before {
  557. border-left-color: #b34e4d; }
  558. .hint--error.hint--right:before {
  559. border-right-color: #b34e4d; }
  560. /**
  561. * Warning
  562. */
  563. .hint--warning:after {
  564. background-color: #c09854;
  565. text-shadow: 0 -1px 0px #6c5328; }
  566. .hint--warning.hint--top:before {
  567. border-top-color: #c09854; }
  568. .hint--warning.hint--bottom:before {
  569. border-bottom-color: #c09854; }
  570. .hint--warning.hint--left:before {
  571. border-left-color: #c09854; }
  572. .hint--warning.hint--right:before {
  573. border-right-color: #c09854; }
  574. /**
  575. * Info
  576. */
  577. .hint--info:after {
  578. background-color: #3986ac;
  579. text-shadow: 0 -1px 0px #193b4d; }
  580. .hint--info.hint--top:before {
  581. border-top-color: #3986ac; }
  582. .hint--info.hint--bottom:before {
  583. border-bottom-color: #3986ac; }
  584. .hint--info.hint--left:before {
  585. border-left-color: #3986ac; }
  586. .hint--info.hint--right:before {
  587. border-right-color: #3986ac; }
  588. /**
  589. * Success
  590. */
  591. .hint--success:after {
  592. background-color: #458746;
  593. text-shadow: 0 -1px 0px #1a321a; }
  594. .hint--success.hint--top:before {
  595. border-top-color: #458746; }
  596. .hint--success.hint--bottom:before {
  597. border-bottom-color: #458746; }
  598. .hint--success.hint--left:before {
  599. border-left-color: #458746; }
  600. .hint--success.hint--right:before {
  601. border-right-color: #458746; }
  602. /**
  603. * source: hint-always.scss
  604. *
  605. * Defines a persisted tooltip which shows always.
  606. *
  607. * Classes added:
  608. * 1) hint--always
  609. *
  610. */
  611. .hint--always:after, .hint--always:before {
  612. opacity: 1;
  613. visibility: visible; }
  614. .hint--always.hint--top:after, .hint--always.hint--top:before {
  615. -webkit-transform: translateY(-8px);
  616. -moz-transform: translateY(-8px);
  617. transform: translateY(-8px); }
  618. .hint--always.hint--bottom:after, .hint--always.hint--bottom:before {
  619. -webkit-transform: translateY(8px);
  620. -moz-transform: translateY(8px);
  621. transform: translateY(8px); }
  622. .hint--always.hint--left:after, .hint--always.hint--left:before {
  623. -webkit-transform: translateX(-8px);
  624. -moz-transform: translateX(-8px);
  625. transform: translateX(-8px); }
  626. .hint--always.hint--right:after, .hint--always.hint--right:before {
  627. -webkit-transform: translateX(8px);
  628. -moz-transform: translateX(8px);
  629. transform: translateX(8px); }
  630. /**
  631. * source: hint-rounded.scss
  632. *
  633. * Defines rounded corner tooltips.
  634. *
  635. * Classes added:
  636. * 1) hint--rounded
  637. *
  638. */
  639. .hint--rounded:after {
  640. border-radius: 4px; }
  641. /**
  642. * source: hint-effects.scss
  643. *
  644. * Defines various transition effects for the tooltips.
  645. *
  646. * Classes added:
  647. * 1) hint--bounce
  648. *
  649. */
  650. .hint--bounce:before, .hint--bounce:after {
  651. -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  652. -moz-transition: opacity 0.3s ease, visibility 0.3s ease, -moz-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  653. transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24); }