2017-10-22 23:13:21 +09:00
|
|
|
@charset "UTF-8";
|
|
|
|
|
|
|
|
.tis-footer {
|
|
|
|
font-size: small;
|
2019-03-10 20:43:38 +09:00
|
|
|
color: #a2a2a2;
|
|
|
|
background: linear-gradient(to bottom, #f8f9fa, #fff);
|
|
|
|
border-top: 1px solid #eee
|
2017-10-22 23:13:21 +09:00
|
|
|
}
|
|
|
|
|
2017-11-07 00:39:07 +09:00
|
|
|
.tis-contribution-graph {
|
|
|
|
overflow-x: auto;
|
|
|
|
}
|
|
|
|
|
2019-02-04 00:10:14 +09:00
|
|
|
.tis-need-agecheck .container {
|
2019-02-05 22:33:11 +09:00
|
|
|
pointer-events: none;
|
2019-03-10 20:43:38 +09:00
|
|
|
filter: blur(45px);
|
2019-02-04 00:10:14 +09:00
|
|
|
}
|
|
|
|
|
|
|
|
.container {
|
2019-02-26 21:51:17 +09:00
|
|
|
transition: filter .15s linear;
|
2019-02-04 00:10:14 +09:00
|
|
|
}
|
|
|
|
|
2019-02-09 00:50:33 +09:00
|
|
|
.list-group-item.no-side-border {
|
|
|
|
border-right: none;
|
2019-03-10 20:43:38 +09:00
|
|
|
border-left: none;
|
2019-02-09 00:50:33 +09:00
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list-group-item.border-bottom-only:first-child {
|
|
|
|
border-top: none;
|
|
|
|
}
|
|
|
|
|
2017-10-22 23:13:21 +09:00
|
|
|
.list-group-item.border-bottom-only {
|
|
|
|
border-right: none;
|
2019-03-10 20:43:38 +09:00
|
|
|
border-left: none;
|
2017-10-22 23:13:21 +09:00
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list-group-item.border-bottom-only:first-child {
|
|
|
|
border-top: none;
|
|
|
|
}
|
|
|
|
|
2019-02-09 17:56:06 +09:00
|
|
|
.tis-global-count-graph {
|
|
|
|
height: 90px;
|
|
|
|
border-bottom: 1px solid rgba(0, 0, 0, .125);
|
|
|
|
}
|
|
|
|
|
2019-02-16 23:02:53 +09:00
|
|
|
.tis-page-selector {
|
|
|
|
width: calc(100% + 2px);
|
2019-02-17 11:12:52 +09:00
|
|
|
height: 100%;
|
2019-03-10 20:43:38 +09:00
|
|
|
margin-left: -1px;
|
|
|
|
line-height: 1.25;
|
2019-02-16 23:02:53 +09:00
|
|
|
border: 1px solid #dee2e6;
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
|
2019-02-09 00:17:12 +09:00
|
|
|
@media (min-width: 992px) {
|
|
|
|
.tis-sidebar-info {
|
|
|
|
font-size: small;
|
|
|
|
}
|
2019-02-23 05:29:12 +09:00
|
|
|
}
|
|
|
|
|
|
|
|
#navbarNav > .d-lg-none > .row > div:first-of-type {
|
|
|
|
padding-right: 7.5px;
|
2019-03-10 20:43:38 +09:00
|
|
|
padding-left: 15px;
|
2019-02-23 05:29:12 +09:00
|
|
|
}
|
|
|
|
|
|
|
|
#navbarNav > .d-lg-none > .row > div {
|
|
|
|
padding-right: 15px;
|
2019-03-10 20:43:38 +09:00
|
|
|
padding-left: 7.5px;
|
2019-02-23 05:29:12 +09:00
|
|
|
}
|
|
|
|
|
|
|
|
#navbarNav > .d-lg-none > .row > .col .btn {
|
|
|
|
width: 100%;
|
2019-02-26 22:32:32 +09:00
|
|
|
}
|
|
|
|
|
|
|
|
#navbarAccountDropdownSp {
|
|
|
|
max-width: calc(100vw - 5em);
|
2017-10-22 23:13:21 +09:00
|
|
|
}
|