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;">
|
||||
<a class="gtk-button" target="_blank" rel="noopener noreferrer" href="/support.html">
|
||||
<a class="gtk-button" href="/support.html">
|
||||
ดูรายชื่อโปรเจกต์ที่ได้รับการคัดเลือก
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<h3 style="margin-top: 5vh;">ประวัติ</h3>
|
||||
|
||||
<div class="section">
|
||||
<a class="infocard">
|
||||
<div><p>$5 to Saber via GitHub Sponsors from Late Night Defender on Aug 1, 2024<p></div>
|
||||
<div class="list">
|
||||
<a class="listactionmini">
|
||||
<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>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
|
34
style.css
34
style.css
|
@ -139,11 +139,25 @@ h1 {
|
|||
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 {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.listactionmini {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1cm;
|
||||
text-decoration: none;
|
||||
align-items: center;
|
||||
min-height: 1.5cm;
|
||||
}
|
||||
|
||||
.emojidecorations {
|
||||
font-size: 16pt;
|
||||
text-align: center;
|
||||
|
@ -182,12 +196,20 @@ h1 {
|
|||
|
||||
.grid-container {
|
||||
color: #000000;
|
||||
}
|
||||
}
|
||||
|
||||
.list {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
.listaction {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.listactionmini {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.button {
|
||||
background-color: rgba(0, 0, 0, 0.08);
|
||||
color: black;
|
||||
|
@ -226,12 +248,20 @@ h1 {
|
|||
|
||||
.grid-container {
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
.list {
|
||||
background-color: #363636;
|
||||
}
|
||||
|
||||
.listaction {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.listactionmini {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.button {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
color: white;
|
||||
|
|
Loading…
Reference in a new issue