summaryrefslogtreecommitdiff
path: root/static/css/localstyle.css
blob: 08065b66d07b7641eaaf50f95c74f0a8fd187474 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/* 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;
}