2015-09-01 00:20:23 +02:00
|
|
|
.explore {
|
2017-12-02 20:48:43 +01:00
|
|
|
padding-top: 15px;
|
2016-03-11 21:33:12 +01:00
|
|
|
|
2017-12-02 20:48:43 +01:00
|
|
|
.navbar {
|
2017-03-15 19:55:12 +01:00
|
|
|
justify-content: center;
|
|
|
|
padding-top: 15px !important;
|
|
|
|
margin-top: -15px !important;
|
|
|
|
margin-bottom: 15px !important;
|
2019-05-14 02:54:23 +02:00
|
|
|
background-color: #fafafa !important;
|
2017-03-15 19:55:12 +01:00
|
|
|
border-width: 1px !important;
|
2017-10-26 02:49:16 +02:00
|
|
|
|
2019-05-13 08:26:32 +02:00
|
|
|
.octicon {
|
|
|
|
width: 16px;
|
|
|
|
text-align: center;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
}
|
2015-11-16 17:11:59 +01:00
|
|
|
}
|
2015-09-01 13:04:35 +02:00
|
|
|
|
2015-11-16 17:11:59 +01:00
|
|
|
.ui.repository.list {
|
2017-12-02 20:48:43 +01:00
|
|
|
.item {
|
|
|
|
padding-bottom: 25px;
|
2015-11-16 17:11:59 +01:00
|
|
|
|
2017-12-02 20:48:43 +01:00
|
|
|
&:not(:first-child) {
|
2019-05-14 02:54:23 +02:00
|
|
|
border-top: 1px solid #eeeeee;
|
2017-12-02 20:48:43 +01:00
|
|
|
padding-top: 25px;
|
|
|
|
}
|
2015-11-16 17:11:59 +01:00
|
|
|
|
2017-12-02 20:48:43 +01:00
|
|
|
.ui.header {
|
|
|
|
font-size: 1.5rem;
|
|
|
|
padding-bottom: 10px;
|
2016-01-11 13:41:43 +01:00
|
|
|
|
2017-12-02 20:48:43 +01:00
|
|
|
.name {
|
|
|
|
word-break: break-all;
|
|
|
|
}
|
2017-10-26 02:49:16 +02:00
|
|
|
|
2017-12-02 20:48:43 +01:00
|
|
|
.metas {
|
2019-05-14 02:54:23 +02:00
|
|
|
color: #888888;
|
2017-12-02 20:48:43 +01:00
|
|
|
font-size: 14px;
|
|
|
|
font-weight: normal;
|
2019-05-13 08:26:32 +02:00
|
|
|
|
2017-12-02 20:48:43 +01:00
|
|
|
span:not(:last-child) {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2019-05-13 08:26:32 +02:00
|
|
|
|
2017-12-02 20:48:43 +01:00
|
|
|
.time {
|
|
|
|
font-size: 12px;
|
|
|
|
color: #808080;
|
|
|
|
}
|
2019-05-13 08:26:32 +02:00
|
|
|
|
2019-04-15 20:59:30 +02:00
|
|
|
.ui.tags {
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
2019-05-30 04:22:26 +02:00
|
|
|
|
|
|
|
.ui.avatar.image {
|
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
|
|
|
}
|
2017-12-02 20:48:43 +01:00
|
|
|
}
|
2015-12-07 21:20:54 +01:00
|
|
|
}
|
2016-03-11 21:33:12 +01:00
|
|
|
|
2019-05-13 08:26:32 +02:00
|
|
|
.ui.repository.branches {
|
2019-07-17 22:02:41 +02:00
|
|
|
.info {
|
2017-12-02 20:48:43 +01:00
|
|
|
font-size: 12px;
|
|
|
|
color: #808080;
|
2019-07-17 22:02:41 +02:00
|
|
|
display: flex;
|
|
|
|
white-space: pre;
|
|
|
|
.commit-message {
|
|
|
|
max-width: 72em;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
2017-12-02 20:48:43 +01:00
|
|
|
}
|
2017-10-26 02:49:16 +02:00
|
|
|
}
|
|
|
|
|
2016-03-11 21:33:12 +01:00
|
|
|
.ui.user.list {
|
2017-12-02 20:48:43 +01:00
|
|
|
.item {
|
|
|
|
padding-bottom: 25px;
|
2016-03-11 21:33:12 +01:00
|
|
|
|
2017-12-02 20:48:43 +01:00
|
|
|
&:not(:first-child) {
|
2019-05-14 02:54:23 +02:00
|
|
|
border-top: 1px solid #eeeeee;
|
2017-12-02 20:48:43 +01:00
|
|
|
padding-top: 25px;
|
|
|
|
}
|
2016-03-11 21:33:12 +01:00
|
|
|
|
2017-12-02 20:48:43 +01:00
|
|
|
.ui.avatar.image {
|
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
|
|
|
}
|
2016-03-11 21:33:12 +01:00
|
|
|
|
2017-12-02 20:48:43 +01:00
|
|
|
.description {
|
|
|
|
margin-top: 5px;
|
2016-03-11 21:33:12 +01:00
|
|
|
|
2017-12-02 20:48:43 +01:00
|
|
|
.octicon:not(:first-child) {
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
2016-03-11 21:33:12 +01:00
|
|
|
|
2017-12-02 20:48:43 +01:00
|
|
|
a {
|
2019-05-14 02:54:23 +02:00
|
|
|
color: #333333;
|
2019-05-13 08:26:32 +02:00
|
|
|
|
2017-12-02 20:48:43 +01:00
|
|
|
&:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2017-03-15 19:55:12 +01:00
|
|
|
}
|