Skip to content

Commit

Permalink
Fix navigation, update wiki and patch notes design
Browse files Browse the repository at this point in the history
  • Loading branch information
Patgar1 committed Dec 21, 2024
1 parent 5476fe3 commit d4cb8fb
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 8 deletions.
4 changes: 2 additions & 2 deletions notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<td><img src="img/close.png" alt="close" id="mobile-nav-close"></td>
</tr>
<tr>
<td><a href="notes.html">PATCH NOTES</a></td>
<td><a href="index.html">DOWNLOAD</a></td>
</tr>
<tr>
<td><a href="wiki-home.html">WIKI</a></td>
Expand All @@ -117,7 +117,7 @@
</table>
</div>
<div id="desktop-nav">
<a class="navigation-a" href="notes.html">PATCH NOTES</a>
<a class="navigation-a" href="index.html">DOWNLOAD</a>
<a class="navigation-a" href="wiki-home.html">WIKI</a>
<a class="navigation-a" href="spicybattle.html">SPICY BATTLE</a>
<a class="navigation-a" target="_blank" href="https://discord.gg/YzJkPDjZxG">DISCORD SERVER</a>
Expand Down
7 changes: 7 additions & 0 deletions patch-notes/1.1.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@
<link href="https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<link rel="icon" href="../img/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="../style.css">
<style>
@media (min-width: 1500px) {
body {
font-size: 1.2rem;
}
}
</style>
</head>
<body>
<div id="navigation">
Expand Down
7 changes: 7 additions & 0 deletions patch-notes/1.2.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@
<link href="https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<link rel="icon" href="../img/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="../style.css">
<style>
@media (min-width: 1500px) {
body {
font-size: 1.2rem;
}
}
</style>
</head>
<body>
<div id="navigation">
Expand Down
7 changes: 7 additions & 0 deletions patch-notes/1.3.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@
<link href="https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<link rel="icon" href="../img/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="../style.css">
<style>
@media (min-width: 1500px) {
body {
font-size: 1.2rem;
}
}
</style>
</head>
<body>
<div id="navigation">
Expand Down
7 changes: 7 additions & 0 deletions patch-notes/1.4.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@
<link href="https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<link rel="icon" href="../img/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="../style.css">
<style>
@media (min-width: 1500px) {
body {
font-size: 1.2rem;
}
}
</style>
</head>
<body>
<div id="navigation">
Expand Down
12 changes: 6 additions & 6 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -182,12 +182,12 @@ body {
}

.patch-notes-content {
margin: 1em 20% 1em 20%;
background-color: #0C0C0C;
margin: 2em 20% 1em 20%;
background-color: rgba(0, 0, 0, 0.4);
color: white;
border-top-right-radius: 1em;
border-top-left-radius: 1em;
border: 1px solid white;
border: 1px solid #335279;
}

.patch-notes-ul {
Expand Down Expand Up @@ -223,12 +223,12 @@ body {

.wiki-area {
font-family: Arial, Helvetica, sans-serif;
margin: 1em 15% 0 15%;
background-color: #0C0C0C;
margin: 2em 15% 0 15%;
background-color: rgba(0, 0, 0, 0.4);
color: white;
border-top-right-radius: 0.5em;
border-top-left-radius: 0.5em;
border: 1px solid #e4be35;
border: 1px solid #335279;
}

.wiki-page-header {
Expand Down

0 comments on commit d4cb8fb

Please sign in to comment.