bbcode documentation: minor style changes
This commit is contained in:
parent
3579a14945
commit
3d29b7745c
1 changed files with 8 additions and 9 deletions
|
@ -12,21 +12,21 @@ table.bbcodes {
|
||||||
border: 1px solid #aaa;
|
border: 1px solid #aaa;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
color: #000;
|
color: #000;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.bbcodes > tr > th,
|
table.bbcodes > tr > th,
|
||||||
table.bbcodes > tr > td,
|
table.bbcodes > tr > td,
|
||||||
table.bbcodes > * > tr > th,
|
table.bbcodes > * > tr > th,
|
||||||
table.bbcodes > * > tr > td {
|
table.bbcodes > * > tr > td {
|
||||||
border: 1px solid #aaa;
|
border: 1px solid #aaa;
|
||||||
padding: 0.2em 0.4em
|
padding: 0.2em 0.4em
|
||||||
}
|
}
|
||||||
|
|
||||||
table.bbcodes > tr > th,
|
table.bbcodes > tr > th,
|
||||||
table.bbcodes > * > tr > th {
|
table.bbcodes > * > tr > th {
|
||||||
background-color: #f2f2f2;
|
background-color: #f2f2f2;
|
||||||
text-align: center
|
text-align: center
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
@ -522,8 +522,8 @@ This is done with the [abstract]-element.
|
||||||
<tr>
|
<tr>
|
||||||
<td>[abstract]Totally interesting! A must-see! Please click the link![/abstract]<br>
|
<td>[abstract]Totally interesting! A must-see! Please click the link![/abstract]<br>
|
||||||
I want to tell you a really boring story that you really never wanted to hear.</td>
|
I want to tell you a really boring story that you really never wanted to hear.</td>
|
||||||
<td>Twitter would display the text "Totally interesting! A must-see! Please click the link!".
|
<td>Twitter would display the text <blockquote>Totally interesting! A must-see! Please click the link!</blockquote>
|
||||||
On Friendica you would only see the text after "I want to tell you a really ..."</td>
|
On Friendica you would only see the text after <blockquote>I want to tell you a really ...</blockquote></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
@ -579,7 +579,7 @@ The [abstract] element isn't working with the native OStatus connection or with
|
||||||
<th>Result</th>
|
<th>Result</th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>If you need to put literal bbcode in a message, [noparse], [nobb] or [pre] are used to escape bbcode:<br>
|
<td>If you need to put literal bbcode in a message, [noparse], [nobb] or [pre] are used to escape bbcode:
|
||||||
<ul>
|
<ul>
|
||||||
<li>[noparse][b]bold[/b][/noparse]</li>
|
<li>[noparse][b]bold[/b][/noparse]</li>
|
||||||
<li>[nobb][b]bold[/b][/nobb]</li>
|
<li>[nobb][b]bold[/b][/nobb]</li>
|
||||||
|
@ -608,4 +608,3 @@ The [abstract] element isn't working with the native OStatus connection or with
|
||||||
<td><pre><span class="custom">If the class exists,<br> this block will have the custom class<br> style applied.</span></pre></td>
|
<td><pre><span class="custom">If the class exists,<br> this block will have the custom class<br> style applied.</span></pre></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue