2023-11-29 19:33:25 +01:00
|
|
|
.activity-page {
|
|
|
|
margin: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.activity-head {
|
2023-03-20 22:08:47 +01:00
|
|
|
background-color: hsl(208deg 100% 97%);
|
2012-11-09 21:16:14 +01:00
|
|
|
}
|
2012-12-04 22:01:00 +01:00
|
|
|
|
2020-03-22 22:57:21 +01:00
|
|
|
.table-striped {
|
2023-03-17 22:10:10 +01:00
|
|
|
& tr.recently_active {
|
|
|
|
& td {
|
2023-03-20 22:08:47 +01:00
|
|
|
background-color: hsl(120deg 97% 83%);
|
2020-03-22 22:57:21 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
&:nth-child(odd) td {
|
2023-03-20 22:08:47 +01:00
|
|
|
background-color: hsl(120deg 70% 76%);
|
2020-03-22 22:57:21 +01:00
|
|
|
}
|
|
|
|
}
|
2012-12-04 23:54:14 +01:00
|
|
|
}
|
2012-12-05 16:41:10 +01:00
|
|
|
|
2023-07-24 11:58:42 +02:00
|
|
|
.summary-table,
|
2023-11-29 19:33:25 +01:00
|
|
|
.analytics-table {
|
2023-07-24 11:58:42 +02:00
|
|
|
border: 1px solid hsl(0deg 0% 87%);
|
|
|
|
border-collapse: separate;
|
|
|
|
border-left: 0;
|
|
|
|
border-radius: 4px;
|
2023-07-24 16:59:11 +02:00
|
|
|
border-spacing: 0;
|
2023-11-29 19:33:25 +01:00
|
|
|
margin: 0 10px;
|
2023-07-24 11:58:42 +02:00
|
|
|
|
|
|
|
& th,
|
|
|
|
td {
|
|
|
|
border-left: 1px solid hsl(0deg 0% 87%);
|
2023-07-24 18:19:58 +02:00
|
|
|
text-align: left;
|
|
|
|
|
|
|
|
&.number {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
th {
|
|
|
|
vertical-align: bottom;
|
|
|
|
padding: 8px;
|
2023-11-29 19:33:25 +01:00
|
|
|
max-width: fit-content;
|
2023-07-24 18:19:58 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
td {
|
|
|
|
border-top: 1px solid hsl(0deg 0% 87%);
|
|
|
|
white-space: nowrap;
|
|
|
|
padding: 2px 8px;
|
2023-07-24 11:58:42 +02:00
|
|
|
}
|
|
|
|
|
2023-07-24 16:19:43 +02:00
|
|
|
tbody > tr:nth-child(odd) > td {
|
|
|
|
background-color: hsl(0deg 0% 98%);
|
|
|
|
}
|
|
|
|
|
2023-07-24 11:58:42 +02:00
|
|
|
thead tr:first-child > th:first-child {
|
|
|
|
border-top-left-radius: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
thead tr:first-child > th:last-child {
|
|
|
|
border-top-right-radius: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
tbody tr:last-child > td:first-child {
|
|
|
|
border-bottom-left-radius: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
tbody tr:last-child > td:last-child {
|
|
|
|
border-bottom-right-radius: 4px;
|
|
|
|
}
|
2023-07-24 18:19:58 +02:00
|
|
|
|
|
|
|
thead tr:first-child th {
|
|
|
|
border-top: 0;
|
|
|
|
}
|
2023-07-24 11:58:42 +02:00
|
|
|
}
|
|
|
|
|
2013-11-18 20:09:28 +01:00
|
|
|
tr.admin td:first-child {
|
|
|
|
font-weight: bold;
|
2023-03-20 22:08:47 +01:00
|
|
|
color: hsl(240deg 100% 50%);
|
2013-11-18 20:09:28 +01:00
|
|
|
font-size: 110%;
|
|
|
|
}
|
2013-12-18 23:02:17 +01:00
|
|
|
|
|
|
|
.good {
|
|
|
|
font-weight: bold;
|
2023-03-20 22:08:47 +01:00
|
|
|
color: hsl(120deg 100% 33%);
|
2013-12-18 23:02:17 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.bad {
|
|
|
|
font-weight: bold;
|
2023-03-20 22:08:47 +01:00
|
|
|
color: hsl(0deg 100% 39%);
|
2013-12-18 23:02:17 +01:00
|
|
|
}
|
2019-03-08 13:02:10 +01:00
|
|
|
|
|
|
|
.support-query-result {
|
2023-03-20 22:08:47 +01:00
|
|
|
background-color: hsl(210deg 100% 97%);
|
2019-03-08 13:02:10 +01:00
|
|
|
padding-left: 15px;
|
|
|
|
padding-top: 14px;
|
|
|
|
border-radius: 7px;
|
2023-03-20 22:08:47 +01:00
|
|
|
box-shadow: 0 10px 7px -6px hsl(0deg 2% 45%);
|
2023-12-04 22:33:03 +01:00
|
|
|
margin-bottom: 10px;
|
2022-12-21 15:53:56 +01:00
|
|
|
|
2023-03-17 22:10:10 +01:00
|
|
|
& select {
|
2022-12-21 15:53:56 +01:00
|
|
|
height: 30px;
|
|
|
|
width: 220px;
|
2023-03-31 09:21:02 +02:00
|
|
|
padding: 0 6px;
|
2022-12-21 15:53:56 +01:00
|
|
|
font-size: 14px;
|
2023-03-20 22:08:47 +01:00
|
|
|
color: hsl(0deg 0% 33%);
|
2022-12-21 15:53:56 +01:00
|
|
|
border-radius: 4px;
|
2023-03-20 22:08:47 +01:00
|
|
|
border: 1px solid hsl(0deg 0% 80%);
|
2022-12-21 15:53:56 +01:00
|
|
|
margin-bottom: 10px;
|
|
|
|
cursor: pointer;
|
2023-03-20 22:08:47 +01:00
|
|
|
background-color: hsl(0deg 0% 100%);
|
2022-12-21 15:53:56 +01:00
|
|
|
vertical-align: middle;
|
|
|
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
|
|
|
|
|
|
&:focus {
|
2023-03-20 22:08:47 +01:00
|
|
|
outline: 1px dotted hsl(0deg 0% 20%);
|
2022-12-21 15:53:56 +01:00
|
|
|
outline: 5px auto -webkit-focus-ring-color;
|
|
|
|
outline-offset: -2px;
|
|
|
|
}
|
|
|
|
}
|
2023-03-27 12:45:46 +02:00
|
|
|
|
|
|
|
& input {
|
|
|
|
width: 206px;
|
2023-06-20 13:34:41 +02:00
|
|
|
padding: 4px 6px;
|
|
|
|
border-radius: 4px;
|
|
|
|
border: 1px solid hsl(0deg 0% 80%);
|
|
|
|
color: hsl(0deg 0% 33%);
|
|
|
|
margin-bottom: 10px;
|
2023-07-21 23:08:07 +02:00
|
|
|
transition:
|
|
|
|
border linear 0.2s,
|
|
|
|
box-shadow linear 0.2s;
|
2023-06-20 13:34:41 +02:00
|
|
|
box-shadow: inset 0 1px 1px hsla(0deg 0% 0% / 7.5%);
|
|
|
|
|
|
|
|
&:focus {
|
|
|
|
border-color: hsl(206deg 80% 62% / 80%);
|
|
|
|
outline: 0;
|
2023-07-21 23:08:07 +02:00
|
|
|
box-shadow:
|
|
|
|
inset 0 1px 1px hsl(0deg 0% 0% / 7.5%),
|
2023-06-20 13:34:41 +02:00
|
|
|
0 0 8px hsl(206.494deg 80% 62% / 60%);
|
|
|
|
}
|
2023-03-27 12:45:46 +02:00
|
|
|
}
|
2023-07-03 12:31:31 +02:00
|
|
|
|
|
|
|
.label {
|
|
|
|
padding: 2px 4px;
|
|
|
|
font-size: 11.844px;
|
|
|
|
font-weight: bold;
|
|
|
|
line-height: 14px;
|
|
|
|
color: hsl(0deg 0% 100%);
|
|
|
|
text-shadow: 0 -1px 0 hsla(0deg 0% 0% / 25%);
|
|
|
|
background-color: hsl(0deg 0% 60%);
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
2019-03-08 13:02:10 +01:00
|
|
|
}
|
|
|
|
|
2023-12-05 16:10:15 +01:00
|
|
|
.remote-server-information,
|
|
|
|
.remote-realm-information {
|
2023-12-02 17:32:12 +01:00
|
|
|
padding-bottom: 15px;
|
|
|
|
}
|
|
|
|
|
2023-12-02 18:13:39 +01:00
|
|
|
.remote-server-form {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
2019-03-08 13:02:10 +01:00
|
|
|
.support-realm-icon {
|
|
|
|
max-width: 25px;
|
|
|
|
position: relative;
|
|
|
|
top: -2px;
|
|
|
|
}
|
|
|
|
|
2021-04-16 20:17:48 +02:00
|
|
|
.support-realm-status-form {
|
|
|
|
position: relative;
|
|
|
|
top: 20px;
|
|
|
|
}
|
|
|
|
|
2019-03-08 13:02:10 +01:00
|
|
|
.support-discount-form {
|
2019-04-19 15:19:49 +02:00
|
|
|
position: relative;
|
|
|
|
top: -50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.support-plan-type-form {
|
2019-03-08 13:02:10 +01:00
|
|
|
position: relative;
|
2020-11-17 19:18:22 +01:00
|
|
|
top: -10px;
|
2019-03-08 13:02:10 +01:00
|
|
|
}
|
|
|
|
|
2020-06-09 12:24:32 +02:00
|
|
|
.sponsorship-pending-form {
|
|
|
|
position: relative;
|
|
|
|
top: -25px;
|
|
|
|
}
|
|
|
|
|
2020-07-03 20:21:13 +02:00
|
|
|
.current-plan-details {
|
2019-04-19 18:17:41 +02:00
|
|
|
position: relative;
|
2023-12-06 18:09:34 +01:00
|
|
|
top: -45px;
|
2019-04-19 18:17:41 +02:00
|
|
|
}
|
|
|
|
|
2020-07-17 12:56:06 +02:00
|
|
|
.approve-sponsorship-form {
|
|
|
|
position: relative;
|
|
|
|
top: -40px;
|
|
|
|
}
|
|
|
|
|
2023-12-01 13:19:04 +01:00
|
|
|
.billing-modality-form {
|
2020-08-13 13:20:18 +02:00
|
|
|
position: relative;
|
2020-12-08 17:34:41 +01:00
|
|
|
top: -30px;
|
2020-08-13 13:20:18 +02:00
|
|
|
}
|
|
|
|
|
2020-08-18 13:48:11 +02:00
|
|
|
.downgrade-plan-form {
|
|
|
|
position: relative;
|
2020-12-08 17:34:41 +01:00
|
|
|
top: -75px;
|
2020-08-18 13:48:11 +02:00
|
|
|
}
|
|
|
|
|
2023-04-11 00:14:41 +02:00
|
|
|
.modify-plan-method-select {
|
2020-08-13 13:20:18 +02:00
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
2020-07-03 20:21:13 +02:00
|
|
|
.scrub-realm-form {
|
|
|
|
position: relative;
|
2020-08-18 13:48:11 +02:00
|
|
|
top: -70px;
|
2020-07-03 20:21:13 +02:00
|
|
|
}
|
|
|
|
|
2020-03-22 23:01:03 +01:00
|
|
|
.support-search-button {
|
2023-03-20 22:08:47 +01:00
|
|
|
border-color: hsl(0deg 0% 83%);
|
2019-03-08 13:02:10 +01:00
|
|
|
border-radius: 2px;
|
|
|
|
}
|
|
|
|
|
2020-03-22 23:01:03 +01:00
|
|
|
.support-submit-button {
|
|
|
|
position: relative;
|
2020-11-17 19:18:22 +01:00
|
|
|
top: -3px;
|
2023-03-20 22:08:47 +01:00
|
|
|
border-color: hsl(0deg 0% 83%);
|
2019-03-08 13:02:10 +01:00
|
|
|
border-radius: 2px;
|
|
|
|
}
|
2023-05-22 13:48:57 +02:00
|
|
|
|
|
|
|
.search-query.input-xxlarge {
|
|
|
|
width: 530px;
|
2023-06-20 13:34:41 +02:00
|
|
|
padding: 4px 14px;
|
|
|
|
margin-bottom: 0;
|
|
|
|
border-radius: 15px;
|
|
|
|
border: 1px solid hsl(0deg 0% 80%);
|
|
|
|
box-shadow: inset 0 1px 1px hsl(0deg 0% 0% / 7.5%);
|
2023-07-21 23:08:07 +02:00
|
|
|
transition:
|
|
|
|
border linear 0.2s,
|
|
|
|
box-shadow linear 0.2s;
|
2023-06-20 13:34:41 +02:00
|
|
|
color: hsl(0deg 0% 33%);
|
|
|
|
|
|
|
|
&:focus {
|
|
|
|
border-color: hsl(206deg 80% 62% / 80%);
|
|
|
|
outline: 0;
|
2023-07-21 23:08:07 +02:00
|
|
|
box-shadow:
|
|
|
|
inset 0 1px 1px hsl(0deg 0% 0% / 7.5%),
|
2023-06-20 13:34:41 +02:00
|
|
|
0 0 8px hsl(206.494deg 80% 62% / 60%);
|
|
|
|
}
|
2023-05-22 13:48:57 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
@media (width <= 767px) {
|
|
|
|
.search-query.input-xxlarge {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|