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.

769 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. font-family: monospace;
  251. font-size: 13px;
  252. }
  253. /* }}} */
  254. /* cat.js */
  255. .qq-uploader { position:relative; width: 100%;}
  256. .qq-upload-button {
  257. width: 400px;
  258. padding-top: 60px;
  259. height: 75px;
  260. margin-left:auto;
  261. margin-right:auto;
  262. border: 2px dashed #C9C9C9;
  263. color:#C9C9C9;
  264. font: 14px "helvetica neue", helvetica, arial, sans-serif;
  265. background-color: #FAFBFC;
  266. }
  267. .qq-upload-button-hover {
  268. background:#EFF4F8;
  269. }
  270. .qq-upload-button-focus {outline:1px dotted black;}
  271. .qq-upload-button-depr {
  272. background-color: #8C9CBF;
  273. 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));
  274. background-image: -webkit-linear-gradient(top, #8C9CBF 0%, #546A9E 50%, #36518F 50%, #3D5691 100%);
  275. background-image: -moz-linear-gradient(top, #8C9CBF 0%, #546A9E 50%, #36518F 50%, #3D5691 100%);
  276. background-image: -ms-linear-gradient(top, #8C9CBF 0%, #546A9E 50%, #36518F 50%, #3D5691 100%);
  277. background-image: -o-linear-gradient(top, #8C9CBF 0%, #546A9E 50%, #36518F 50%, #3D5691 100%);
  278. background-image: linear-gradient(top, #8C9CBF 0%, #546A9E 50%, #36518F 50%, #3D5691 100%);
  279. border: 1px solid #172D6E;
  280. border-bottom: 1px solid #0E1D45;
  281. -webkit-border-radius: 5px;
  282. -moz-border-radius: 5px;
  283. border-radius: 5px;
  284. -webkit-box-shadow: inset 0 1px 0 0 #b1b9cb;
  285. -moz-box-shadow: inset 0 1px 0 0 #b1b9cb;
  286. box-shadow: inset 0 1px 0 0 #b1b9cb;
  287. color: white;
  288. font: bold 14px "helvetica neue", helvetica, arial, sans-serif;
  289. padding: 7px 0 8px 0;
  290. text-decoration: none;
  291. text-align: center;
  292. text-shadow: 0 -1px 1px #000F4D;
  293. width: 140px;
  294. }
  295. .qq-upload-button2 {
  296. display:block; /* or inline-block */
  297. margin-left:auto;
  298. margin-right:auto;
  299. width: 105px; padding: 7px 0; text-align:center;
  300. background: hsl(212, 77%, 26%); border-bottom:1px solid #ddd;color:#fff;
  301. }
  302. .qq-upload-drop-area {
  303. position:absolute; top:0; left:0; width:100%; height:100%; min-height: 50px; z-index:2;
  304. background:#2c89f0; text-align:center;
  305. border: 2px dashed #C9C9C9;
  306. color:white;
  307. }
  308. .qq-upload-drop-area span {
  309. display:block; position:absolute; top: 50%; width:100%; margin-top:-8px; font-size:16px;
  310. }
  311. .qq-upload-drop-area-active {background:#093E7C;}
  312. #toggleme{
  313. display:none;
  314. }
  315. .qq-upload-list {
  316. margin: 15px 3px 10px 3px;
  317. font-size: 12px;
  318. }
  319. .qq-upload-list li {
  320. display: block;
  321. background-color:#E8ECF0;
  322. padding: 8px 5px 8px 5px;
  323. margin: 5px 0 0 0;
  324. border: 1px solid #C9C9C9;
  325. font-size:13px;
  326. text-align: left;
  327. list-style: none;
  328. line-height: normal;
  329. }
  330. .qq-upload-list li a:hover {
  331. }
  332. .qq-upload-list li a {
  333. }
  334. .qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
  335. margin-right: 7px;
  336. }
  337. .qq-upload-file {}
  338. .qq-upload-spinner {display:inline-block; width:15px; height:15px; vertical-align:text-bottom;}
  339. .qq-upload-size,.qq-upload-cancel {font-size:11px;}
  340. .qq-upload-failed-text {display:none;}
  341. .qq-upload-fail .qq-upload-failed-text {display:inline;}
  342. /*
  343. Uploadify v2.1.4
  344. Release Date: November 8, 2010
  345. Copyright (c) 2010 Ronnie Garcia, Travis Nickels
  346. Permission is hereby granted, free of charge, to any person obtaining a copy
  347. of this software and associated documentation files (the "Software"), to deal
  348. in the Software without restriction, including without limitation the rights
  349. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  350. copies of the Software, and to permit persons to whom the Software is
  351. furnished to do so, subject to the following conditions:
  352. The above copyright notice and this permission notice shall be included in
  353. all copies or substantial portions of the Software.
  354. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  355. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  356. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  357. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  358. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  359. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  360. THE SOFTWARE.
  361. */
  362. .uploadifyQueueItem {
  363. background-color: #F5F5F5;
  364. border: 2px solid #E5E5E5;
  365. font: 11px Verdana, Geneva, sans-serif;
  366. margin-top: 5px;
  367. padding: 10px;
  368. width: 350px;
  369. }
  370. .uploadifyError {
  371. background-color: #FDE5DD !important;
  372. border: 2px solid #FBCBBC !important;
  373. }
  374. .uploadifyQueueItem .cancel {
  375. float: right;
  376. }
  377. .uploadifyQueue .completed {
  378. background-color: #E5E5E5;
  379. }
  380. .uploadifyProgress {
  381. background-color: #E5E5E5;
  382. margin-top: 10px;
  383. width: 100%;
  384. }
  385. .uploadifyProgressBar {
  386. background-color: #0099FF;
  387. height: 3px;
  388. width: 1px;
  389. }
  390. /*! Hint.css - v1.3.1 - 2013-11-23
  391. * http://kushagragour.in/lab/hint/
  392. * Copyright (c) 2013 Kushagra Gour; Licensed MIT */
  393. /*-------------------------------------*\
  394. HINT.css - A CSS tooltip library
  395. \*-------------------------------------*/
  396. /**
  397. * HINT.css is a tooltip library made in pure CSS.
  398. *
  399. * Source: https://github.com/chinchang/hint.css
  400. * Demo: http://kushagragour.in/lab/hint/
  401. *
  402. * Release under The MIT License
  403. *
  404. */
  405. /**
  406. * source: hint-core.scss
  407. *
  408. * Defines the basic styling for the tooltip.
  409. * Each tooltip is made of 2 parts:
  410. * 1) body (:after)
  411. * 2) arrow (:before)
  412. *
  413. * Classes added:
  414. * 1) hint
  415. */
  416. .hint, [data-hint] {
  417. position: relative;
  418. display: inline-block;
  419. /**
  420. * tooltip arrow
  421. */
  422. /**
  423. * tooltip body
  424. */ }
  425. .hint:before, .hint:after, [data-hint]:before, [data-hint]:after {
  426. position: absolute;
  427. -webkit-transform: translate3d(0, 0, 0);
  428. -moz-transform: translate3d(0, 0, 0);
  429. transform: translate3d(0, 0, 0);
  430. visibility: hidden;
  431. opacity: 0;
  432. z-index: 1000000;
  433. pointer-events: none;
  434. -webkit-transition: 0.3s ease;
  435. -moz-transition: 0.3s ease;
  436. transition: 0.3s ease; }
  437. .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 {
  438. visibility: visible;
  439. opacity: 1; }
  440. .hint:before, [data-hint]:before {
  441. content: '';
  442. position: absolute;
  443. background: transparent;
  444. border: 6px solid transparent;
  445. z-index: 1000001; }
  446. .hint:after, [data-hint]:after {
  447. content: attr(data-hint);
  448. background: #556A7F;
  449. color: white;
  450. text-shadow: 0 -1px 0px black;
  451. padding: 8px 10px;
  452. font-size: 12px;
  453. line-height: 12px;
  454. white-space: nowrap;
  455. box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3); }
  456. /**
  457. * source: hint-position.scss
  458. *
  459. * Defines the positoning logic for the tooltips.
  460. *
  461. * Classes added:
  462. * 1) hint--top
  463. * 2) hint--bottom
  464. * 3) hint--left
  465. * 4) hint--right
  466. */
  467. /**
  468. * set default color for tooltip arrows
  469. */
  470. .hint--top:before {
  471. border-top-color: #556A7F; }
  472. .hint--bottom:before {
  473. border-bottom-color: #556A7F; }
  474. .hint--left:before {
  475. border-left-color: #556A7F; }
  476. .hint--right:before {
  477. border-right-color: #556A7F; }
  478. /**
  479. * top tooltip
  480. */
  481. .hint--top:before {
  482. margin-bottom: -12px; }
  483. .hint--top:after {
  484. margin-left: -18px; }
  485. .hint--top:before, .hint--top:after {
  486. bottom: 100%;
  487. left: 50%; }
  488. .hint--top:hover:after, .hint--top:hover:before, .hint--top:focus:after, .hint--top:focus:before {
  489. -webkit-transform: translateY(-8px);
  490. -moz-transform: translateY(-8px);
  491. transform: translateY(-8px); }
  492. /**
  493. * bottom tooltip
  494. */
  495. .hint--bottom:before {
  496. margin-top: -12px; }
  497. .hint--bottom:after {
  498. margin-left: -18px; }
  499. .hint--bottom:before, .hint--bottom:after {
  500. top: 100%;
  501. left: 50%; }
  502. .hint--bottom:hover:after, .hint--bottom:hover:before, .hint--bottom:focus:after, .hint--bottom:focus:before {
  503. -webkit-transform: translateY(8px);
  504. -moz-transform: translateY(8px);
  505. transform: translateY(8px); }
  506. /**
  507. * right tooltip
  508. */
  509. .hint--right:before {
  510. margin-left: -12px;
  511. margin-bottom: -6px; }
  512. .hint--right:after {
  513. margin-bottom: -14px; }
  514. .hint--right:before, .hint--right:after {
  515. left: 100%;
  516. bottom: 50%; }
  517. .hint--right:hover:after, .hint--right:hover:before, .hint--right:focus:after, .hint--right:focus:before {
  518. -webkit-transform: translateX(8px);
  519. -moz-transform: translateX(8px);
  520. transform: translateX(8px); }
  521. /**
  522. * left tooltip
  523. */
  524. .hint--left:before {
  525. margin-right: -12px;
  526. margin-bottom: -6px; }
  527. .hint--left:after {
  528. margin-bottom: -14px; }
  529. .hint--left:before, .hint--left:after {
  530. right: 100%;
  531. bottom: 50%; }
  532. .hint--left:hover:after, .hint--left:hover:before, .hint--left:focus:after, .hint--left:focus:before {
  533. -webkit-transform: translateX(-8px);
  534. -moz-transform: translateX(-8px);
  535. transform: translateX(-8px); }
  536. /**
  537. * source: hint-color-types.scss
  538. *
  539. * Contains tooltips of various types based on color differences.
  540. *
  541. * Classes added:
  542. * 1) hint--error
  543. * 2) hint--warning
  544. * 3) hint--info
  545. * 4) hint--success
  546. *
  547. */
  548. /**
  549. * Error
  550. */
  551. .hint--error:after {
  552. background-color: #b34e4d;
  553. text-shadow: 0 -1px 0px #592726; }
  554. .hint--error.hint--top:before {
  555. border-top-color: #b34e4d; }
  556. .hint--error.hint--bottom:before {
  557. border-bottom-color: #b34e4d; }
  558. .hint--error.hint--left:before {
  559. border-left-color: #b34e4d; }
  560. .hint--error.hint--right:before {
  561. border-right-color: #b34e4d; }
  562. /**
  563. * Warning
  564. */
  565. .hint--warning:after {
  566. background-color: #c09854;
  567. text-shadow: 0 -1px 0px #6c5328; }
  568. .hint--warning.hint--top:before {
  569. border-top-color: #c09854; }
  570. .hint--warning.hint--bottom:before {
  571. border-bottom-color: #c09854; }
  572. .hint--warning.hint--left:before {
  573. border-left-color: #c09854; }
  574. .hint--warning.hint--right:before {
  575. border-right-color: #c09854; }
  576. /**
  577. * Info
  578. */
  579. .hint--info:after {
  580. background-color: #3986ac;
  581. text-shadow: 0 -1px 0px #193b4d; }
  582. .hint--info.hint--top:before {
  583. border-top-color: #3986ac; }
  584. .hint--info.hint--bottom:before {
  585. border-bottom-color: #3986ac; }
  586. .hint--info.hint--left:before {
  587. border-left-color: #3986ac; }
  588. .hint--info.hint--right:before {
  589. border-right-color: #3986ac; }
  590. /**
  591. * Success
  592. */
  593. .hint--success:after {
  594. background-color: #458746;
  595. text-shadow: 0 -1px 0px #1a321a; }
  596. .hint--success.hint--top:before {
  597. border-top-color: #458746; }
  598. .hint--success.hint--bottom:before {
  599. border-bottom-color: #458746; }
  600. .hint--success.hint--left:before {
  601. border-left-color: #458746; }
  602. .hint--success.hint--right:before {
  603. border-right-color: #458746; }
  604. /**
  605. * source: hint-always.scss
  606. *
  607. * Defines a persisted tooltip which shows always.
  608. *
  609. * Classes added:
  610. * 1) hint--always
  611. *
  612. */
  613. .hint--always:after, .hint--always:before {
  614. opacity: 1;
  615. visibility: visible; }
  616. .hint--always.hint--top:after, .hint--always.hint--top:before {
  617. -webkit-transform: translateY(-8px);
  618. -moz-transform: translateY(-8px);
  619. transform: translateY(-8px); }
  620. .hint--always.hint--bottom:after, .hint--always.hint--bottom:before {
  621. -webkit-transform: translateY(8px);
  622. -moz-transform: translateY(8px);
  623. transform: translateY(8px); }
  624. .hint--always.hint--left:after, .hint--always.hint--left:before {
  625. -webkit-transform: translateX(-8px);
  626. -moz-transform: translateX(-8px);
  627. transform: translateX(-8px); }
  628. .hint--always.hint--right:after, .hint--always.hint--right:before {
  629. -webkit-transform: translateX(8px);
  630. -moz-transform: translateX(8px);
  631. transform: translateX(8px); }
  632. /**
  633. * source: hint-rounded.scss
  634. *
  635. * Defines rounded corner tooltips.
  636. *
  637. * Classes added:
  638. * 1) hint--rounded
  639. *
  640. */
  641. .hint--rounded:after {
  642. border-radius: 4px; }
  643. /**
  644. * source: hint-effects.scss
  645. *
  646. * Defines various transition effects for the tooltips.
  647. *
  648. * Classes added:
  649. * 1) hint--bounce
  650. *
  651. */
  652. .hint--bounce:before, .hint--bounce:after {
  653. -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  654. -moz-transition: opacity 0.3s ease, visibility 0.3s ease, -moz-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  655. transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24); }