-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindexstyle.css.css
227 lines (163 loc) · 4.2 KB
/
indexstyle.css.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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
:root {
--gjgjgjgjgj: darkkhaki;
}
body
{
background-color: magenta;
}
#the-header-at-the-very-top
{
text-align:
center
;
TeXt-DeCoRaTiOn: UNDERlinE ;
BackGrouNd: red;
}
/**
This is Added here becaude the blink tag doesnt work in my wbe BRowser
WHY Doesnt it work????????????
It 's the best tag Ever !.
*/
blink {
-webkit-animation: blink 1s step-end infinite;
-moz-animation: blink 1s step-end infinite;
-o-animation: blink 1s step-end infinite;
animation: blink 1s step-end infinite;
}
@-webkit-keyframes blink { 67% { opacity: 0 }}
@-moz-keyframes blink { 67% { opacity: 0 }}
@-o-keyframes blink { 67% { opacity: 0 }}
@keyframes blink { 67% { opacity: 0 }}
/** apply MY FAV font !! :D */
/*
* If da user have no comic sans than they have a different awsome font applied *?/
* */
/*
*{
font-family: "Comic Sans", "Comic Sans MS",cursive;
}
*/
#footerText {FONT-Family:Sans-Serif;FONT-SIZE:12px;}
.SHOCKING_TEXT_OMG {
/** This ofn for text for THAT IS EXTRA SHOCKING!!!! even blink<> tag is NOT enoguh!
* /*/
FONT-SIZE: XXX-LARGE;
Color: Yellow;
BACKGROUND: LIME;
}
/** i ohnestly doint know why you cant speciy multiple text decoration for a elemtent in css so uhhhhhhhh*/
.SHOCKING_TEXT_p1
{
text-decoration :underLine;
}
.SHOCKING_TEXT_p2 { TExt-DEcoRAtiON:bold;}
.SHOCKING_TEXT_p3 { TExt-decoration: overline dashed red;}
.SHOCKING_TEXT_p4 {
text-decoration: italic ;}
.MonoSpaceTextThingy { font-family: MonoSpace;}
#Socials {
background-Color: RED ;}
#welcome-to-my-website
{
BackGround-COLOR: khaki;
}
.JAVASCRIPT_SUCKS /* IT REALLY DOSE */ { color : YELLOW ; }
a:hover {
font-size: 8em;
}
fieldset legend {
color: ORANGe;
box-shadow: black 5px 5px 5px;
background-color: BlACK;
}
/* Among us*/
/* Slash asteriksc comments suck i always forgor to shift8?*/
#MOLTONY_WEBSITE_navi-gation {
background-CoLoR :darkred;
color: WHITE ;
}
#MOLTONY_WEBSITE_navi-gation a {
COLOR: LIGHTblue;
}
#CURLsudoBASHmareuQ { BackGRound-COlor: Black !important;}
.releiF {
foNt-weIght: boLd;coLor: liMe;
}#cookie-box{
position: ABSOLUTE;
TOp: 50%
;left: 50%;
TransfOrm:TRAnslate(-50%, -50%);
width: 85%;
height: 85%;
background-coloR: MagenTa;
border-radius: 6.9px;
border: 4px solid black;
}
.bus {color: red;}
.chineseTea /* heva you ever played touhou eosd? i did (I CANT BEAT IT)*/
{background: url("./ds-craft/dirt.png");
}
#INFORMATOIOIN_containter {
width: 69%;
border:thick SoliD GREEN;
background: url("./Backgroud_animatoin/ANIMAT~1.GIF" )
}
#INFORMATOIOIN_ermm
{ text-align: center;}
* {font-family:'Times New Roman', Times, serif}
*
*
*
#giant_fricking_text_rn_fr
{
font-size: 10em;
}
.RED_CROSS
{
color: red;
}
.GREEN_CHECKMARK {
color: LIME;
}
.hell_yeah {
animation: seizure 0.5s infinite;
/*AND MAKE IT FRICKING G I I I I I I A A A A A AN N N N N N T T T T T T *!!!!!/*/
FONT-SIZE: 10em;
}
@keyframes seizure {
0% {
color:RED;
background-color: fuchsia;
}
10% {
coloR: ORANGE;
background-color:lightcoral;
}
20% {
color: LIME;background-color:lightsalmon;
}
30% {
color: purple;
background-color: goldenrod;
}
40% {
color: SkyBlUe;
background-color:black;
}
50% {
color: Yellow;
background-color: white;
}
60% {
color: YellowGREEN;
background-color:red
}
70% {
color: navajowhite;
background-color:pink;
}
80% {
color: brown;background-color:teal
}90%{color:blanchedalmond
;background-color:darkgrey}100%{color: hotpink;background-color:var(--gjgjgjgjgj)}
}