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