-
Notifications
You must be signed in to change notification settings - Fork 12
/
MMM-DailyPokemon.css
106 lines (91 loc) · 1.34 KB
/
MMM-DailyPokemon.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
/*
*
* MMM-DailyPokemon
*
*
* MIT Licensed.
*
* Custom here your css module
*
*/
@font-face {
font-family: pokegb;
src: url(fonts/pokemon_font.ttf);
}
#poke-wrapper {
margin-left: auto;
margin-right: auto;
/*position: relative;
bottom: 30px;
top: 0px;*/
}
#flex-wrapper div {
width: 100%;
height: 175px;
}
#flex-wrapper {
display: flex;
align-content: center;
}
#poke-name {
border-bottom: 1px solid white;
color: white;
text-align: center;
margin-bottom: 30px;
}
#poke-subname {
text-align: center;
font-size: 0.6em;
margin-top: -20px;
}
#poke-pic {
position: relative;
bottom: 50px;
width: 200px;
height: auto;
}
#poke-pic-type {
position: relative;
bottom: 100px;
width: 50px;
height: auto;
}
#poke-pic-grayscale {
position: relative;
bottom: 50px;
width: 200px;
height: auto;
filter: grayscale(100%);
}
#poke-pic-grayscale-type {
position: relative;
bottom: 100px;
width: 50px;
height: auto;
filter: grayscale(100%);
}
#poke-types {
padding: 0px;
}
#poke-types span {
text-decoration: none;
display: inline-block;
margin-right: 3px;
padding: 0px;
}
#poke-wrapper table {
line-height: 1em;
}
#poke-wrapper #poke-info{
text-align: center;
}
#poke-wrapper table tr td {
font-size: 12pt;
padding: 0px;
text-transform: capitalize;
}
#poke-table-name {
color: DDD;
font-weight: 800;
text-align: left;
}