-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
125 lines (105 loc) · 1.55 KB
/
styles.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
119
120
121
122
123
124
125
.Fmain{
position:fixed;
top:66%;
left:86%;
width:110px;
height:38px;
z-index:999999;
padding:10px;
background:rgb(0, 187, 255);
cursor:pointer;
color:white;
border-radius:18px 34px;
border:1px solid rgb(24, 166, 95);
box-shadow:1px 4px 12px #666;
transition:1s ease;
overflow:hidden;
}
.Fmain h1{
font-size:2em;
font-family:Verdana;
display:block;
padding:3px;
letter-spacing:8px;
transition:1s ease;
}
.Fmain:hover > h1{
color:rgb(200, 15, 72);
}
#Fcontent{
display:none;
}
.FmainActive{
width:220px;
height:200px;
font-family:Arial;
border-radius:3px;
}
.FmainActive #Fstart{
display:none;
}
.FmainActive #Fcontent{
display:block !important;
}
.Fspace{
width:1px;
height:1px;
margin-top:28px;
}
.Foption{
width:100%;
padding:5px;
border-bottom:1px solid #ccc;
position:relative;
height:28px;
}
.Fo1{
font-size:16px;
font-family:Verdana;
float:left;
padding-top:6px;
text-indent:10px;
text-align:center;
}
.Fo2{
float:right;
}
.Fo2 input{
background:transparent;
width:80px;
padding:4px;
}
#Ftitle{
font-size:1.1em;
color:white;
letter-spacing:1px;
position:absolute;
top:10px;
width:200px;
text-align:center;
}
.planner input{
width:100%;
padding:5px;
outline:none;
}
#Freceivers, #FmsgTimer{
width:calc(100% - 52px);
padding:5px;
height:200px;
border:1px solid #ccc;
margin:5px;
}
.planner input[type="number"]{
border:none;
text-align:center;
outline:none;
width:auto;
}
#FtimeType{
width:142px;
-webkit-appearance: menulist !important;
}
.FchatPlannerActive{
background-color:#45DBDB !important;
}