You are here

flickrstyle_rounded.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.
 */

.flickr-photo-img,
img.flickr-photoset-img,
.flickr-wrap,
span.flickr-credit {
  -webkit-border-radius: /*variable:flickrstyle_radius*/1em/*variable*/;
     -moz-border-radius: /*variable:flickrstyle_radius*/1em/*variable*/;
          border-radius: /*variable:flickrstyle_radius*/1em/*variable*/;
}

File

style/css/flickrstyle_rounded.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. .flickr-photo-img,
  7. img.flickr-photoset-img,
  8. .flickr-wrap,
  9. span.flickr-credit {
  10. -webkit-border-radius: /*variable:flickrstyle_radius*/1em/*variable*/;
  11. -moz-border-radius: /*variable:flickrstyle_radius*/1em/*variable*/;
  12. border-radius: /*variable:flickrstyle_radius*/1em/*variable*/;
  13. }