-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathflags_style.css
More file actions
70 lines (59 loc) · 1.58 KB
/
flags_style.css
File metadata and controls
70 lines (59 loc) · 1.58 KB
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
70
html, body {
margin: 0;
padding: 0;
}
body {
width: 505px;
height: 260px;
padding-top: 30px;
padding-left: 15px;
}
.flag_lg {
float: left;
width: 150px;
height: 100px;
margin-right: 15px;
margin-bottom: 30px;
background-color: #ffffff;
border: 1px solid #aaaaaa;
}
.flag_sm {
float: left;
width: 75px;
height: 50px;
margin-right: 15px;
margin-bottom: 30px;
background-color: #ffffff;
border: 1px solid #aaaaaa;
}
.flag_xs {
float: left;
width: 12px;
height: 10px;
margin-right: 15px;
margin-bottom: 30px;
background-color: #ffffff;
border: 1px solid #aaaaaa;
}
.ireland {
background-image: linear-gradient(to right, #009b48 33%, #ffffff 33%, #ffffff 66%, #ff7900 66%)
}
.trinidad {
background-image: linear-gradient(45deg, #ce1126 40%, #ffffff 40%, #ffffff 43%, #000 43%, #000 57%, #ffffff 57%, #ffffff 60%, #ce1126 60%)
}
.congo {
background-image: linear-gradient(-45deg, #dc241f 40%, #fbde4a 40%, #fbde4a 60%, #009543 60%)
}
.mauritius {
background-image: linear-gradient(to top, #00a551 25%, #ffd500 25%, #ffd500 50%, #1a206d 50%, #1a206d 75%, #ea2839 75%)
}
.botswana {
background-image: linear-gradient(to top, #449ed3 30%, #ffffff 30%, #ffffff 35%, #000000 35%, #000000 65%, #ffffff 65%, #ffffff 70%, #449ed3 70%)
}
.madagaskar {
background-image: linear-gradient(to right, #ffffff 30%, transparent 30%, transparent 100%), linear-gradient(to bottom, #fc3d32 30%, #fc3d32 50%, #007e3a 35%);
background-repeat: no-repeat;
}
.russia {
background-image: linear-gradient(to bottom, #ffffff 33%, #3455ff 33%, #3455ff 66%, #e72c2c 66%)
}