Skip to content

Commit 4e0bcbc

Browse files
committed
Updated CSS
1 parent 4898aa2 commit 4e0bcbc

15 files changed

+459
-109
lines changed
61.9 KB
Binary file not shown.

glyphica/wiki_brazilian.html

Lines changed: 34 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
44
<meta charset="UTF-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<link rel="preconnect" href="https://fonts.googleapis.com">
8+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
9+
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
10+
<script>
11+
(function(d) {
12+
var config = {
13+
kitId: 'zmu1nqc',
14+
scriptTimeout: 3000,
15+
async: true
16+
},
17+
h=d.documentElement,t=setTimeout(function(){h.className=h.className.replace(/wf-loading/g,"")+" wf-inactive";},config.scriptTimeout),tk=d.createElement("script"),f=false,s=d.getElementsByTagName("script")[0],a;h.className+=" wf-loading";tk.src='https://use.typekit.net/'+config.kitId+'.js';tk.async=true;tk.onload=tk.onreadystatechange=function(){a=this.readyState;if(f||a&&a!="complete"&&a!="loaded")return;f=true;clearTimeout(t);try{Typekit.load(config)}catch(e){}};s.parentNode.insertBefore(tk,s)
18+
})(document);
19+
</script>
720
<style>
821
/* Do not edit block start */
922
/* ======================= */
@@ -29,11 +42,11 @@
2942

3043
:root {
3144
--imml-text-light: #333333;
32-
--imml-text-dark: #eeeeee;
45+
--imml-text-dark: #727272;
3346
--imml-background-light: #ffffff;
34-
--imml-background-dark: #121212;
47+
--imml-background-dark: #f0f0e6;
3548
--imml-accent-light: dodgerblue;
36-
--imml-accent-dark: dodgerblue;
49+
--imml-accent-dark: #9e5b60;
3750
}
3851

3952
:root {
@@ -52,6 +65,12 @@
5265
}
5366
}
5467

68+
@font-face {
69+
font-family: "Grand-Regular";
70+
size-adjust: 135%;
71+
src: url("fonts/NTF-Grand-Regular.ttf");
72+
}
73+
5574
body,
5675
html {
5776
height: 100%;
@@ -60,15 +79,21 @@
6079
}
6180

6281
body {
63-
font-family: sans-serif;
82+
font-family: "Montserrat", "source-han-sans-simplified-c", sans-serif;
6483
min-height: 100%;
84+
font-size: 16pt;
6585
color: var(--imml-text);
6686
background: var(--imml-background);
6787
}
6888

89+
h1 {
90+
font-family: "Grand-Regular";
91+
font-size: 36pt;
92+
}
93+
6994
.pages {
7095
margin: 0 auto;
71-
max-width: 600px;
96+
max-width: 800px;
7297
padding-left: 1em;
7398
padding-right: 1em;
7499
}
@@ -81,11 +106,11 @@
81106
.page .breadcrumbs {
82107
font-family: monospace;
83108
text-transform: uppercase;
84-
font-size: small;
109+
font-size: 12pt;
85110
}
86111

87112
p {
88-
line-height: 22px;
113+
line-height: 30px;
89114
}
90115

91116
a {
@@ -1381,7 +1406,7 @@ <h2>Lista de Variantes</h2>
13811406
</tr>
13821407
<tr>
13831408
<td><img src="img/Drone7.png"></td>
1384-
<td>Vida: 6000<br>Dano: 210<br></td>
1409+
<td>Vida: 18000<br>Dano: 210<br></td>
13851410
</tr>
13861411
</tbody></table>
13871412
</div><div id="shielddrone" class="page"><div class="breadcrumbs"><a href="#">Página Inicial</a> / <a href="#enemies">Inimigos</a> / <span>Drone de Escudo</span></div><h1>Drone de Escudo</h1>
@@ -1396,7 +1421,7 @@ <h2>Lista de Variantes</h2>
13961421
</thead>
13971422
<tbody><tr>
13981423
<td><img src="img/ShieldDrone.png"></td>
1399-
<td>Vida: 150<br>Escudo: 200<br>Dano: 50<br></td>
1424+
<td>Vida: 450<br>Escudo: 600<br>Dano: 50<br></td>
14001425
</tr>
14011426
<tr>
14021427
<td><img src="img/ShieldDrone2.png"></td>

glyphica/wiki_british.html

Lines changed: 33 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
44
<meta charset="UTF-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<link rel="preconnect" href="https://fonts.googleapis.com">
8+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
9+
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
10+
<script>
11+
(function(d) {
12+
var config = {
13+
kitId: 'zmu1nqc',
14+
scriptTimeout: 3000,
15+
async: true
16+
},
17+
h=d.documentElement,t=setTimeout(function(){h.className=h.className.replace(/wf-loading/g,"")+" wf-inactive";},config.scriptTimeout),tk=d.createElement("script"),f=false,s=d.getElementsByTagName("script")[0],a;h.className+=" wf-loading";tk.src='https://use.typekit.net/'+config.kitId+'.js';tk.async=true;tk.onload=tk.onreadystatechange=function(){a=this.readyState;if(f||a&&a!="complete"&&a!="loaded")return;f=true;clearTimeout(t);try{Typekit.load(config)}catch(e){}};s.parentNode.insertBefore(tk,s)
18+
})(document);
19+
</script>
720
<style>
821
/* Do not edit block start */
922
/* ======================= */
@@ -29,11 +42,11 @@
2942

3043
:root {
3144
--imml-text-light: #333333;
32-
--imml-text-dark: #eeeeee;
45+
--imml-text-dark: #727272;
3346
--imml-background-light: #ffffff;
34-
--imml-background-dark: #121212;
47+
--imml-background-dark: #f0f0e6;
3548
--imml-accent-light: dodgerblue;
36-
--imml-accent-dark: dodgerblue;
49+
--imml-accent-dark: #9e5b60;
3750
}
3851

3952
:root {
@@ -52,6 +65,12 @@
5265
}
5366
}
5467

68+
@font-face {
69+
font-family: "Grand-Regular";
70+
size-adjust: 135%;
71+
src: url("fonts/NTF-Grand-Regular.ttf");
72+
}
73+
5574
body,
5675
html {
5776
height: 100%;
@@ -60,15 +79,21 @@
6079
}
6180

6281
body {
63-
font-family: sans-serif;
82+
font-family: "Montserrat", "source-han-sans-simplified-c", sans-serif;
6483
min-height: 100%;
84+
font-size: 16pt;
6585
color: var(--imml-text);
6686
background: var(--imml-background);
6787
}
6888

89+
h1 {
90+
font-family: "Grand-Regular";
91+
font-size: 36pt;
92+
}
93+
6994
.pages {
7095
margin: 0 auto;
71-
max-width: 600px;
96+
max-width: 800px;
7297
padding-left: 1em;
7398
padding-right: 1em;
7499
}
@@ -81,11 +106,11 @@
81106
.page .breadcrumbs {
82107
font-family: monospace;
83108
text-transform: uppercase;
84-
font-size: small;
109+
font-size: 12pt;
85110
}
86111

87112
p {
88-
line-height: 22px;
113+
line-height: 30px;
89114
}
90115

91116
a {
@@ -1412,7 +1437,7 @@ <h2>List of Variants</h2>
14121437
</tr>
14131438
<tr>
14141439
<td><img src="img/ShieldDrone5.png"></td>
1415-
<td>Health: 2400<br>Shield: 3200<br>Damage: 250<br></td>
1440+
<td>Health: 7200<br>Shield: 9600<br>Damage: 250<br></td>
14161441
</tr>
14171442
</tbody></table>
14181443
</div><div id="stalker" class="page"><div class="breadcrumbs"><a href="#">Home</a> / <a href="#enemies">Enemies</a> / <span>Stalker</span></div><h1>Stalker</h1>

glyphica/wiki_english.html

Lines changed: 33 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
44
<meta charset="UTF-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<link rel="preconnect" href="https://fonts.googleapis.com">
8+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
9+
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
10+
<script>
11+
(function(d) {
12+
var config = {
13+
kitId: 'zmu1nqc',
14+
scriptTimeout: 3000,
15+
async: true
16+
},
17+
h=d.documentElement,t=setTimeout(function(){h.className=h.className.replace(/wf-loading/g,"")+" wf-inactive";},config.scriptTimeout),tk=d.createElement("script"),f=false,s=d.getElementsByTagName("script")[0],a;h.className+=" wf-loading";tk.src='https://use.typekit.net/'+config.kitId+'.js';tk.async=true;tk.onload=tk.onreadystatechange=function(){a=this.readyState;if(f||a&&a!="complete"&&a!="loaded")return;f=true;clearTimeout(t);try{Typekit.load(config)}catch(e){}};s.parentNode.insertBefore(tk,s)
18+
})(document);
19+
</script>
720
<style>
821
/* Do not edit block start */
922
/* ======================= */
@@ -29,11 +42,11 @@
2942

3043
:root {
3144
--imml-text-light: #333333;
32-
--imml-text-dark: #eeeeee;
45+
--imml-text-dark: #727272;
3346
--imml-background-light: #ffffff;
34-
--imml-background-dark: #121212;
47+
--imml-background-dark: #f0f0e6;
3548
--imml-accent-light: dodgerblue;
36-
--imml-accent-dark: dodgerblue;
49+
--imml-accent-dark: #9e5b60;
3750
}
3851

3952
:root {
@@ -52,6 +65,12 @@
5265
}
5366
}
5467

68+
@font-face {
69+
font-family: "Grand-Regular";
70+
size-adjust: 135%;
71+
src: url("fonts/NTF-Grand-Regular.ttf");
72+
}
73+
5574
body,
5675
html {
5776
height: 100%;
@@ -60,15 +79,21 @@
6079
}
6180

6281
body {
63-
font-family: sans-serif;
82+
font-family: "Montserrat", "source-han-sans-simplified-c", sans-serif;
6483
min-height: 100%;
84+
font-size: 16pt;
6585
color: var(--imml-text);
6686
background: var(--imml-background);
6787
}
6888

89+
h1 {
90+
font-family: "Grand-Regular";
91+
font-size: 36pt;
92+
}
93+
6994
.pages {
7095
margin: 0 auto;
71-
max-width: 600px;
96+
max-width: 800px;
7297
padding-left: 1em;
7398
padding-right: 1em;
7499
}
@@ -81,11 +106,11 @@
81106
.page .breadcrumbs {
82107
font-family: monospace;
83108
text-transform: uppercase;
84-
font-size: small;
109+
font-size: 12pt;
85110
}
86111

87112
p {
88-
line-height: 22px;
113+
line-height: 30px;
89114
}
90115

91116
a {
@@ -1365,7 +1390,7 @@ <h2>List of Variants</h2>
13651390
</tr>
13661391
<tr>
13671392
<td><img src="img/Drone3.png"></td>
1368-
<td>Health: 750<br>Damage: 90<br></td>
1393+
<td>Health: 2250<br>Damage: 90<br></td>
13691394
</tr>
13701395
<tr>
13711396
<td><img src="img/Drone4.png"></td>

glyphica/wiki_finnish.html

Lines changed: 32 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
44
<meta charset="UTF-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<link rel="preconnect" href="https://fonts.googleapis.com">
8+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
9+
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
10+
<script>
11+
(function(d) {
12+
var config = {
13+
kitId: 'zmu1nqc',
14+
scriptTimeout: 3000,
15+
async: true
16+
},
17+
h=d.documentElement,t=setTimeout(function(){h.className=h.className.replace(/wf-loading/g,"")+" wf-inactive";},config.scriptTimeout),tk=d.createElement("script"),f=false,s=d.getElementsByTagName("script")[0],a;h.className+=" wf-loading";tk.src='https://use.typekit.net/'+config.kitId+'.js';tk.async=true;tk.onload=tk.onreadystatechange=function(){a=this.readyState;if(f||a&&a!="complete"&&a!="loaded")return;f=true;clearTimeout(t);try{Typekit.load(config)}catch(e){}};s.parentNode.insertBefore(tk,s)
18+
})(document);
19+
</script>
720
<style>
821
/* Do not edit block start */
922
/* ======================= */
@@ -29,11 +42,11 @@
2942

3043
:root {
3144
--imml-text-light: #333333;
32-
--imml-text-dark: #eeeeee;
45+
--imml-text-dark: #727272;
3346
--imml-background-light: #ffffff;
34-
--imml-background-dark: #121212;
47+
--imml-background-dark: #f0f0e6;
3548
--imml-accent-light: dodgerblue;
36-
--imml-accent-dark: dodgerblue;
49+
--imml-accent-dark: #9e5b60;
3750
}
3851

3952
:root {
@@ -52,6 +65,12 @@
5265
}
5366
}
5467

68+
@font-face {
69+
font-family: "Grand-Regular";
70+
size-adjust: 135%;
71+
src: url("fonts/NTF-Grand-Regular.ttf");
72+
}
73+
5574
body,
5675
html {
5776
height: 100%;
@@ -60,15 +79,21 @@
6079
}
6180

6281
body {
63-
font-family: sans-serif;
82+
font-family: "Montserrat", "source-han-sans-simplified-c", sans-serif;
6483
min-height: 100%;
84+
font-size: 16pt;
6585
color: var(--imml-text);
6686
background: var(--imml-background);
6787
}
6888

89+
h1 {
90+
font-family: "Grand-Regular";
91+
font-size: 36pt;
92+
}
93+
6994
.pages {
7095
margin: 0 auto;
71-
max-width: 600px;
96+
max-width: 800px;
7297
padding-left: 1em;
7398
padding-right: 1em;
7499
}
@@ -81,11 +106,11 @@
81106
.page .breadcrumbs {
82107
font-family: monospace;
83108
text-transform: uppercase;
84-
font-size: small;
109+
font-size: 12pt;
85110
}
86111

87112
p {
88-
line-height: 22px;
113+
line-height: 30px;
89114
}
90115

91116
a {

0 commit comments

Comments
 (0)