reduce number of colors for links/hover
[ryf-theme.git] / css / style.css
index ae6332b82c7a67e8e706946fae2903bee6d37534..d314151e4d564456cfc3b63225208c639abf6204 100644 (file)
@@ -3,13 +3,24 @@
  * your custom CSS modifications here.
  */
 
  * 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 */
 
 
 a { transition: 0.3s; }
 
 
 /* etcetera */
 
+.region-content { min-height: 300px; }
+
+h2.block-title {
+  background: #000;
+  color: #FFF;
+  padding: 5px;
+}
 
 .feed-icons,
 .more-link {
 
 .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 {
 .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;
   background: #000;
-  border-bottom: 2px solid #edd400;
+  border-bottom: 2px solid #337AB7;
   padding-bottom: 5px;
   margin-bottom: 10px;
 }
   padding-bottom: 5px;
   margin-bottom: 10px;
 }
@@ -194,7 +205,7 @@ a { transition: 0.3s; }
 }
 
 .ryf-list a {
 }
 
 .ryf-list a {
-  color: #118991;
+  color: #337AB7;
   text-decoration: none;
 }
 
   text-decoration: none;
 }
 
@@ -353,7 +364,7 @@ a { transition: 0.3s; }
 }
 
 @media screen and (max-width: 559px) {
 }
 
 @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;
     margin: 0 auto 40px auto;
 
     overflow: auto;
@@ -375,7 +386,7 @@ a { transition: 0.3s; }
 }
 
 @media screen and (min-width: 560px) {
 }
 
 @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;
     margin: 0 0 40px 0;
 
     overflow: auto;
@@ -671,7 +682,7 @@ a { transition: 0.3s; }
   width: 100%;
 }
 
   width: 100%;
 }
 
-.footer a { color: #edd400; }
+.footer a { color: #337AB7; }
 
 .footer a:hover { color: #FFF; }
 
 
 .footer a:hover { color: #FFF; }