diff --git a/less/account.less b/less/account.less index b38874e..b276c69 100644 --- a/less/account.less +++ b/less/account.less @@ -300,4 +300,42 @@ line-height: 46px; margin: 0; } +} + +.page-user-info { + .recent-flags { + padding-left: 0; + + li { + list-style-type: none; + } + + .title { + font-weight: bold; + } + + .timestamp { + font-size: 1.25rem; + font-style: italic; + color: @gray-light; + } + } + + .ban-history { + padding-left: 0; + + li { + list-style-type: none; + } + + .timestamp { + font-weight: bold; + } + + .expiry { + font-size: 1.25rem; + font-style: italic; + color: @gray-light; + } + } } \ No newline at end of file diff --git a/templates/account/info.tpl b/templates/account/info.tpl new file mode 100644 index 0000000..ecfc7f9 --- /dev/null +++ b/templates/account/info.tpl @@ -0,0 +1,69 @@ +
+ {../title}
+
+
+ — {../timestampReadable}
+
+ [[user:info.banned-until, {../untilReadable}]]
+
+ [[user:info.banned-permanently]]
+
+