thedesk/app/css/tl.css

666 lines
11 KiB
CSS
Raw Normal View History

2018-01-28 23:22:43 +11:00
/*TL CSS(ただしBBCode pulse:master.css/spin:font-awesome*/
2019-05-19 17:39:30 +10:00
#main {
width: 100vw;
height: calc(100vh - 40px);
2018-03-14 17:52:55 +11:00
}
2018-01-28 23:22:43 +11:00
#timeline-container {
2018-02-05 01:56:31 +11:00
overflow-x: scroll;
overflow-y: hidden;
2018-01-28 23:22:43 +11:00
display: flex;
height: 100%;
2019-05-19 17:39:30 +10:00
}
#bottom {
position: absolute;
bottom: 0;
width: 100vw;
height: 40px;
padding: 3px;
padding-right: 0;
padding-left: 40px;
background-color: var(--sidebar);
display: flex;
2018-07-28 07:25:12 +10:00
justify-content: space-between;
2019-05-19 17:39:30 +10:00
flex-wrap: wrap;
z-index: 500;
2018-07-28 07:25:12 +10:00
box-shadow: 10px 0 10px 10px rgba(0, 0, 0, 0.2);
2018-03-13 04:41:38 +11:00
}
2019-05-19 17:39:30 +10:00
#bottom.reverse {
padding-left: 0;
padding-right: 40px;
2018-09-11 04:59:44 +10:00
}
2019-05-19 17:39:30 +10:00
.reverse {
2018-09-11 04:59:44 +10:00
flex-direction: row-reverse;
}
2019-05-19 17:39:30 +10:00
#bottom #dambox {
width: 300px;
margin-right: 10px;
2018-09-11 04:59:44 +10:00
}
2019-05-19 17:39:30 +10:00
#bottom.reverse #dambox {
margin-right: 0;
2018-03-13 04:41:38 +11:00
}
2019-05-19 17:39:30 +10:00
#bottom .trendtag {
height: 40px;
2018-03-13 04:41:38 +11:00
}
2019-05-19 17:39:30 +10:00
#bottom #group {
margin-right: 40px;
2018-03-13 04:41:38 +11:00
}
2019-05-19 17:39:30 +10:00
#bottom .leftside {
display: flex;
2018-03-13 04:41:38 +11:00
}
2019-05-19 17:39:30 +10:00
#bottom #tips img {
2018-07-28 07:25:12 +10:00
vertical-align: -3px;
2018-03-13 04:41:38 +11:00
}
2019-05-19 17:39:30 +10:00
#bottom a {
color: var(--color);
2018-03-13 04:41:38 +11:00
}
2019-05-19 17:39:30 +10:00
#bottom i {
font-size: 30px;
2018-03-13 04:41:38 +11:00
}
2019-05-19 17:39:30 +10:00
.exc-icons {
font-size: 20px;
2019-01-26 14:23:53 +11:00
}
2019-05-19 17:39:30 +10:00
.exc-chb {
padding-left: 24px !important;
2019-01-26 14:23:53 +11:00
}
2019-05-19 17:39:30 +10:00
#bottom .btnsgroup {
border: 1px solid;
padding: 1px;
padding-left: 5px;
padding-right: 5px;
margin-right: 15px;
border-radius: 5px;
2018-03-13 04:41:38 +11:00
}
2019-05-19 17:39:30 +10:00
#spot-box {
2018-07-29 17:37:54 +10:00
white-space: nowrap;
text-overflow: ellipsis;
}
2019-05-19 17:39:30 +10:00
#spot-img {
margin-right: 2px;
2018-07-29 17:37:54 +10:00
}
2019-05-19 17:39:30 +10:00
#spot-art {
margin-right: 2px;
margin-left: 2px;
2018-07-29 17:37:54 +10:00
}
2019-05-19 17:39:30 +10:00
.btnsgroup .grouptitle {
font-family: Open Sans;
font-size: 15px;
2018-07-28 07:25:12 +10:00
}
@media screen and (max-width: 890px) {
2019-05-19 17:39:30 +10:00
.btnsgroup .grouptitle {
display: none;
}
#tips,
#tips-menu {
display: none;
}
2018-01-28 23:22:43 +11:00
}
2018-01-29 00:29:23 +11:00
iframe {
2019-05-19 17:39:30 +10:00
max-width: 100%;
2019-07-12 01:53:55 +10:00
max-height: 300px;
2018-01-29 00:29:23 +11:00
}
2018-02-18 05:44:20 +11:00
@media screen and (max-width: 600px) {
.mobile #timeline-container {
display: block;
overflow-x: hidden;
}
.mobile .box {
width: 100vw;
}
.mobile .fixed-action-btn {
position: absolute;
}
}
2018-01-28 23:22:43 +11:00
.box {
2018-02-05 01:56:31 +11:00
overflow: hidden;
2018-01-28 23:22:43 +11:00
min-width: 300px;
flex: 1;
2019-05-19 17:39:30 +10:00
border-top: none;
display: flex;
2019-03-21 06:42:47 +11:00
flex-direction: column;
2019-03-29 04:37:20 +11:00
margin-bottom: -10px;
2019-03-21 06:42:47 +11:00
}
2019-05-19 17:39:30 +10:00
.img_FTL {
display: none;
2019-04-03 01:42:25 +11:00
}
2019-05-19 17:39:30 +10:00
.bbcode_FTL {
display: none;
2019-04-03 01:42:25 +11:00
}
2019-05-19 19:31:47 +10:00
.marquee {
width: 100%;
padding: .5em 0;
overflow: hidden;
margin-bottom: 0;
position: relative;
}
.marquee .bbcode-marq-lateral {
margin: 0;
padding-left: 100%;
display: inline-block;
white-space: nowrap;
animation-name: marquee;
animation-timing-function: linear;
animation-duration: 10s;
animation-iteration-count: infinite;
}
@keyframes marquee {
0% {
-webkit-transform: translate(0);
transform: translate(0);
}
99%, 100% {
-webkit-transform: translate(-100%);
transform: translate(-100%);
}
}
2019-05-19 17:39:30 +10:00
.boxIn {
display: flex;
flex-direction: column;
2019-05-19 17:39:30 +10:00
height: 100%;
2019-03-21 06:42:47 +11:00
border: thin solid gray;
overflow: hidden;
2018-01-28 23:22:43 +11:00
}
2019-05-19 17:39:30 +10:00
.box .pin,
#his-data .pin {
display: none;
2018-03-11 01:22:59 +11:00
}
2019-05-19 17:39:30 +10:00
.user {
cursor: text;
font-size: 1.1rem;
2018-03-14 17:52:55 +11:00
}
2019-05-19 17:39:30 +10:00
.emoji,
.emoji-img {
2018-05-26 02:37:35 +10:00
width: 15px;
}
2019-05-19 17:39:30 +10:00
.area-toot .emoji,
.area-toot .emoji-img {
2018-03-15 06:42:48 +11:00
width: 20px;
vertical-align: middle;
2019-05-19 17:39:30 +10:00
margin: -1px 0;
}
.faicon_FTL {
display: none;
2018-01-28 23:22:43 +11:00
}
2019-05-19 17:39:30 +10:00
.tl-box {
position: relative;
flex: 1;
2019-05-19 17:39:30 +10:00
overflow-y: scroll;
overflow-x: hidden;
2018-03-31 13:39:06 +11:00
}
2018-01-28 23:22:43 +11:00
.additional {
overflow-x: scroll;
width: 100%;
}
2019-05-19 17:39:30 +10:00
.media-filter .nomedia {
display: none;
2018-02-18 03:44:03 +11:00
}
2019-05-19 17:39:30 +10:00
.bt-filter .shared {
display: none;
2019-02-28 04:02:23 +11:00
}
2019-05-19 17:39:30 +10:00
.except-bt-filter .unshared {
display: none;
2019-03-06 19:08:48 +11:00
}
2018-01-28 23:22:43 +11:00
.cvo {
2018-12-09 05:46:01 +11:00
user-select: text;
2018-01-28 23:22:43 +11:00
padding-left: 5px;
2019-05-19 17:39:30 +10:00
border-bottom: 0.5px solid;
2018-01-28 23:22:43 +11:00
padding-right: 2px;
2019-01-13 13:02:52 +11:00
word-break: break-word;
2018-02-18 16:43:11 +11:00
width: 100%;
display: grid;
2018-02-18 18:29:06 +11:00
grid-template-columns: 43px 2fr 1fr;
2019-05-19 17:39:30 +10:00
grid-template-areas: "notice notice notice" "icon display_name display_name" "icon toot toot" "vis additional additional" "actions actions side";
}
.cvo h1,
.cvo h2,
.cvo h3,
.cvo h4,
.cvo h5,
.cvo h6 {
margin: 0;
2018-09-12 02:49:41 +10:00
}
2018-02-18 16:43:11 +11:00
.area-notice {
2019-05-19 17:39:30 +10:00
margin: 2px;
grid-area: notice;
2018-02-18 16:43:11 +11:00
}
.area-icon {
2019-05-19 17:39:30 +10:00
width: 40px;
margin: 2px;
grid-area: icon;
2018-02-18 16:43:11 +11:00
}
.area-display_name {
2018-12-09 05:46:01 +11:00
user-select: text;
2019-05-19 17:39:30 +10:00
height: 1.5em;
margin: 2px;
margin-left: 5px;
overflow: hidden;
grid-area: display_name;
white-space: nowrap;
text-overflow: ellipsis;
display: flex;
justify-content: space-between;
width: 100%;
flex-wrap: nowrap;
}
.flex-name {
max-width: calc(100% - 60px);
overflow: hidden;
2018-05-26 02:37:35 +10:00
text-overflow: ellipsis;
}
2018-02-18 16:43:11 +11:00
.area-toot {
2019-05-19 17:39:30 +10:00
cursor: text;
2018-02-25 18:21:13 +11:00
user-select: auto;
2019-05-19 17:39:30 +10:00
margin: 2px;
margin-left: 5px;
grid-area: toot;
2018-02-18 16:43:11 +11:00
}
.area-date_via {
2019-05-19 17:39:30 +10:00
text-align: right;
2018-02-24 03:02:44 +11:00
grid-area: date_via;
2018-02-18 16:43:11 +11:00
}
2018-02-24 03:02:44 +11:00
.area-additional {
2019-05-19 17:39:30 +10:00
cursor: text;
2018-02-25 18:21:13 +11:00
user-select: auto;
2018-02-24 03:02:44 +11:00
grid-area: additional;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
2018-02-24 03:02:44 +11:00
2018-02-18 16:43:11 +11:00
.area-actions {
2019-05-19 17:39:30 +10:00
padding: 0;
margin: 0;
top: -20px;
display: flex;
justify-content: space-around;
width: 250px;
max-width: 100%;
2018-07-17 01:39:06 +10:00
grid-area: actions;
2018-02-18 16:43:11 +11:00
}
2018-05-02 14:14:03 +10:00
.area-vis {
2019-05-19 17:39:30 +10:00
margin: 2px;
2018-05-02 14:14:03 +10:00
grid-area: vis;
2019-05-19 17:39:30 +10:00
}
2018-07-28 07:25:12 +10:00
.area-side {
2019-05-19 17:39:30 +10:00
display: flex;
justify-content: flex-end;
margin: 2px;
2018-07-28 07:25:12 +10:00
grid-area: side;
}
2019-04-15 01:45:04 +10:00
2019-05-19 17:39:30 +10:00
.quote-renote {
2019-04-15 01:45:04 +10:00
display: grid;
grid-template-columns: 43px 2fr 1fr;
2019-05-19 17:39:30 +10:00
grid-template-areas: "ricon ruser" "ricon rtext";
2019-04-15 01:45:04 +10:00
border: 1px solid;
margin-top: 3px;
padding: 1px;
border-radius: 3px;
}
2019-05-19 17:39:30 +10:00
.renote-icon {
2019-04-15 01:45:04 +10:00
grid-area: ricon;
}
2019-05-19 17:39:30 +10:00
.renote-icon img {
width: 43px;
2019-04-15 01:45:04 +10:00
}
2019-05-19 17:39:30 +10:00
.renote-user {
2019-04-15 01:45:04 +10:00
grid-area: ruser;
}
2019-05-19 17:39:30 +10:00
.renote-text {
2019-04-15 01:45:04 +10:00
grid-area: rtext;
}
2019-05-19 17:39:30 +10:00
.btn-flat {
color: var(--color);
2019-03-06 22:56:39 +11:00
}
2019-05-19 17:39:30 +10:00
.area-side i {
margin-left: 10px;
2018-07-28 07:25:12 +10:00
}
2019-05-19 17:39:30 +10:00
.viabadge {
margin-top: 10px;
2018-07-28 07:25:12 +10:00
}
2019-05-19 17:39:30 +10:00
.action i {
font-size: 1.2rem;
margin-right: 2px;
2019-03-06 22:56:39 +11:00
}
2019-05-19 17:39:30 +10:00
.action .fa-quote-right {
2019-03-13 02:51:07 +11:00
margin-top: 2px;
}
2019-05-19 17:39:30 +10:00
.actct {
color: var(--beforehover);
2018-01-28 23:22:43 +11:00
}
2019-05-19 17:39:30 +10:00
.actct:hover {
color: var(--color);
2019-03-06 22:56:39 +11:00
transition: 0.5s;
2018-12-09 05:46:01 +11:00
}
2018-01-28 23:22:43 +11:00
.gray {
color: gray;
}
.sml {
2018-03-14 17:52:55 +11:00
font-size: 0.8em;
2018-01-28 23:22:43 +11:00
}
.toot {
overflow: hide;
}
.toot-img {
object-fit: cover;
width: 100%;
}
.toot img:not(.emoji-img) {
max-width: 100%;
max-height: 300px;
}
.cbadge {
display: inline-block;
min-width: 10px;
2019-05-19 17:39:30 +10:00
max-width: 100px;
2018-01-28 23:22:43 +11:00
padding: 3px 7px;
2018-03-14 17:52:55 +11:00
font-size: 0.8em;
2018-01-28 23:22:43 +11:00
margin-right: 5px;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: middle;
background-color: #777;
border-radius: 10px;
2018-02-18 16:43:11 +11:00
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
2019-05-19 17:39:30 +10:00
height: calc(0.8em + 8px);
2018-01-28 23:22:43 +11:00
}
2018-05-26 02:37:35 +10:00
.cbadge-hover {
2018-07-07 03:51:48 +10:00
color: var(--color);
2018-05-26 02:37:35 +10:00
background-color: transparent;
}
.cbadge-hover:hover {
color: #fff;
background-color: #777;
}
2018-01-28 23:22:43 +11:00
p {
margin: 0;
2018-02-18 16:43:11 +11:00
margin-bottom: 0px;
2019-05-19 17:39:30 +10:00
line-height: 20px;
2018-01-28 23:22:43 +11:00
}
2019-05-19 17:39:30 +10:00
p:not(:last-child) {
2018-03-14 05:31:31 +11:00
margin-bottom: 10px;
}
2018-01-28 23:22:43 +11:00
.shared {
2018-07-07 03:51:48 +10:00
background-color: var(--shared);
2018-01-28 23:22:43 +11:00
}
2018-03-11 01:22:59 +11:00
.emphasized {
2018-07-07 03:51:48 +10:00
background-color: var(--emphasized);
2018-03-11 01:22:59 +11:00
}
2018-01-28 23:22:43 +11:00
.udg {
cursor: pointer;
}
2018-01-31 03:43:01 +11:00
.notice-box {
top: 0;
2019-05-19 17:39:30 +10:00
background-color: var(--notfbox);
2019-04-04 03:07:07 +11:00
filter: brightness(110%);
2018-01-28 23:22:43 +11:00
position: relative;
margin-right: 10px;
2019-05-19 17:39:30 +10:00
width: 100%;
min-height: 60px;
z-index: 500;
padding: 5px;
2018-02-25 02:59:53 +11:00
display: grid;
2018-07-28 07:25:12 +10:00
grid-template-columns: 40px 48px 1fr 24px;
2018-02-25 02:59:53 +11:00
grid-template-rows: 30px 30px;
2019-05-19 17:39:30 +10:00
grid-template-areas: "notice notice_name notice_name a2" "notice a1 sta a3" "notf-box notf-box notf-box notf-box";
2018-02-25 02:59:53 +11:00
}
2019-05-19 17:39:30 +10:00
.emp {
2018-03-11 01:22:59 +11:00
font-weight: bold;
text-decoration: underline;
}
2018-02-25 02:59:53 +11:00
.area-notice {
grid-area: notice;
}
.area-notice_name {
grid-area: notice_name;
2019-07-09 23:48:57 +10:00
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
2018-02-25 02:59:53 +11:00
}
.area-notice_acct {
grid-area: notice_acct;
}
.area-a1 {
2018-02-26 00:37:04 +11:00
text-align: center;
2018-02-25 02:59:53 +11:00
grid-area: a1;
}
2018-07-28 07:25:12 +10:00
.area-sta {
text-align: center;
grid-area: sta;
}
2018-02-25 02:59:53 +11:00
.area-a2 {
2018-02-26 00:37:04 +11:00
text-align: center;
2018-02-25 02:59:53 +11:00
grid-area: a2;
}
.area-a3 {
2018-02-26 00:37:04 +11:00
text-align: center;
2018-02-25 02:59:53 +11:00
grid-area: a3;
}
2018-02-13 06:16:46 +11:00
.tl-title {
font-family: Open Sans;
}
2018-01-28 23:22:43 +11:00
#tools {
position: fixed;
top: 10px;
right: 10px;
float: right;
}
.setting {
2018-02-18 03:44:03 +11:00
font-size: 0.6rem;
2018-01-28 23:22:43 +11:00
color: gray;
cursor: pointer;
}
#toot-this .details {
display: none;
}
.notf-box {
position: fixed;
2018-03-13 04:41:38 +11:00
right: 70px;
2018-07-07 03:51:48 +10:00
background-color: var(--box);
2018-01-28 23:22:43 +11:00
border: thin solid gray;
2018-03-14 17:52:55 +11:00
z-index: 501;
2018-01-28 23:22:43 +11:00
width: 400px;
padding: 5px;
min-height: 100px;
max-height: 500px;
}
2019-05-19 17:39:30 +10:00
.column-hide {
display: none;
overflow: hidden;
height: 0;
2018-08-10 01:18:35 +10:00
}
2019-05-19 17:39:30 +10:00
.prof-img {
2018-08-21 04:26:14 +10:00
border-radius: 3px;
}
2019-05-19 17:39:30 +10:00
.notf-icon {
2018-08-21 04:26:14 +10:00
position: relative;
top: -20px;
width: 20px;
left: 20px;
}
2018-01-28 23:22:43 +11:00
.notf-indv-box {
2019-05-19 17:39:30 +10:00
width: 100%;
2018-01-28 23:22:43 +11:00
max-height: 400px;
overflow-y: scroll;
overflow-x: hidden;
border: thin solid gray;
2018-07-22 23:03:46 +10:00
border-bottom: 2px solid white;
2018-02-25 02:59:53 +11:00
grid-area: notf-box;
2019-05-19 17:39:30 +10:00
box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14),
0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3),
0px -10px 10px 0px rgba(0, 0, 0, 0.3) inset;
2018-01-28 23:22:43 +11:00
}
#src-contents {
min-height: 100px;
max-height: 190px;
overflow-y: scroll;
}
2019-05-19 17:39:30 +10:00
.type-b {
display: none;
2018-05-02 14:14:03 +10:00
}
2019-05-19 17:39:30 +10:00
.modal-footer {
background-color: var(--box);
2018-03-13 04:41:38 +11:00
}
2019-05-19 17:39:30 +10:00
.ballons {
2018-07-17 01:39:06 +10:00
background-color: var(--box);
2019-05-19 17:39:30 +10:00
position: absolute;
bottom: 0px;
right: 0px;
2018-07-17 01:39:06 +10:00
}
2019-05-19 17:39:30 +10:00
.toot a span.ellipsis:after {
content: "...";
2018-07-17 01:39:06 +10:00
}
2019-05-19 17:39:30 +10:00
.toot a:not(.mention) span:last-of-type {
2019-05-30 00:24:50 +10:00
/*display: none;*/
2018-07-22 23:03:46 +10:00
}
2019-05-19 17:39:30 +10:00
.tl-box .via-hide {
display: none;
}
2019-05-19 17:39:30 +10:00
.vote {
width: 100%;
border: 1px solid;
margin-top: 3px;
padding: 1px;
border-radius: 3px;
2018-09-17 21:55:00 +10:00
}
2019-05-19 17:39:30 +10:00
.fa-2x > .emoji-img {
width: 36px !important;
height: 36px !important;
2018-09-17 21:55:00 +10:00
}
2019-05-19 17:39:30 +10:00
.fa-3x > .emoji-img {
width: 54px !important;
height: 54px !important;
2018-09-17 21:55:00 +10:00
}
2019-05-19 17:39:30 +10:00
.fa-4x > .emoji-img {
width: 72px !important;
height: 72px !important;
2018-09-17 21:55:00 +10:00
}
2019-05-19 17:39:30 +10:00
.fa-5x > .emoji-img {
width: 90px !important;
height: 90px !important;
2018-09-17 21:55:00 +10:00
}
2019-05-19 17:39:30 +10:00
#lists-user {
2018-09-17 21:55:00 +10:00
overflow-y: scroll;
2019-05-19 17:39:30 +10:00
overflow-x: hidden;
max-height: 200px;
2019-03-06 19:08:48 +11:00
}
2019-05-19 17:39:30 +10:00
.votebtn {
2019-03-06 19:08:48 +11:00
border: 1px solid;
2019-03-06 22:56:39 +11:00
color: var(--bg);
background-color: var(--beforehover);
2019-05-19 17:39:30 +10:00
cursor: pointer;
2019-03-06 19:08:48 +11:00
width: 50px;
padding: 2px;
display: inline-block;
text-align: center;
margin-top: 5px;
border-radius: 10px;
transition-duration: 0.5s;
}
2019-05-19 17:39:30 +10:00
.votebtn:hover {
background-color: var(--color);
2019-03-06 19:08:48 +11:00
}
2019-05-19 17:39:30 +10:00
.jump {
display: inline-block;
animation: jump 0.75s linear infinite;
2019-04-11 03:59:13 +10:00
}
2019-05-19 17:39:30 +10:00
.img-link {
position: relative;
display: block;
margin-right: 1px;
2019-05-07 23:43:30 +10:00
float: left;
overflow: hidden;
2019-05-07 23:43:30 +10:00
}
2019-05-19 17:39:30 +10:00
.nsfw-media {
position: absolute;
top: 0;
right: 0;
2019-05-07 23:43:30 +10:00
background-color: black;
2019-05-19 17:39:30 +10:00
color: white;
2019-05-07 23:43:30 +10:00
}
2019-05-19 17:39:30 +10:00
.img-link img {
display: block;
width: 100%;
height: 100%;
2019-05-07 23:43:30 +10:00
}
2019-07-12 01:53:55 +10:00
.shared.selectedToot{
background-color: var(--selectedWithShare);
}
.selectedToot{
background-color: var(--selected);
}
2019-06-23 02:20:17 +10:00
audio{
height: 2rem;
}
2019-07-01 22:46:00 +10:00
.translate{
white-space: normal;
}
2019-04-11 03:59:13 +10:00
@keyframes jump {
0% {
transform: translateY(0);
2019-05-19 17:39:30 +10:00
}
25% {
transform: translateY(-16px);
}
50% {
transform: translateY(0);
}
75% {
transform: translateY(-8px);
}
100% {
transform: translateY(0);
}
2019-04-11 03:59:13 +10:00
}
2019-03-06 19:08:48 +11:00
@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.box-anime {
animation-duration: 1s;
animation-name: fadeInLeft;
}
.cvo-anime {
animation-duration: 0.1s;
animation-name: fadeInDown;
2019-03-10 02:03:02 +11:00
}