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.css 5.0 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  1. .ui .text.yellow a {
  2. color: #fbbd08!important
  3. }
  4. .ui .text.yellow a:hover {
  5. color: #f2711c!important
  6. }
  7. .following.bar #navbar .brand{
  8. padding-left: 0;
  9. }
  10. .following.bar .brand .ui.mini.image {
  11. width: auto;
  12. height: 30px;
  13. }
  14. .following.bar.dark {
  15. background-color: #001F4A;
  16. }
  17. .ui.secondary.menu.dark .item{
  18. color: #E5FAFF;
  19. }
  20. .ui.secondary.menu.dark .item:hover{
  21. color: #40A9FF;
  22. }
  23. .ui.secondary.menu .active.item{
  24. color: #40A9FF;
  25. border-bottom: 1px solid #40A9FF;
  26. border-radius: 0;
  27. }
  28. .repository:not(.new), .organization:not(.new), .explore, .dashboard {
  29. padding-top: 0px;
  30. }
  31. .dashboard .dashboard-navbar, .organization .organization-header, .explore .repos--seach{
  32. padding-top:15px;
  33. padding-bottom: 15px;
  34. padding-left: 0;
  35. margin-bottom: 20px;
  36. background-color:#f5f5f6 !important;
  37. border-bottom: 1px solid rgba(34,36,38,.15);
  38. }
  39. .following.bar .text .svg.octicon-triangle-down {
  40. color: #3291F8;
  41. }
  42. .ui .avatar.image {
  43. border-radius: 30px;
  44. }
  45. footer {
  46. background-color: #f5f5f6;
  47. padding-bottom: 1.0rem;
  48. }
  49. .repository .header-wrapper {
  50. background-color: #f5f5f6;
  51. margin-top: 0px;
  52. }
  53. /*moble*/
  54. .ui.menu:not(.vertical) .item>.button {
  55. color: #FFF;
  56. box-shadow: 0 0 0 1px rgba(255,255,255,.35) inset;
  57. }
  58. /*PC*/
  59. @media only screen and (min-width: 1200px){
  60. .following.bar #navbar{
  61. min-height: 80px;
  62. }
  63. .following.bar #navbar, footer .container {
  64. padding: 0 32px;
  65. }
  66. }
  67. /*start page*/
  68. .ui.header.section--header{
  69. font-size: 50px;
  70. font-weight: 300;
  71. text-align: center;
  72. margin-bottom: 1.0em;
  73. }
  74. .ui.header.section--header .sub.header {
  75. font-size: 20px;
  76. line-height: 30px;
  77. color: #9b9b9b;
  78. text-align: center;
  79. color: rgba(255,255,255,.6);
  80. }
  81. .ui.inverted.segment>.ui.header.section--header .sub.header{
  82. color: rgba(255,255,255,.6);
  83. }
  84. #index-project {
  85. background: #002060;
  86. color: #FFF;
  87. position: relative;
  88. padding-top: 3.0em;
  89. padding-bottom:2.0em
  90. }
  91. #index-project .ui.inverted.segment, #index-project .ui.primary.inverted.segment{
  92. background:none;
  93. }
  94. .prorow{
  95. background: rgba(0,27,81,0.8);
  96. }
  97. .flip{
  98. position:absolute;
  99. left:6px;
  100. right:6px;
  101. top:6px;
  102. bottom:6px;
  103. border:2px solid #ffc000;
  104. border-radius: 12px;
  105. transition: transform 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  106. transform: perspective(800px) rotateY(0deg);
  107. transform-style: preserve-3d;
  108. z-index:5;
  109. }
  110. .flip-more{ border-color:#4472c4}
  111. .flip-blue{ border-color:#00b0f0}
  112. .flip-green{ border-color:#00b050}
  113. #index-project .ipros:hover .flip{transform: perspective(800px) rotateY(180deg);}
  114. #index-project .ui.card{
  115. margin:0 auto;
  116. background:none;
  117. border:none;
  118. box-shadow:none;
  119. }
  120. #index-project .ui.card>.image>img{
  121. width:auto;
  122. margin:10px auto;
  123. }
  124. #index-project .ui.card>.content, #index-project.ui.cards>.card>.content{
  125. padding: 0.5em 0.2em;
  126. }
  127. .ui.inverted.segment .ui.card>.content>.header, .ui.inverted.segment .ui.cards>.card>.content>.header{
  128. color: rgba(255,255,255,.9);
  129. }
  130. .ui.inverted.segment .ui.card .meta, .ui.inverted.segment .ui.cards>.card .meta{
  131. color: #5b9bd5;
  132. }
  133. .ui.inverted.segment .ui.card>.extra, .ui.inverted.segment .ui.cards>.card>.extra {
  134. color: rgba(255,255,255,.4);
  135. }
  136. #particles{ width: 100%; height:100%; position: absolute; top:0; left:0; right:0; bottom:0;}
  137. footer .ui.vertical.text.menu:first-child{ margin-top: 1em}
  138. footer .ui.vertical.menu .header.item{ background:none}
  139. footer .column{margin-bottom:0!important; padding-bottom:0!important;}
  140. /*explore*/
  141. .explore .ui.secondary.vertical.pointing.menu,
  142. .explore .ui.secondary.vertical.pointing.menu .item,
  143. .organization .ui.secondary.vertical.pointing.menu,
  144. .organization .ui.secondary.vertical.pointing.menu .item{
  145. border-right-width: 0;
  146. }
  147. .explore .computer.only .ui.secondary.pointing.menu .item{
  148. padding-left:0;
  149. }
  150. .ui.repository.list .item .ui.header .metas{
  151. text-align: right;
  152. }
  153. @media only screen and (max-width:768px){
  154. .explore .repos--seach{
  155. margin-bottom:15px;
  156. }
  157. .explore .navbar{
  158. padding-top: 0px!important;
  159. margin-top: -1.5rem!important;
  160. }
  161. }
  162. /*organization*/
  163. .organization-info{
  164. padding-top:15px;
  165. margin-bottom:2.5rem;
  166. }
  167. .organization-info > .container{
  168. overflow: auto;
  169. background: url(/img/org_bg.png) no-repeat center center #f5f5f6;
  170. padding-top: 30px;
  171. padding-bottom:20px;
  172. background-size: cover;
  173. border-radius: 5px;
  174. border: 1px solid #efefef;
  175. }
  176. .organization.profile #org-info .ui.header{
  177. font-size: 1.71428571rem;
  178. margin-bottom: 10px;
  179. font-weight: 400;
  180. }
  181. .organization.profile #org-avatar {
  182. width: 80px;
  183. height: 80px;
  184. margin-left: auto;
  185. margin-right: auto;
  186. margin-bottom: 15px;
  187. border: solid 5px #FFF;
  188. }
  189. .organization.profile #org-info .desc {
  190. font-size: 14px;
  191. width: 80%;
  192. margin: 0 auto 10px;
  193. color: #FFF;
  194. }
  195. .organization.teams .ui.attached.segment+.ui.attached.header{ margin-top:0}
  196. @media only screen and (max-width:768px){
  197. .organization-info{
  198. padding-top:0;
  199. }
  200. .organization-info > .container{
  201. margin-left:0!important;
  202. margin-right:0!important;
  203. }
  204. }
  205. .ui.vertical.menu .dropdown.item .menu {
  206. left: 50%;
  207. }