-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbubble.css
147 lines (145 loc) · 2.76 KB
/
bubble.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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
body {
background-image: url(./d12.jpg);
background-size: cover;
background-position: center;
background-attachment: fixed;
text-align: center;
}
#tt {
text-align: center;
font-size: 60px;
margin-top: 0%;
font-family: cursive;
color: white;
-webkit-text-stroke: 4px black;
text-decoration-color: yellow;
font-weight: 1500;
}
#bx1 {
margin-left: 15%;
padding: 10px;
height: 38px;
width: 70%;
text-align: center;
font-size: 40px;
font-family: monospace;
color: white;
border: 0.5px dashed black;
background-color: rgb(28, 8, 104);
}
.in {
margin-left: 22%;
margin-top: 10px;
padding: 10px;
height: 300px;
width: 56%;
text-align: center;
font-size: 30px;
font-family: monospace;
color: white;
/* border-width: 3px;
border-style: groove; */
background-color: transparent;
overflow-x: hidden;
overflow-y: auto;
}
.inn {
margin-left: 10%;
margin-top: 8px;
padding: 10px;
height: 40px;
width: 80%;
display: flex;
text-align: center;
font-size: 40px;
font-family: monospace;
border-width: 2px;
border-style: dotted;
border-radius: 8px;
color: black;
background-color: rgb(252, 239, 251);
}
li {
list-style: none;
}
.fire {
width: 170px;
height: 40px;
font-size: 25px;
font-weight: 00;
font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
border: 4px solid rgb(49, 5, 248);
margin-top: -2px;
color: aliceblue;
background-color: black;
cursor: grab;
margin-left: 90px;
margin-right: 90px;
}
.dire {
width: 250px;
height: 40px;
font-size: 25px;
font-weight: 1000;
font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
border: 4px solid rgb(68, 190, 44);
border-radius: 10px;
margin-top: -10px;
color: rgb(227, 236, 243);
background-color: rgb(241, 10, 10);
cursor: grab;
}
.tire {
color: black;
background: whitesmoke;
}
.sd {
margin-left: auto;
margin-right: auto;
margin-top: 0%;
height: 90%;
width: 9%;
text-align: center;
font-size: 30px;
font-family: monospace;
font-weight: 10000px;
border-radius: 5px;
border: 2px solid rgb(12, 10, 10);
color: rgb(255, 255, 255);
}
.st {
background-color: tomato;
}
.et {
background-color: yellowgreen;
}
.ring {
background-color: rgb(111, 0, 255);
}
.ping {
background-color: cyan;
border: 4px solid rgb(255, 0, 255);
border-radius: 10px;
color: black;
font-family: monospace;
font-size: 35px;
}
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
border: 4px solid black;
box-shadow: inset 0 0 2.5px 2px;
}
::-webkit-scrollbar-thumb {
background: linear-gradient(
to top,
rgb(170, 49, 240),
rgb(66, 202, 243),
rgb(89, 236, 84),
rgb(243, 240, 44),
orange,
rgb(243, 50, 50)
);
border-radius: 2px;
}