123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369 |
- .add-actor-button-container {
- -moz-mask-image: url(../../icons/add-actor.svg);
- -o-mask-image: url(../../icons/add-actor.svg);
- -webkit-mask-image: url(../../icons/add-actor.svg);
- mask-image: url(../../icons/add-actor.svg);
- }
- .alert, .alert-danger, .form-error, .form-row-widget-error {
- align-items: center;
- background-color: #FF634733;
- border: solid 2px #ff6347;
- border-radius: var(--s);
- display: inline-flex;
- font-style: italic;
- justify-content: space-between;
- margin-bottom: 6px;
- margin-top: 6px;
- padding: 2px 6px;
- }
- .avatar {
- border-radius: 2px;
- height: auto;
- margin-right: 5px;
- max-height: 4rem;
- max-width: 4rem;
- min-width: var(--xxl);
- width: 100%;
- }
- .button-container {
- background-color: var(--foreground);
- border: none !important;
- display: inline-block;
- height: var(--unit);
- mask-repeat: no-repeat !important;
- mask-size: cover !important;
- opacity: .33;
- width: var(--unit);
- }
- .button-container:focus, .button-container:hover {
- background-color: var(--accent);
- border: none !important;
- mask-repeat: no-repeat !important;
- mask-size: cover !important;
- opacity: 1;
- }
- .button-container:not(:first-of-type) {
- margin-left: var(--s);
- }
- .container-block {
- display: block;
- }
- .container-grid {
- display: grid;
- gap: var(--s);
- grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));
- }
- .details-subtitle-summary + * {
- background: var(--gradient);
- border-radius: var(--s);
- padding: 2px 8px;
- }
- .details-subtitle-summary a, .details-title-summary a {
- line-height: initial;
- }
- .details-subtitle-summary svg:last-child, .details-title-summary svg:last-child {
- margin-left: 4px;
- }
- .details-subtitle-summary ~ [class|="form-row"] {
- font-size: .937rem;
- max-font-size: .937rem !important;
- padding: var(--s);
- }
- .footer ul {
- display: flex;
- flex-wrap: wrap;
- }
- .footer ul li {
- margin-right: var(--s);
- }
- .form-row {
- display: flex;
- flex-direction: column;
- margin-bottom: var(--s);
- }
- .form-row-help {
- font-style: italic;
- margin-bottom: unset;
- }
- .form-row-widget {
- display: block;
- width: 100%;
- }
- .form-search {
- display: inline-block;
- margin-bottom: var(--m);
- padding: unset !important;
- }
- .form-search .form-row {
- margin-bottom: unset;
- width: 100%;
- }
- .form-search label {
- display: block;
- height: 0;
- opacity: 0;
- width: 0;
- }
- .form-search span {
- display: inline-flex;
- width: 100%;
- }
- .form-search span button {
- border-bottom-left-radius: 0;
- border-left: none !important;
- border-top-left-radius: 0;
- height: 100%;
- margin: unset;
- }
- .form-search span input[type='text'] {
- border-bottom-right-radius: 0;
- border-top-right-radius: 0;
- height: 100%;
- margin: unset;
- }
- .frame-section {
- background-color: var(--background-card) !important;
- border: 1px solid var(--border) !important;
- border-radius: var(--s);
- box-shadow: var(--shadow);
- display: flex;
- flex-direction: column;
- margin-bottom: var(--m);
- }
- .frame-section hr {
- margin-bottom: var(--s);
- }
- .frame-section-button-like {
- align-self: end;
- background: var(--gradient);
- border: 1px solid var(--border);
- border-radius: var(--s);
- display: block;
- font-family: 'Poppins', sans-serif;
- font-weight: 700;
- padding: 6px 8px;
- width: max-content;
- }
- .frame-section-padding {
- padding: var(--s);
- }
- .frame-section-paging {
- display: block;
- font-family: 'Poppins', sans-serif;
- font-weight: 700;
- margin-left: auto;
- margin-top: var(--s);
- padding: 6px 12px;
- }
- .frame-section-title {
- margin-left: unset;
- }
- .profile {
- background: var(--gradient) !important;
- border: 1px solid var(--border);
- border-radius: var(--s);
- font-family: 'Open Sans', sans-serif;
- margin-bottom: var(--s);
- padding: var(--unit);
- }
- .profile header {
- display: flex;
- flex-wrap: wrap;
- justify-content: space-between;
- vertical-align: middle;
- }
- .profile-bio {
- margin-top: 4px;
- }
- .profile-bio, .profile-info-url {
- word-break: break-all;
- }
- .profile-extra-actions {
- background: var(--gradient), var(--background-hard);
- border: 1px solid var(--border);
- border-radius: var(--s);
- display: inline-block;
- font-weight: 700;
- margin-right: var(--s);
- margin-top: var(--s);
- padding: 4px 8px;
- }
- .profile-info {
- display: flex;
- flex-wrap: wrap;
- }
- .profile-info .avatar {
- flex: .5;
- }
- .profile-info section {
- flex: 1;
- }
- .profile-info-url {
- display: block;
- }
- .profile-info-url > * {
- display: block;
- }
- .profile-info-url-nickname {
- font-size: var(--m);
- }
- .profile-info-url-remote {
- opacity: .66;
- }
- .profile-navigation > * {
- display: block;
- }
- .profile-stats {
- align-self: center;
- font-size: .937rem;
- margin-left: auto;
- opacity: .66;
- text-align: right;
- }
- .profile-stats-subscribers strong, .profile-stats-subscriptions strong {
- margin-right: 4px;
- }
- .profile-stats-subscribers, .profile-stats-subscriptions {
- display: block;
- }
- .profile-tags {
- margin: 4px unset unset;
- }
- .remove-actor-button-container {
- -moz-mask-image: url(../../icons/remove-actor.svg);
- -o-mask-image: url(../../icons/remove-actor.svg);
- -webkit-mask-image: url(../../icons/remove-actor.svg);
- mask-image: url(../../icons/remove-actor.svg);
- }
- .section-details-subtitle .section-details-subtitle:not(:last-of-type) {
- margin-bottom: var(--s);
- }
- .section-details-subtitle summary {
- padding: 2px 8px;
- }
- .section-details-subtitle summary > *, .section-details-title summary > * {
- display: inline-block;
- vertical-align: baseline;
- }
- .section-details-subtitle summary > :last-child, .section-details-title summary > :last-child {
- margin-right: 4px;
- }
- .section-details-subtitle summary, .section-details-title summary {
- background: var(--gradient);
- border-radius: var(--s);
- display: inline-block;
- width: 100%;
- }
- .details-summary-title:after {
- content: "\2193";
- float: right;
- }
- .details-summary-subtitle:after {
- content: "\2191";
- float: right;
- }
- .section-details-subtitle:not([open]) > .details-summary-subtitle:after {
- animation: fadeOut 200ms cubic-bezier(0, 0.55, 0.45, 1);
- transform: rotate(180deg);
- }
- .section-details-subtitle[open] > .details-summary-subtitle:after {
- animation: fadeIn 200ms cubic-bezier(0, 0.55, 0.45, 1);
- transform: initial;
- }
- .section-details-title:not([open]) > .details-summary-title:after {
- animation: fadeIn 200ms cubic-bezier(0, 0.55, 0.45, 1);
- transform: initial;
- }
- .section-details-title[open] > .details-summary-title:after {
- animation: fadeOut 200ms cubic-bezier(0, 0.55, 0.45, 1);
- transform: rotate(180deg);
- }
- .details-summary-title {
- padding: 6px 12px;
- }
- .section-form {
- background-color: var(--background-hard);
- border-radius: var(--s);
- display: block;
- max-width: 100%;
- padding: var(--s);
- width: 100%;
- }
- .section-form .section-details-subtitle summary {
- border: 1px solid var(--border);
- }
- .section-form-legend {
- font-weight: 700;
- margin-bottom: var(--s);
- margin-top: unset;
- }
- .section-title {
- font-weight: 700;
- margin-bottom: unset;
- }
- textarea.form-row-widget {
- height: 7rem;
- resize: vertical;
- }
|