2015-08-19 03:49:44 +09:00
|
|
|
.user {
|
2017-12-03 04:48:43 +09:00
|
|
|
&:not(.icon) {
|
|
|
|
padding-top: 15px;
|
|
|
|
}
|
2015-08-19 04:36:16 +09:00
|
|
|
|
2017-12-03 04:48:43 +09:00
|
|
|
&.profile {
|
|
|
|
.ui.card {
|
2020-02-22 23:06:07 +09:00
|
|
|
.header,
|
2017-12-03 04:48:43 +09:00
|
|
|
.username {
|
|
|
|
display: block;
|
|
|
|
}
|
2019-05-13 15:26:32 +09:00
|
|
|
|
2020-02-22 23:06:07 +09:00
|
|
|
.header {
|
|
|
|
font-weight: 700;
|
|
|
|
font-size: 1.3rem;
|
2020-02-24 01:48:27 +09:00
|
|
|
margin-top: -.2rem;
|
2020-02-22 23:06:07 +09:00
|
|
|
line-height: 1.3rem;
|
|
|
|
}
|
|
|
|
|
2017-12-03 04:48:43 +09:00
|
|
|
.extra.content {
|
|
|
|
padding: 0;
|
2015-11-17 01:11:59 +09:00
|
|
|
|
2017-12-03 04:48:43 +09:00
|
|
|
ul {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2015-11-17 01:11:59 +09:00
|
|
|
|
2017-12-03 04:48:43 +09:00
|
|
|
li {
|
|
|
|
padding: 10px;
|
|
|
|
list-style: none;
|
2015-11-17 01:11:59 +09:00
|
|
|
|
2017-12-03 04:48:43 +09:00
|
|
|
&:not(:last-child) {
|
|
|
|
border-bottom: 1px solid #eaeaea;
|
|
|
|
}
|
2015-12-21 21:24:11 +09:00
|
|
|
|
2020-02-12 02:02:41 +09:00
|
|
|
.svg,
|
2019-06-27 15:36:37 +09:00
|
|
|
.fa {
|
2017-12-03 04:48:43 +09:00
|
|
|
margin-left: 1px;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
2015-12-21 21:24:11 +09:00
|
|
|
|
2017-12-03 04:48:43 +09:00
|
|
|
&.follow {
|
|
|
|
.ui.button {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2018-07-27 00:25:41 +09:00
|
|
|
|
|
|
|
#profile-avatar {
|
2020-02-22 23:06:07 +09:00
|
|
|
img {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2018-07-27 00:25:41 +09:00
|
|
|
@media only screen and (max-width: 768px) {
|
|
|
|
height: 250px;
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
img {
|
|
|
|
max-height: 768px;
|
|
|
|
max-width: 768px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media only screen and (max-width: 768px) {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2017-12-03 04:48:43 +09:00
|
|
|
}
|
2015-11-17 16:18:05 +09:00
|
|
|
|
2017-12-03 04:48:43 +09:00
|
|
|
.ui.repository.list {
|
|
|
|
margin-top: 25px;
|
|
|
|
}
|
2018-10-23 11:57:42 +09:00
|
|
|
|
2019-05-13 15:26:32 +09:00
|
|
|
#loading-heatmap {
|
2018-10-23 11:57:42 +09:00
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
2017-12-03 04:48:43 +09:00
|
|
|
}
|
2015-12-21 21:24:11 +09:00
|
|
|
|
2017-12-03 04:48:43 +09:00
|
|
|
&.followers {
|
|
|
|
.header.name {
|
|
|
|
font-size: 20px;
|
|
|
|
line-height: 24px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
2015-12-21 21:24:11 +09:00
|
|
|
|
2017-12-03 04:48:43 +09:00
|
|
|
.follow {
|
|
|
|
.ui.button {
|
|
|
|
padding: 8px 15px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-12-31 03:49:54 +09:00
|
|
|
|
|
|
|
&.notification {
|
2020-02-12 02:02:41 +09:00
|
|
|
.svg {
|
2016-12-31 03:49:54 +09:00
|
|
|
float: left;
|
|
|
|
font-size: 2em;
|
2019-06-27 15:36:37 +09:00
|
|
|
|
|
|
|
&.green {
|
|
|
|
color: #21ba45;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.red {
|
|
|
|
color: #d01919;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.purple {
|
|
|
|
color: #a333c8;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.blue {
|
|
|
|
color: #2185d0;
|
|
|
|
}
|
2016-12-31 03:49:54 +09:00
|
|
|
}
|
2019-05-13 15:26:32 +09:00
|
|
|
|
2016-12-31 03:49:54 +09:00
|
|
|
.content {
|
|
|
|
float: left;
|
|
|
|
margin-left: 7px;
|
|
|
|
}
|
|
|
|
|
2017-01-18 10:18:55 +09:00
|
|
|
table {
|
|
|
|
form {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2017-01-12 13:27:09 +09:00
|
|
|
button {
|
2017-01-18 10:18:55 +09:00
|
|
|
padding: 3px 3px 3px 5px;
|
2017-01-12 13:27:09 +09:00
|
|
|
}
|
|
|
|
|
2017-01-18 10:18:55 +09:00
|
|
|
tr {
|
|
|
|
cursor: pointer;
|
2017-01-12 13:27:09 +09:00
|
|
|
}
|
|
|
|
}
|
2016-12-31 03:49:54 +09:00
|
|
|
}
|
2019-05-13 15:26:32 +09:00
|
|
|
|
2017-03-17 09:49:24 +09:00
|
|
|
&.link-account:not(.icon) {
|
|
|
|
padding-top: 15px;
|
|
|
|
padding-bottom: 5px;
|
|
|
|
}
|
2019-05-13 15:26:32 +09:00
|
|
|
|
2017-09-14 20:46:14 +09:00
|
|
|
&.settings {
|
|
|
|
.iconFloat {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
}
|
2015-12-08 05:20:54 +09:00
|
|
|
}
|
2019-05-14 05:52:59 +09:00
|
|
|
|
|
|
|
.user-orgs {
|
|
|
|
display: flex;
|
|
|
|
flex-flow: row wrap;
|
|
|
|
padding: 0;
|
|
|
|
margin: -3px !important;
|
|
|
|
|
|
|
|
li {
|
|
|
|
display: flex;
|
|
|
|
border-bottom: 0 !important;
|
|
|
|
padding: 3px !important;
|
|
|
|
width: 20%;
|
|
|
|
max-width: 60px;
|
|
|
|
}
|
|
|
|
}
|