You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

openi.less 19 kB

3 years ago
4 years ago
4 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888
  1. a {
  2. color: #0366d6;
  3. }
  4. .nowrap{
  5. white-space: nowrap;
  6. overflow: hidden;
  7. text-overflow: ellipsis;
  8. }
  9. .ui .text.yellow a {
  10. color: #fbbd08!important
  11. }
  12. .ui .text.yellow a:hover {
  13. color: #f2711c!important
  14. }
  15. .mb-1 {
  16. margin-bottom: 8px !important;
  17. }
  18. .mb-2 {
  19. margin-bottom: 16px !important;
  20. }
  21. .following.bar #navbar .brand{
  22. padding-left: 0;
  23. padding-top: 0;
  24. padding-bottom: 0;
  25. }
  26. .following.bar .brand .ui.mini.image {
  27. width: auto;
  28. height: 40px;
  29. }
  30. .following.bar.dark {
  31. background-color: #363840;
  32. }
  33. .ui.secondary.menu.dark .item{
  34. color: #FFF;
  35. }
  36. .ui.secondary.menu.dark .item:hover{
  37. color: #40A9FF;
  38. }
  39. .ui.secondary.menu .active.item{
  40. color: #40A9FF;
  41. border-bottom: 1px solid #40A9FF;
  42. border-radius: 0;
  43. }
  44. .repository:not(.new), .organization:not(.new), .explore, .dashboard {
  45. padding-top: 0px;
  46. }
  47. .dashboard .dashboard-navbar, .organization .organization-header, .explore .repos--seach{
  48. padding-top:15px;
  49. padding-bottom: 15px;
  50. padding-left: 0;
  51. margin-bottom: 20px;
  52. background-color:#f5f5f6 !important;
  53. border-bottom: 1px solid rgba(34,36,38,.15);
  54. }
  55. .following.bar .text .svg.octicon-triangle-down {
  56. color: #3291F8;
  57. }
  58. .ui .avatar.image {
  59. border-radius: 30px;
  60. }
  61. footer {
  62. background-color: #f5f5f6;
  63. padding-bottom: 1.0rem;
  64. }
  65. .repository .header-wrapper {
  66. background-color: #f5f5f6;
  67. margin-top: 0px;
  68. }
  69. /*moble*/
  70. .ui.menu:not(.vertical) .item>.button {
  71. color: #FFF;
  72. box-shadow: 0 0 0 1px rgba(255,255,255,.35) inset;
  73. }
  74. /*PC*/
  75. @media only screen and (min-width: 1200px){
  76. .following.bar #navbar, footer .container {
  77. padding: 0;
  78. }
  79. }
  80. /*start page*/
  81. .ui.header.section--header{
  82. font-size: 50px;
  83. font-weight: 300;
  84. text-align: center;
  85. margin-bottom: 1.0em;
  86. }
  87. .ui.header.section--header .sub.header {
  88. font-size: 20px;
  89. line-height: 30px;
  90. color: #9b9b9b;
  91. text-align: center;
  92. color: rgba(255,255,255,.6);
  93. }
  94. .ui.inverted.segment>.ui.header.section--header .sub.header{
  95. color: rgba(255,255,255,.6);
  96. }
  97. #index-project {
  98. background: #002060;
  99. color: #FFF;
  100. position: relative;
  101. padding-top: 3.0em;
  102. padding-bottom:2.0em
  103. }
  104. #index-project .ui.inverted.segment, #index-project .ui.primary.inverted.segment{
  105. background:none;
  106. }
  107. .prorow{
  108. background: rgba(0,27,81,0.8);
  109. }
  110. .flip{
  111. position:absolute;
  112. left:6px;
  113. right:6px;
  114. top:6px;
  115. bottom:6px;
  116. border:2px solid #ffc000;
  117. border-radius: 12px;
  118. transition: transform 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  119. transform: perspective(800px) rotateY(0deg);
  120. transform-style: preserve-3d;
  121. z-index:5;
  122. }
  123. .flip-more{ border-color:#4472c4}
  124. .flip-blue{ border-color:#00b0f0}
  125. .flip-green{ border-color:#00b050}
  126. #index-project .ipros:hover .flip{transform: perspective(800px) rotateY(180deg);}
  127. #index-project .ui.card{
  128. margin:0 auto;
  129. background:none;
  130. border:none;
  131. box-shadow:none;
  132. }
  133. #index-project .ui.card>.image>img{
  134. width:auto;
  135. margin:10px auto;
  136. }
  137. #index-project .ui.card>.content, #index-project.ui.cards>.card>.content{
  138. padding: 0.5em 0.2em;
  139. }
  140. .ui.inverted.segment .ui.card>.content>.header, .ui.inverted.segment .ui.cards>.card>.content>.header{
  141. color: rgba(255,255,255,.9);
  142. }
  143. .ui.inverted.segment .ui.card .meta, .ui.inverted.segment .ui.cards>.card .meta{
  144. color: #5b9bd5;
  145. }
  146. .ui.inverted.segment .ui.card>.extra, .ui.inverted.segment .ui.cards>.card>.extra {
  147. color: rgba(255,255,255,.4);
  148. }
  149. #particles{ width: 100%; height:100%; position: absolute; top:0; left:0; right:0; bottom:0;}
  150. footer .ui.vertical.text.menu:first-child{ margin-top: 1em}
  151. footer .ui.vertical.menu .header.item{ background:none}
  152. footer .column{margin-bottom:0!important; padding-bottom:0!important;}
  153. /*explore*/
  154. .explore .ui.secondary.vertical.pointing.menu,
  155. .explore .ui.secondary.vertical.pointing.menu .item,
  156. .organization .ui.secondary.vertical.pointing.menu,
  157. .organization .ui.secondary.vertical.pointing.menu .item{
  158. border-right-width: 0;
  159. }
  160. .explore .computer.only .ui.secondary.pointing.menu .item{
  161. padding-left:0;
  162. }
  163. .ui.repository.list .item .ui.header .metas{
  164. text-align: right;
  165. }
  166. @media only screen and (max-width:767.98px){
  167. .explore .repository.list .ui.right.menu{
  168. float: none;
  169. }
  170. }
  171. /*organization*/
  172. .organization-info{
  173. padding-top:15px;
  174. margin-bottom:2.5rem;
  175. }
  176. .organization-info > .container{
  177. overflow: auto;
  178. background: url(/img/org_bg.png) no-repeat center center #f5f5f6;
  179. padding-top: 30px;
  180. padding-bottom:20px;
  181. background-size: cover;
  182. border-radius: 5px;
  183. border: 1px solid #efefef;
  184. }
  185. .organization.profile #org-info .ui.header{
  186. font-size: 1.71428571rem;
  187. margin-bottom: 10px;
  188. font-weight: 400;
  189. }
  190. .organization.profile #org-avatar {
  191. width: 80px;
  192. height: 80px;
  193. margin-left: auto;
  194. margin-right: auto;
  195. margin-bottom: 15px;
  196. border: solid 5px #FFF;
  197. }
  198. .organization.profile #org-info .desc {
  199. font-size: 14px;
  200. width: 80%;
  201. margin: 0 auto 10px;
  202. color: #FFF;
  203. }
  204. .organization.teams .ui.attached.segment+.ui.attached.header{ margin-top:0}
  205. @media only screen and (max-width:768px){
  206. .organization-info{
  207. padding-top:0;
  208. }
  209. .organization-info > .container{
  210. margin-left:0!important;
  211. margin-right:0!important;
  212. }
  213. }
  214. .ui.vertical.menu .dropdown.item .menu {
  215. left: 50%;
  216. }
  217. // icon cloudbrain
  218. .i-round{display:inline-block;width:18px;height:18px;background:url("/img/icons.svg");background-position: -496px -52px;}
  219. .i-bg-organ{background-position: -496px -52px;}
  220. .STOPPED, .KILLED{display:inline-block;width:18px;height:18px;background:url("/img/icons.svg");background-position: -496px -52px;background-position: -459px -52px;}
  221. .RUNNING{display:inline-block;width:18px;height:18px;background:url("/img/icons.svg");background-position: -496px -52px;background-position: -478px -52px;}
  222. .i-bg-orange{background-position: -495px -51px;}
  223. .FAILED,.START_FAILED{display:inline-block;width:18px;height:18px;background:url("/img/icons.svg");background-position: -496px -52px;background-position: -532px -52px;}
  224. .i-bg-green{background-position: -441px -52px;}
  225. .i-bg-used{background-position: -514px -52px;}
  226. .icon-bind{background-position: -550px -52px;}
  227. .icon-unbind{background-position: -568px -52px;}
  228. .CREATING, .STOPPING, .DELETING, .STARTING, i.WAITING ,.INIT,.KILLING{display:inline-block;background-image:url('/img/loading.gif');background-repeat:no-repeat;width:16px;height:16px;background-size:16px 16px;margin-right:5px;}
  229. i.COMPLETED,i.SUCCEEDED{display:inline-block;width:18px;height:18px;background:url("/img/icons.svg");background-position: -496px -52px;background-position: -441px -52px;}
  230. .text_over{
  231. overflow: hidden;
  232. text-overflow: ellipsis;
  233. -o-text-overflow: ellipsis;
  234. white-space: nowrap;
  235. display: inline-block;
  236. width: 100%;
  237. }
  238. .git-user-content{
  239. margin-bottom: 16px;
  240. word-break: break-all;
  241. }
  242. .row.git-user-content .ui.avatar.s16.image {
  243. width: 50px !important;
  244. height: 50px !important;
  245. vertical-align: middle;
  246. border-radius: 500rem;}
  247. .user-list-item {
  248. padding: 0.3em 0px !important;
  249. margin: 15px 0 !important;
  250. width: 220px !important;
  251. }
  252. .row.git-user-content .content {
  253. margin-left: 6px;
  254. display: inline-block;
  255. vertical-align: top !important;
  256. overflow: hidden;
  257. }
  258. .row.git-user-content .content .header {
  259. font-weight: bold;
  260. }
  261. .item.user-list-item .header {
  262. line-height: 23px !important;
  263. font-size: 16px !important;
  264. text-overflow: ellipsis;
  265. overflow: hidden;
  266. width: 145px;
  267. white-space:nowrap;
  268. }
  269. .item.user-list-item .header a {
  270. color: #587284 !important;
  271. }
  272. .row.git-user-content .content .commit-btn {
  273. margin-top: 6px;
  274. float: left;
  275. font-size: 11px;
  276. color: #40485b !important;
  277. }
  278. .dropdown-menu {
  279. position: relative;
  280. display: inline-block;
  281. }
  282. .hover_active{
  283. height: 100% !important;
  284. margin-top: 1px !important;
  285. }
  286. .dropdown-menu:hover .dropdown-content {
  287. display: block;
  288. }
  289. .dropdown-menu:hover .hover_active {
  290. background: #fff !important;
  291. border-color: #d4d4d5 !important;
  292. font-weight: 700 !important;
  293. // margin-bottom: -1px;
  294. -webkit-box-shadow: none !important;
  295. box-shadow: none !important;
  296. border-radius: .28571429rem .28571429rem 0 0!important;
  297. color: rgba(0,0,0,.95) !important;
  298. border-top-width: 1px !important;
  299. }
  300. .dropdown-menu:hover .dropdown-content {
  301. display: block;
  302. }
  303. .dropdown-content{
  304. display: none;
  305. position: absolute;
  306. background-color: #ffffff;
  307. min-width: 180px;
  308. z-index: 999;
  309. border: 1px solid transparent;
  310. border-color: #d4d4d5;
  311. border-top: none;
  312. }
  313. .dropdown-content a {
  314. color: black;
  315. padding: 12px 16px;
  316. text-decoration: none;
  317. display: block;
  318. }
  319. .dropdown-content a:hover {background-color: #f1f1f1}
  320. .cloudbrain-question{
  321. margin-left: 4px !important;
  322. color: #3291F8;
  323. }
  324. //缺省页
  325. .bgtask-none{
  326. background: #fff !important;
  327. border: 0 !important;
  328. box-shadow: none !important;
  329. padding-bottom: 0 !important;
  330. padding-top: 2em !important;
  331. }
  332. .bgtask-header-pic {
  333. height: 80px;
  334. text-align: center;
  335. background: url(//ai-studio-static-online.cdn.bcebos.com/aistudio/dist/1638363279337/images/search_empty.png) top no-repeat;
  336. background-size: 80px 80px;
  337. }
  338. .bgtask-content{
  339. margin: 2rem auto 0;
  340. /* width: 500px; */
  341. text-align: left;
  342. }
  343. .bgtask-content-txt {
  344. font-size: 14px;
  345. color: #a6a6a6;
  346. line-height: 22px;
  347. margin-bottom: 4px;
  348. }
  349. .bgtask-content-header {
  350. text-align: center;
  351. color: #3F3F40;
  352. font-size: 18px;
  353. margin-bottom: 1rem;
  354. }
  355. .selectcloudbrain .active.item{
  356. color: #0087f5 !important;
  357. border: 1px solid #0087f5;
  358. margin: -1px;
  359. background: #FFF !important;
  360. }
  361. #deletemodel {
  362. width: 100%;
  363. height: 100%;
  364. }
  365. /* 弹窗 */
  366. #mask {
  367. position: fixed;
  368. top: 0px;
  369. left: 0px;
  370. right: 0px;
  371. bottom: 0px;
  372. filter: alpha(opacity=60);
  373. background-color: #777;
  374. z-index: 1000;
  375. display: none;
  376. opacity: 0.8;
  377. -moz-opacity: 0.5;
  378. padding-top: 100px;
  379. color: #000000
  380. }
  381. #loadingPage {
  382. margin: 200px auto;
  383. width: 50px;
  384. height: 40px;
  385. text-align: center;
  386. font-size: 10px;
  387. display: block;
  388. }
  389. #loadingPage>div {
  390. background-color: green;
  391. height: 100%;
  392. width: 6px;
  393. display: inline-block;
  394. -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  395. animation: sk-stretchdelay 1.2s infinite ease-in-out;
  396. }
  397. #loadingPage .rect2 {
  398. -webkit-animation-delay: -1.1s;
  399. animation-delay: -1.1s;
  400. }
  401. #loadingPage .rect3 {
  402. -webkit-animation-delay: -1.0s;
  403. animation-delay: -1.0s;
  404. }
  405. #loadingPage .rect4 {
  406. -webkit-animation-delay: -0.9s;
  407. animation-delay: -0.9s;
  408. }
  409. #loadingPage .rect5 {
  410. -webkit-animation-delay: -0.8s;
  411. animation-delay: -0.8s;
  412. }
  413. @-webkit-keyframes sk-stretchdelay {
  414. 0%,
  415. 40%,
  416. 100% {
  417. -webkit-transform: scaleY(0.4)
  418. }
  419. 20% {
  420. -webkit-transform: scaleY(1.0)
  421. }
  422. }
  423. @keyframes sk-stretchdelay {
  424. 0%,
  425. 40%,
  426. 100% {
  427. transform: scaleY(0.4);
  428. -webkit-transform: scaleY(0.4);
  429. }
  430. 20% {
  431. transform: scaleY(1.0);
  432. -webkit-transform: scaleY(1.0);
  433. }
  434. }
  435. /* 消息框 */
  436. .alert {
  437. display: none;
  438. position: fixed;
  439. width: 100%;
  440. z-index: 1001;
  441. padding: 15px;
  442. border: 1px solid transparent;
  443. border-radius: 4px;
  444. text-align: center;
  445. font-weight: bold;
  446. }
  447. .alert-success {
  448. color: #3c763d;
  449. background-color: #dff0d8;
  450. border-color: #d6e9c6;
  451. }
  452. .alert-info {
  453. color: #31708f;
  454. background-color: #d9edf7;
  455. border-color: #bce8f1;
  456. }
  457. .alert-warning {
  458. color: #8a6d3b;
  459. background-color: #fcf8e3;
  460. border-color: #faebcc;
  461. }
  462. .alert-danger {
  463. color: #a94442;
  464. background-color: #f2dede;
  465. border-color: #ebccd1;
  466. }
  467. .pusher {
  468. width: calc(100% - 260px);
  469. box-sizing: border-box;
  470. }
  471. /* 弹窗 (background) */
  472. #imageModal {
  473. display: none;
  474. position: fixed;
  475. z-index: 1;
  476. left: 0;
  477. top: 0;
  478. width: 100%;
  479. height: 100%;
  480. overflow: auto;
  481. background-color: rgb(0, 0, 0);
  482. background-color: rgba(0, 0, 0, 0.4);
  483. }
  484. /* 弹窗内容 */
  485. .modal-content {
  486. background-color: #fefefe;
  487. margin: 15% auto;
  488. padding: 20px;
  489. border: 1px solid #888;
  490. width: 30%;
  491. }
  492. /* 关闭按钮 */
  493. .close {
  494. color: #aaa;
  495. float: right;
  496. font-size: 28px;
  497. font-weight: bold;
  498. }
  499. .close:hover,
  500. .close:focus {
  501. color: black;
  502. text-decoration: none;
  503. cursor: pointer;
  504. }
  505. .dis {
  506. margin-bottom: 20px;
  507. }
  508. .disabled {
  509. cursor: pointer;
  510. pointer-events: none;
  511. }
  512. .left2{
  513. margin-left: -2px !important;
  514. }
  515. .width70{
  516. width: 70% !important;
  517. }
  518. .width83{
  519. width: 83% !important;
  520. }
  521. .content-padding{
  522. padding: 40px !important;
  523. }
  524. .model_disabled{
  525. background-color: rgba(245, 245, 246, 100) !important;
  526. color: rgba(136, 136, 136, 100) !important;
  527. }
  528. .edge{
  529. margin-left:0 !important;
  530. margin-right: 0 !important;
  531. padding-left:0 !important;
  532. padding-right:0 !important;
  533. }
  534. .lfpd {
  535. padding-left:0 !important;
  536. padding-right: 0 !important;
  537. }
  538. .mglf{
  539. margin-left:0.5em !important;
  540. }
  541. .tooltips{
  542. display: inline-block;
  543. margin-left: 5.5rem;
  544. font-size: 12px;
  545. margin-top: 0.7rem;
  546. color: #888888;
  547. }
  548. .tutorial_icon{
  549. vertical-align: middle;
  550. margin-right: 0.75em;
  551. }
  552. .notic_content{
  553. height: 50px;
  554. vertical-align: middle;
  555. text-align: center;
  556. line-height: 50px;
  557. background: #E5F4F4
  558. }
  559. .x_icon{
  560. float: right!important;
  561. margin-right: 15px !important;
  562. color: rgb(0,0,0) !important;
  563. font-size: 20px !important;
  564. font-weight: bold !important;
  565. }
  566. .a_width{
  567. // width: 50% !important;
  568. margin-left: 20em;
  569. // display:inline-block !important;
  570. }
  571. .a_width i{
  572. vertical-align:middle!important;
  573. }
  574. .footer_icon{
  575. display: inline-block !important;
  576. vertical-align: middle !important;
  577. margin-right:0.8em !important;
  578. }
  579. .a_margin{
  580. margin: 0px !important;
  581. }
  582. /*pages*/
  583. .ui.borderless.pagination {border:none}
  584. .ui.pagination.menu .item {
  585. min-width: 32px;
  586. text-align: center;
  587. height: 32px;
  588. border-radius: .28571429rem;
  589. margin: 0 5px;
  590. background-color: #F2F2F2;
  591. }
  592. .ui.pagination.menu>.item:first-child, .ui.pagination.menu .item:last-child {
  593. background-color: #FFF !important;
  594. }
  595. .ui.ui.menu .item.disabled{
  596. background-color: #F2F2F2;
  597. }
  598. .ui.pagination.menu .active.item {
  599. background-color: #3291F8;
  600. color: #FFF;
  601. }
  602. .ui.pagination.menu .item>.input {
  603. margin: 0em .5em;
  604. width: 3em;
  605. height: 32px;
  606. }
  607. @media only screen and (max-width: 767px) {
  608. .following.bar #navbar .brand{
  609. padding-top: 6px;
  610. }
  611. .secondary.menu + .ui.container{
  612. margin-left:0 !important;
  613. margin-right:0 !important;
  614. }
  615. .repo-title{
  616. position: absolute;
  617. top: 6px;
  618. left: 50px;
  619. right: 70px;
  620. height: 40px;
  621. line-height: 40px !important;
  622. text-align: center;
  623. white-space: nowrap;
  624. overflow: hidden;
  625. text-overflow: ellipsis;
  626. color: #FFF;
  627. background-color: #363840;
  628. padding-left: 20px;
  629. }
  630. .repo-title a{
  631. color: #FFF !important;
  632. }
  633. .repo-title img + a{
  634. display: none !important;
  635. }
  636. .repository .header-wrapper{
  637. margin-bottom: 36px;
  638. }
  639. .header-wrapper .tabs.divider{
  640. margin-top: 40px !important;
  641. }
  642. .repository .ui.tabs.container{
  643. margin-top: -60px;
  644. }
  645. .repo-title .divider,
  646. .repo-title svg,
  647. .repo-title img,
  648. .ui.tabular.menu .item svg,
  649. .ui.tabular.menu .item i,
  650. .ui.tabular.menu .item .label,
  651. .ui.tabular.menu .dropdown-content,
  652. .repository.file .repository-summary,
  653. .repository-summary + .menu,
  654. .desc-home .edit-icon,
  655. #repo-files-table .message,
  656. #repo-files-table .age,
  657. #repo-files-table .ui.sha.label,
  658. #repo-files-table .commit-button,
  659. .members
  660. {
  661. display: none !important;
  662. }
  663. .header-wrapper{
  664. display: flex;
  665. flex-direction: column-reverse;
  666. }
  667. .ui.tabular.menu .item{
  668. padding: .5em;
  669. }
  670. .ui.tabular.menu .active.item{
  671. border: none;
  672. background: none;
  673. color: #000000;
  674. border-bottom: 2px solid #000;
  675. white-space: nowrap;
  676. }
  677. .repository .repo-header{
  678. margin-bottom: -50px;
  679. }
  680. .repo-header .repo-buttons{
  681. position: relative;
  682. top: 1rem;
  683. width: 100%;
  684. display: flex;
  685. justify-content: flex-end;
  686. }
  687. .repo-buttons .ui.labeled.button>.button{
  688. box-shadow: none !important;
  689. width: 16px;
  690. overflow: hidden;
  691. white-space: nowrap;
  692. }
  693. .repo-buttons .ui.labeled.button>.label{
  694. border: none !important;
  695. }
  696. .repository.file.list #repo-files-table td.name{
  697. max-width: 100%;
  698. }
  699. #repo-files-table tr{
  700. padding-top: 0;
  701. padding-bottom: 0;
  702. }
  703. .ui.attached:not(.message)+.ui.attached.segment:not(.top){
  704. border: none;
  705. }
  706. .markdown:not(code).file-view{
  707. padding: 2em 0!important;
  708. }
  709. }
  710. //elemet-ui
  711. .el-pagination.is-background .el-pager li:not(.disabled).active {
  712. background-color: #5bb973 !important;
  713. color: #FFF !important;
  714. }
  715. .el-pagination.is-background .el-pager li:hover {
  716. color: #5bb973 !important;
  717. }
  718. .tag_key{
  719. max-width:100%;
  720. margin: 3px 3px;
  721. display:inline-flex;
  722. }
  723. .tag_lable{
  724. border: 1px solid rgba(232, 232, 232, 100) ;
  725. border-radius: 4px;
  726. color: rgba(65, 80, 88, 100);
  727. font-family: Microsoft Yahei;
  728. font-size: 14px;
  729. padding: 0.3em 0.5em;
  730. height: 30px;
  731. text-align: center;
  732. margin: 0.2em;
  733. }
  734. .omit{
  735. overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
  736. }
  737. .tag_bg{
  738. background-color: #0366D6 !important;
  739. color:#FFFFFF !important;
  740. }
  741. .margin-bottom20{
  742. margin-bottom: 20px;
  743. }
  744. .maxheight{
  745. max-height: 88px;
  746. overflow: hidden;
  747. }
  748. .pad-botom{
  749. padding-bottom:0px !important;
  750. }
  751. .icon_a{
  752. position: absolute;
  753. right: 0;
  754. bottom: .2em;
  755. background: #FFF;
  756. border: none !important;
  757. color: #0366d6 !important;
  758. box-shadow: -15px 0px 10px #fff;
  759. }
  760. /**seach**/
  761. /**搜索导航条适配窄屏**/
  762. .seachnav{
  763. overflow-x: auto;
  764. overflow-y: hidden;
  765. scrollbar-width: none; /* firefox */
  766. -ms-overflow-style: none; /* IE 10+ */
  767. }
  768. .seachnav::-webkit-scrollbar {
  769. display: none; /* Chrome Safari */
  770. }
  771. .ui.green.button, .ui.green.buttons .button{
  772. background-color: #5BB973;
  773. }
  774. .seach .repos--seach{
  775. padding-bottom: 0;
  776. border-bottom: none;
  777. }
  778. .seach .ui.secondary.pointing.menu{
  779. border-bottom: none;
  780. }
  781. .seach .ui.secondary.pointing.menu .item > i{
  782. margin-right: 5px;
  783. }
  784. .seach .ui.secondary.pointing.menu .active.item{
  785. border-bottom-width: 2px;
  786. margin: 0 0 -1px;
  787. }
  788. .seach .ui.menu .active.item>.label {
  789. background: #1684FC;
  790. color: #FFF;
  791. }
  792. .seach .ui.menu .item>.label:not(.active.item>.label) {
  793. background: #e8e8e8;
  794. color: rgba(0,0,0,.6);
  795. }
  796. .highlight{
  797. color: red;
  798. }
  799. .ui.list .list>.item>img.image+.content, .ui.list>.item>img.image+.content {
  800. width: calc(100% - 3.0em);
  801. margin-left: 0;
  802. }
  803. .seach .ui.list .list>.item .header, .seach .ui.list>.item .header{
  804. margin-bottom: 0.5em;
  805. font-size: 1.4rem !important;
  806. font-weight: normal;
  807. }
  808. .seach .time, .seach .time a{
  809. font-size: 12px;
  810. color: grey;
  811. }
  812. .seach .list .item.members .ui.avatar.image {
  813. width: 3.2em;
  814. height: 3.2em;
  815. }
  816. .ui.list .list>.item.members>img.image+.content, .ui.list>.item.members>img.image+.content {
  817. width: calc(100% - 4.0em);
  818. margin-left: 0;
  819. }
  820. .searchlabel{
  821. color: rgba(16, 16, 16, 100);
  822. font-size: 24px;
  823. text-align: left;
  824. font-family: SourceHanSansSC-medium;
  825. }
  826. #tipmsg {
  827. position: relative;
  828. top: 50px;
  829. left: 50%;
  830. display: none;
  831. z-index: 9999;
  832. }