diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2013-08-09 09:33:40 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2013-08-09 09:33:40 -0400 |
| commit | c1550c8b525521251d8213740dc56371644dc708 (patch) | |
| tree | 7e25fdc98262bc65a71906a395275f8e46f0c3ea /static/irl/blueprint/plugins/link-icons/screen.css | |
| parent | a7cad3dea595698294e55673b10b4380315a8013 (diff) | |
Prod commit #2
Diffstat (limited to 'static/irl/blueprint/plugins/link-icons/screen.css')
| -rwxr-xr-x | static/irl/blueprint/plugins/link-icons/screen.css | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/static/irl/blueprint/plugins/link-icons/screen.css b/static/irl/blueprint/plugins/link-icons/screen.css new file mode 100755 index 0000000..7b4bef9 --- /dev/null +++ b/static/irl/blueprint/plugins/link-icons/screen.css @@ -0,0 +1,40 @@ +/* -------------------------------------------------------------- + + link-icons.css + * Icons for links based on protocol or file type. + + See the Readme file in this folder for additional instructions. + +-------------------------------------------------------------- */ + +/* Use this class if a link gets an icon when it shouldn't. */ +body a.noicon { + background:transparent none !important; + padding:0 !important; + margin:0 !important; +} + +/* Make sure the icons are not cut */ +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:"] { + padding:2px 22px 2px 0; + margin:-2px 0; + background-repeat: no-repeat; + background-position: right center; +} + +/* External links */ +a[href^="http:"] { background-image: url(icons/external.png); } +a[href^="mailto:"] { background-image: url(icons/email.png); } +a[href^="http:"]:visited { background-image: url(icons/visited.png); } + +/* Files */ +a[href$=".pdf"] { background-image: url(icons/pdf.png); } +a[href$=".doc"] { background-image: url(icons/doc.png); } +a[href$=".xls"] { background-image: url(icons/xls.png); } + +/* Misc */ +a[href$=".rss"], +a[href$=".rdf"] { background-image: url(icons/feed.png); } +a[href^="aim:"] { background-image: url(icons/im.png); } |
