X-Git-Url: https://vcs.fsf.org/?p=ryf-theme.git;a=blobdiff_plain;f=css%2Fstyle.css;h=d314151e4d564456cfc3b63225208c639abf6204;hp=b0a5f29215eb9927de8218b2276bfa788ff9ccbd;hb=092ce1929878c0c25fa240bf472d79ed7d672ce2;hpb=ee748803d570b224188f8f3beec8b45830becc8b;ds=sidebyside diff --git a/css/style.css b/css/style.css index b0a5f29..d314151 100644 --- a/css/style.css +++ b/css/style.css @@ -3,13 +3,24 @@ * your custom CSS modifications here. */ -body { margin: 0; min-width: 320px; } +body { + font-family: "FreeSans", Helvetica, Arial, sans-serif; + margin: 0; + min-width: 320px; +} a { transition: 0.3s; } /* etcetera */ +.region-content { min-height: 300px; } + +h2.block-title { + background: #000; + color: #FFF; + padding: 5px; +} .feed-icons, .more-link { @@ -79,9 +90,9 @@ a { transition: 0.3s; } .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > .active > a:active { - color: #edd400; + color: #337AB7; background: #000; - border-bottom: 2px solid #edd400; + border-bottom: 2px solid #337AB7; padding-bottom: 5px; margin-bottom: 10px; } @@ -194,7 +205,7 @@ a { transition: 0.3s; } } .ryf-list a { - color: #118991; + color: #337AB7; text-decoration: none; } @@ -240,6 +251,7 @@ a { transition: 0.3s; } max-width: 300px; float: left; } + .auto-clear .col-xs-12:nth-child(odd){clear:left;} } @@ -346,8 +358,13 @@ a { transition: 0.3s; } clear: left; } +.view-taxonomy-term .view-header .field--name-field-vendor-support-link, +.view-taxonomy-term .view-header .field--name-field-vendor-support-email { + margin-top: 15px; +} + @media screen and (max-width: 559px) { - .view-taxonomy-term .view-header { + .view-taxonomy-term.view-display-id-taxonomy_term_vendor .view-header { margin: 0 auto 40px auto; overflow: auto; @@ -358,16 +375,18 @@ a { transition: 0.3s; } width: 220px; } - .view-taxonomy-term .view-header .field--name-description { + .view-taxonomy-term .view-header .field--name-description, + .view-taxonomy-term .view-header .field--name-field-vendor-support-link, + .view-taxonomy-term .view-header .field--name-field-vendor-support-email { max-width: 360px; - margin: 0 auto; + margin: 15px auto 0 auto; padding: 0 10px; } } @media screen and (min-width: 560px) { - .view-taxonomy-term .view-header { + .view-taxonomy-term.view-display-id-taxonomy_term_vendor .view-header { margin: 0 0 40px 0; overflow: auto; @@ -379,7 +398,9 @@ a { transition: 0.3s; } float: left; } - .view-taxonomy-term .view-header .field--name-description { + .view-taxonomy-term .view-header .field--name-description, + .view-taxonomy-term .view-header .field--name-field-vendor-support-link, + .view-taxonomy-term .view-header .field--name-field-vendor-support-email { margin-left: 260px; } @@ -661,7 +682,7 @@ a { transition: 0.3s; } width: 100%; } -.footer a { color: #edd400; } +.footer a { color: #337AB7; } .footer a:hover { color: #FFF; }