Skip to content
Snippets Groups Projects

Feature/istwcms 4619 m26lebla theme blog news events listing pages

6 files
+ 295
205
Compare changes
  • Side-by-side
  • Inline
Files
6
+ 135
97
@@ -1435,7 +1435,10 @@ svg:not(:root) {
.uw-date-pl h4 {
margin-bottom: 0.5rem; }
.uw-date {
.uw-date,
.uw-field--name-field-uw-blog-date,
.uw-field--name-field-uw-event-date,
.uw-field--name-field-uw-news-date {
background-color: #000;
clear: both;
color: #fdd54f;
@@ -1445,35 +1448,59 @@ svg:not(:root) {
padding: 0.5rem 1rem;
text-transform: uppercase; }
.org-default .uw-date {
.org-default .uw-date,
.org-default .uw-field--name-field-uw-blog-date time,
.org-default .uw-field--name-field-uw-event-date time,
.org-default .uw-field--name-field-uw-news-date time {
background-color: #000;
color: #fdd54f; }
.org-ahs .uw-date {
.org-ahs .uw-date,
.org-ahs .uw-field--name-field-uw-blog-date time,
.org-ahs .uw-field--name-field-uw-event-date time,
.org-ahs .uw-field--name-field-uw-news-date time {
background-color: #005963;
color: #97dfef; }
.org-art .uw-date {
.org-art .uw-date,
.org-art .uw-field--name-field-uw-blog-date time,
.org-art .uw-field--name-field-uw-event-date time,
.org-art .uw-field--name-field-uw-news-date time {
background-color: #d93f00;
color: #ffd5a5; }
.org-eng .uw-date {
.org-eng .uw-date,
.org-eng .uw-field--name-field-uw-blog-date time,
.org-eng .uw-field--name-field-uw-event-date time,
.org-eng .uw-field--name-field-uw-news-date time {
background-color: #57058b;
color: #d0b4ef; }
.org-env .uw-date {
.org-env .uw-date,
.org-env .uw-field--name-field-uw-blog-date time,
.org-env .uw-field--name-field-uw-event-date time,
.org-env .uw-field--name-field-uw-news-date time {
background-color: #607000;
color: #daf582; }
.org-mat .uw-date {
.org-mat .uw-date,
.org-mat .uw-field--name-field-uw-blog-date time,
.org-mat .uw-field--name-field-uw-event-date time,
.org-mat .uw-field--name-field-uw-news-date time {
background-color: #c60078;
color: #ffbeef; }
.org-sci .uw-date {
.org-sci .uw-date,
.org-sci .uw-field--name-field-uw-blog-date time,
.org-sci .uw-field--name-field-uw-event-date time,
.org-sci .uw-field--name-field-uw-news-date time {
background-color: #0033be;
color: #b4d5ff; }
.org-school .uw-date {
.org-school .uw-date,
.org-school .uw-field--name-field-uw-blog-date time,
.org-school .uw-field--name-field-uw-event-date time,
.org-school .uw-field--name-field-uw-news-date time {
background-color: #b71233;
color: #ffa5aa; }
@@ -3745,9 +3772,6 @@ button {
-webkit-flex-grow: 1;
flex-grow: 1;
width: 45%; } }
@media (min-width: 63.1875rem) {
.uw-content--grid-list__layout .card {
width: 30%; } }
.uw-content--grid-list__layout .card:first-of-type {
width: 100%;
order: 2;
@@ -3765,9 +3789,6 @@ button {
-webkit-flex-grow: 1;
flex-grow: 1;
width: 45%; } }
@media (min-width: 63.1875rem) {
.uw-content--grid-list__layout .card:first-of-type {
width: 30%; } }
.uw-content--grid-list__style_controls {
width: 100%;
@@ -3789,9 +3810,6 @@ button {
-webkit-flex-grow: 1;
flex-grow: 1;
width: 45%; } }
@media (min-width: 63.1875rem) {
.uw-content--grid-list__style_controls {
width: 30%; } }
.uw-content--grid-list__style_controls .uw-layout--controls {
background: #719930;
margin: 0;
@@ -7547,6 +7565,51 @@ html:not(.js) .uw-tabcontent[role="tabpanel"][hidden] {
text-decoration: underline; }
.tag--simple:active {
color: #757575; }
.tag a {
color: #000;
text-decoration: none;
background: none;
display: inline-block;
font-size: 0.88889rem;
margin: 0 0 0.5rem 0;
padding: 0;
text-align: center;
text-decoration: none;
text-transform: uppercase;
transition: background 200ms cubic-bezier(0.4, 0, 1, 1); }
.tag a:visited {
color: #000; }
.tag a:hover, .tag a:focus {
color: #757575;
text-decoration: none; }
.tag a:active {
color: #757575; }
.tag--normal a {
font-family: Typ1451-Bold,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Oxygen-Sans", Ubuntu, Cantarell, "Fira Sans", Droid Sans, sans-serif;
font-size: 0.88889rem; }
.tag--small a {
font-family: Typ1451-Medium,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Oxygen-Sans", Ubuntu, Cantarell, "Fira Sans", Droid Sans, sans-serif;
font-size: 0.702rem; }
.tag--full a {
background: #fdd54f;
color: #000;
font-family: Typ1451-Medium,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Oxygen-Sans", Ubuntu, Cantarell, "Fira Sans", Droid Sans, sans-serif;
font-size: 0.702rem;
padding: 0.5rem; }
.tag--full a:hover, .tag--full a:focus {
background: #000;
color: #fdd54f; }
.tag--simple a {
color: #000;
text-decoration: none;
font-family: Typ1451-Bold,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Oxygen-Sans", Ubuntu, Cantarell, "Fira Sans", Droid Sans, sans-serif; }
.tag--simple a:visited {
color: #000; }
.tag--simple a:hover, .tag--simple a:focus {
color: #757575;
text-decoration: underline; }
.tag--simple a:active {
color: #757575; }
.org-default a.tag--full {
background-color: #000;
@@ -7855,9 +7918,6 @@ html:not(.js) .uw-tabcontent[role="tabpanel"][hidden] {
-webkit-flex-grow: 1;
flex-grow: 1;
width: 45%; } }
@media (min-width: 63.1875rem) {
.view.view-taxonomy-term .views-row, .view.view-uw-view-blogs .views-row, .view.view-uw-view-events .views-row, .view.view-uw-view-news-items .views-row {
width: 30%; } }
.view.view-taxonomy-term .views-row:first-of-type, .view.view-uw-view-blogs .views-row:first-of-type, .view.view-uw-view-events .views-row:first-of-type, .view.view-uw-view-news-items .views-row:first-of-type {
width: 100%;
order: 1;
@@ -7875,9 +7935,6 @@ html:not(.js) .uw-tabcontent[role="tabpanel"][hidden] {
-webkit-flex-grow: 1;
flex-grow: 1;
width: 45%; } }
@media (min-width: 63.1875rem) {
.view.view-taxonomy-term .views-row:first-of-type, .view.view-uw-view-blogs .views-row:first-of-type, .view.view-uw-view-events .views-row:first-of-type, .view.view-uw-view-news-items .views-row:first-of-type {
width: 30%; } }
.view-filters {
display: none;
@@ -7906,67 +7963,67 @@ html:not(.js) .uw-tabcontent[role="tabpanel"][hidden] {
display: flex;
flex-direction: column; }
.card__header {
display: flex;
flex-direction: column;
margin-bottom: 1rem;
width: 100%; }
.card__date {
font-size: 1rem;
margin-bottom: 1rem; }
.card__author {
font-family: Typ1451-Medium,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Oxygen-Sans", Ubuntu, Cantarell, "Fira Sans", Droid Sans, sans-serif;
font-size: 14.22224px; }
.card__author a {
color: #000;
text-decoration: underline; }
.card__author a:visited {
color: #000; }
.card__author a:hover, .card__author a:focus {
color: #757575;
text-decoration: none; }
.card__author a:active {
color: #757575; }
.card__title {
margin: 0.5rem 0;
padding: 0; }
.card__title a {
color: #000;
text-decoration: none; }
.card__title a:visited {
color: #000; }
.card__title a:hover, .card__title a:focus {
color: #757575;
text-decoration: underline; }
.card__title a:active {
color: #757575; }
.uw-node__node {
display: flex;
flex-direction: column;
flex-grow: 1;
padding: 1rem; }
.uw-node__node h2 {
margin: 1rem 0;
padding: 0; }
.uw-node__node h2 a {
color: #000;
text-decoration: none; }
.uw-node__node h2 a:visited {
color: #000; }
.uw-node__node h2 a:hover, .uw-node__node h2 a:focus {
color: #757575;
text-decoration: underline; }
.uw-node__node h2 a:active {
color: #757575; }
.uw-node__node p:last-child {
margin-bottom: 0; }
.card__date {
color: #757575;
margin-bottom: 1rem; }
.card__content {
margin-bottom: 1.5rem; }
.card__media {
margin-bottom: 1.5rem; }
.card__media a {
display: block;
height: 100%;
width: 100%; }
.card__media img {
width: 100%; }
.uw-node__node .node__content .uw-field--name-field-uw-blog-date, .uw-node__node .node__content .uw-field--name-field-uw-event-date, .uw-node__node .node__content .uw-field--name-field-uw-news-date {
font-size: 1rem;
margin-bottom: 1rem; }
.uw-node__node .node__content .uw-field--name-field-author {
font-family: Typ1451-Medium,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Oxygen-Sans", Ubuntu, Cantarell, "Fira Sans", Droid Sans, sans-serif;
font-size: 14.22224px;
margin-bottom: 0.5rem; }
.uw-node__node .node__content .uw-field--name-field-author a {
color: #000;
text-decoration: underline; }
.uw-node__node .node__content .uw-field--name-field-author a:visited {
color: #000; }
.uw-node__node .node__content .uw-field--name-field-author a:hover, .uw-node__node .node__content .uw-field--name-field-author a:focus {
color: #757575;
text-decoration: none; }
.uw-node__node .node__content .uw-field--name-field-author a:active {
color: #757575; }
.uw-node__node .node__content .uw-field--name-field-uw-blog-listing-page-image, .uw-node__node .node__content .uw-field--name-field-uw-event-listing-page-img, .uw-node__node .node__content .uw-field--name-field-uw-news-listing-page-image {
margin-bottom: 1.5rem; }
.uw-node__node .node__content .uw-field--name-field-uw-blog-listing-page-image a, .uw-node__node .node__content .uw-field--name-field-uw-event-listing-page-img a, .uw-node__node .node__content .uw-field--name-field-uw-news-listing-page-image a {
display: block;
height: 100%;
width: 100%; }
.uw-node__node .node__content .uw-field--name-field-uw-blog-listing-page-image img, .uw-node__node .node__content .uw-field--name-field-uw-event-listing-page-img img, .uw-node__node .node__content .uw-field--name-field-uw-news-listing-page-image img {
width: 100%; }
.uw-node__node .node__content .uw-field--name-field-uw-blog-summary, .uw-node__node .node__content .uw-field--name-field-uw-event-summary, .uw-node__node .node__content .uw-field--name-field-uw-news-summary {
margin-bottom: 1.5rem; }
.uw-node__node .node__content .uw-field--name-field-uw-blog-tags, .uw-node__node .node__content .uw-field--name-field-uw-event-tags, .uw-node__node .node__content .uw-field--name-field-uw-news-tags {
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
gap: 0.75rem !important; }
.uw-node__node .node__content .uw-field--name-field-uw-blog-tags .tag, .uw-node__node .node__content .uw-field--name-field-uw-event-tags .tag, .uw-node__node .node__content .uw-field--name-field-uw-news-tags .tag {
margin-bottom: 0; }
.uw-node__node .node__content .uw-field--name-field-uw-blog-tags .tag a, .uw-node__node .node__content .uw-field--name-field-uw-event-tags .tag a, .uw-node__node .node__content .uw-field--name-field-uw-news-tags .tag a {
margin-bottom: 0; }
.uw-node__node .node__content .uw-field--name-field-uw-event-cost {
font-family: Typ1451-Medium,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Oxygen-Sans", Ubuntu, Cantarell, "Fira Sans", Droid Sans, sans-serif;
font-size: 18px;
margin-bottom: 1rem; }
.card__footer {
margin-top: auto;
@@ -7976,25 +8033,6 @@ html:not(.js) .uw-tabcontent[role="tabpanel"][hidden] {
.card__footer > div:last-child {
margin-bottom: 0; }
.card__readmore {
text-align: right; }
.card--feature .card__body {
padding-top: 1rem; }
.card--feature .card__media {
flex-grow: 1;
margin-bottom: 0; }
@media (min-width: 48.0625em) {
.card--feature {
flex-direction: row; }
.card--feature .card__body {
max-width: 600px;
padding: 1rem 2vw 0; }
.card--feature .card__media {
order: initial; } }
.uw-whos-online-block h3 {
font-size: 15px;
margin: 0 0 0 -5px; }
Loading