-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathU.css
More file actions
115 lines (110 loc) · 2.01 KB
/
U.css
File metadata and controls
115 lines (110 loc) · 2.01 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
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
#top{
width:960px;
display: table;
padding:2% 3%;
}
#on{
border:1px solid whitesmoke;
width:55%;
float: left;
padding:4px;
position: relative;
margin: 0 auto;
margin-top: 1%;
}
#on .big {
position: absolute;
bottom: 0;
background: rgb(0, 0, 0); /* Fallback color */
background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
color: #f1f1f1;
width: 97.5%;
margin-bottom: 1.5%;
text-indent: 10px;
}
#pm{
width:45%;
float: right;
}
#in{
width: 43%;
float: right;
}
#out{
padding:4px;
position: relative;
margin: 0 auto;}
#row{
padding:4px;
position: relative;
margin: 0 auto;}
#column{
padding:4px;
position: relative;
margin: 0 auto;
}
#out .pm {
position: absolute;
bottom: 0;
background: rgb(0, 0, 0); /* Fallback color */
background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
color: #f1f1f1;
width: 97%;
padding: 1px;
margin-bottom: 2%;
line-height: 30%;
}
#row .pm {
position: absolute;
bottom: 0;
background: rgb(0, 0, 0); /* Fallback color */
background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
color: #f1f1f1;
width: 97%;
padding: 1px;
margin-bottom: 2%;
line-height: 30%;
}
.button {
background-color: #333;
color: white;
padding: 8px;
border-radius: 5px;
border: solid 1px;
border-color: rgb(70, 92, 99);
position: inherit;
outline: none;
cursor: pointer;
box-shadow: 0px 0px 2px 0.2px white;
}
#left{
float:center;
font-size: 25px;
}
.all{
margin: auto;
width: 1000px;
background-color:lightgray;
}
.off{
margin: auto;
width: 900px;
height: 100%;
background-color: white;
}
.bigger{
font-size: 30px;
}
.la{
font-size: 20px;
}
.now{
font-size: 30px;
}
.lis{
font-size: 16px;
font-style: italic;
}
.top{
font-size: 30px;
}