mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
flattened nested replies, added quotelinks
This commit is contained in:
@@ -1174,6 +1174,7 @@ export const BoardForm = styled.div`
|
||||
|
||||
blockquote {
|
||||
display: block;
|
||||
line-height: 1.3em;
|
||||
}
|
||||
|
||||
.title {
|
||||
@@ -1186,6 +1187,16 @@ export const BoardForm = styled.div`
|
||||
color: #789922;
|
||||
}
|
||||
|
||||
.quotelink {
|
||||
color: navy;
|
||||
text-decoration: underline;
|
||||
font-family: arial;
|
||||
}
|
||||
|
||||
.quotelink:hover {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.side-arrows {
|
||||
color: #e0bfb7;
|
||||
float: left;
|
||||
@@ -1309,6 +1320,7 @@ export const BoardForm = styled.div`
|
||||
|
||||
blockquote {
|
||||
display: block;
|
||||
line-height: 1.3em;
|
||||
}
|
||||
|
||||
.title {
|
||||
@@ -1320,6 +1332,12 @@ export const BoardForm = styled.div`
|
||||
content: '>';
|
||||
color: #789922;
|
||||
}
|
||||
|
||||
.quotelink {
|
||||
color: #d00;
|
||||
text-decoration: underline;
|
||||
font-family: arial;
|
||||
}
|
||||
|
||||
.side-arrows {
|
||||
color: #b7c5d9;
|
||||
@@ -1452,6 +1470,7 @@ export const BoardForm = styled.div`
|
||||
|
||||
blockquote {
|
||||
display: block;
|
||||
line-height: 1.3em;
|
||||
}
|
||||
|
||||
.title {
|
||||
@@ -1464,6 +1483,15 @@ export const BoardForm = styled.div`
|
||||
color: #789922;
|
||||
}
|
||||
|
||||
.quotelink {
|
||||
color: navy;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.quotelink:hover {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.side-arrows {
|
||||
float: left;
|
||||
margin-right: 2px;
|
||||
@@ -1579,24 +1607,21 @@ export const BoardForm = styled.div`
|
||||
}
|
||||
|
||||
.quote-link {
|
||||
color: navy;
|
||||
color: #d00;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.quote-link:hover {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.backlink span {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
display: block;
|
||||
line-height: 1.3em;
|
||||
}
|
||||
|
||||
.title {
|
||||
color: #0f0c5d;
|
||||
color: #cc1105;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
@@ -1605,6 +1630,11 @@ export const BoardForm = styled.div`
|
||||
color: #789922;
|
||||
}
|
||||
|
||||
.quotelink {
|
||||
color: #d00;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.side-arrows {
|
||||
float: left;
|
||||
margin-right: 2px;
|
||||
@@ -1719,7 +1749,7 @@ export const BoardForm = styled.div`
|
||||
}
|
||||
|
||||
.quote-link:hover {
|
||||
color: red;
|
||||
color: #81a2be;
|
||||
}
|
||||
|
||||
.backlink span {
|
||||
@@ -1728,6 +1758,7 @@ export const BoardForm = styled.div`
|
||||
|
||||
blockquote {
|
||||
display: block;
|
||||
line-height: 1.3em;
|
||||
}
|
||||
|
||||
.title {
|
||||
@@ -1740,6 +1771,16 @@ export const BoardForm = styled.div`
|
||||
color: #789922;
|
||||
}
|
||||
|
||||
.quotelink {
|
||||
color: #5f89ac;
|
||||
text-decoration: underline;
|
||||
font-family: arial;
|
||||
}
|
||||
|
||||
.quotelink:hover {
|
||||
color: #81a2be;
|
||||
}
|
||||
|
||||
.side-arrows {
|
||||
color: #c5c8c6;
|
||||
float: left;
|
||||
@@ -1849,7 +1890,7 @@ export const BoardForm = styled.div`
|
||||
}
|
||||
|
||||
.quote-link {
|
||||
color: #34345C;
|
||||
color: #f60;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
@@ -1863,6 +1904,7 @@ export const BoardForm = styled.div`
|
||||
|
||||
blockquote {
|
||||
display: block;
|
||||
line-height: 1.3em;
|
||||
}
|
||||
|
||||
.title {
|
||||
@@ -1875,6 +1917,16 @@ export const BoardForm = styled.div`
|
||||
color: #789922;
|
||||
}
|
||||
|
||||
.quotelink {
|
||||
color: #f60;
|
||||
text-decoration: underline;
|
||||
font-family: arial;
|
||||
}
|
||||
|
||||
.quotelink:hover {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.side-arrows {
|
||||
color: #333;
|
||||
float: left;
|
||||
|
||||
Reference in New Issue
Block a user