Template:Blog/Content: Difference between revisions

From A3! Wiki
No edit summary
moved CSS to Common.css
Line 24: Line 24:
</noinclude>
</noinclude>
<includeonly>
<includeonly>
{{#css:
.blog {
  display: grid;
  grid-template-areas:
    'flower border author'
    'flower border title'
    'flower border content';
  width: 100%;
  column-gap: 13px;
  align-content: start;
}
.content {
  grid-area: content;
}
.author {
  grid-area: author;
  font-weight: bold;
}
.flower {
  grid-area: flower;
  }
.title {
  font-size: 150%;
  grid-area: title;
}
.border {
  grid-area: border;
  border-right: 2px dotted #f6f6f6;
}
@media screen and (max-width: 900px) {
  .blog {
    grid-template-areas:
      'title author flower'
      'border border border'
      'content content content';
    column-gap: 0px;
  }
.border { border-top: 2px dotted #f6f6f6; }
  .flower {
  width: 30px;
justify-self: end;
  }
}
}}
{{#cargo_store:
{{#cargo_store:
_table=Blog_Content
_table=Blog_Content

Revision as of 20:08, 8 November 2024

This template defines the table "Blog_Content". View table.

{{Blog/Content
|number=
|type=Blog/Comment
|title=
|content=
|commentchara=
|orderno=
|translator=
}}