Archived
1
0

initial for catalog

This commit is contained in:
ZiRo
2016-02-19 16:48:41 +01:00
parent 0e0f35e6dc
commit dea611c1ba
3 changed files with 78 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ section {
}
.frontend , .subject {
.frontend , .subject, .catalog_subject {
color: #0F0C5D;
}
@@ -152,6 +152,30 @@ hr {
margin-top: 2em;
}
.board_header_catalog {
text-align: center;
margin-top: 1em;
}
.catalog_thread {
float: left;
width: 256px;
text-align: center;
padding: 2px;
height: 256px;
overflow: hidden;
background-color: #D6DAF0;
margin: 2px;
border-style: solid;
border-width: 1px;
border-style: solid;
height: 256px;
}
.catalog_header, .catalog_subject {
font-weight: bold;
}
a:hover , a:visited:hover {
color: #ff0000;
}
@@ -428,4 +452,4 @@ textarea#reply-text {
.legal {
font-size: 10px;
text-align: center;
}
}