thedesk/app/css/userdata.css

147 lines
2.5 KiB
CSS
Raw Normal View History

2018-01-28 23:22:43 +11:00
/*アイコンをクリックした時とかにでてくるユーザーデータ*/
#his-data {
background-repeat: no-repeat;
2020-05-10 14:26:07 +10:00
background-image: url("../img/loading.svg");
2018-01-28 23:22:43 +11:00
overflow-y: hidden;
}
2019-10-20 15:11:03 +11:00
#his-data .btn .material-icons{
float:left;
}
2019-08-24 02:09:56 +10:00
#his-data-content {
display: flex;
justify-content: center;
}
2019-05-19 17:39:30 +10:00
#his-name {
font-size: 1.5rem;
2018-09-05 01:04:56 +10:00
}
2018-01-28 23:22:43 +11:00
#his-prof {
float: left;
2020-05-15 13:47:01 +10:00
width: 7.7rem;
margin-right: 0.4rem;
2018-01-28 23:22:43 +11:00
}
.his-float {
overflow-y: scroll;
2020-05-15 13:47:01 +10:00
padding: 0.4rem;
2018-01-28 23:22:43 +11:00
}
2019-05-19 17:39:30 +10:00
#his-float-data {
2018-09-17 21:55:00 +10:00
height: 100%;
2019-10-20 15:11:03 +11:00
overflow-y: hidden;
2018-09-05 01:04:56 +10:00
}
2019-08-24 02:09:56 +10:00
#his-leftside {
2020-05-15 13:47:01 +10:00
width: 38.4rem;
2019-08-24 02:09:56 +10:00
}
2019-05-19 17:39:30 +10:00
#his-float-timeline {
2020-05-15 13:47:01 +10:00
max-width: 59.6rem;
2019-05-19 17:39:30 +10:00
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-05-15 13:47:01 +10:00
min-height: 10rem;
2018-09-05 01:04:56 +10:00
}
2019-05-19 17:39:30 +10:00
#his-field {
2018-09-05 01:04:56 +10:00
vertical-align: baseline;
2019-05-19 17:39:30 +10:00
text-align: center;
padding: 0;
2018-09-05 01:04:56 +10:00
}
2019-05-19 17:39:30 +10:00
#his-field tr {
height: 1.5rem;
2018-09-05 01:04:56 +10:00
}
2019-05-19 17:39:30 +10:00
.his-field-title {
height: 1.5rem;
padding: 0;
background-color: #757575;
text-align: center;
2020-05-15 13:47:01 +10:00
padding: 0.4rem;
2019-05-19 17:39:30 +10:00
margin-bottom: 1px;
width: 30%;
2018-09-05 01:04:56 +10:00
}
2019-05-19 17:39:30 +10:00
.his-field-content {
height: 1.5rem;
padding: 0;
2020-05-15 13:47:01 +10:00
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 {
2019-05-19 17:39:30 +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 {
2019-05-19 17:39:30 +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 {
display: inline !important;
}
2018-01-28 23:22:43 +11:00
#his-data-show {
2020-05-15 13:47:01 +10:00
margin: 1.5rem;
margin-left: 3.8rem;
margin-right: 3.8rem;
2019-05-19 17:39:30 +10:00
background-color: var(--his-data);
2020-05-15 13:47:01 +10:00
height: calc(100% - 1.5rem);
2018-01-28 23:22:43 +11:00
margin-bottom: 0;
2020-05-15 13:47:01 +10:00
padding: 0.4rem;
2018-01-28 23:22:43 +11:00
}
2019-08-24 02:09:56 +10:00
#his-data-wrap {
display: flex;
}
.his-var-content {
2018-01-28 23:22:43 +11:00
overflow-y: scroll;
2018-09-05 01:04:56 +10:00
overflow-x: hidden;
2020-05-15 13:47:01 +10:00
height: calc(100% - 3.4rem);
2018-01-28 23:22:43 +11:00
}
2019-08-24 02:09:56 +10:00
#my-data-nav .btn {
2020-05-15 13:47:01 +10:00
width: 10.7rem;
2018-01-28 23:22:43 +11:00
}
2019-05-19 17:39:30 +10:00
.active-back {
2018-07-07 03:51:48 +10:00
background-color: var(--active);
2018-03-14 05:31:31 +11:00
}
2019-05-19 17:39:30 +10:00
#his-name .emojione,
#his-name .emoji-img {
2020-05-15 13:47:01 +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-05-15 13:47:01 +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 {
2019-05-19 17:39:30 +10:00
display: flex;
2018-09-05 01:04:56 +10:00
}
2019-06-07 02:11:04 +10:00
.tabs .tab a {
2020-05-15 13:47:01 +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-05-15 13:47:01 +10:00
max-height: 17.7rem;
2019-10-20 15:11:03 +11:00
overflow-y: scroll;
}
#his-sign-action {
border: 1px solid;
2020-05-15 13:47:01 +10:00
border-radius: 0.4rem;
2019-10-20 15:11:03 +11:00
display: flex;
align-items: center;
2020-05-15 13:47:01 +10:00
padding-left: 0.75rem;
padding-right: 0.75rem;
2019-10-20 15:11:03 +11:00
flex-wrap: wrap;
}
#his-sign-action .btn {
flex-basis: 31.2%;
}
2019-05-19 17:39:30 +10:00
#his-des .mention {
2018-09-14 02:40:51 +10:00
color: #039be5;
cursor: pointer;
2019-04-11 02:52:01 +10:00
}
2019-10-20 15:11:03 +11:00
#his-table{
2020-05-15 13:47:01 +10:00
max-height: 11.538rem;
2019-10-20 15:11:03 +11:00
overflow-y: scroll;
}
2019-05-19 17:39:30 +10:00
#his-float-blocked {
display: flex;
justify-content: center;
align-items: center;
font-size: 2rem;
2019-04-11 02:52:01 +10:00
height: 100%;
2019-05-19 17:39:30 +10:00
}
#hisdropdown{
background-color: var(--bg);
}
#hisdropdown li:hover{
background-color: var(--active);
}