Compare commits
2 commits
72275bf1be
...
8a339c6411
Author | SHA1 | Date | |
---|---|---|---|
8a339c6411 | |||
4abd8cc1ff |
2 changed files with 44 additions and 6 deletions
|
@ -51,22 +51,30 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="quickbuttons" style="margin-top: 5vh;">
|
<div class="quickbuttons" style="margin-top: 5vh;">
|
||||||
<a class="gtk-button" target="_blank" rel="noopener noreferrer" href="/support.html">
|
<a class="gtk-button" href="/support.html">
|
||||||
ดูรายชื่อโปรเจกต์ที่ได้รับการคัดเลือก
|
ดูรายชื่อโปรเจกต์ที่ได้รับการคัดเลือก
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h3 style="margin-top: 5vh;">ประวัติ</h3>
|
<h3 style="margin-top: 5vh;">ประวัติ</h3>
|
||||||
|
|
||||||
<div class="section">
|
<div class="list">
|
||||||
<a class="infocard">
|
<a class="listactionmini">
|
||||||
<div><p>$5 to Saber via GitHub Sponsors from Late Night Defender on Aug 1, 2024<p></div>
|
<div style="display: flex; margin-left: 0.5cm; margin-top: -0.4cm; margin-bottom: -0.2cm; align-items: center; justify-content: left">
|
||||||
|
<div>
|
||||||
|
<p>Financial contribution to Saber via GitHub Sponsors</p>
|
||||||
|
<p class="description">Late Night Defender on Aug 1, 2024</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
$5
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
34
style.css
34
style.css
|
@ -139,11 +139,25 @@ h1 {
|
||||||
transition-duration: 0.2s;
|
transition-duration: 0.2s;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.list {
|
||||||
|
border-radius: 12px 12px 12px 12px;
|
||||||
|
box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.13);
|
||||||
|
margin-bottom: 50px;
|
||||||
|
}
|
||||||
|
|
||||||
.listaction {
|
.listaction {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.listactionmini {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: 1fr 1cm;
|
||||||
|
text-decoration: none;
|
||||||
|
align-items: center;
|
||||||
|
min-height: 1.5cm;
|
||||||
|
}
|
||||||
|
|
||||||
.emojidecorations {
|
.emojidecorations {
|
||||||
font-size: 16pt;
|
font-size: 16pt;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -182,12 +196,20 @@ h1 {
|
||||||
|
|
||||||
.grid-container {
|
.grid-container {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.list {
|
||||||
|
background-color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
.listaction {
|
.listaction {
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.listactionmini {
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
background-color: rgba(0, 0, 0, 0.08);
|
background-color: rgba(0, 0, 0, 0.08);
|
||||||
color: black;
|
color: black;
|
||||||
|
@ -226,12 +248,20 @@ h1 {
|
||||||
|
|
||||||
.grid-container {
|
.grid-container {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.list {
|
||||||
|
background-color: #363636;
|
||||||
|
}
|
||||||
|
|
||||||
.listaction {
|
.listaction {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.listactionmini {
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
background: rgba(255, 255, 255, 0.1);
|
background: rgba(255, 255, 255, 0.1);
|
||||||
color: white;
|
color: white;
|
||||||
|
|
Loading…
Reference in a new issue