-
-
Notifications
You must be signed in to change notification settings - Fork 185
Expand file tree
/
Copy pathsite.css
More file actions
11 lines (11 loc) · 1.08 KB
/
site.css
File metadata and controls
11 lines (11 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
a.externalLink{padding-right:inherit}
a.externalLink[href^=http]{background:inherit;padding-right:inherit}
a.externalLink[href$=".asc"]{background:inherit;padding-right:inherit}
a.externalLink[href$=".jpg"],a.externalLink[href$=".jpeg"],a.externalLink[href$=".gif"],a.externalLink[href$=".png"]{background:inherit;padding-right:18px}
a.externalLink[href$=".tar.gz"],a.externalLink[href$=".zip"]{background:url('../images/package-x-generic.png') right center no-repeat;padding-right:18px}
a.externalLink[href$=".md5"],a.externalLink[href$=".sha1"]{background:url('../images/document-properties.png') right center no-repeat;padding-right:18px}
a.externalLink[href^=https]{background:inherit;padding-right:inherit}
a.externalLink[href^=file]{background:url('../images/drive-harddisk.png') right center no-repeat;padding-right:18px}
a.externalLink[href^=ftp]{background:url('../images/network-server.png') right center no-repeat;padding-right:18px}
a.externalLink[href^=mailto]{background:url('../images/contact-new.png') right center no-repeat;padding-right:18px}
#publishDate,#projectVersion{display:none}