fix some colors
This commit is contained in:
parent
b83b21df59
commit
80041baf1e
@ -100,10 +100,20 @@ a:hover , a:visited:hover {
|
|||||||
color: #ff0000;
|
color: #ff0000;
|
||||||
}
|
}
|
||||||
|
|
||||||
a,a:visited {
|
a, a:visited {
|
||||||
color: #34345C;
|
color: #34345C;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.postno, .postnol, .postnol:visited {
|
||||||
|
color: black;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.postno:hover, .postnol:hover, .postnol:visited:hover {
|
||||||
|
color: #ff0000;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
.navbar {
|
.navbar {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
@ -198,7 +208,7 @@ input, textarea {
|
|||||||
|
|
||||||
.redtext {
|
.redtext {
|
||||||
color: #AF0A0F;
|
color: #AF0A0F;
|
||||||
ont-size: 11pt;
|
font-size: 12pt;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -282,7 +292,7 @@ figure img {
|
|||||||
float: left;
|
float: left;
|
||||||
width: 99%;
|
width: 99%;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
margin-top: -10px;
|
margin-top: 1px;
|
||||||
margin-bottom: 1px;
|
margin-bottom: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -317,9 +327,6 @@ textarea#reply-text {
|
|||||||
right: 0;
|
right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
hr {
|
|
||||||
padding-bottom: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
#nntpchan_banner {
|
#nntpchan_banner {
|
||||||
|
Reference in New Issue
Block a user