diff --git a/stylesheets/mod/mod.css b/stylesheets/mod/mod.css new file mode 100644 index 00000000..463b837e --- /dev/null +++ b/stylesheets/mod/mod.css @@ -0,0 +1,51 @@ +.mod-reports { + display: block; + list-style: none; + margin: 0; + padding: 0; +} + .mod-report { + border: none; + border-bottom: 1px solid #B7C5D9; + clear: left; + + margin: 0 0 0.5em 0; + padding: 0 0 0.5em 0; + } + .mod-report:last-child { + border-bottom: none; + } + +.report-list { + display: block; + list-style: none; + margin: 0; + padding: 0; +} + .report-item { + display: inline-block; + margin: 0; + padding: 0; + } + .report-item .report { + background: #D6DAF0; + margin: 0.2em 4px; + padding: 0.2em 0.3em 0.5em 0.6em; + border-width: 1px; + border-style: none solid solid none; + border-color: #B7C5D9; + display: inline-block; + max-width: 94% !important; + } + +.report-content div.post.reply, +.report-content div.thread { + background: #FFC4C4; + margin: 0.2em 4px; + padding: 0.2em 0.3em 0.5em 0.6em; + border-width: 1px; + border-style: none solid solid none; + border-color: #F88; + display: inline-block; + max-width: 94% !important; +} \ No newline at end of file diff --git a/templates/mod/header.html b/templates/mod/header.html new file mode 100644 index 00000000..b7892795 --- /dev/null +++ b/templates/mod/header.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/templates/mod/report_content.html b/templates/mod/report_content.html new file mode 100644 index 00000000..e2a4342e --- /dev/null +++ b/templates/mod/report_content.html @@ -0,0 +1,13 @@ +
  • +
    +

    {{ report_title }}

    +
    + +
    + {{ content_html }} +
    + + +
  • \ No newline at end of file