differentiate between external and internal links

This commit is contained in:
Pliable Pixels 2019-10-26 15:14:37 -04:00
parent 989ef38b16
commit 8f24ca2c9b
No known key found for this signature in database
GPG Key ID: 58DAFD814CE7A36F
3 changed files with 11 additions and 1 deletions

BIN
docs/_static/Icon_External_Link.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 B

2
docs/_static/README.txt vendored Normal file
View File

@ -0,0 +1,2 @@
The external link icon is GPL licensed. Original license link:
https://commons.wikimedia.org/wiki/Category:External_link_icons#/media/File:Icon_External_Link.png

View File

@ -7,5 +7,13 @@ img {
border-bottom: 2px solid red;
border-left: 2px solid red;
border-right: 2px solid red;
background-color: #ff6347 !important;
background-color: #ff6347;
}
a.reference.external:link,
a.reference.external:visited,
a.reference.external:visited{
background: url('./Icon_External_Link.png') center right no-repeat;
padding-right: 13px;
}