mirror of
https://github.com/mrrpnya/lipu-sona.git
synced 2025-02-13 16:44:39 +00:00
Merge branch 'master' of gitlab.com:dev_urandom/simple-site
This commit is contained in:
commit
19ca7d2b01
3 changed files with 14 additions and 2 deletions
|
@ -217,6 +217,16 @@ th, td {
|
|||
visibility: hidden;
|
||||
}
|
||||
|
||||
.content .linkbuttons a img {
|
||||
display: inline-block;
|
||||
border: 1px solid #404A68;
|
||||
padding: 2px;
|
||||
}
|
||||
.content .linkbuttons a img[title] {
|
||||
border: 2px solid #7cc264;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
.pona .latin {
|
||||
font-family: monospace;
|
||||
}
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
</div>
|
||||
<div class="middle">
|
||||
<div class="navbar nav_linkmenu">
|
||||
<nav class="links"><a href="/index.html">Main page</a><a href="/about_me.html">About me</a><a href="/blog">Blog thingy</a><a href="/tokipona">toki pona</a></nav>
|
||||
<nav class="links"><a href="/index.html">Main page</a><a href="/about_me.html">About me</a><a href="/blog">Blog thingy</a><a href="/politics">Politics</a><a href="/tokipona">toki pona</a></nav>
|
||||
</div>
|
||||
<article class="content">
|
||||
<?theme body?>
|
||||
|
@ -40,6 +40,8 @@
|
|||
width="88" height="31" alt="Hosted by Neocities" /></a>
|
||||
<a rel="me" href="https://cybre.space/@devurandom"><img src="/banners/mastodon.gif"
|
||||
width="88" height="31" alt="Follow me on Mastodon" /></a>
|
||||
<a href="https://ko-fi.com/dev_urandom"><img src="/banners/kofi.gif"
|
||||
width="88" height="31" alt="Support me on Ko-fi" /></a>
|
||||
<a href="https://www.vim.org"><img src="/banners/vim.gif"
|
||||
width="88" height="31" alt="This page made with Vim" /></a>
|
||||
<a href="https://twitter.com/AdigunPolack/status/978086591485882368"><img src="/banners/simplejpc16.gif"
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<tr bgcolor="#050403"><td width="256px"><a href="/dc"><img border="0" align="top" src="/website_banner.gif" width="256" height="32" alt="rnd's website logo"></a><font color="#fefefe"></td><td align="center" valign="middle" background="/website_banner_bg.gif"><font color="#fefefe"><?theme title?></font></td></tr>
|
||||
<tr height="32" bgcolor="#221f31"><td colspan="2" background="/menu_background.gif">
|
||||
<center><nav class="links">
|
||||
<a href="/dc/index.html"><img align="top" border="0" width="128" height="32" src="/menu_button_main.gif" alt="Main page"></a><a href="/dc/about_me.html"><img align="top" border="0" width="128" height="32" src="/menu_button_about.gif" alt="About me"></a><a href="/dc/blog"><img align="top" border="0" width="128" height="32" src="/menu_button_blog.gif" alt="Blog"></a><a href="/dc/tokipona"><img align="top" border="0" width="128" height="32" src="/menu_button_tp.gif" alt="toki pona"></a>
|
||||
<a href="/dc/index.html"><img align="top" border="0" width="128" height="32" src="/menu_button_main.gif" alt="Main page"></a><a href="/dc/about_me.html"><img align="top" border="0" width="128" height="32" src="/menu_button_about.gif" alt="About me"></a><a href="/dc/blog"><img align="top" border="0" width="128" height="32" src="/menu_button_blog.gif" alt="Blog"></a><a href="/dc/politics"><img align="top" border="0" width="128" height="32" src="/menu_button_politics.gif" alt="Politics"></a><a href="/dc/tokipona"><img align="top" border="0" width="128" height="32" src="/menu_button_tp.gif" alt="toki pona"></a>
|
||||
</nav></center>
|
||||
</td></tr>
|
||||
<tr bgcolor="#fefefe"><td colspan="2">
|
||||
|
|
Loading…
Add table
Reference in a new issue