Sponsors styling
This commit is contained in:
parent
257bfdff06
commit
b3558166d1
10 changed files with 221 additions and 1 deletions
|
@ -13,6 +13,9 @@ a:visited {
|
|||
h1, h2, h3, h4 {
|
||||
font-weight: 600; }
|
||||
|
||||
h1, h2 {
|
||||
text-transform: uppercase; }
|
||||
|
||||
.region-header {
|
||||
margin: 0 auto;
|
||||
max-width: 72rem;
|
||||
|
@ -50,10 +53,46 @@ h1, h2, h3, h4 {
|
|||
margin: 0 auto;
|
||||
max-width: 72rem;
|
||||
padding: 1rem; }
|
||||
.region-content .block-views {
|
||||
margin-bottom: 5em; }
|
||||
|
||||
.region-content-top {
|
||||
overflow: hidden; }
|
||||
|
||||
.region-content-bottom {
|
||||
margin: 2em 0 4em;
|
||||
text-align: center; }
|
||||
.region-content-bottom h2 {
|
||||
font-size: 2em;
|
||||
font-weight: 700; }
|
||||
@media screen and (min-width: 37.5rem) {
|
||||
.region-content-bottom h2 {
|
||||
font-size: 3em; } }
|
||||
@media screen and (min-width: 56.25rem) {
|
||||
.region-content-bottom h2 {
|
||||
font-size: 4em; } }
|
||||
.region-content-bottom h2 span {
|
||||
color: #44efb9; }
|
||||
.region-content-bottom .block {
|
||||
margin: 2em 1em; }
|
||||
.region-content-bottom .sponsor-link a {
|
||||
background: #b33ee9;
|
||||
border: 0;
|
||||
color: white;
|
||||
font-size: 1rem;
|
||||
font-weight: 600;
|
||||
padding: 0.5rem 1rem;
|
||||
text-decoration: none;
|
||||
text-transform: uppercase;
|
||||
background-color: #44efb9; }
|
||||
.region-content-bottom .sponsor-link a:hover, .region-content-bottom .sponsor-link a:focus {
|
||||
background: #44efb9; }
|
||||
.region-content-bottom .sponsor-link a:hover, .region-content-bottom .sponsor-link a:focus {
|
||||
background: #ec16a8; }
|
||||
.region-content-bottom img {
|
||||
height: auto;
|
||||
max-width: 100%; }
|
||||
|
||||
.region-footer {
|
||||
margin: 0 auto;
|
||||
max-width: 72rem;
|
||||
|
@ -253,4 +292,50 @@ nav.menu--main {
|
|||
.form-email {
|
||||
max-width: 95%; }
|
||||
|
||||
.views-view-table td {
|
||||
display: block;
|
||||
vertical-align: top; }
|
||||
.views-view-table td.views-field-field-logo {
|
||||
padding: 1em 0;
|
||||
text-align: center; }
|
||||
@media screen and (min-width: 56.25rem) {
|
||||
.views-view-table td.views-field-field-logo {
|
||||
padding: 2em 2em 2em 0; } }
|
||||
@media screen and (min-width: 56.25rem) {
|
||||
.views-view-table td {
|
||||
display: table-cell; } }
|
||||
|
||||
.views-view-table .views-field-body a {
|
||||
background: #b33ee9;
|
||||
border: 0;
|
||||
color: white;
|
||||
font-size: 1rem;
|
||||
font-weight: 600;
|
||||
padding: 0.5rem 1rem;
|
||||
text-decoration: none;
|
||||
text-transform: uppercase; }
|
||||
.views-view-table .views-field-body a:hover, .views-view-table .views-field-body a:focus {
|
||||
background: #44efb9; }
|
||||
|
||||
.view-silver-sponsors {
|
||||
overflow: hidden;
|
||||
text-align: center; }
|
||||
.view-silver-sponsors .sponsor {
|
||||
box-sizing: border-box;
|
||||
float: left;
|
||||
padding: 1em;
|
||||
width: 100%; }
|
||||
@media screen and (min-width: 37.5rem) {
|
||||
.view-silver-sponsors .sponsor {
|
||||
width: 50%; } }
|
||||
@media screen and (min-width: 56.25rem) {
|
||||
.view-silver-sponsors .sponsor {
|
||||
width: 33.333%; } }
|
||||
@media screen and (min-width: 75rem) {
|
||||
.view-silver-sponsors .sponsor {
|
||||
width: 20%; } }
|
||||
.view-silver-sponsors img {
|
||||
height: auto;
|
||||
max-width: 100%; }
|
||||
|
||||
/*# sourceMappingURL=style.css.map */
|
||||
|
|
File diff suppressed because one or more lines are too long
Reference in a new issue