diff --git a/community/hangouts/index.md b/community/hangouts/index.md index 9ff1fa06..f01b19ed 100644 --- a/community/hangouts/index.md +++ b/community/hangouts/index.md @@ -10,19 +10,19 @@ permalink: /community/hangouts/index.html
diff --git a/community/team/index.md b/community/team/index.md index 107e15a1..6f7769b3 100644 --- a/community/team/index.md +++ b/community/team/index.md @@ -27,17 +27,17 @@ permalink: /community/team/index.html
{% if member.github %} - + {%endif%} {% if member.twitter %} - + {%endif%} {% if member.reddit %} - + {%endif%} @@ -73,17 +73,17 @@ permalink: /community/team/index.html
{% if member.github %} - + {%endif%} {% if member.twitter %} - + {%endif%} {% if member.reddit %} - + {%endif%} @@ -110,17 +110,17 @@ permalink: /community/team/index.html
{% if member.github %} - + {%endif%} {% if member.twitter %} - + {%endif%} {% if member.reddit %} - + {%endif%} @@ -157,17 +157,17 @@ permalink: /community/team/index.html {% endif %}
{% if member.github %} - + {%endif%} {% if member.twitter %} - + {%endif%} {% if member.reddit %} - + {%endif%} @@ -194,17 +194,17 @@ permalink: /community/team/index.html
{% if member.github %} - + {%endif%} {% if member.twitter %} - + {%endif%} {% if member.reddit %} - + {%endif%} diff --git a/css/custom.css b/css/custom.css index 62e022ea..43d77cc1 100644 --- a/css/custom.css +++ b/css/custom.css @@ -975,6 +975,29 @@ a { text-decoration: none; } +/* External link icon */ + +a[href^="https:"]:not([href*="getmonero.org"]):not([class*="btn-link"]):not([class="chats-img"]):not([class*="ext-noicon"]):not([class*="white"]) { + background: url(/img/external.svg) no-repeat right; + padding-right: 0.7em; + background-size: 0.6em; +} + +a[href^="https:"]:not([href*="getmonero.org"]).white { + background: url(/img/external-white.svg) no-repeat right; + padding-right: 0.7em; + background-size: 0.6em; +} + +a[href^="https:"]:not([href*="getmonero.org"]).orange { + background: url(/img/external.svg) no-repeat right; + padding-right: 0.7em; + padding-top: 0.5em; + background-size: 0.6em; +} + +/* END External link icon */ + a:hover, a:focus, a:active { outline: 0; } @@ -3175,7 +3198,7 @@ span.icon-browser { background-position: 0 -355px; } -.downloads a#ext-noicon { +.downloads a.ext-noicon { border-bottom: none; } diff --git a/downloads/index.md b/downloads/index.md index 0d58c14a..6a1105cd 100644 --- a/downloads/index.md +++ b/downloads/index.md @@ -249,33 +249,33 @@ permalink: /downloads/index.html Cake Wallet LogoCake Wallet X - + Monerujo logoMonerujo X - + Mymonero logoMyMonero - + Edge LogoEdge X - +
@@ -307,11 +307,11 @@ permalink: /downloads/index.html
- - + +
- +
diff --git a/img/external-white.svg b/img/external-white.svg new file mode 100644 index 00000000..058a885f --- /dev/null +++ b/img/external-white.svg @@ -0,0 +1,16 @@ + + + + + + image/svg+xml + + + + + + + + + + \ No newline at end of file diff --git a/img/external.svg b/img/external.svg new file mode 100644 index 00000000..4951945f --- /dev/null +++ b/img/external.svg @@ -0,0 +1,16 @@ + + + + + + image/svg+xml + + + + + + + + + + \ No newline at end of file