gogs.min.css 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143
  1. @font-face {
  2. font-family: 'octicons';
  3. src: url('../fonts/octicons.eot?#iefix&v=345f8bad9c5003db196d08f05e7f030fd2a32ff6') format('embedded-opentype'), url('../fonts/octicons.woff?v=345f8bad9c5003db196d08f05e7f030fd2a32ff6') format('woff'), url('../fonts/octicons.ttf?v=345f8bad9c5003db196d08f05e7f030fd2a32ff6') format('truetype'), url('../fonts/octicons.svg?v=345f8bad9c5003db196d08f05e7f030fd2a32ff6#octicons') format('svg');
  4. font-weight: normal;
  5. font-style: normal;
  6. }
  7. .octicon,
  8. .mega-octicon {
  9. font: normal normal normal 16px/1 octicons;
  10. display: inline-block;
  11. text-decoration: none;
  12. text-rendering: auto;
  13. -webkit-font-smoothing: antialiased;
  14. -moz-osx-font-smoothing: grayscale;
  15. -webkit-user-select: none;
  16. -moz-user-select: none;
  17. -ms-user-select: none;
  18. user-select: none;
  19. }
  20. .mega-octicon {
  21. font-size: 32px;
  22. }
  23. .octicon-alert:before {
  24. content: '\f02d';
  25. }
  26. /*  */
  27. .octicon-alignment-align:before {
  28. content: '\f08a';
  29. }
  30. /*  */
  31. .octicon-alignment-aligned-to:before {
  32. content: '\f08e';
  33. }
  34. /*  */
  35. .octicon-alignment-unalign:before {
  36. content: '\f08b';
  37. }
  38. /*  */
  39. .octicon-arrow-down:before {
  40. content: '\f03f';
  41. }
  42. /*  */
  43. .octicon-arrow-left:before {
  44. content: '\f040';
  45. }
  46. /*  */
  47. .octicon-arrow-right:before {
  48. content: '\f03e';
  49. }
  50. /*  */
  51. .octicon-arrow-small-down:before {
  52. content: '\f0a0';
  53. }
  54. /*  */
  55. .octicon-arrow-small-left:before {
  56. content: '\f0a1';
  57. }
  58. /*  */
  59. .octicon-arrow-small-right:before {
  60. content: '\f071';
  61. }
  62. /*  */
  63. .octicon-arrow-small-up:before {
  64. content: '\f09f';
  65. }
  66. /*  */
  67. .octicon-arrow-up:before {
  68. content: '\f03d';
  69. }
  70. /*  */
  71. .octicon-beer:before {
  72. content: '\f069';
  73. }
  74. /*  */
  75. .octicon-book:before {
  76. content: '\f007';
  77. }
  78. /*  */
  79. .octicon-bookmark:before {
  80. content: '\f07b';
  81. }
  82. /*  */
  83. .octicon-briefcase:before {
  84. content: '\f0d3';
  85. }
  86. /*  */
  87. .octicon-broadcast:before {
  88. content: '\f048';
  89. }
  90. /*  */
  91. .octicon-browser:before {
  92. content: '\f0c5';
  93. }
  94. /*  */
  95. .octicon-bug:before {
  96. content: '\f091';
  97. }
  98. /*  */
  99. .octicon-calendar:before {
  100. content: '\f068';
  101. }
  102. /*  */
  103. .octicon-check:before {
  104. content: '\f03a';
  105. }
  106. /*  */
  107. .octicon-checklist:before {
  108. content: '\f076';
  109. }
  110. /*  */
  111. .octicon-chevron-down:before {
  112. content: '\f0a3';
  113. }
  114. /*  */
  115. .octicon-chevron-left:before {
  116. content: '\f0a4';
  117. }
  118. /*  */
  119. .octicon-chevron-right:before {
  120. content: '\f078';
  121. }
  122. /*  */
  123. .octicon-chevron-up:before {
  124. content: '\f0a2';
  125. }
  126. /*  */
  127. .octicon-circle-slash:before {
  128. content: '\f084';
  129. }
  130. /*  */
  131. .octicon-circuit-board:before {
  132. content: '\f0d6';
  133. }
  134. /*  */
  135. .octicon-clippy:before {
  136. content: '\f035';
  137. }
  138. /*  */
  139. .octicon-clock:before {
  140. content: '\f046';
  141. }
  142. /*  */
  143. .octicon-cloud-download:before {
  144. content: '\f00b';
  145. }
  146. /*  */
  147. .octicon-cloud-upload:before {
  148. content: '\f00c';
  149. }
  150. /*  */
  151. .octicon-code:before {
  152. content: '\f05f';
  153. }
  154. /*  */
  155. .octicon-color-mode:before {
  156. content: '\f065';
  157. }
  158. /*  */
  159. .octicon-comment-add:before,
  160. .octicon-comment:before {
  161. content: '\f02b';
  162. }
  163. /*  */
  164. .octicon-comment-discussion:before {
  165. content: '\f04f';
  166. }
  167. /*  */
  168. .octicon-credit-card:before {
  169. content: '\f045';
  170. }
  171. /*  */
  172. .octicon-dash:before {
  173. content: '\f0ca';
  174. }
  175. /*  */
  176. .octicon-dashboard:before {
  177. content: '\f07d';
  178. }
  179. /*  */
  180. .octicon-database:before {
  181. content: '\f096';
  182. }
  183. /*  */
  184. .octicon-device-camera:before {
  185. content: '\f056';
  186. }
  187. /*  */
  188. .octicon-device-camera-video:before {
  189. content: '\f057';
  190. }
  191. /*  */
  192. .octicon-device-desktop:before {
  193. content: '\f27c';
  194. }
  195. /*  */
  196. .octicon-device-mobile:before {
  197. content: '\f038';
  198. }
  199. /*  */
  200. .octicon-diff:before {
  201. content: '\f04d';
  202. }
  203. /*  */
  204. .octicon-diff-added:before {
  205. content: '\f06b';
  206. }
  207. /*  */
  208. .octicon-diff-ignored:before {
  209. content: '\f099';
  210. }
  211. /*  */
  212. .octicon-diff-modified:before {
  213. content: '\f06d';
  214. }
  215. /*  */
  216. .octicon-diff-removed:before {
  217. content: '\f06c';
  218. }
  219. /*  */
  220. .octicon-diff-renamed:before {
  221. content: '\f06e';
  222. }
  223. /*  */
  224. .octicon-ellipsis:before {
  225. content: '\f09a';
  226. }
  227. /*  */
  228. .octicon-eye-unwatch:before,
  229. .octicon-eye-watch:before,
  230. .octicon-eye:before {
  231. content: '\f04e';
  232. }
  233. /*  */
  234. .octicon-file-binary:before {
  235. content: '\f094';
  236. }
  237. /*  */
  238. .octicon-file-code:before {
  239. content: '\f010';
  240. }
  241. /*  */
  242. .octicon-file-directory:before {
  243. content: '\f016';
  244. }
  245. /*  */
  246. .octicon-file-media:before {
  247. content: '\f012';
  248. }
  249. /*  */
  250. .octicon-file-pdf:before {
  251. content: '\f014';
  252. }
  253. /*  */
  254. .octicon-file-submodule:before {
  255. content: '\f017';
  256. }
  257. /*  */
  258. .octicon-file-symlink-directory:before {
  259. content: '\f0b1';
  260. }
  261. /*  */
  262. .octicon-file-symlink-file:before {
  263. content: '\f0b0';
  264. }
  265. /*  */
  266. .octicon-file-text:before {
  267. content: '\f011';
  268. }
  269. /*  */
  270. .octicon-file-zip:before {
  271. content: '\f013';
  272. }
  273. /*  */
  274. .octicon-flame:before {
  275. content: '\f0d2';
  276. }
  277. /*  */
  278. .octicon-fold:before {
  279. content: '\f0cc';
  280. }
  281. /*  */
  282. .octicon-gear:before {
  283. content: '\f02f';
  284. }
  285. /*  */
  286. .octicon-gift:before {
  287. content: '\f042';
  288. }
  289. /*  */
  290. .octicon-gist:before {
  291. content: '\f00e';
  292. }
  293. /*  */
  294. .octicon-gist-secret:before {
  295. content: '\f08c';
  296. }
  297. /*  */
  298. .octicon-git-branch-create:before,
  299. .octicon-git-branch-delete:before,
  300. .octicon-git-branch:before {
  301. content: '\f020';
  302. }
  303. /*  */
  304. .octicon-git-commit:before {
  305. content: '\f01f';
  306. }
  307. /*  */
  308. .octicon-git-compare:before {
  309. content: '\f0ac';
  310. }
  311. /*  */
  312. .octicon-git-merge:before {
  313. content: '\f023';
  314. }
  315. /*  */
  316. .octicon-git-pull-request-abandoned:before,
  317. .octicon-git-pull-request:before {
  318. content: '\f009';
  319. }
  320. /*  */
  321. .octicon-globe:before {
  322. content: '\f0b6';
  323. }
  324. /*  */
  325. .octicon-graph:before {
  326. content: '\f043';
  327. }
  328. /*  */
  329. .octicon-heart:before {
  330. content: '\2665';
  331. }
  332. /* ♥ */
  333. .octicon-history:before {
  334. content: '\f07e';
  335. }
  336. /*  */
  337. .octicon-home:before {
  338. content: '\f08d';
  339. }
  340. /*  */
  341. .octicon-horizontal-rule:before {
  342. content: '\f070';
  343. }
  344. /*  */
  345. .octicon-hourglass:before {
  346. content: '\f09e';
  347. }
  348. /*  */
  349. .octicon-hubot:before {
  350. content: '\f09d';
  351. }
  352. /*  */
  353. .octicon-inbox:before {
  354. content: '\f0cf';
  355. }
  356. /*  */
  357. .octicon-info:before {
  358. content: '\f059';
  359. }
  360. /*  */
  361. .octicon-issue-closed:before {
  362. content: '\f028';
  363. }
  364. /*  */
  365. .octicon-issue-opened:before {
  366. content: '\f026';
  367. }
  368. /*  */
  369. .octicon-issue-reopened:before {
  370. content: '\f027';
  371. }
  372. /*  */
  373. .octicon-jersey:before {
  374. content: '\f019';
  375. }
  376. /*  */
  377. .octicon-jump-down:before {
  378. content: '\f072';
  379. }
  380. /*  */
  381. .octicon-jump-left:before {
  382. content: '\f0a5';
  383. }
  384. /*  */
  385. .octicon-jump-right:before {
  386. content: '\f0a6';
  387. }
  388. /*  */
  389. .octicon-jump-up:before {
  390. content: '\f073';
  391. }
  392. /*  */
  393. .octicon-key:before {
  394. content: '\f049';
  395. }
  396. /*  */
  397. .octicon-keyboard:before {
  398. content: '\f00d';
  399. }
  400. /*  */
  401. .octicon-law:before {
  402. content: '\f0d8';
  403. }
  404. /*  */
  405. .octicon-light-bulb:before {
  406. content: '\f000';
  407. }
  408. /*  */
  409. .octicon-link:before {
  410. content: '\f05c';
  411. }
  412. /*  */
  413. .octicon-link-external:before {
  414. content: '\f07f';
  415. }
  416. /*  */
  417. .octicon-list-ordered:before {
  418. content: '\f062';
  419. }
  420. /*  */
  421. .octicon-list-unordered:before {
  422. content: '\f061';
  423. }
  424. /*  */
  425. .octicon-location:before {
  426. content: '\f060';
  427. }
  428. /*  */
  429. .octicon-gist-private:before,
  430. .octicon-mirror-private:before,
  431. .octicon-git-fork-private:before,
  432. .octicon-lock:before {
  433. content: '\f06a';
  434. }
  435. /*  */
  436. .octicon-logo-github:before {
  437. content: '\f092';
  438. }
  439. /*  */
  440. .octicon-mail:before {
  441. content: '\f03b';
  442. }
  443. /*  */
  444. .octicon-mail-read:before {
  445. content: '\f03c';
  446. }
  447. /*  */
  448. .octicon-mail-reply:before {
  449. content: '\f051';
  450. }
  451. /*  */
  452. .octicon-mark-github:before {
  453. content: '\f00a';
  454. }
  455. /*  */
  456. .octicon-markdown:before {
  457. content: '\f0c9';
  458. }
  459. /*  */
  460. .octicon-megaphone:before {
  461. content: '\f077';
  462. }
  463. /*  */
  464. .octicon-mention:before {
  465. content: '\f0be';
  466. }
  467. /*  */
  468. .octicon-microscope:before {
  469. content: '\f089';
  470. }
  471. /*  */
  472. .octicon-milestone:before {
  473. content: '\f075';
  474. }
  475. /*  */
  476. .octicon-mirror-public:before,
  477. .octicon-mirror:before {
  478. content: '\f024';
  479. }
  480. /*  */
  481. .octicon-mortar-board:before {
  482. content: '\f0d7';
  483. }
  484. /*  */
  485. .octicon-move-down:before {
  486. content: '\f0a8';
  487. }
  488. /*  */
  489. .octicon-move-left:before {
  490. content: '\f074';
  491. }
  492. /*  */
  493. .octicon-move-right:before {
  494. content: '\f0a9';
  495. }
  496. /*  */
  497. .octicon-move-up:before {
  498. content: '\f0a7';
  499. }
  500. /*  */
  501. .octicon-mute:before {
  502. content: '\f080';
  503. }
  504. /*  */
  505. .octicon-no-newline:before {
  506. content: '\f09c';
  507. }
  508. /*  */
  509. .octicon-octoface:before {
  510. content: '\f008';
  511. }
  512. /*  */
  513. .octicon-organization:before {
  514. content: '\f037';
  515. }
  516. /*  */
  517. .octicon-package:before {
  518. content: '\f0c4';
  519. }
  520. /*  */
  521. .octicon-paintcan:before {
  522. content: '\f0d1';
  523. }
  524. /*  */
  525. .octicon-pencil:before {
  526. content: '\f058';
  527. }
  528. /*  */
  529. .octicon-person-add:before,
  530. .octicon-person-follow:before,
  531. .octicon-person:before {
  532. content: '\f018';
  533. }
  534. /*  */
  535. .octicon-pin:before {
  536. content: '\f041';
  537. }
  538. /*  */
  539. .octicon-playback-fast-forward:before {
  540. content: '\f0bd';
  541. }
  542. /*  */
  543. .octicon-playback-pause:before {
  544. content: '\f0bb';
  545. }
  546. /*  */
  547. .octicon-playback-play:before {
  548. content: '\f0bf';
  549. }
  550. /*  */
  551. .octicon-playback-rewind:before {
  552. content: '\f0bc';
  553. }
  554. /*  */
  555. .octicon-plug:before {
  556. content: '\f0d4';
  557. }
  558. /*  */
  559. .octicon-repo-create:before,
  560. .octicon-gist-new:before,
  561. .octicon-file-directory-create:before,
  562. .octicon-file-add:before,
  563. .octicon-plus:before {
  564. content: '\f05d';
  565. }
  566. /*  */
  567. .octicon-podium:before {
  568. content: '\f0af';
  569. }
  570. /*  */
  571. .octicon-primitive-dot:before {
  572. content: '\f052';
  573. }
  574. /*  */
  575. .octicon-primitive-square:before {
  576. content: '\f053';
  577. }
  578. /*  */
  579. .octicon-pulse:before {
  580. content: '\f085';
  581. }
  582. /*  */
  583. .octicon-puzzle:before {
  584. content: '\f0c0';
  585. }
  586. /*  */
  587. .octicon-question:before {
  588. content: '\f02c';
  589. }
  590. /*  */
  591. .octicon-quote:before {
  592. content: '\f063';
  593. }
  594. /*  */
  595. .octicon-radio-tower:before {
  596. content: '\f030';
  597. }
  598. /*  */
  599. .octicon-repo-delete:before,
  600. .octicon-repo:before {
  601. content: '\f001';
  602. }
  603. /*  */
  604. .octicon-repo-clone:before {
  605. content: '\f04c';
  606. }
  607. /*  */
  608. .octicon-repo-force-push:before {
  609. content: '\f04a';
  610. }
  611. /*  */
  612. .octicon-gist-fork:before,
  613. .octicon-repo-forked:before {
  614. content: '\f002';
  615. }
  616. /*  */
  617. .octicon-repo-pull:before {
  618. content: '\f006';
  619. }
  620. /*  */
  621. .octicon-repo-push:before {
  622. content: '\f005';
  623. }
  624. /*  */
  625. .octicon-rocket:before {
  626. content: '\f033';
  627. }
  628. /*  */
  629. .octicon-rss:before {
  630. content: '\f034';
  631. }
  632. /*  */
  633. .octicon-ruby:before {
  634. content: '\f047';
  635. }
  636. /*  */
  637. .octicon-screen-full:before {
  638. content: '\f066';
  639. }
  640. /*  */
  641. .octicon-screen-normal:before {
  642. content: '\f067';
  643. }
  644. /*  */
  645. .octicon-search-save:before,
  646. .octicon-search:before {
  647. content: '\f02e';
  648. }
  649. /*  */
  650. .octicon-server:before {
  651. content: '\f097';
  652. }
  653. /*  */
  654. .octicon-settings:before {
  655. content: '\f07c';
  656. }
  657. /*  */
  658. .octicon-log-in:before,
  659. .octicon-sign-in:before {
  660. content: '\f036';
  661. }
  662. /*  */
  663. .octicon-log-out:before,
  664. .octicon-sign-out:before {
  665. content: '\f032';
  666. }
  667. /*  */
  668. .octicon-split:before {
  669. content: '\f0c6';
  670. }
  671. /*  */
  672. .octicon-squirrel:before {
  673. content: '\f0b2';
  674. }
  675. /*  */
  676. .octicon-star-add:before,
  677. .octicon-star-delete:before,
  678. .octicon-star:before {
  679. content: '\f02a';
  680. }
  681. /*  */
  682. .octicon-steps:before {
  683. content: '\f0c7';
  684. }
  685. /*  */
  686. .octicon-stop:before {
  687. content: '\f08f';
  688. }
  689. /*  */
  690. .octicon-repo-sync:before,
  691. .octicon-sync:before {
  692. content: '\f087';
  693. }
  694. /*  */
  695. .octicon-tag-remove:before,
  696. .octicon-tag-add:before,
  697. .octicon-tag:before {
  698. content: '\f015';
  699. }
  700. /*  */
  701. .octicon-telescope:before {
  702. content: '\f088';
  703. }
  704. /*  */
  705. .octicon-terminal:before {
  706. content: '\f0c8';
  707. }
  708. /*  */
  709. .octicon-three-bars:before {
  710. content: '\f05e';
  711. }
  712. /*  */
  713. .octicon-thumbsdown:before {
  714. content: '\f0db';
  715. }
  716. /*  */
  717. .octicon-thumbsup:before {
  718. content: '\f0da';
  719. }
  720. /*  */
  721. .octicon-tools:before {
  722. content: '\f031';
  723. }
  724. /*  */
  725. .octicon-trashcan:before {
  726. content: '\f0d0';
  727. }
  728. /*  */
  729. .octicon-triangle-down:before {
  730. content: '\f05b';
  731. }
  732. /*  */
  733. .octicon-triangle-left:before {
  734. content: '\f044';
  735. }
  736. /*  */
  737. .octicon-triangle-right:before {
  738. content: '\f05a';
  739. }
  740. /*  */
  741. .octicon-triangle-up:before {
  742. content: '\f0aa';
  743. }
  744. /*  */
  745. .octicon-unfold:before {
  746. content: '\f039';
  747. }
  748. /*  */
  749. .octicon-unmute:before {
  750. content: '\f0ba';
  751. }
  752. /*  */
  753. .octicon-versions:before {
  754. content: '\f064';
  755. }
  756. /*  */
  757. .octicon-remove-close:before,
  758. .octicon-x:before {
  759. content: '\f081';
  760. }
  761. /*  */
  762. .octicon-zap:before {
  763. content: '\26A1';
  764. }
  765. /* ⚡ */
  766. body {
  767. font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif, '微软雅黑';
  768. background-color: #FAFAFA;
  769. }
  770. img {
  771. border-radius: 3px;
  772. }
  773. .full.height {
  774. padding: 0;
  775. margin: 0 0 -87px 0;
  776. min-height: 100%;
  777. }
  778. .following.bar {
  779. z-index: 900;
  780. left: 0;
  781. width: 100%;
  782. padding: 0.7em 0;
  783. }
  784. .following.bar.light {
  785. background-color: white;
  786. border-bottom: 1px solid #DDDDDD;
  787. box-shadow: 0 2px 3px rgba(0, 0, 0, 0.04);
  788. }
  789. .following.bar .ui.secondary.menu {
  790. height: 30px;
  791. }
  792. .following.bar .column .menu {
  793. margin-top: 0;
  794. }
  795. .following.bar .brand {
  796. float: left;
  797. margin-right: 5px;
  798. }
  799. .following.bar .head.link.item {
  800. padding-right: 0!important;
  801. }
  802. .following.bar .head.link.item .dropdown.icon,
  803. .following.bar .head.link.item .menu .octicon {
  804. margin-right: 5px;
  805. }
  806. .following.bar .user.avatar {
  807. padding: 0;
  808. margin-top: 1px;
  809. }
  810. .following.bar .searchbox {
  811. background-color: #f4f4f4 !important;
  812. }
  813. .following.bar .searchbox:focus {
  814. background-color: #e9e9e9 !important;
  815. }
  816. .following.bar .octicon {
  817. width: 16px;
  818. opacity: 1!important;
  819. text-align: center;
  820. }
  821. .ui.left {
  822. float: left;
  823. }
  824. .ui.right {
  825. float: right;
  826. }
  827. footer {
  828. margin-top: 40px !important;
  829. background-color: white;
  830. border-top: 1px solid #d6d6d6;
  831. clear: both;
  832. width: 100%;
  833. color: #888888;
  834. }
  835. footer .fa {
  836. width: 16px;
  837. text-align: center;
  838. color: #428bca;
  839. }
  840. footer .links > * {
  841. border-left: 1px solid #d6d6d6;
  842. padding-left: 8px;
  843. margin-left: 5px;
  844. }
  845. footer .links > *:first-child {
  846. border-left: none;
  847. }
  848. .hide {
  849. display: none;
  850. }
  851. .center {
  852. text-align: center;
  853. }
  854. .text-error {
  855. color: #d95c5c !important;
  856. }
  857. .img-1 {
  858. width: 2px;
  859. height: 2px;
  860. }
  861. .img-2 {
  862. width: 4px;
  863. height: 4px;
  864. }
  865. .img-3 {
  866. width: 6px;
  867. height: 6px;
  868. }
  869. .img-4 {
  870. width: 8px;
  871. height: 8px;
  872. }
  873. .img-5 {
  874. width: 10px;
  875. height: 10px;
  876. }
  877. .img-6 {
  878. width: 12px;
  879. height: 12px;
  880. }
  881. .img-7 {
  882. width: 14px;
  883. height: 14px;
  884. }
  885. .img-8 {
  886. width: 16px;
  887. height: 16px;
  888. }
  889. .img-9 {
  890. width: 18px;
  891. height: 18px;
  892. }
  893. .img-10 {
  894. width: 20px;
  895. height: 20px;
  896. }
  897. .img-11 {
  898. width: 22px;
  899. height: 22px;
  900. }
  901. .img-12 {
  902. width: 24px;
  903. height: 24px;
  904. }
  905. .img-13 {
  906. width: 26px;
  907. height: 26px;
  908. }
  909. .img-14 {
  910. width: 28px;
  911. height: 28px;
  912. }
  913. .img-15 {
  914. width: 30px;
  915. height: 30px;
  916. }
  917. .img-16 {
  918. width: 32px;
  919. height: 32px;
  920. }
  921. .sr-only {
  922. position: absolute;
  923. width: 1px;
  924. height: 1px;
  925. padding: 0;
  926. margin: -1px;
  927. overflow: hidden;
  928. clip: rect(0, 0, 0, 0);
  929. border: 0;
  930. }
  931. .sr-only-focusable:active,
  932. .sr-only-focusable:focus {
  933. position: static;
  934. width: auto;
  935. height: auto;
  936. margin: 0;
  937. overflow: visible;
  938. clip: auto;
  939. }
  940. .home {
  941. padding-bottom: 120px;
  942. }
  943. .home .logo {
  944. max-width: 250px;
  945. }
  946. .home .hero h1,
  947. .home .hero h2 {
  948. font-family: 'PT Sans Narrow', sans-serif;
  949. }
  950. .home .hero h1 {
  951. font-size: 7em;
  952. }
  953. .home .hero h2 {
  954. font-size: 4em;
  955. }
  956. .home .hero .octicon {
  957. color: #d9453d;
  958. font-size: 60px;
  959. margin-right: 10px;
  960. }
  961. .home .hero.header {
  962. font-size: 24px;
  963. }
  964. .home p.large {
  965. font-size: 20px;
  966. }
  967. .home .stackable {
  968. padding-top: 30px;
  969. }
  970. .home a {
  971. color: #d9453d;
  972. }
  973. .install {
  974. padding-top: 45px;
  975. padding-bottom: 120px;
  976. }
  977. .install .attached.header {
  978. background: #f0f0f0;
  979. }
  980. .install form label {
  981. text-align: right;
  982. width: 40% !important;
  983. }
  984. .install form input {
  985. width: 35% !important;
  986. }
  987. .install form .field {
  988. text-align: left;
  989. }
  990. .install form .field .help {
  991. margin-left: 41%;
  992. }
  993. .install form .field.optional .title {
  994. margin-left: 38%;
  995. }
  996. .install .ui .checkbox {
  997. margin-left: 40% !important;
  998. }
  999. .install .ui .checkbox label {
  1000. width: auto !important;
  1001. }
  1002. .form .help {
  1003. color: #999999;
  1004. padding-top: .6em;
  1005. padding-bottom: .6em;
  1006. display: inline-block;
  1007. }
  1008. .repository {
  1009. padding-top: 15px;
  1010. padding-bottom: 120px;
  1011. }
  1012. .repository .head {
  1013. height: 75px;
  1014. padding-top: 20px;
  1015. background-color: #FCFCFC;
  1016. }
  1017. .repository .head .mega-octicon {
  1018. width: 30px;
  1019. }
  1020. .repository .head a,
  1021. .repository .head .fork-flag {
  1022. font-weight: 300;
  1023. }
  1024. .repository .head .ui.label {
  1025. margin-top: 5px;
  1026. vertical-align: top;
  1027. }
  1028. .repository .head .fork-flag {
  1029. margin-left: 38px;
  1030. display: block;
  1031. font-size: 11px;
  1032. line-height: 10px;
  1033. white-space: nowrap;
  1034. }
  1035. .repository .head .button {
  1036. margin-left: 10px;
  1037. }
  1038. .repository .head .button i {
  1039. margin-right: 5px;
  1040. }
  1041. .repository .head .num {
  1042. font-weight: bold;
  1043. }
  1044. .repository .head .octicon {
  1045. height: 5px;
  1046. }
  1047. .repository .navbar {
  1048. height: 60px;
  1049. padding-top: 20px;
  1050. }
  1051. .repository .navbar .ui.secondary.menu .item {
  1052. margin-left: -10px;
  1053. margin-top: -7px;
  1054. }
  1055. .repository .navbar .ui.secondary.menu .item > .input .new-label-input,
  1056. .repository .navbar .ui.secondary.menu .item > .input .color-picker {
  1057. background-color: white;
  1058. border: 1px solid rgba(0, 0, 0, 0.15);
  1059. }
  1060. .repository .navbar .ui.secondary.menu .item .new-label-input {
  1061. width: 150px;
  1062. }
  1063. .repository .navbar .ui.secondary.menu .item .color-picker {
  1064. height: 35px;
  1065. width: auto;
  1066. padding-left: 30px;
  1067. }
  1068. .repository .navbar .ui.secondary.menu .item .minicolors-swatch.minicolors-sprite {
  1069. top: 10px;
  1070. left: 10px;
  1071. width: 15px;
  1072. height: 15px;
  1073. }
  1074. .repository .navbar .ui.secondary.menu .item.precolors {
  1075. padding-left: 0;
  1076. padding-right: 0;
  1077. margin-right: 10px;
  1078. width: 120px;
  1079. }
  1080. .repository .navbar .ui.secondary.menu .item.precolors .color {
  1081. float: left;
  1082. width: 15px;
  1083. height: 15px;
  1084. }
  1085. .repository .filter.menu .label.color {
  1086. padding: 0 8px;
  1087. }
  1088. .repository .type.item .menu {
  1089. right: 0!important;
  1090. left: auto!important;
  1091. }
  1092. .repository .issue.list {
  1093. clear: both;
  1094. list-style: none;
  1095. font-size: 13px;
  1096. padding-top: 15px;
  1097. }
  1098. .repository .issue.list .item {
  1099. padding-top: 15px;
  1100. padding-bottom: 10px;
  1101. border-bottom: 1px dashed #AAA;
  1102. }
  1103. .repository .issue.list .item .title {
  1104. color: #444;
  1105. font-size: 15px;
  1106. font-weight: bold;
  1107. margin: 0 6px;
  1108. }
  1109. .repository .issue.list .item .title:hover {
  1110. color: #000;
  1111. }
  1112. .repository .issue.list .item .comment {
  1113. padding-right: 10px;
  1114. color: #666;
  1115. }
  1116. .repository .issue.list .item .desc {
  1117. padding-top: 5px;
  1118. color: #999;
  1119. }
  1120. .repository .issue.list .page.buttons {
  1121. padding-top: 15px;
  1122. }
  1123. .repository .label.list {
  1124. clear: both;
  1125. padding-top: 15px;
  1126. }
  1127. .repository .label.list .item {
  1128. padding-top: 10px;
  1129. padding-bottom: 10px;
  1130. border-bottom: 1px dashed #AAA;
  1131. }
  1132. .repository .label.list .item a {
  1133. font-size: 15px;
  1134. padding-top: 5px;
  1135. padding-right: 10px;
  1136. color: #666;
  1137. }
  1138. .repository .label.list .item a:hover {
  1139. color: #000;
  1140. }
  1141. .repository .label.list .item a.open-issues {
  1142. margin-right: 30px;
  1143. }