-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
69 lines (68 loc) · 1.15 KB
/
style.css
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
* {
list-style: none;
margin: 0;
padding: 0;
}
body {
font: 400px Helvetica, sans-serif;
margin: 100px auto;
padding: 0 0 100px;
position: relative;
width: 800px;
}
#container {
background-color: #fff;
height: 1em;
position: relative;
width: 1.9em;
}
#fieldofblue {
background-color: #3C3B6E;
height: 0.54em;
position: absolute;
top: 0;
left: 0;
width: 0.76em;
}
.inner {
height: 0.6em;
overflow: hidden;
position: relative;
top: 0.014em;
left: 0.034em;
width: 0.8em;
}
.star {
float: left;
height: 0.062em;
margin: 0 0.0650em -0.009em 0;
width: 0.064em;
}
.star span {
color: white;
display: block;
font-size: 0.0667em;
}
div.row {
clear: left;
position: relative;
left: 0.065em;
}
div.row:first-child {
top: 0;
left: 0;
}
div.row:nth-child(odd) {
left: 0;
}
#thirteen-colonies div.stripe {
background-color: #fff;
height: 0.0769em;
}
#thirteen-colonies div.stripe:nth-child(odd) {
background-color: #B22234;
}
#thirteen-colonies div.stripe:nth-child(8) {
position: relative;
z-index: 99;
}