forked from leftypol/leftypol
Improve the mobile UX (#167)
Chunky PR Reviewed-on: https://git.leftypol.org/leftypol/leftypol/pulls/167 Co-authored-by: Zankaria <zankaria.auxa@skiff.com> Co-committed-by: Zankaria <zankaria.auxa@skiff.com>
This commit is contained in:
parent
31086b05d9
commit
f2ea90a2d0
28 changed files with 661 additions and 451 deletions
|
@ -1,24 +1,24 @@
|
|||
@import url(./terminal_common.css);
|
||||
|
||||
body, div.title, h1, a:link, a:visited, p.intro a.email span.name,
|
||||
a:link:hover, a:visited:hover, a.post_no, a.post_no:hover,
|
||||
div.post.reply div.body a:link, div.post.reply div.body a:visited,
|
||||
a:link:hover, a:visited:hover, a.post_no, a.post_no:hover,
|
||||
div.post.reply div.body a:link, div.post.reply div.body a:visited,
|
||||
div.post.reply div.body a:link:hover, div.post.reply div.body a:visited:hover,
|
||||
table.modlog tr th, p.intro span.name, p.intro a.capcode, p.intro a.nametag,
|
||||
div.pages a.selected, p.intro a.email, p.intro a.email span.name,
|
||||
p.intro a.email:hover, p.intro a.email:hover span.name,
|
||||
div.boardlist input[type="text"], form table tr td input[type="text"], textarea, select, input[type="password"],
|
||||
table.modlog tr th, p.intro span.name, p.intro a.capcode, p.intro a.nametag,
|
||||
div.pages a.selected, p.intro a.email, p.intro a.email span.name,
|
||||
p.intro a.email:hover, p.intro a.email:hover span.name,
|
||||
div.boardlist input[type="text"], form table tr td input[type="text"], textarea, select, input[type="password"],
|
||||
form table tr th, input[type="submit"], input[type="submit"]:hover, div.pages
|
||||
{
|
||||
color: #8725EC!important;
|
||||
}
|
||||
|
||||
.boardlist, div.blotter, header div.subtitle, h1, span.quote
|
||||
.boardlist, div.blotter, header div.subtitle, h1, span.quote
|
||||
{
|
||||
color: #A6D2FF!important;
|
||||
}
|
||||
|
||||
p.intro span.subject, span.trip
|
||||
p.intro span.subject, span.trip
|
||||
{
|
||||
color: #8725EC;
|
||||
}
|
||||
|
@ -36,13 +36,20 @@ div.ban h2 {
|
|||
}
|
||||
|
||||
|
||||
input[type="text"], textarea, select, input[type="password"], form table tr th,
|
||||
input[type="text"], textarea, select, input[type="password"], form table tr th,
|
||||
input[type="submit"], input[type="submit"]:hover, div.pages, hr, div.ban,
|
||||
div.post.reply, div.post.reply.highlighted
|
||||
div.post.reply, div.post.reply.highlighted
|
||||
{
|
||||
border-color: #8725EC;
|
||||
}
|
||||
|
||||
@media (max-width: 48em) {
|
||||
div.post.reply {
|
||||
border-left-style: none;
|
||||
border-right-style: none;
|
||||
}
|
||||
}
|
||||
|
||||
.desktop-style div.boardlist:nth-child(1) {
|
||||
border-bottom: #8725EC 1px dashed;
|
||||
}
|
||||
|
@ -55,7 +62,7 @@ div.post.reply, div.post.reply.highlighted
|
|||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
.bar.top
|
||||
.bar.top
|
||||
{
|
||||
border-bottom-style: dotted;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue