initial for catalog
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user