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
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008
  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. }
  782. .title_re{
  783. margin-top: 50px !important;
  784. }
  785. .card_list {
  786. width: calc(33.33333333333333% - 2em);
  787. margin-left: 1em;
  788. margin-right: 1em
  789. }
  790. .list_title{
  791. height: 52px;
  792. text-align: center
  793. }
  794. .star_title{
  795. background-color: #3291F8;
  796. }
  797. .memb_title{
  798. background-color: #706FE3;
  799. }
  800. .act_title{
  801. background-color: #13C28D;
  802. }
  803. .p_text{
  804. line-height: 50px;
  805. text-align:left;
  806. padding-left:15px;
  807. font-size:18px;
  808. color:#FFFFFF;
  809. }
  810. .orgs {
  811. display: flex;
  812. flex-flow: row wrap;
  813. padding: 0;
  814. margin-top:20px
  815. }
  816. .orgs li {
  817. display: flex;
  818. border-bottom: 0!important;
  819. padding: 3px!important;
  820. }
  821. .p_score{
  822. line-height: 28px;
  823. width: 100%;
  824. /* padding-right: 20px; */
  825. text-align: right;
  826. }
  827. .org_line_hight{
  828. line-height: 28px;
  829. }
  830. .org_icon{
  831. margin-top: 2px;
  832. margin-right: 10px;
  833. padding-left: 15px;
  834. width: 100% ;
  835. text-align: center ;
  836. }
  837. .org_icon_color{
  838. color: #FA8C16;
  839. }
  840. .li_name{
  841. list-style:none;
  842. width: 55%;
  843. }
  844. .li_avatar{
  845. list-style: none;
  846. width: 10%;
  847. }
  848. .li_score{
  849. list-style:none;
  850. margin-left: 2px;
  851. }
  852. .score{
  853. position:absolute;
  854. width: 50px;
  855. right:50px;
  856. text-align: center;
  857. }
  858. .wi{
  859. width: 15%;
  860. line-height: 20px;
  861. }
  862. .title_icon{
  863. vertical-align: sub;
  864. font-size: 24px;
  865. }
  866. .title_word{
  867. vertical-align: middle;
  868. font-size: 18px;
  869. margin-top:1px;
  870. }
  871. /**seach**/
  872. /**搜索导航条适配窄屏**/
  873. .seachnav{
  874. overflow-x: auto;
  875. overflow-y: hidden;
  876. scrollbar-width: none; /* firefox */
  877. -ms-overflow-style: none; /* IE 10+ */
  878. }
  879. .seachnav::-webkit-scrollbar {
  880. display: none; /* Chrome Safari */
  881. }
  882. .ui.green.button, .ui.green.buttons .button{
  883. background-color: #5BB973;
  884. }
  885. .seach .repos--seach{
  886. padding-bottom: 0;
  887. border-bottom: none;
  888. }
  889. .seach .ui.secondary.pointing.menu{
  890. border-bottom: none;
  891. }
  892. .seach .ui.secondary.pointing.menu .item > i{
  893. margin-right: 5px;
  894. }
  895. .seach .ui.secondary.pointing.menu .active.item{
  896. border-bottom-width: 2px;
  897. margin: 0 0 -1px;
  898. }
  899. .seach .ui.menu .active.item>.label {
  900. background: #1684FC;
  901. color: #FFF;
  902. }
  903. .seach .ui.menu .item>.label:not(.active.item>.label) {
  904. background: #e8e8e8;
  905. color: rgba(0,0,0,.6);
  906. }
  907. .highlight{
  908. color: red;
  909. }
  910. .ui.list .list>.item>img.image+.content, .ui.list>.item>img.image+.content {
  911. width: calc(100% - 4.0em);
  912. margin-left: 0;
  913. }
  914. .seach .ui.list .list>.item .header, .seach .ui.list>.item .header{
  915. margin-bottom: 0.5em;
  916. font-size: 1.4rem !important;
  917. font-weight: normal;
  918. }
  919. .seach .time, .seach .time a{
  920. font-size: 12px;
  921. color: grey;
  922. }
  923. .seach .list .item.members .ui.avatar.image {
  924. width: 3.2em;
  925. height: 3.2em;
  926. }
  927. .ui.list .list>.item.members>img.image+.content, .ui.list>.item.members>img.image+.content {
  928. width: calc(100% - 4.0em);
  929. margin-left: 0;
  930. }
  931. .searchlabel{
  932. color: rgba(16, 16, 16, 100);
  933. font-size: 24px;
  934. text-align: left;
  935. font-family: SourceHanSansSC-medium;
  936. }
  937. .hiddenSearch{
  938. margin: auto;
  939. display: none;
  940. }
  941. #tipmsg {
  942. display: none;
  943. z-index: 9999;
  944. width:150;
  945. height: 80;
  946. }