2018-01-28 23:22:43 +11:00
|
|
|
/*アイコンをクリックした時とかにでてくるユーザーデータ*/
|
|
|
|
#his-data {
|
2020-09-17 22:05:08 +10:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-image: url('../img/loading.svg');
|
|
|
|
overflow-y: hidden;
|
2018-01-28 23:22:43 +11:00
|
|
|
}
|
2020-09-17 22:05:08 +10:00
|
|
|
#his-data .btn .material-icons {
|
|
|
|
float: left;
|
2019-10-20 15:11:03 +11:00
|
|
|
}
|
2019-08-24 02:09:56 +10:00
|
|
|
#his-data-content {
|
2020-09-17 22:05:08 +10:00
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
2019-08-24 02:09:56 +10:00
|
|
|
}
|
2019-05-19 17:39:30 +10:00
|
|
|
#his-name {
|
2020-09-17 22:05:08 +10:00
|
|
|
font-size: 1.5rem;
|
2018-09-05 01:04:56 +10:00
|
|
|
}
|
2018-01-28 23:22:43 +11:00
|
|
|
#his-prof {
|
2020-09-17 22:05:08 +10:00
|
|
|
width: 7.7rem;
|
|
|
|
margin-right: 0.4rem;
|
2018-01-28 23:22:43 +11:00
|
|
|
}
|
|
|
|
.his-float {
|
2020-09-17 22:05:08 +10:00
|
|
|
overflow-y: scroll;
|
|
|
|
padding: 0.4rem;
|
2018-01-28 23:22:43 +11:00
|
|
|
}
|
2019-05-19 17:39:30 +10:00
|
|
|
#his-float-data {
|
2020-09-17 22:05:08 +10:00
|
|
|
height: 100%;
|
2019-10-20 15:11:03 +11:00
|
|
|
overflow-y: hidden;
|
2020-09-17 22:05:08 +10:00
|
|
|
|
2018-09-05 01:04:56 +10:00
|
|
|
}
|
2019-08-24 02:09:56 +10:00
|
|
|
#his-leftside {
|
2020-09-17 22:05:08 +10:00
|
|
|
width: 28.4rem;
|
|
|
|
max-width: 30vw;
|
2019-08-24 02:09:56 +10:00
|
|
|
}
|
2019-05-19 17:39:30 +10:00
|
|
|
#his-float-timeline {
|
2020-09-17 22:05:08 +10:00
|
|
|
max-width: 47.5rem;
|
|
|
|
min-width: calc(100% - 29.4rem);
|
|
|
|
height: 100%;
|
|
|
|
overflow-y: hidden;
|
2018-09-05 01:04:56 +10:00
|
|
|
}
|
2019-05-19 17:39:30 +10:00
|
|
|
#his-basic-prof {
|
2020-09-17 22:05:08 +10:00
|
|
|
display: flex;
|
|
|
|
min-height: 10rem;
|
2018-09-05 01:04:56 +10:00
|
|
|
}
|
2019-05-19 17:39:30 +10:00
|
|
|
#his-field {
|
2020-09-17 22:05:08 +10:00
|
|
|
vertical-align: baseline;
|
|
|
|
text-align: center;
|
|
|
|
padding: 0;
|
2018-09-05 01:04:56 +10:00
|
|
|
}
|
2019-05-19 17:39:30 +10:00
|
|
|
#his-field tr {
|
2020-09-17 22:05:08 +10:00
|
|
|
height: 1.5rem;
|
2018-09-05 01:04:56 +10:00
|
|
|
}
|
2019-05-19 17:39:30 +10:00
|
|
|
.his-field-title {
|
2020-09-17 22:05:08 +10:00
|
|
|
height: 1.5rem;
|
|
|
|
padding: 0;
|
|
|
|
background-color: #757575;
|
|
|
|
text-align: center;
|
|
|
|
padding: 0.4rem;
|
|
|
|
margin-bottom: 1px;
|
|
|
|
width: 30%;
|
2018-09-05 01:04:56 +10:00
|
|
|
}
|
2019-05-19 17:39:30 +10:00
|
|
|
.his-field-content {
|
2020-09-17 22:05:08 +10:00
|
|
|
height: 1.5rem;
|
|
|
|
padding: 0;
|
|
|
|
padding-left: 0.4rem;
|
2018-09-05 01:04:56 +10:00
|
|
|
}
|
2019-10-20 15:11:03 +11:00
|
|
|
.his-var-content a span.ellipsis:after {
|
2020-09-17 22:05:08 +10:00
|
|
|
content: '...';
|
2018-09-05 01:04:56 +10:00
|
|
|
}
|
2019-10-20 15:11:03 +11:00
|
|
|
.his-var-content a:not(.mention) span:last-of-type {
|
2020-09-17 22:05:08 +10:00
|
|
|
display: none;
|
2018-09-05 01:04:56 +10:00
|
|
|
}
|
2019-08-24 02:09:56 +10:00
|
|
|
#his-data a .rep_ct,
|
|
|
|
#his-data a .rt_ct,
|
|
|
|
#his-data a .fav_ct {
|
2020-09-17 22:05:08 +10:00
|
|
|
display: inline !important;
|
2019-08-24 02:09:56 +10:00
|
|
|
}
|
2018-01-28 23:22:43 +11:00
|
|
|
#his-data-show {
|
2020-09-17 22:05:08 +10:00
|
|
|
margin: 1.5rem;
|
|
|
|
margin-left: 3.8rem;
|
|
|
|
margin-right: 3.8rem;
|
|
|
|
background-color: var(--his-data);
|
|
|
|
height: calc(100% - 1.5rem);
|
|
|
|
margin-bottom: 0;
|
|
|
|
padding: 0.4rem;
|
2018-01-28 23:22:43 +11:00
|
|
|
}
|
2019-08-24 02:09:56 +10:00
|
|
|
#his-data-wrap {
|
2020-09-17 22:05:08 +10:00
|
|
|
display: flex;
|
2019-08-24 02:09:56 +10:00
|
|
|
}
|
|
|
|
.his-var-content {
|
2020-09-17 22:05:08 +10:00
|
|
|
overflow-y: scroll;
|
|
|
|
overflow-x: hidden;
|
|
|
|
height: calc(100% - 3.4rem);
|
|
|
|
padding-bottom: 60px;
|
2018-01-28 23:22:43 +11:00
|
|
|
}
|
2019-08-24 02:09:56 +10:00
|
|
|
#my-data-nav .btn {
|
2020-09-17 22:05:08 +10:00
|
|
|
width: 10.6rem;
|
2018-01-28 23:22:43 +11:00
|
|
|
}
|
2020-09-17 22:05:08 +10:00
|
|
|
#my-data-nav .active-back {
|
|
|
|
display: none;
|
2018-03-14 05:31:31 +11:00
|
|
|
}
|
2019-05-19 17:39:30 +10:00
|
|
|
#his-name .emojione,
|
|
|
|
#his-name .emoji-img {
|
2020-09-17 22:05:08 +10:00
|
|
|
width: 1.538rem;
|
2018-05-26 02:37:35 +10:00
|
|
|
}
|
2019-05-19 17:39:30 +10:00
|
|
|
#his-plus-action .btn {
|
2020-09-17 22:05:08 +10:00
|
|
|
padding-right: 0.4rem;
|
|
|
|
padding-left: 0.4rem;
|
2018-09-05 01:04:56 +10:00
|
|
|
}
|
2019-06-07 02:11:04 +10:00
|
|
|
.tabs {
|
2020-09-17 22:05:08 +10:00
|
|
|
display: flex;
|
2018-09-05 01:04:56 +10:00
|
|
|
}
|
2019-06-07 02:11:04 +10:00
|
|
|
.tabs .tab a {
|
2020-09-17 22:05:08 +10:00
|
|
|
padding: 0.6rem 0.9rem;
|
2018-09-14 02:40:51 +10:00
|
|
|
}
|
2019-10-20 15:11:03 +11:00
|
|
|
#his-des {
|
2020-09-17 22:05:08 +10:00
|
|
|
max-height: 17.7rem;
|
|
|
|
overflow-y: scroll;
|
2019-10-20 15:11:03 +11:00
|
|
|
}
|
|
|
|
#his-sign-action {
|
2020-09-17 22:05:08 +10:00
|
|
|
border: 1px solid;
|
|
|
|
border-radius: 0.4rem;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
padding-left: 0.75rem;
|
|
|
|
padding-right: 0.75rem;
|
|
|
|
flex-wrap: wrap;
|
2019-10-20 15:11:03 +11:00
|
|
|
}
|
|
|
|
#his-sign-action .btn {
|
2020-09-17 22:05:08 +10:00
|
|
|
flex-basis: calc(50% - 10.6px);
|
2019-10-20 15:11:03 +11:00
|
|
|
}
|
2020-10-18 20:33:53 +11:00
|
|
|
#his-sign-action .dropdown-trigger {
|
|
|
|
flex-basis: 100%;
|
|
|
|
}
|
2019-05-19 17:39:30 +10:00
|
|
|
#his-des .mention {
|
2020-09-17 22:05:08 +10:00
|
|
|
color: #039be5;
|
|
|
|
cursor: pointer;
|
2019-04-11 02:52:01 +10:00
|
|
|
}
|
2020-09-17 22:05:08 +10:00
|
|
|
#his-table {
|
|
|
|
max-height: 11.538rem;
|
|
|
|
overflow-y: scroll;
|
2019-10-20 15:11:03 +11:00
|
|
|
}
|
2019-05-19 17:39:30 +10:00
|
|
|
#his-float-blocked {
|
2020-09-17 22:05:08 +10:00
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
font-size: 2rem;
|
|
|
|
height: 100%;
|
2019-05-19 17:39:30 +10:00
|
|
|
}
|
2020-09-17 22:05:08 +10:00
|
|
|
#hisdropdown {
|
|
|
|
background-color: var(--bg);
|
2019-08-24 22:19:52 +10:00
|
|
|
}
|
2020-09-07 01:23:10 +10:00
|
|
|
#hisdropdown li a {
|
2020-09-17 22:05:08 +10:00
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
#hisdropdown li:hover {
|
|
|
|
background-color: var(--active);
|
|
|
|
}
|
2021-04-18 05:25:10 +10:00
|
|
|
#his-data-title-wrap {
|
2020-09-17 22:05:08 +10:00
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 1.5rem;
|
2021-04-18 05:25:10 +10:00
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
#his-data-title .material-icons {
|
|
|
|
position: relative;
|
|
|
|
top: 7px;
|
|
|
|
margin-right: 3px;
|
|
|
|
}
|