mirror of
https://github.com/mrrpnya/lipu-sona.git
synced 2025-02-13 16:44:39 +00:00
style and template changes
This commit is contained in:
parent
92f9c09d17
commit
96beb5c762
2 changed files with 8 additions and 11 deletions
|
@ -118,8 +118,7 @@ th, td {
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar {
|
.navbar {
|
||||||
padding: 4px;
|
height: 32px;
|
||||||
height: 24px;
|
|
||||||
background: #404A68 url("/menu_background.gif");
|
background: #404A68 url("/menu_background.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -130,8 +129,8 @@ th, td {
|
||||||
.nav_linkmenu a {
|
.nav_linkmenu a {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
background: C_FOOTERBG;
|
background: C_FOOTERBG;
|
||||||
margin: 3px;
|
margin: 6px 2px;
|
||||||
padding: 3px;
|
padding: 2px 4px;
|
||||||
border: 1px solid C_DBORDER;
|
border: 1px solid C_DBORDER;
|
||||||
color: C_NAVFG;
|
color: C_NAVFG;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
@ -242,7 +241,7 @@ th, td {
|
||||||
background: C_FOOTERBG;
|
background: C_FOOTERBG;
|
||||||
color: C_FOOTERFG;
|
color: C_FOOTERFG;
|
||||||
width: 128pt;
|
width: 128pt;
|
||||||
padding: 4px;
|
padding: 2px;
|
||||||
margin: 4px;
|
margin: 4px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
|
@ -253,11 +252,10 @@ th, td {
|
||||||
.itime-bar {
|
.itime-bar {
|
||||||
height: 2px;
|
height: 2px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-block: 2px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.itime-text {
|
.itime-text {
|
||||||
text-align: center;
|
text-align: end;
|
||||||
}
|
}
|
||||||
|
|
||||||
.def {
|
.def {
|
||||||
|
@ -267,8 +265,7 @@ th, td {
|
||||||
HASH(#itime-progress) {
|
HASH(#itime-progress) {
|
||||||
width: 0%;
|
width: 0%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background: C_DGREEN;
|
background: C_LGREEN;
|
||||||
border-top: 2px solid C_LGREEN;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 480px) {
|
@media screen and (min-width: 480px) {
|
||||||
|
|
|
@ -35,9 +35,9 @@
|
||||||
<a href="/tokipona">toki pona</a>
|
<a href="/tokipona">toki pona</a>
|
||||||
</nav>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
<div class="content">
|
<article class="content">
|
||||||
<?theme body?>
|
<?theme body?>
|
||||||
</div>
|
</article>
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
<a href="https://neocities.org/"><img src="/banners/neocities.gif"
|
<a href="https://neocities.org/"><img src="/banners/neocities.gif"
|
||||||
width="88" height="31" alt="Hosted by Neocities" /></a>
|
width="88" height="31" alt="Hosted by Neocities" /></a>
|
||||||
|
|
Loading…
Add table
Reference in a new issue