mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
added InfiniteScroll, perfected styles
This commit is contained in:
@@ -58,22 +58,21 @@ export const NavBar = styled.div`
|
||||
return `font-size: 11pt;
|
||||
display: block;
|
||||
|
||||
a {
|
||||
a, a:visited {
|
||||
font-weight: 400;
|
||||
padding: 1px;
|
||||
color: #00e;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: red;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #00e;
|
||||
}
|
||||
|
||||
.nav {
|
||||
float: right;
|
||||
}
|
||||
|
||||
`;
|
||||
|
||||
case 'Burichan':
|
||||
@@ -83,7 +82,8 @@ export const NavBar = styled.div`
|
||||
a, a:visited {
|
||||
font-weight: 400;
|
||||
padding: 1px;
|
||||
color: #34345c
|
||||
color: #34345c;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
@@ -899,6 +899,7 @@ export const PostForm = styled.form`
|
||||
|
||||
a, a:visited {
|
||||
color: #00e;
|
||||
text-decoration: underline;
|
||||
}
|
||||
a:hover {
|
||||
color: red;
|
||||
@@ -913,6 +914,7 @@ export const PostForm = styled.form`
|
||||
|
||||
a, a:visited {
|
||||
color: #34345c;
|
||||
text-decoration: underline;
|
||||
}
|
||||
a:hover {
|
||||
color: red;
|
||||
|
||||
@@ -494,6 +494,10 @@ export const TopBar = styled.div`
|
||||
color: #00e !important;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: red !important;
|
||||
}
|
||||
}`;
|
||||
|
||||
case 'Yotsuba B':
|
||||
@@ -517,6 +521,10 @@ export const TopBar = styled.div`
|
||||
color: #34345c !important;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: red !important;
|
||||
}
|
||||
}`;
|
||||
|
||||
case 'Futaba':
|
||||
@@ -538,6 +546,10 @@ export const TopBar = styled.div`
|
||||
a, a:visited {
|
||||
color: #00e !important;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: red !important;
|
||||
}
|
||||
}`;
|
||||
|
||||
case 'Burichan':
|
||||
@@ -557,7 +569,11 @@ export const TopBar = styled.div`
|
||||
font-size: 12pt;
|
||||
|
||||
a, a:visited {
|
||||
color: #00e !important;
|
||||
color: #34345c !important;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: red !important;
|
||||
}
|
||||
}`;
|
||||
|
||||
@@ -582,6 +598,10 @@ export const TopBar = styled.div`
|
||||
color: #81a2be !important;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #5f89ab !important;
|
||||
}
|
||||
}`;
|
||||
|
||||
case 'Photon':
|
||||
@@ -605,6 +625,10 @@ export const TopBar = styled.div`
|
||||
color: #f60 !important;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #ff3300 !important;
|
||||
}
|
||||
}`;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user