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 20 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
3 years ago
3 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978
  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. .bgtask-content-button{
  356. margin-top: 1em;
  357. margin-bottom: 1em;
  358. }
  359. .selectcloudbrain .active.item{
  360. color: #0087f5 !important;
  361. border: 1px solid #0087f5;
  362. margin: -1px;
  363. background: #FFF !important;
  364. }
  365. #deletemodel {
  366. width: 100%;
  367. height: 100%;
  368. }
  369. /* 弹窗 */
  370. #mask {
  371. position: fixed;
  372. top: 0px;
  373. left: 0px;
  374. right: 0px;
  375. bottom: 0px;
  376. filter: alpha(opacity=60);
  377. background-color: #777;
  378. z-index: 1000;
  379. display: none;
  380. opacity: 0.8;
  381. -moz-opacity: 0.5;
  382. padding-top: 100px;
  383. color: #000000
  384. }
  385. #loadingPage {
  386. margin: 200px auto;
  387. width: 50px;
  388. height: 40px;
  389. text-align: center;
  390. font-size: 10px;
  391. display: block;
  392. }
  393. #loadingPage>div {
  394. background-color: green;
  395. height: 100%;
  396. width: 6px;
  397. display: inline-block;
  398. -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  399. animation: sk-stretchdelay 1.2s infinite ease-in-out;
  400. }
  401. #loadingPage .rect2 {
  402. -webkit-animation-delay: -1.1s;
  403. animation-delay: -1.1s;
  404. }
  405. #loadingPage .rect3 {
  406. -webkit-animation-delay: -1.0s;
  407. animation-delay: -1.0s;
  408. }
  409. #loadingPage .rect4 {
  410. -webkit-animation-delay: -0.9s;
  411. animation-delay: -0.9s;
  412. }
  413. #loadingPage .rect5 {
  414. -webkit-animation-delay: -0.8s;
  415. animation-delay: -0.8s;
  416. }
  417. @-webkit-keyframes sk-stretchdelay {
  418. 0%,
  419. 40%,
  420. 100% {
  421. -webkit-transform: scaleY(0.4)
  422. }
  423. 20% {
  424. -webkit-transform: scaleY(1.0)
  425. }
  426. }
  427. @keyframes sk-stretchdelay {
  428. 0%,
  429. 40%,
  430. 100% {
  431. transform: scaleY(0.4);
  432. -webkit-transform: scaleY(0.4);
  433. }
  434. 20% {
  435. transform: scaleY(1.0);
  436. -webkit-transform: scaleY(1.0);
  437. }
  438. }
  439. /* 消息框 */
  440. .alert {
  441. display: none;
  442. position: fixed;
  443. width: 100%;
  444. z-index: 1001;
  445. padding: 15px;
  446. border: 1px solid transparent;
  447. border-radius: 4px;
  448. text-align: center;
  449. font-weight: bold;
  450. }
  451. .alert-success {
  452. color: #3c763d;
  453. background-color: #dff0d8;
  454. border-color: #d6e9c6;
  455. }
  456. .alert-info {
  457. color: #31708f;
  458. background-color: #d9edf7;
  459. border-color: #bce8f1;
  460. }
  461. .alert-warning {
  462. color: #8a6d3b;
  463. background-color: #fcf8e3;
  464. border-color: #faebcc;
  465. }
  466. .alert-danger {
  467. color: #a94442;
  468. background-color: #f2dede;
  469. border-color: #ebccd1;
  470. }
  471. .pusher {
  472. width: calc(100% - 260px);
  473. box-sizing: border-box;
  474. }
  475. /* 弹窗 (background) */
  476. #imageModal {
  477. display: none;
  478. position: fixed;
  479. z-index: 1;
  480. left: 0;
  481. top: 0;
  482. width: 100%;
  483. height: 100%;
  484. overflow: auto;
  485. background-color: rgb(0, 0, 0);
  486. background-color: rgba(0, 0, 0, 0.4);
  487. }
  488. /* 弹窗内容 */
  489. .modal-content {
  490. background-color: #fefefe;
  491. margin: 15% auto;
  492. padding: 20px;
  493. border: 1px solid #888;
  494. width: 30%;
  495. }
  496. /* 关闭按钮 */
  497. .close {
  498. color: #aaa;
  499. float: right;
  500. font-size: 28px;
  501. font-weight: bold;
  502. }
  503. .close:hover,
  504. .close:focus {
  505. color: black;
  506. text-decoration: none;
  507. cursor: pointer;
  508. }
  509. .dis {
  510. margin-bottom: 20px;
  511. }
  512. .disabled {
  513. cursor: pointer;
  514. pointer-events: none;
  515. }
  516. .left2{
  517. margin-left: -2px !important;
  518. }
  519. .width70{
  520. width: 70% !important;
  521. }
  522. .width83{
  523. width: 83% !important;
  524. }
  525. .content-padding{
  526. padding: 40px !important;
  527. }
  528. .model_disabled{
  529. background-color: rgba(245, 245, 246, 100) !important;
  530. color: rgba(136, 136, 136, 100) !important;
  531. }
  532. .edge{
  533. margin-left:0 !important;
  534. margin-right: 0 !important;
  535. padding-left:0 !important;
  536. padding-right:0 !important;
  537. }
  538. .lfpd {
  539. padding-left:0 !important;
  540. padding-right: 0 !important;
  541. }
  542. .mglf{
  543. margin-left:0.5em !important;
  544. }
  545. .tooltips{
  546. display: inline-block;
  547. margin-left: 5.5rem;
  548. font-size: 12px;
  549. margin-top: 0.7rem;
  550. color: #888888;
  551. }
  552. .tutorial_icon{
  553. vertical-align: middle;
  554. margin-right: 0.75em;
  555. }
  556. .notic_content{
  557. height: 50px;
  558. vertical-align: middle;
  559. text-align: center;
  560. line-height: 50px;
  561. background: #E5F4F4
  562. }
  563. .x_icon{
  564. float: right!important;
  565. margin-right: 15px !important;
  566. color: rgb(0,0,0) !important;
  567. font-size: 20px !important;
  568. font-weight: bold !important;
  569. }
  570. .a_width{
  571. // width: 50% !important;
  572. margin-left: 20em;
  573. // display:inline-block !important;
  574. }
  575. .a_width i{
  576. vertical-align:middle!important;
  577. }
  578. .footer_icon{
  579. display: inline-block !important;
  580. vertical-align: middle !important;
  581. margin-right:0.8em !important;
  582. }
  583. .a_margin{
  584. margin: 0px !important;
  585. }
  586. /*pages*/
  587. .ui.borderless.pagination {border:none}
  588. .ui.pagination.menu .item {
  589. min-width: 32px;
  590. text-align: center;
  591. height: 32px;
  592. border-radius: .28571429rem;
  593. margin: 0 5px;
  594. background-color: #F2F2F2;
  595. }
  596. .ui.pagination.menu>.item:first-child, .ui.pagination.menu .item:last-child {
  597. background-color: #FFF !important;
  598. }
  599. .ui.ui.menu .item.disabled{
  600. background-color: #F2F2F2;
  601. }
  602. .ui.pagination.menu .active.item {
  603. background-color: #3291F8;
  604. color: #FFF;
  605. }
  606. .ui.pagination.menu .item>.input {
  607. margin: 0em .5em;
  608. width: 3em;
  609. height: 32px;
  610. }
  611. @media only screen and (max-width: 767px) {
  612. .following.bar #navbar .brand{
  613. padding-top: 6px;
  614. }
  615. .secondary.menu + .ui.container{
  616. margin-left:0 !important;
  617. margin-right:0 !important;
  618. }
  619. .repo-title{
  620. position: absolute;
  621. top: 6px;
  622. left: 50px;
  623. right: 70px;
  624. height: 40px;
  625. line-height: 40px !important;
  626. text-align: center;
  627. white-space: nowrap;
  628. overflow: hidden;
  629. text-overflow: ellipsis;
  630. color: #FFF;
  631. background-color: #363840;
  632. padding-left: 20px;
  633. }
  634. .repo-title a{
  635. color: #FFF !important;
  636. }
  637. .repo-title img + a{
  638. display: none !important;
  639. }
  640. .repository .header-wrapper{
  641. margin-bottom: 36px;
  642. }
  643. .header-wrapper .tabs.divider{
  644. margin-top: 40px !important;
  645. }
  646. .repository .ui.tabs.container{
  647. margin-top: -60px;
  648. }
  649. .repo-title .divider,
  650. .repo-title svg,
  651. .repo-title img,
  652. .ui.tabular.menu .item svg,
  653. .ui.tabular.menu .item i,
  654. .ui.tabular.menu .item .label,
  655. .ui.tabular.menu .dropdown-content,
  656. .repository.file .repository-summary,
  657. .repository-summary + .menu,
  658. .desc-home .edit-icon,
  659. #repo-files-table .message,
  660. #repo-files-table .age,
  661. #repo-files-table .ui.sha.label,
  662. #repo-files-table .commit-button,
  663. .members
  664. {
  665. display: none !important;
  666. }
  667. .header-wrapper{
  668. display: flex;
  669. flex-direction: column-reverse;
  670. }
  671. .ui.tabular.menu .item{
  672. padding: .5em;
  673. }
  674. .ui.tabular.menu .active.item{
  675. border: none;
  676. background: none;
  677. color: #000000;
  678. border-bottom: 2px solid #000;
  679. white-space: nowrap;
  680. }
  681. .repository .repo-header{
  682. margin-bottom: -50px;
  683. }
  684. .repo-header .repo-buttons{
  685. position: relative;
  686. top: 1rem;
  687. width: 100%;
  688. display: flex;
  689. justify-content: flex-end;
  690. }
  691. .repo-buttons .ui.labeled.button>.button{
  692. box-shadow: none !important;
  693. width: 16px;
  694. overflow: hidden;
  695. white-space: nowrap;
  696. }
  697. .repo-buttons .ui.labeled.button>.label{
  698. border: none !important;
  699. }
  700. .repository.file.list #repo-files-table td.name{
  701. max-width: 100%;
  702. }
  703. #repo-files-table tr{
  704. padding-top: 0;
  705. padding-bottom: 0;
  706. }
  707. .ui.attached:not(.message)+.ui.attached.segment:not(.top){
  708. border: none;
  709. }
  710. .markdown:not(code).file-view{
  711. padding: 2em 0!important;
  712. }
  713. }
  714. //elemet-ui
  715. .el-pagination.is-background .el-pager li:not(.disabled).active {
  716. background-color: #5bb973 !important;
  717. color: #FFF !important;
  718. }
  719. .el-pagination.is-background .el-pager li:hover {
  720. color: #5bb973 !important;
  721. }
  722. .tag_key{
  723. max-width:100%;
  724. margin: 3px 3px;
  725. display:inline-flex;
  726. }
  727. .tag_lable{
  728. border: 1px solid rgba(232, 232, 232, 100) ;
  729. border-radius: 4px;
  730. color: rgba(65, 80, 88, 100);
  731. font-family: Microsoft Yahei;
  732. font-size: 14px;
  733. padding: 0.3em 0.5em;
  734. height: 30px;
  735. text-align: center;
  736. margin: 0.2em;
  737. }
  738. .omit{
  739. overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
  740. }
  741. .tag_bg{
  742. background-color: #0366D6 !important;
  743. color:#FFFFFF !important;
  744. }
  745. .margin-bottom20{
  746. margin-bottom: 20px;
  747. }
  748. .maxheight{
  749. max-height: 88px;
  750. overflow: hidden;
  751. }
  752. .pad-botom{
  753. padding-bottom:0px !important;
  754. }
  755. .icon_a{
  756. position: absolute;
  757. right: 0;
  758. bottom: .2em;
  759. background: #FFF;
  760. border: none !important;
  761. color: #0366d6 !important;
  762. box-shadow: -15px 0px 10px #fff;
  763. }
  764. .content_top10{
  765. padding:10px;
  766. padding-top:0px;
  767. }
  768. .re_con{
  769. color: rgba(136, 136, 136, 100);
  770. font-size: 14px;
  771. text-align: center;
  772. font-family: SourceHanSansSC-light;
  773. }
  774. .title_re{
  775. margin-top: 50px !important;
  776. }
  777. .card_list {
  778. width: calc(33.33333333333333% - 2em);
  779. margin-left: 1em;
  780. margin-right: 1em
  781. }
  782. .list_title{
  783. height: 52px;
  784. text-align: center
  785. }
  786. .star_title{
  787. background-color: #3291F8;
  788. }
  789. .memb_title{
  790. background-color: #706FE3;
  791. }
  792. .act_title{
  793. background-color: #13C28D;
  794. }
  795. .p_text{
  796. line-height: 50px;
  797. text-align:left;
  798. padding-left:15px;
  799. font-size:18px;
  800. color:#FFFFFF;
  801. }
  802. .orgs {
  803. display: flex;
  804. flex-flow: row wrap;
  805. padding: 0;
  806. margin-top:20px
  807. }
  808. .orgs li {
  809. display: flex;
  810. border-bottom: 0!important;
  811. padding: 3px!important;
  812. }
  813. .p_score{
  814. line-height: 28px;
  815. width: 100%;
  816. /* padding-right: 20px; */
  817. text-align: right;
  818. }
  819. .org_line_hight{
  820. line-height: 28px;
  821. }
  822. .org_icon{
  823. margin-top: 10px;
  824. margin-right: 10px;
  825. padding-left: 15px;
  826. }
  827. .org_icon_num{
  828. margin-left: 2px;
  829. margin-right: 12px;
  830. }
  831. .org_icon_color{
  832. color: #FA8C16;
  833. }
  834. .li_name{
  835. list-style:none;
  836. width: 55%;
  837. }
  838. .li_avatar{
  839. list-style: none;
  840. width: 10%;
  841. }
  842. .li_score{
  843. list-style:none;
  844. margin-left: 2px;
  845. }
  846. /**seach**/
  847. /**搜索导航条适配窄屏**/
  848. .seachnav{
  849. overflow-x: auto;
  850. overflow-y: hidden;
  851. scrollbar-width: none; /* firefox */
  852. -ms-overflow-style: none; /* IE 10+ */
  853. }
  854. .seachnav::-webkit-scrollbar {
  855. display: none; /* Chrome Safari */
  856. }
  857. .ui.green.button, .ui.green.buttons .button{
  858. background-color: #5BB973;
  859. }
  860. .seach .repos--seach{
  861. padding-bottom: 0;
  862. border-bottom: none;
  863. }
  864. .seach .ui.secondary.pointing.menu{
  865. border-bottom: none;
  866. }
  867. .seach .ui.secondary.pointing.menu .item > i{
  868. margin-right: 5px;
  869. }
  870. .seach .ui.secondary.pointing.menu .active.item{
  871. border-bottom-width: 2px;
  872. margin: 0 0 -1px;
  873. }
  874. .seach .ui.menu .active.item>.label {
  875. background: #1684FC;
  876. color: #FFF;
  877. }
  878. .seach .ui.menu .item>.label:not(.active.item>.label) {
  879. background: #e8e8e8;
  880. color: rgba(0,0,0,.6);
  881. }
  882. .highlight{
  883. color: red;
  884. }
  885. .ui.list .list>.item>img.image+.content, .ui.list>.item>img.image+.content {
  886. width: calc(100% - 4.0em);
  887. margin-left: 0;
  888. }
  889. .seach .ui.list .list>.item .header, .seach .ui.list>.item .header{
  890. margin-bottom: 0.5em;
  891. font-size: 1.4rem !important;
  892. font-weight: normal;
  893. }
  894. .seach .time, .seach .time a{
  895. font-size: 12px;
  896. color: grey;
  897. }
  898. .seach .list .item.members .ui.avatar.image {
  899. width: 3.2em;
  900. height: 3.2em;
  901. }
  902. .ui.list .list>.item.members>img.image+.content, .ui.list>.item.members>img.image+.content {
  903. width: calc(100% - 4.0em);
  904. margin-left: 0;
  905. }
  906. .searchlabel{
  907. color: rgba(16, 16, 16, 100);
  908. font-size: 24px;
  909. text-align: left;
  910. font-family: SourceHanSansSC-medium;
  911. }
  912. .hiddenSearch{
  913. margin: auto;
  914. display: none;
  915. }
  916. #tipmsg {
  917. display: none;
  918. z-index: 9999;
  919. width:150;
  920. height: 80;
  921. }