You are here

flickrstyle.css in Flickr 7

/**
 * The CSS values that are wrapped in /*variable comments are intended for use
 * by https://www.drupal.org/project/style_settings. Enable that module to
 * have those CSS variables exposed in the settings UI.
 */

div.style-settings-image-preview img {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=/*variable:flickrstyle_magnifier_opacity*/0.85/*variable*/);
  filter: alpha(opacity=/*variable:flickrstyle_magnifier_opacity*/0.85/*variable*/);
  -moz-opacity: /*variable:flickrstyle_magnifier_opacity*/0.85/*variable*/;
  opacity: /*variable:flickrstyle_magnifier_opacity*/0.85/*variable*/;
}

File

style/css/flickrstyle.css
View source
  1. /**
  2. * The CSS values that are wrapped in /*variable comments are intended for use
  3. * by https://www.drupal.org/project/style_settings. Enable that module to
  4. * have those CSS variables exposed in the settings UI.
  5. */
  6. div.style-settings-image-preview img {
  7. -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=/*variable:flickrstyle_magnifier_opacity*/0.85/*variable*/);
  8. filter: alpha(opacity=/*variable:flickrstyle_magnifier_opacity*/0.85/*variable*/);
  9. -moz-opacity: /*variable:flickrstyle_magnifier_opacity*/0.85/*variable*/;
  10. opacity: /*variable:flickrstyle_magnifier_opacity*/0.85/*variable*/;
  11. }