|
Revision 112, 0.7 kB
(checked in by eevee, 21 months ago)
|
|
Added an auto-crash page.
Styled flagrant error page.
|
| Line | |
|---|
| 1 | .bbcode-u { text-decoration: underline; } |
|---|
| 2 | .bbcode-s { text-decoration: line-through; } |
|---|
| 3 | .bbcode-h { outline: 2px solid gold; -moz-outline-radius: 4px; } |
|---|
| 4 | .bbcode-code-heading, |
|---|
| 5 | .bbcode-quote-heading { display: inline; margin: 0.5em 1em 0 2em; padding: 0 0.5em; border: 1px solid [% header_border %]; border-bottom-style: dotted; background: white; background: rgba(100%, 100%, 100%, 0.8); } |
|---|
| 6 | .bbcode-code, |
|---|
| 7 | .bbcode-quote { display: block; margin: 0 1em 0.5em 1em; padding: 0.5em; border: 1px solid [% header_border %]; background: white; background: rgba(100%, 100%, 100%, 0.66); } |
|---|
| 8 | .bbcode-code { font-family: monospace; color: [% code %]; } |
|---|
| 9 | .bbcode-prop { font-family: monospace; } |
|---|
| 10 | .bbcode-center { text-align: center; } |
|---|
| 11 | |
|---|