clientstuff
This commit is contained in:
79
.minecraft/updates.html
Normal file
79
.minecraft/updates.html
Normal file
@@ -0,0 +1,79 @@
|
||||
<style>
|
||||
body {
|
||||
font-family: "Ubuntu", "Trebuchet MS", sans-serif;
|
||||
padding-top: 20px;
|
||||
}
|
||||
th, td {
|
||||
padding: 5px 10px;
|
||||
border: 1px solid #aaa;
|
||||
}
|
||||
|
||||
th {
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
#msg {
|
||||
color: #0a0;
|
||||
}
|
||||
|
||||
tr:nth-child(even) {
|
||||
background-color: #f9f9f7;
|
||||
}
|
||||
tr:nth-child(odd) {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
.active {
|
||||
color: black;
|
||||
}
|
||||
|
||||
tr:hover {
|
||||
background-color: lightgrey;
|
||||
}
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
margin: 1em auto;
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.footer {
|
||||
padding-bottom: 20px;
|
||||
padding-top: 10px;
|
||||
font-size: 0.8em;
|
||||
text-align: center;
|
||||
border-top: 1px solid lightgrey;
|
||||
width: 70%;
|
||||
margin: 0px auto;
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
.footer a {
|
||||
text-decoration: none;
|
||||
color: black;
|
||||
}
|
||||
</style>
|
||||
|
||||
<h1>Mod updates</h1>
|
||||
<table>
|
||||
<thead>
|
||||
<th>Name</th>
|
||||
<th>Installed version</th>
|
||||
<th>Latest version</th>
|
||||
<th>Update link</th>
|
||||
</thead>
|
||||
<tr>
|
||||
<td>CoreTweaks</td>
|
||||
<td>0.3.3.6-GTNH</td>
|
||||
<td><b>ERROR</b></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
<div class="footer">Update check provided by <a href="https://github.com/makamys/MCLib">MCLib</a>.</div>
|
||||
Reference in New Issue
Block a user