mirror of
https://github.com/Akif9748/akf-forum.git
synced 2024-11-01 11:25:04 +03:00
41 lines
No EOL
980 B
Text
41 lines
No EOL
980 B
Text
<style>
|
|
|
|
select {
|
|
background: #ebebeb;
|
|
border: white;
|
|
padding: 8px 20px;
|
|
font-size: 16px;
|
|
font-family: inherit;
|
|
}
|
|
|
|
select option {
|
|
font-family: inherit;
|
|
width: 290px;
|
|
}
|
|
|
|
.footer {
|
|
width: 100%;
|
|
margin-top: 10px;
|
|
background-color: var(--main);
|
|
padding: 10px;
|
|
color: white;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
</style>
|
|
<div class="footer">
|
|
<select>
|
|
<option value="default">Default theme</option>
|
|
<option value="black">Black theme</option>
|
|
</select>
|
|
<a href="https://github.com/Akif9748/akf-forum" style="color: white;"> This website is powered by
|
|
<span style="color: #ffbf00;">AKF-Forum </span> </a>
|
|
<div>
|
|
|
|
<span style="color:white">Coders</span> <br>
|
|
<div style="text-align:center;">
|
|
By <a href="https://github.com/Akif9748/" style="color: #ffbf00;">Akf</a> <br> By <a href="#" style="color:#ffbf00;">Tokmak</a>
|
|
</div>
|
|
</div>
|
|
</div> |