mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2025-12-23 22:37:53 -05:00
differentiate between external and internal links
This commit is contained in:
BIN
docs/_static/Icon_External_Link.png
vendored
Normal file
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
2
docs/_static/README.txt
vendored
Normal 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
|
||||
10
docs/_static/zmstyle.css
vendored
10
docs/_static/zmstyle.css
vendored
@@ -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;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user