-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add in hashtag icons based off https://umbracocommunity.social/custom…
….css (#52) * Add in hastag icons based off https://umbracocommunity.social/custom.css * Updated #umbraco styling so it should match things like #UmbracoSpark and #UmbracpUkFest, which the main mastodon server does * Couple more wildcard ones missed, mainly for conferences where it looks expected they'll cbange the hashtag to include the year
- Loading branch information
1 parent
55346dd
commit 1364fb2
Showing
2 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
// Based off https://umbracocommunity.social/custom.css and updated to handle URLs not being relative here. | ||
a[href*="/tags/" i]{white-space: nowrap} | ||
a[href$="/tags/H5YR" i]::after{content: "✋"} | ||
a[href*="/tags/Umbraco" i]::after{content: "🦄"} | ||
a[href$="/tags/UmbracoTees" i]::after{content: "👕"} | ||
a[href$="/tags/umbraCoffee" i]::after{content: "☕"} | ||
a[href$="/tags/notacult" i]::after{content: "🙅"} | ||
a[href$="/tags/codegarden" i]::after,a[href*="/tags/cg2" i]::after{content: "🦄"} | ||
a[href$="/tags/dotnet" i]::after{content: "🤖"} | ||
a[href$="/tags/csharp" i]::after{content: "🤖"} | ||
a[href$="/tags/Hacktoberfest" i]::after{content: "🎃"} | ||
a[href$="/tags/UmbracoCommunity" i]::after{content: "💙"} | ||
a[href$="/tags/Friendly" i]::after{content: "💙"} | ||
a[href$="/tags/codecabin" i]::after,a[href*="/tags/cc2" i]::after{content: "🛖"} | ||
a[href$="/tags/24days" i]::after{content: "📅"} | ||
a[href$="/tags/meetup" i]::after{content: "🍕"} | ||
a[href$="/tags/codernails" i]::after{content: "💅🏻"} | ||
a[href*="/tags/df2" i]::after, a[href*="/tags/duug" i]::after{content: "🦁"} | ||
a[href$="/tags/umbukfest" i]::after{content: "✖️"} | ||
a[href$="/tags/" i][href*="SecretSanta" i]::after{content: "🧑🎄"} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters