Sha256: 6d6c8dbac321c4faaf3d9ecb9a81117654fcf92a0d6e70f80d5548062bd3612a

Contents?: true

Size: 1.01 KB

Versions: 41

Compression:

Stored size: 1.01 KB

Contents

=no-link-icon
  :background transparent none !important
  :padding 0 !important
  :margin 0 !important

=link-icon-base
  :padding 2px 22px 2px 0
  :margin -2px 0
  :background-repeat no-repeat
  :background-position right center

=link-icon(!name, !include_base = true)
  @if !include_base
    +link-icon-base
  :background-image= image_url("link_icons/#{!name}")

=link-icons
  a[href^="http:"],
  a[href^="mailto:"],
  a[href^="http:"]:visited,
  a[href$=".pdf"],
  a[href$=".doc"],
  a[href$=".xls"],
  a[href$=".rss"], 
  a[href$=".rdf"],
  a[href^="aim:"]
    +link-icon-base
  a[href^="http:"]
    +link-icon("external.png", false)
  a[href^="mailto:"]
    +link-icon("email.png", false)
  a[href^="http:"]:visited
    +link-icon("visited.png", false)
  a[href$=".pdf"]
    +link-icon("pdf.png", false)
  a[href$=".doc"]
    +link-icon("doc.png", false)
  a[href$=".xls"]
    +link-icon("xls.png", false)
  a[href$=".rss"],
  a[href$=".rdf"]
    +link-icon("feed.png", false)
  a[href^="aim:"]
    +link-icon("im.png", false)

Version data entries

41 entries across 41 versions & 4 rubygems

Version Path
alphasights-compass-0.8.12 frameworks/blueprint/stylesheets/blueprint/modules/_link_icons.sass
chriseppstein-compass-0.6.0 frameworks/blueprint/stylesheets/blueprint/modules/_link_icons.sass
chriseppstein-compass-0.6.1 frameworks/blueprint/stylesheets/blueprint/modules/_link_icons.sass
chriseppstein-compass-0.6.10 frameworks/blueprint/stylesheets/blueprint/modules/_link_icons.sass
chriseppstein-compass-0.6.11 frameworks/blueprint/stylesheets/blueprint/modules/_link_icons.sass
chriseppstein-compass-0.6.12 frameworks/blueprint/stylesheets/blueprint/modules/_link_icons.sass
chriseppstein-compass-0.6.13 frameworks/blueprint/stylesheets/blueprint/modules/_link_icons.sass
chriseppstein-compass-0.6.14 frameworks/blueprint/stylesheets/blueprint/modules/_link_icons.sass
chriseppstein-compass-0.6.15 frameworks/blueprint/stylesheets/blueprint/modules/_link_icons.sass
chriseppstein-compass-0.6.2 frameworks/blueprint/stylesheets/blueprint/modules/_link_icons.sass
chriseppstein-compass-0.6.3 frameworks/blueprint/stylesheets/blueprint/modules/_link_icons.sass
chriseppstein-compass-0.6.4 frameworks/blueprint/stylesheets/blueprint/modules/_link_icons.sass
chriseppstein-compass-0.6.5 frameworks/blueprint/stylesheets/blueprint/modules/_link_icons.sass
chriseppstein-compass-0.6.6 frameworks/blueprint/stylesheets/blueprint/modules/_link_icons.sass
chriseppstein-compass-0.6.7 frameworks/blueprint/stylesheets/blueprint/modules/_link_icons.sass
chriseppstein-compass-0.7.0 frameworks/blueprint/stylesheets/blueprint/modules/_link_icons.sass
chriseppstein-compass-0.8.0 frameworks/blueprint/stylesheets/blueprint/modules/_link_icons.sass
chriseppstein-compass-0.8.1 frameworks/blueprint/stylesheets/blueprint/modules/_link_icons.sass
chriseppstein-compass-0.8.10 frameworks/blueprint/stylesheets/blueprint/modules/_link_icons.sass
chriseppstein-compass-0.8.11 frameworks/blueprint/stylesheets/blueprint/modules/_link_icons.sass