X-Git-Url: https://vcs.fsf.org/?p=ryf-theme.git;a=blobdiff_plain;f=css%2Fstyle.css;h=36a1f391502ab948ebb3d24e44b4532711c335a9;hp=7b89ed70a2ca3d437e88ba8879e06b7afcc6df63;hb=00227dc4f835f952f97da680d67f20d017719c6b;hpb=aa68642cdb1a3d69a7c5473b661839d198897f4c diff --git a/css/style.css b/css/style.css index 7b89ed7..36a1f39 100644 --- a/css/style.css +++ b/css/style.css @@ -186,6 +186,10 @@ a { transition: 0.3s; } text-align: right; } +.feed-icons { + clear: both; +} + @media screen and (min-width: 450px) and (max-width: 659px) { .ryf-list-row ul { max-width: 600px; @@ -214,6 +218,12 @@ a { transition: 0.3s; } /* Vendors list */ +.vendors-list-row ul { + padding: 0; + margin: 0 auto; + overflow: auto; +} + @media screen and (max-width: 767px) { .vendors-list-row { margin: 0px auto; @@ -306,10 +316,6 @@ a { transition: 0.3s; } clear: left; } -.feed-icons { - clear: both; -} - @media screen and (max-width: 559px) { .view-taxonomy-term .view-header { margin: 0 auto 40px auto; @@ -413,6 +419,30 @@ a { transition: 0.3s; } border-radius: 10px; } +.page-node-type-product .product .field--name-field-categories .field--item { + display: list-item; + list-style: circle; + margin-left: 15px; +} + +/* product page colors */ +.page-node-type-product .product .field--name-field-image { + background-color: #fff; + border-color: #aaa; +} +.page-node-type-product .product .field--name-field-extra-images { + background-color: #eee; + border-color: #aaa; +} +.page-node-type-product .product .field--name-field-categories { + background-color: #aef; + border-color: #0ad; +} +.page-node-type-product .product .field--name-field-vendor { + background-color: #afb; + border-color: #1a2; +} + @media screen and (max-width: 767px) { .page-node-type-product .product .field--name-field-extra-images { margin: 10px auto 0px auto;