Changes the icons used in the sidebar to be more modern / futuristic.
Released 4 years ago
First version
Plugin CSS for 1.0
.sidebar a[href*="characters"] i:before { content: "\f007"; } .sidebar a[href*="locations"] i:before { content: "\"; font-family: RPGAwesome; font-weight: 400; } .sidebar a[href*="races"] i:before { content: "\"; font-family: RPGAwesome; font-weight: 400; } .sidebar a[href*="families"] i:before { content: "\E99E"; font-family: RPGAwesome; font-weight: 400; } .sidebar a[href*="items"] i:before { content: "\"; font-family: RPGAwesome; font-weight: 400; } .sidebar a[href*="notes"] i:before { content: "\f249"; font-family: FontAwesome; font-weight: 900; } .sidebar a[href*="maps"] i:before { content: "\f279"; } .sidebar a[href*="calendars"] i:before { content: "\f073"; } .sidebar a[href*="events"] i:before { content: "\f073"; } .sidebar a[href*="journals"] i:before { content: "\f15c"; font-family: FontAwesome; font-weight: 900; } .sidebar a[href*="organisations"] i:before { content: "\f21b"; font-family: FontAwesome; font-weight: 400; } .sidebar a[href*="quests"] i:before { content: "\f12a"; font-family: FontAwesome; font-weight: 900; } .sidebar a[href*="tags"] i:before { content: "\f02c"; } .sidebar a[href*="abilities"] i:before { content: "\"; font-family: RPGAwesome; font-weight: 400; } .sidebar a[href*="timelines"] i:before { content: "\f017"; }