mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
feat(post form): add rules and FAQ prompt
This commit is contained in:
@@ -182,6 +182,40 @@
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.postFormTable :global(ul.rules) {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.postFormTable :global(ul.rules > li) {
|
||||
list-style: none;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.postFormTable :global(.rules > li::before) {
|
||||
content: "\2022 \20";
|
||||
}
|
||||
|
||||
.postFormTable :global(tr.rules td) {
|
||||
border: 0px !important;
|
||||
background-color: transparent !important;
|
||||
font-weight: normal !important;
|
||||
text-transform: none !important;
|
||||
}
|
||||
|
||||
.postFormTable :global(tr.rules a),
|
||||
.postFormTable :global(tr.rules a:visited) {
|
||||
color: var(--post-link-text-color);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.postFormTable :global(tr.rules a:hover),
|
||||
.postFormTable :global(tr.rules a:visited:hover) {
|
||||
color: var(--post-link-text-color-hover);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.error {
|
||||
font-weight: bold;
|
||||
padding: 5px;
|
||||
|
||||
Reference in New Issue
Block a user