Compare commits

...

2 Commits

Author SHA1 Message Date
6caf86913e Updated theme to look a little better 2025-10-18 13:42:33 -05:00
3dbed8cacc Added Itch.io Page link 2025-10-18 13:41:53 -05:00
3 changed files with 27 additions and 15 deletions

View File

@ -31,7 +31,7 @@
<a href="/pages/links.html">My Links!</a> <a href="/pages/links.html">My Links!</a>
</div> </div>
<div class="post"> <div class="post">
<h3>System Media</h3> <h3 class="postHeader">System Media</h3>
<ul> <ul>
<li><a href="/pages/Jukebox.html">Music</a></li> <li><a href="/pages/Jukebox.html">Music</a></li>
<li><a href="/pages/games.html">Games</a></li> <li><a href="/pages/games.html">Games</a></li>

View File

@ -23,6 +23,12 @@
<h3>Telegram Post Feed</h3> <h3>Telegram Post Feed</h3>
</a> </a>
</div> </div>
<div class="socialLink">
<a href="https://techrunner.itch.io/">
<img src="https://static.itch.io/images/itchio-textless-black.svg" alt="" srcset="">
<h3>Itch.io Page</h3>
</a>
</div>
<div class="socialLink"> <div class="socialLink">
<a href="https://discord.gg/XNqyCMBh"> <a href="https://discord.gg/XNqyCMBh">
<img src="https://cdn.prod.website-files.com/6257adef93867e50d84d30e2/66e3d80db9971f10a9757c99_Symbol.svg" alt=""> <img src="https://cdn.prod.website-files.com/6257adef93867e50d84d30e2/66e3d80db9971f10a9757c99_Symbol.svg" alt="">

View File

@ -101,8 +101,6 @@ div#postarea{
} }
#blogList ul{ #blogList ul{
padding-right: 5%;
padding-left: 5%;
list-style: none; list-style: none;
text-align: center; text-align: center;
width:inherit; width:inherit;
@ -125,16 +123,19 @@ div.post {
padding: 5%; padding: 5%;
} }
.post p{ .postHeader{
width: 100%; margin-bottom: 5px;
height: 100%; }
.post ul{
padding: 0;
} }
.post ul, a{ .post ul, a{
color: #ACACAC; color: #f00990;
text-align: center;
} }
.postImage{ .postImage{
margin: 3px;
width: 50%; width: 50%;
aspect-ratio: 1/1; aspect-ratio: 1/1;
border-radius: 5%; border-radius: 5%;
@ -200,28 +201,33 @@ div.post {
.memberPhoto{ .memberPhoto{
display: flex; display: flex;
flex-direction: column-reverse; flex-direction: column-reverse;
height: 100%;
align-items: center; align-items: center;
width: 100%;
flex-grow: 1;
} }
.memberPhoto img{
width: 100%;
}
.member p{ .member p{
font-size: 9pt; font-size: 9pt;
background-color: rgb(48, 38, 49);
border-radius: 20px;
padding: 5px;
flex-grow:1;
} }
li.member{ li.member{
border-style: solid; border-style: solid;
border-color: #25a89d; border-color: #25a89d;
border-radius: 4px; border-radius: 20px;
border-width: 1px; border-width: 1px;
list-style: none; list-style: none;
background-color: #767e7e8c; background-color: #35474775;
height: 100%;
width: 100%; width: 100%;
margin: 5px; margin: 5px;
padding: 10px;
display: flex;
flex-direction: column;
flex-grow:1;
} }
a.member{ a.member{