Template:Infobox software: Difference between revisions
add css for dark mode |
whitespace solution attempt |
||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly><table class="infobox bs-infobox" style="width:300px; float:right; clear:right; margin:0 0 1em 1em; border-radius:6px; font-size:13px; line-height:1.5; border-collapse:separate; border-spacing:0; overflow:hidden;"> | ||
<table class="infobox bs-infobox" style="width:300px; float:right; clear:right; margin:0 0 1em 1em; border-radius:6px; font-size:13px; line-height:1.5; border-collapse:separate; border-spacing:0; overflow:hidden;"> | <tr><th colspan="2" class="bs-infobox-title">{{{name|{{PAGENAME}}}}}</th></tr> | ||
<tr> | |||
<th colspan="2" class="bs-infobox-title"> | |||
{{{name|{{PAGENAME}}}}} | |||
</th> | |||
</tr> | |||
<!-- LOGO --> | <!-- LOGO --> | ||
| Line 89: | Line 83: | ||
{{#if:{{{website|}}}|<tr><th style="width:110px;">Website</th><td>{{{website}}}</td></tr>}} | {{#if:{{{website|}}}|<tr><th style="width:110px;">Website</th><td>{{{website}}}</td></tr>}} | ||
{{#if:{{{license|}}}|<tr><th>License</th><td>{{{license}}}</td></tr>}} | {{#if:{{{license|}}}|<tr><th>License</th><td>{{{license}}}</td></tr>}} | ||
</table></includeonly> | |||
</table> | |||
</includeonly> | |||
<noinclude> | <noinclude> | ||
== Template:Infobox software == | == Template:Infobox software == | ||