; The name and description of the theme used on the admin/build/themes page. name = MADv4 description = 2019 Reskin — Build by eassae.com — Designed by Valentina Veraga and Josh Graver type = theme ; The screenshot used on the admin/build/themes page. screenshot = screenshot.png ; "core" specifies the version of Drupal that this theme is compatible with. ; "base theme" specifies that this is a theme that uses the "zen" theme as its ; base theme. Its unlikely you will ever need to change these, but they are ; required fields for a Zen sub-theme. The "engine" field is not used in a ; sub-theme since the engine is inherited from its base theme. backdrop = 1.x ;base theme = basis ; This section adds CSS files to your theme. The media type is specified in ; the brackets. Typical CSS media types include "all", "screen", "print", and ; "handheld". See http://www.w3.org/TR/CSS21/media.html#media-types for a full ; list of stylesheet media types in CSS 2.1. The iPhone's preferred media type ; is based on the CSS3 Media queries. http://www.w3.org/TR/css3-mediaqueries/ ; ; You can also override any of Zen's stylesheets or any module's stylesheets, ; an /extremely/ useful feature. See the excellent Drupal 7 Theme Guide at ; http://drupal.org/node/171209 for more details. ; stylesheets[all][] = css/tabs.css ; stylesheets[all][] = css/messages.css ;stylesheets[screen and (max-width: 1000px)][] = css/madv4-medium.css ;stylesheets[screen and (max-width: 800px)][] = css/madv4-small.css stylesheets[all][] = css/swiper.min.css stylesheets[all][] = css/madv4.css stylesheets[all][] = css/madv4-ie.css ; stylesheets[handheld][] = css/mobile.css ; stylesheets[only screen and (max-device-width: 480px)][] = css/iphone.css ; Set the conditional stylesheets that are processed by IE. ; stylesheets-conditional[IE][all][] = css/madv4-ie.css ; stylesheets-conditional[lte IE 6][all][] = css/ie6.css ; Optionally add some JavaScripts to your theme. scripts[] = js/madv4.js scripts[] = js/swiper.min.js ; scripts[] = js/modernizr.min.js