fix priorite using GNU FreeFont
[ryf-theme.git] / css / style.css
index 740b0ded6dbec0ee031e33e262f58e83cdc78e46..03e6bd7756c8292da6ede135b3dbe08d6d643430 100644 (file)
@@ -3,7 +3,11 @@
  * 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; }
 
@@ -347,8 +351,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;
@@ -359,16 +368,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;
@@ -380,7 +391,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;
   }