-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMMM-CaravanPiPosition.css
72 lines (67 loc) · 942 Bytes
/
MMM-CaravanPiPosition.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
/*
*
* MMM-CaravanPiPosition
*
* spitzlbergerj
* MIT Licensed.
*
* Custom here your css module
*
*/
.MMMCPIPosition {
margin-left:auto;
margin-right: auto;
background-image: url(img/caravanpiMMMbackground.png); /* dimensions of png 400 x 150 */
background-repeat: no-repeat;
background-position: 15px 30px;
font-size: 20px;
font-weight: bold;
width: 520px !important;
height: 165px !important;
}
.back {
text-align: left;
width: 100px;
}
.middleback {
width: 60px;
}
.middle {
text-align: center;
width: 100px;
}
.middlefront {
width: 60px;
}
.front {
text-align: right;
width: 100px;
}
.drawbar {
text-align: right;
width: 100px;
}
.leftside {
height: 30px;
}
.middleleft {
height: 55px;
}
.middlecenter {
height: 30px;
}
.middleright {
height: 55px;
}
.rightside {
height: 30px;
}
.datetime {
vertical-align:top;
height: 15px;
}
.caltext {
color: red;
font-weight: 900;
text-overflow: ellipsis;
}