layout fix
This commit is contained in:
parent
066821583d
commit
c3f430ba98
@ -75,3 +75,11 @@ button{
|
|||||||
color: var(--celeste);
|
color: var(--celeste);
|
||||||
border: 2px outset var(--celeste);
|
border: 2px outset var(--celeste);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.hide{
|
||||||
|
visibility: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tabidachi_table{
|
||||||
|
table-layout: fixed;
|
||||||
|
}
|
@ -2,10 +2,10 @@
|
|||||||
<center id="top" height="4" class="main_div">
|
<center id="top" height="4" class="main_div">
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<table cellspacing="20" cellmargin="60" width="100%">
|
<table class="tabidachi_table" cellspacing="20" cellmargin="60" width="100%">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td valign="top" class="matsurigoto" width="10%">
|
<td valign="top" class="matsurigoto" width="203">
|
||||||
<div class="matsurigoto_div" height="800">
|
<div class="matsurigoto_div" height="800">
|
||||||
<table class="matsurigoto_table" cellpadding="20" border="1">
|
<table class="matsurigoto_table" cellpadding="20" border="1">
|
||||||
<tbody>
|
<tbody>
|
||||||
@ -123,6 +123,7 @@
|
|||||||
<li class="red">Talent</li>
|
<li class="red">Talent</li>
|
||||||
<li>Success</li>
|
<li>Success</li>
|
||||||
<li class="red">Platform</li>
|
<li class="red">Platform</li>
|
||||||
|
<li class="red"><strong>Procrastination</strong></li>
|
||||||
<li>Public</li>
|
<li>Public</li>
|
||||||
<li class="red">Passion</li>
|
<li class="red">Passion</li>
|
||||||
<li class="red"><strong>Gender</strong></li>
|
<li class="red"><strong>Gender</strong></li>
|
||||||
@ -175,7 +176,7 @@
|
|||||||
</table>
|
</table>
|
||||||
<a href="https://cidoku.net/es/stuff/cchat/">Tambien se suele estar aca</a><br><br>
|
<a href="https://cidoku.net/es/stuff/cchat/">Tambien se suele estar aca</a><br><br>
|
||||||
</td>
|
</td>
|
||||||
<td width="10%">
|
<td valign="top" class="matsurigoto" width="203">
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -5,11 +5,8 @@
|
|||||||
>>> Absolutely all of the views, thoughts and opinions expressed by the authors and contributors of the following websites are agreed, promoted, shared and therefore brutally endorsed with an iron fist. <<<
|
>>> Absolutely all of the views, thoughts and opinions expressed by the authors and contributors of the following websites are agreed, promoted, shared and therefore brutally endorsed with an iron fist. <<<
|
||||||
</p>
|
</p>
|
||||||
<table cellpadding="20" border="1">
|
<table cellpadding="20" border="1">
|
||||||
{{#each categoriesAndSites}}
|
|
||||||
{{#ifDivisibleBy @index 2}}
|
|
||||||
</tr>
|
|
||||||
<tr>
|
<tr>
|
||||||
{{/ifDivisibleBy}}
|
{{#each categoriesAndSites}}
|
||||||
<td valign="top" width="50%">
|
<td valign="top" width="50%">
|
||||||
<h2>{{name}}</h2>
|
<h2>{{name}}</h2>
|
||||||
<ul>
|
<ul>
|
||||||
@ -27,7 +24,12 @@
|
|||||||
{{/each}}
|
{{/each}}
|
||||||
</td>
|
</td>
|
||||||
</ul>
|
</ul>
|
||||||
|
{{#ifDivisibleBy @index 2}}
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
{{/ifDivisibleBy}}
|
||||||
{{/each}}
|
{{/each}}
|
||||||
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<hr>
|
<hr>
|
||||||
{{>lyrics lyrics="微笑み忘れた顔など<br>
|
{{>lyrics lyrics="微笑み忘れた顔など<br>
|
||||||
|
Loading…
Reference in New Issue
Block a user