more censor tools stuff
This commit is contained in:
parent
1ec4663499
commit
0f60daf299
@ -600,3 +600,21 @@ textarea#reply-text {
|
|||||||
padding-left: 25%;
|
padding-left: 25%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** mod stuff */
|
||||||
|
[type=checkbox] {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
:checked + div {
|
||||||
|
display: block !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#censor-toggle {
|
||||||
|
font-style: italic;
|
||||||
|
text-decoration: underline;
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#censor-toggle, a {
|
||||||
|
color: #34345C;
|
||||||
|
}
|
||||||
|
@ -53,14 +53,6 @@
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{{/files}}
|
{{/files}}
|
||||||
<tr>
|
|
||||||
<th>
|
|
||||||
{{#i18n.Translations}}{{dubs}}{{/i18n.Translations}}
|
|
||||||
</th>
|
|
||||||
<td>
|
|
||||||
<input type="checkbox" name="dubs" />
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
<tr>
|
||||||
<th>
|
<th>
|
||||||
{{#i18n.Translations}}{{captcha}}{{/i18n.Translations}}
|
{{#i18n.Translations}}{{captcha}}{{/i18n.Translations}}
|
||||||
|
Reference in New Issue
Block a user