84
board/static/board/style.css
Normal file
84
board/static/board/style.css
Normal file
@@ -0,0 +1,84 @@
|
||||
hr {
|
||||
color: #ededed;
|
||||
}
|
||||
|
||||
.column {
|
||||
float: left;
|
||||
width: 33.33%;
|
||||
}
|
||||
|
||||
/* Clear floats after the columns */
|
||||
.row:after {
|
||||
content: "";
|
||||
display: table;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/* Posts */
|
||||
/*.post_body { }*/
|
||||
|
||||
.post_id {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.post_id:hover {
|
||||
color: #888;
|
||||
}
|
||||
|
||||
.post_subject {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.post_name {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.post {
|
||||
background-color: #d9d9d9;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.reply {
|
||||
background-color: #eee;
|
||||
padding: 10px;
|
||||
margin: 5px 0 0 0;
|
||||
}
|
||||
|
||||
.replies_elided {
|
||||
font-weight: italic;
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
.quote {
|
||||
color: #595;
|
||||
}
|
||||
|
||||
.post_link {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.post_link_broken {
|
||||
text-decoration: line-through;
|
||||
}
|
||||
|
||||
/* Misc */
|
||||
|
||||
a:link {
|
||||
color:#555;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #555;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #888;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:active {
|
||||
color: #888;
|
||||
text-decoration: none;
|
||||
}
|
||||
Reference in New Issue
Block a user