You are here

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

span.flickr-credit {
  padding: 3px 7px;
  border-width: /*variable:flickrstyle_border_thickness*/2px/*variable*/;
  border-style: solid;
  border-color: /*variable:flickrstyle_border_color*/LightGrey/*variable*/;
  background-color: /*variable:flickrstyle_bgcolor*/White/*variable*/;
}

File

style/css/flickrstyle_caption_border.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. span.flickr-credit {
  7. padding: 3px 7px;
  8. border-width: /*variable:flickrstyle_border_thickness*/2px/*variable*/;
  9. border-style: solid;
  10. border-color: /*variable:flickrstyle_border_color*/LightGrey/*variable*/;
  11. background-color: /*variable:flickrstyle_bgcolor*/White/*variable*/;
  12. }