Add ISP warning banner
This commit is contained in:
parent
1d036f5378
commit
b8dcba52c8
2 changed files with 29 additions and 2 deletions
|
@ -9,7 +9,12 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<div class="header">
|
||||
<div class="header" >
|
||||
<div class="banner">
|
||||
เนื่องด้วยปัญหาเกี่ยวกับ ISP บริการของ TechTransThai จะไม่สามารถใช้งานได้ในเวลาประมาณ 02.00-03.00 น. ของทุก ๆ วัน
|
||||
</div>
|
||||
</div>
|
||||
<div class="header" style="margin-top: 1cm;">
|
||||
<img src="icons/ttt-org.png" alt="TTT Logo" width="64" height="64" style="margin-right: 10px;">
|
||||
<h1 class="logo">TechTransThai 🏳️⚧️</h1>
|
||||
</div>
|
||||
|
|
22
style.css
22
style.css
|
@ -143,6 +143,17 @@ html *
|
|||
background-color: #DEDEDE;
|
||||
}
|
||||
|
||||
.banner {
|
||||
background-color: #BFD7F3;
|
||||
color: black;
|
||||
width: 90%;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
display: flex;
|
||||
font-weight: bold;
|
||||
padding: 0.2cm;
|
||||
border-radius:10px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
|
@ -265,4 +276,15 @@ html *
|
|||
background-color: #3e3e3e;
|
||||
}
|
||||
|
||||
.banner {
|
||||
background-color: #29415E;
|
||||
color: white;
|
||||
width: 90%;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
display: flex;
|
||||
font-weight: bold;
|
||||
padding: 0.2cm;
|
||||
border-radius:10px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue