This repository was archived by the owner on Jul 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathretro.css
More file actions
143 lines (124 loc) · 4.33 KB
/
retro.css
File metadata and controls
143 lines (124 loc) · 4.33 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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
body.retro-activated div {
font-family: "Comic Sans MS" !important;
background: none !important;
}
body.retro-activated h1,
body.retro-activated h2,
body.retro-activated h3 {
font-family: "Times New Roman" !important;
}
body.retro-activated video {
display: none !important;
}
body.retro-activated iframe {
display: none !important;
}
body.retro-activated img {
image-rendering: pixelated;
}
body.retro-activated div {
box-shadow: none !important
}
/*
body.retro-activated li:hover,
body.retro-activated caption:hover,
body.retro-activated p:hover,
body.retro-activated span:hover,
body.retro-activated h1:hover,
body.retro-activated h2:hover,
body.retro-activated h3:hover {
background-color: black !important;
color: #fff !important
}
*/
/*
h1, h2, h3 {
font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
font-size: 92px;
padding: 80px 50px;
text-align: center;
}
h1, h2, h3 {
color: #d364fb !important;
background-color: #b2b39e;
letter-spacing: .05em;
text-shadow: 4px 4px 0px #d5d5d5, 7px 7px 0px rgba(0, 0, 0, 0.2);
}
/*li, p, figcaption {
font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
font-size: 92px;
padding: 80px 50px;
text-align: center;
}
li, p, figcaption {
color: #ee3434 !important;
background-color: #b2b39e;
letter-spacing: .05em;
text-shadow: 4px 4px 0px #d5d5d5;
}
*/
body.retro-activated .rainbow-wordart {
position: relative;
z-index: 1;
display: inline-block;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: scale(1, 1.5);
-webkit-transform: scale(1, 1.5);
-moz-transform: scale(1, 1.5);
-o-transform: scale(1, 1.5);
-ms-transform: scale(1, 1.5);
background: -webkit-linear-gradient(left, #b306a9, #ef2667, #f42e2c, #ffa509, #fdfc00, #55ac2f, #0b13fd, #a804af) !important;
background: -o-linear-gradient(left, #b306a9, #ef2667, #f42e2c, #ffa509, #fdfc00, #55ac2f, #0b13fd, #a804af);
background: -moz-linear-gradient(left, #b306a9, #ef2667, #f42e2c, #ffa509, #fdfc00, #55ac2f, #0b13fd, #a804af);
background: linear-gradient(to right, #b306a9, #ef2667, #f42e2c, #ffa509, #fdfc00, #55ac2f, #0b13fd, #a804af);
background-clip: text !important;
-webkit-background-clip: text !important;
-webkit-text-fill-color: transparent;
}
body.retro-activated .blue-impact-wordart {
position: relative;
z-index: 1;
display: inline-block;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: Impact, sans-serif;
color: #24c0fd;
-webkit-text-stroke: 0.01em #0000aa !important;
filter: progid:DXImageTransform.Microsoft.Glow(Color=#0000aa,Strength=1) !important;
text-shadow: 0.13em -0.13em 0px #0000aa !important;
letter-spacing: -0.05em !important;
}
body.retro-activated .superhero-wordart {
position: relative;
z-index: 1;
display: inline-block;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: Impact;
background: #fdea00;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
background: -moz-linear-gradient(top, #fdea00 0%, #fdcf00 44%, #fc2700 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdea00), color-stop(44%, #fdcf00), color-stop(100%, #fc2700));
background: -webkit-linear-gradient(top, #fdea00 0%, #fdcf00 44%, #fc2700 100%) !important;
background: -o-linear-gradient(top, #fdea00 0%, #fdcf00 44%, #fc2700 100%);
background: -ms-linear-gradient(top, #fdea00 0%, #fdcf00 44%, #fc2700 100%);
background: linear-gradient(to bottom, #fdea00 0%, #fdcf00 44%, #fc2700 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdea00', endColorstr='#fc2700', GradientType=0) !important;
background-clip: text !important;
-webkit-background-clip: text !important;
-webkit-text-fill-color: transparent;
}
.retro-activated ::-webkit-scrollbar {
width: 20px;
}
.retro-activated ::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
border-radius: 2px;
}
.retro-activated ::-webkit-scrollbar-thumb {
border-radius: 2px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
background-color: #d0ebf6;
border: 2px solid #c2cadd;
}