forked from leftypol/leftypol
dark_red.css: always use Verdana font if available
This commit is contained in:
parent
230dc4760b
commit
9a4ce56d86
1 changed files with 5 additions and 5 deletions
|
@ -33,11 +33,11 @@ div.title p {
|
||||||
a, a:link, a:visited, .intro a.email span.name {
|
a, a:link, a:visited, .intro a.email span.name {
|
||||||
color: #CCC;
|
color: #CCC;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-family: sans-serif;
|
font-family: Verdana, sans-serif;
|
||||||
}
|
}
|
||||||
a:link:hover, a:visited:hover {
|
a:link:hover, a:visited:hover {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-family: sans-serif;
|
font-family: Verdana, sans-serif;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
a.post_no {
|
a.post_no {
|
||||||
|
@ -79,7 +79,7 @@ div.post.inline {
|
||||||
}
|
}
|
||||||
.intro span.subject {
|
.intro span.subject {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-family: sans-serif;
|
font-family: Verdana, sans-serif;
|
||||||
color: #446655;
|
color: #446655;
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
}
|
}
|
||||||
|
@ -100,7 +100,7 @@ input[type="text"], textarea, select {
|
||||||
border: #666666 1px solid;
|
border: #666666 1px solid;
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
padding-right: -5px;
|
padding-right: -5px;
|
||||||
font-family: sans-serif;
|
font-family: Verdana, sans-serif;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
}
|
}
|
||||||
input[type="password"] {
|
input[type="password"] {
|
||||||
|
@ -151,7 +151,7 @@ span.trip {
|
||||||
}
|
}
|
||||||
div.pages {
|
div.pages {
|
||||||
background: #1E1E1E;
|
background: #1E1E1E;
|
||||||
font-family: sans-serif;
|
font-family: Verdana, sans-serif;
|
||||||
}
|
}
|
||||||
.bar.bottom {
|
.bar.bottom {
|
||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue