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