forked from leftypol/leftypol
dark_spook.css: remove some redaundant css
This commit is contained in:
parent
a1031d9370
commit
9d295ca82c
1 changed files with 3 additions and 17 deletions
|
@ -10,10 +10,6 @@ body {
|
|||
font-size: 14px;
|
||||
}
|
||||
|
||||
.quote {
|
||||
color:#B8D962;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'lain';
|
||||
src: url('./fonts/nrdyyh.woff') format('woff'),
|
||||
|
@ -24,11 +20,6 @@ h1 {
|
|||
letter-spacing: -2px;
|
||||
font-size: 20pt;
|
||||
text-align: center;
|
||||
color: #32DD72;
|
||||
}
|
||||
|
||||
div.title, h1 {
|
||||
color: #32DD72;
|
||||
}
|
||||
|
||||
div.title p {
|
||||
|
@ -41,7 +32,7 @@ a:link, a:visited, .intro a.email span.name {
|
|||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
a:link:hover, a:visited:hover {
|
||||
a:visited:hover {
|
||||
color: #fff;
|
||||
font-family: sans-serif;
|
||||
text-decoration: none;
|
||||
|
@ -76,10 +67,6 @@ div.post.reply div.body a:link, div.post.reply div.body a:visited {
|
|||
color: #CCCCCC;
|
||||
}
|
||||
|
||||
div.post.reply div.body a:link:hover, div.post.reply div.body a:visited:hover {
|
||||
color: #32DD72;
|
||||
}
|
||||
|
||||
.intro span.subject {
|
||||
font-size: 12px;
|
||||
font-family: sans-serif;
|
||||
|
@ -155,7 +142,7 @@ input[type="submit"]:hover {
|
|||
}
|
||||
|
||||
input[type="text"]:focus {
|
||||
border:#aaa 1px solid;
|
||||
border:#aaa 1px solid;
|
||||
}
|
||||
|
||||
p.fileinfo a:hover {
|
||||
|
@ -282,8 +269,7 @@ table.board-list-table tr:nth-of-type( even ) .board-tags .board-cell {
|
|||
background: #333333;
|
||||
}
|
||||
|
||||
|
||||
span.quote {
|
||||
.quote {
|
||||
color:#3C827A;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue