-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paths.css
118 lines (91 loc) · 1.42 KB
/
s.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
107
108
109
110
111
112
113
114
115
116
117
118
.screen{
margin: auto;
background-color:grey;
width: 85%;
height:100px;
border-radius: 5px;
}
.table1{
}
.scr-top{
column-count: 4;
line-height:10px;
height:20px;
}
.scr-middle{
margin: auto;
column-count: 3;
position: relative;
margin: auto;
height: 50px;
border:solid;
vertical-align: baseline;
}
.scr-middle-left{
width: 20%;
float:left;
border:solid;
}
.scr-middle-right{
width: 80%;
float:right;
border:solid;
}
.scr-bottom{
column-count: 4;
}
.tempno{
margin-left:15px;
width:52px;
position: absolute;
bottom:0;
height: 37.5px;
vertical-align: text-bottom;
font-family:Verdana;
font-size: 40px;
font-weight:100;
text-decoration:none;
color:white;
background-color:grey;
border:solid;
}
.degC{
}
.time{
margin: auto;
position: absolute;
bottom: 0;
right:0;
margin:auto ;
color:white;
vertical-align: text-bottom;
font-family:Verdana;
font-weight:bold;
text-decoration:none;
border:solid;
}
.buttonc{
display: inline-block;
width:50px;
height:50px;
border-radius:25px;
line-height:50px;
font-size:0.75em;
color:#e2eaf3;
text-align:center;
background:#7b7167; /*orange*/ /*#000; */
margin: 5px 5px 5px 5px;
font-family:Verdana;
font-weight:bold;
text-decoration:none;
}
.space-even{
display: flex;
justify-content: space-between;
margin: 0px 0px 0px 0px;
}
.container{
display: inline-block;
border-style:solid;
border-radius:7px;
}