Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- header.event-title,
- .single-event-view .entry-header {
- display: none;
- }
- .event-details .event-description {
- margin-bottom: 0.5em !important;
- }
- .speaker-topic-wrapper {
- display: grid;
- grid-template-columns: 1fr 6fr;
- gap: 2rem;
- margin-left: 1rem;
- margin-right: 1rem;
- }
- .speaker-topic-wrapper .related-team-member {
- order: 1;
- display: flex;
- flex-wrap: wrap;
- aspect-ratio: 1;
- object-fit: cover;
- justify-self: center;
- justify-content: center;
- align-self: center;
- align-items: center;
- align-content: center;
- }
- .team-member-name {
- text-align: center;
- font-weight: 500;
- font-size: 1.1em;
- margin-block-start: .5em !important;
- margin-block-end: .5em !important;
- }
- .speaker-topic-wrapper .topic-details {
- order: 2;
- }
- .speaker-topic-wrapper .topic-description {
- margin-bottom: 1rem;
- }
- .post-type-archive-event hr {
- border-bottom-width: 1px;
- color: var(--global-palette6);
- margin-bottom: 1rem !important;
- margin-top: 1rem !important;
- }
- .topic-date-time {
- margin-bottom: .5rem !important;
- }
- .dpl.single-event b {
- font-weight: 500 !important;
- }
- .topic-title {
- font-size: 1.5rem;
- margin-top: .5rem !important;
- margin-bottom: .5rem !important;
- line-height: 1.1;
- }
- .event-location {
- display: flex;
- flex-wrap: wrap;
- align-content: center;
- list-style-type: none;
- margin-bottom: 0 !important;
- padding-left: 0 !important;
- }
- .post-type-archive-event .entry-content h2.topic-title a,
- .post-type-archive-event .entry-content a {
- text-decoration: underline;
- color: var(--global-palette1);
- ;
- transition: all 0.1s linear;
- }
- .post-type-archive-event .entry-content a:hover {
- text-decoration: underline;
- text-decoration-color: currentcolor;
- box-shadow: inset 0 -30px 0 0 var(--global-palette1);
- color: var(--global-palette9) !important;
- }
- .post-type-archive-event .entry-content h2.topic-title a:hover {
- text-decoration: underline;
- text-decoration-color: currentcolor;
- box-shadow: inset 0 -40px 0 0 var(--global-palette1);
- color: var(--global-palette9) !important;
- }
- .topic-tags {
- margin: 1em 0;
- display: flex;
- }
- .topic-attachments {
- display: flex;
- flex-wrap: wrap;
- justify-content: flex-start;
- }
- .topic-tag-list,
- .topic-attachment-list {
- display: flex;
- flex-wrap: wrap;
- justify-content: flex-start;
- align-content: center;
- list-style-type: none;
- padding-left: 0 !important;
- margin-left: 20px !important;
- margin-bottom: 1em !important;
- }
- .topic-tag-list .tag-item {
- color: var(--global-palette9);
- background-color: var(--global-palette1);
- border-radius: 20px;
- font-size: .8em;
- font-weight: 400;
- padding: calc(.4em - 3px) calc(1em - 3px);
- text-decoration: none;
- margin-right: .8em;
- transition: background-color 0.5s ease;
- cursor: default;
- /* change to pointer if these become linkable */
- }
- .topic-attachment-list .attachment-download-button {
- display: inline-block;
- color: var(--global-palette2);
- background-color: var(--global-palette3);
- border: 1px solid var(--global-palette2);
- border-radius: 3px;
- font-size: 1em;
- padding: calc(.4em - 2px) calc(1em - 2px);
- text-decoration: none;
- text-transform: uppercase;
- transition: background-color 0.5s ease;
- margin-right: .5em;
- }
- .topic-attachment-list .attachment-download-button:hover {
- color: var(--global-palette4);
- background-color: var(--global-palette9);
- border: 1px solid var(--global-palette4);
- }
- .post-type-archive-event h2.topic-title a,
- .post-type-archive-event a {
- text-decoration: underline;
- color: var(--global-palette1);
- transition: all 0.1s linear;
- }
- .post-type-archive-event a:hover {
- text-decoration: underline;
- text-decoration-color: currentcolor;
- box-shadow: inset 0 -30px 0 0 var(--global-palette1);
- color: var(--global-palette9) !important;
- }
- .post-type-archive-event h2.topic-title a:hover {
- text-decoration: underline;
- text-decoration-color: currentcolor;
- box-shadow: inset 0 -40px 0 0 var(--global-palette1);
- color: var(--global-palette9) !important;
- }
- .truncate3 {
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-line-clamp: 3;
- line-clamp: 3;
- /* number of lines to show */
- -webkit-box-orient: vertical;
- margin-top: 1rem;
- }
- .post-type-archive-event .read-more-link {
- text-align: right;
- margin-top: .25rem !important;
- margin-bottom: 1rem !important;
- padding-left: 1rem;
- padding-right: 3rem;
- }
- .related-team-member {
- aspect-ratio: 1;
- width: 150px !important;
- height: auto;
- }
- .related-team-member .speaker-image {
- aspect-ratio: 1;
- object-fit: cover;
- border-radius: 50%;
- border: 5px solid var(--global-palette1);
- justify-self: center;
- }
- @media screen and (max-width: 767px) {
- .kadence-column45900_bde0da-0a>.kt-inside-inner-col {
- padding-top: 0 !important;
- min-height: 25vh !important;
- margin-top: -0.5em;
- }
- .speaker-topic-wrapper {
- grid-template-columns: 1fr;
- margin-left: 0;
- margin-right: 0;
- }
- .team-member-details {
- justify-self: center;
- }
- .topic-date-time,
- .topic-title {
- text-align: center;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement