-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclight.css
More file actions
129 lines (124 loc) · 2.45 KB
/
clight.css
File metadata and controls
129 lines (124 loc) · 2.45 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
body{
text-align: center;
background-color:rgb(192, 234, 241);
background-size: cover;
}
.mainarea{
padding-top: 2%;
display: flex;
justify-content: space-around;
padding-bottom: 2%;
}
.editors{
color:rgb(12, 12, 12);
background-color: rgba(241, 239, 247, 0.947);
width: 100%;
}
textarea{
width: 100%;
min-height: 250px;
overflow: scroll;
font-size: x-large;
}
iframe{
padding-top: 3%;
width: 90%;
height: 50em;
background-color: rgb(245, 241, 241);
position: absolute;
top:640px;
left:80px;
}
.output{
color:rgb(21, 20, 20);
padding-bottom: 2%;
}
.button {
padding: 8px 8px;
margin: 0 10px;
font-size: 10px;
border: none;
border-radius: 5px;
cursor: pointer;
transition: background-color 0.3s;
align-items:center;
}
.button:hover {
background-color: #3498db;
color: #fff;
}
#display{
font-size: 30px;
}
#charCount{
font-size: 20px;
}
.boxi{
max-width: 400px;
margin: 50px auto;
background-color: #2321215c;
backdrop-filter: blur(10px);
padding: 10px;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
text-align: center;
color:rgb(28, 27, 27);
position: absolute;
top: 400px;
left: 570px;
}
h3{
position:absolute;
top:600px;
left:100px;
color:rgb(18, 18, 18);
}
h2{
color:rgb(15, 14, 14);
}
/* CSS */
.button-71 {
background-color: #0078d0;
border: 0;
border-radius: 56px;
color: #fff;
cursor: pointer;
display: inline-block;
font-family: system-ui,-apple-system,system-ui,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans-serif;
font-size: 14px;
font-weight: 500;
outline: 0;
padding: 10px 10px;
position: relative;
text-align: center;
text-decoration: none;
transition: all .3s;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
}
.button-71:before {
background-color: initial;
background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
border-radius: 125px;
content: "";
height: 50%;
left: 4%;
opacity: .5;
position: absolute;
top: 0;
transition: all .3s;
width: 92%;
}
.button-71:hover {
box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
transform: scale(1.05);
}
@media (min-width: 768px) {
.button-71 {
padding: 16px 48px;
}
}
#averageSpeed{
font-size:16px;
}