/* original images are way bigger, shring them */ img[alt=Email], img[alt=Skype], img[alt=Twitter], img[alt=Github] { width: 20px; height: 20px; } /* from https://24ways.org/2006/marking-up-a-tag-cloud */ /* display the individual items next to each other, not one-per-line */ .tag-cloud li { display: inline; } /* hide the extra context from CSS-enabled browsers, but not screenreaders */ .tag-cloud span { position: absolute; left: -999px; width: 990px; } /* size is purely presentational, based upon the class */ .tag-cloud .not-popular { font-size: 1em; } .tag-cloud .not-very-popular { font-size: 1.3em; } .tag-cloud .somewhat-popular { font-size: 1.6em; } .tag-cloud .popular { font-size: 1.9em; } .tag-cloud .very-popular { font-size: 2.2em; } .tag-cloud .ultra-popular { font-size: 2.5em; } .widget__link__red { font-weight: 700; color: #e64946; }