|
| 1 | +[ng\:cloak], [ng-cloak], .ng-cloak { |
| 2 | + display: none !important; |
| 3 | +} |
| 4 | +.loading { |
| 5 | + text-align: left; |
| 6 | +} |
| 7 | +.center { |
| 8 | + margin-left: auto; |
| 9 | + margin-right: auto; |
| 10 | + text-align: center; |
| 11 | +} |
| 12 | +.featured-projects { |
| 13 | + margin-bottom: 25px; |
| 14 | +} |
| 15 | +.featured-projects .carousel-inner { |
| 16 | + background-color: #01BCF3; |
| 17 | +} |
| 18 | +.featured-projects .carousel-inner .item a:hover, a:active { |
| 19 | + text-decoration: none; |
| 20 | +} |
| 21 | +.featured-projects .carousel-inner .panel { |
| 22 | + background-color: #01BCF3; |
| 23 | + border: none; |
| 24 | + width: 70%; |
| 25 | +} |
| 26 | +.featured-projects .carousel-inner .carousel-panel { |
| 27 | + margin-bottom: 0px; |
| 28 | + padding-bottom: 20px; |
| 29 | +} |
| 30 | +.featured-projects .carousel-inner .panel .panel-heading { |
| 31 | + background-color: #01BCF3; |
| 32 | + border: none; |
| 33 | +} |
| 34 | +.featured-projects .carousel-inner .panel .panel-heading .panel-title { |
| 35 | + font-size: 44px; |
| 36 | + color: #FFF; |
| 37 | + margin: auto; |
| 38 | +} |
| 39 | +.featured-projects .carousel-inner .panel .description { |
| 40 | + font-size: 30px; |
| 41 | + overflow: hidden; |
| 42 | + -ms-text-overflow: ellipsis; |
| 43 | + text-overflow: ellipsis; |
| 44 | + height: 110px; |
| 45 | + color: #FFF; |
| 46 | +} |
| 47 | +.featured-projects .panel-body .span-stars-group { |
| 48 | + margin: 2px 10px 2px 2px; |
| 49 | + color: #FFF; |
| 50 | + font-size: 18px; |
| 51 | +} |
| 52 | +.featured-projects .panel-body .span-forks-group { |
| 53 | + margin: 2px 10px 2px 2px; |
| 54 | + color: #FFF; |
| 55 | + font-size: 18px; |
| 56 | +} |
| 57 | +.carousel-control.left, .carousel-control.right { |
| 58 | + background: none !important; |
| 59 | + filter: progid: none !important; |
| 60 | + color: #FFF !important; |
| 61 | + cursor: pointer; |
| 62 | +} |
| 63 | +.all-projects .no-repos { |
| 64 | + margin: 10px 0px 20px 50px; |
| 65 | + font-size: 20px; |
| 66 | + color: #F65314; |
| 67 | +} |
| 68 | +.all-projects .row .panel .panel-heading { |
| 69 | + background-color: rgb(237, 237, 237); |
| 70 | + color: rgb(0, 0, 0); |
| 71 | + text-decoration: none; |
| 72 | + overflow: hidden; |
| 73 | + text-wrap: none; |
| 74 | + -ms-text-overflow: ellipsis; |
| 75 | + text-overflow: ellipsis; |
| 76 | + height: 50px; |
| 77 | + padding: 0px; |
| 78 | +} |
| 79 | +.all-projects .row .panel .panel-heading a:hover, a:active { |
| 80 | + text-decoration: none; |
| 81 | +} |
| 82 | +.all-projects .row .panel .panel-heading .panel-title-area { |
| 83 | + color: rgb(0, 0, 0); |
| 84 | + font-size: 24px; |
| 85 | + padding: 10px 15px 10px 15px; |
| 86 | + color: rgb(0, 0, 0); |
| 87 | + text-decoration: none; |
| 88 | + overflow: hidden; |
| 89 | + text-wrap: none; |
| 90 | + white-space: nowrap; |
| 91 | + vertical-align: middle; |
| 92 | + line-height: 100%; |
| 93 | + -ms-text-overflow: ellipsis; |
| 94 | + text-overflow: ellipsis; |
| 95 | +} |
| 96 | +.all-projects .row .panel .fork-info { |
| 97 | + font-size: 14px; |
| 98 | + overflow: hidden; |
| 99 | + -ms-text-overflow: ellipsis; |
| 100 | + text-overflow: ellipsis; |
| 101 | + height: 26px; |
| 102 | + padding: 5px 10px 5px 10px; |
| 103 | +} |
| 104 | +.glyphicon { |
| 105 | + margin: 0px 4px 0px 4px; |
| 106 | + padding: 0px 4px 0px 4px; |
| 107 | +} |
| 108 | +.all-projects .row .panel .fork-info span { |
| 109 | + overflow: hidden; |
| 110 | + -ms-text-overflow: ellipsis; |
| 111 | + text-overflow: ellipsis; |
| 112 | +} |
| 113 | +.all-projects .row .panel .description { |
| 114 | + overflow: hidden; |
| 115 | + -ms-text-overflow: ellipsis; |
| 116 | + text-overflow: ellipsis; |
| 117 | + height: 65px; |
| 118 | +} |
| 119 | +.all-projects .panel-body .span-stars-group { |
| 120 | + margin: 2px 10px 2px 2px; |
| 121 | +} |
| 122 | +.all-projects .panel-body .span-forks-group { |
| 123 | + margin: 2px 10px 2px 2px; |
| 124 | +} |
| 125 | +.all-projects .paginator li { |
| 126 | + display: inline; |
| 127 | + list-style-type: none; |
| 128 | + padding-left: 20px; |
| 129 | + cursor: pointer; |
| 130 | +} |
| 131 | +.organizations { |
| 132 | + background-color: rgb(109, 194, 233); |
| 133 | + padding: 20px 50px 20px 50px; |
| 134 | +} |
| 135 | +.organizations .orgs-heading { |
| 136 | + color: #FFF; |
| 137 | + margin-bottom: 10px; |
| 138 | +} |
| 139 | +.organizations .row .orglink { |
| 140 | + color: #FFF; |
| 141 | + font-size: 13px; |
| 142 | +} |
0 commit comments