-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGoodbye Web Qore.html
More file actions
165 lines (151 loc) · 4.56 KB
/
Goodbye Web Qore.html
File metadata and controls
165 lines (151 loc) · 4.56 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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
<!DOCTYPE html>
<style>
@import url('https://fonts.googleapis.com/css?family=Inter:100,200,300,400,500,600,700,800,900&display=swap&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');
/* Buttons */
.wds-button {
background-color:#00cdd0;
border-color:#00cdd0;
color:#000;
-ms-flex-align:center;
align-items:center;
border-style:solid;
border-width:1px;
box-sizing:content-box;
cursor:default;
display:-ms-inline-flexbox;
display:inline-flex;
font-size:12px;
font-weight:600;
-ms-flex-pack:center;
justify-content:center;
letter-spacing:.15px;
line-height:16px;
margin:0;
min-height:18px;
outline:0;
padding:7px 18px;
text-decoration:none;
text-transform:uppercase;
transition-duration:.3s;
transition-property:background-color,border-color,color;
vertical-align:top;
-webkit-appearance:none;
border-radius:4px;
background-image:none; /* Supress Gradient set by buttons */
text-shadow:none; /* Disable Embolding caused by the update */
}
.wds-button.wds-is-active,.wds-button:active,.wds-button:focus:not(:disabled),.wds-button:hover:not(:disabled){
background-color:#00686a;
border-color:#00686a;
text-decoration:none;
background-image:none; /* Supress Gradient set by buttons */
}
.wds-button.wds-is-secondary{
background-color:transparent;
border-color:#5f7a7b;
color:#5f7a7b
}
.wds-button.wds-is-secondary.wds-is-active,.wds-button.wds-is-secondary:active,.wds-button.wds-is-secondary:focus:not(:disabled),.wds-button.wds-is-secondary:hover:not(:disabled){
background-color:transparent;
border-color:#00686a;
color:#00686a;
}
.wds-button.wds-is-text{
background-color:transparent;
color:#5f7a7b;
border:0
}
.wds-button.wds-is-text.wds-is-active,.wds-button.wds-is-text:active,.wds-button.wds-is-text:focus:not(:disabled),.wds-button.wds-is-text:hover:not(:disabled){
background-color:transparent;
color:#00686a}
.wds-button.wds-is-secondary.wds-is-light, .wds-button.wds-is-text.wds-is-light {
filter:inver(1) hue-rotate(180deg);
}
a.wds-button, button.wds-button {
cursor:pointer;
}
html {
max-width:960px;
margin:0 auto;
scrollbar-width:none;
}
::-webkit-scrollbar {
dispaly:none;
width:0;
height:0;
}
body {
font-weight:500;
word-spacing:-0.5px;
margin:0 auto;
font-size:14px;
position:relative;
max-width:inherit;
box-shadow:0 0 40px 0px;
overflow:hidden;
font-family:Inter, fantasy;
}
main {
background-color:#d8d9e0;
margin:0 auto;
max-width:inherit;
position:relative;
overflow-y:auto;
height:100vh;
scrollbar-width:none;
-ms-overflow-style:none;
-webkit-transition:background-color 400ms ease;
transition:background-color 400ms ease;
/*
display:table-cell;
*/
width:960px;
height:100vh;
text-align:center;
font-size:20px;
box-shadow:0 0 20px 10px yellow inset, 0 0 10px 5px black inset;
padding:20px;
text-shadow:0 2px 2px white, 2px 0 2px white, 1px 1px white;
display:flex;
flex-direction:column;
align-items:center;
box-sizing:border-box;
}
.icons {
margin:5px 0;
}
.icons svg {
margin:0 5px;
width:80px;
height:80px;
color:#070714;
}
</style>
<title>Thanks for trying Qora Qore Web</title>
<body>
<main>
<div>
<img width="800" src="Q.Qore Migration.png" />
</div>
<div>
Thanks you for trying Q.Qore gang!!!!
<br>
After many years of independent work through GMK Projects, we have decided to stop developing such projects due to its minimal functionality and not being able to provide a full-powered experience.
<br>
Because of this, we have built Evelution, an evergreen skin that tries to bring the best of Web Qore into MediaWiki Core with as much close resemblance as possible.
<br>
If your wiki has MediaWiki 1.36 or newer, you may be interested to apply evelution by downloading it. Otherwise, you may try a live instance, both are in the bottom links:
</div>
<div>
<a href="https://skins-demo.wmflabs.org/?useskin=evelution" title="Useful if you want to give it a shot or you don't have a MediaWiki 1.36+ wiki" class="wds-button">Try Evelution</a>
<a href="https://github.com/AWikia/SkinEvelution/" title="I have a MediaWiki 1.36+ wiki and I want to use it on my wiki." class="wds-button">Download Evelution</a>
</div>
<div>
Want a minimal version it to your wiki without switching skins or you want to get some experience to other skins as well?
<br>
Download and apply <a href="https://github.com/AWikia/ExtensionIvilution">Ivilution</a> instead.
</div>
</main>
<meta name="viewport" content="width=960px user-scalable=no">
<link href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese" rel="stylesheet">
</body>