Port of blueprint commit:
commit 1b90737a8ded9ffb2f12806101c7a341b18727ac Author: Christian Montoya <sirokai@gmail.com> Date: Tue Sep 14 16:56:43 2010 -0400 Finally finalized link colors
This commit is contained in:
parent
a7977f4d63
commit
20587214dc
@ -6,8 +6,8 @@ $alt-text-color: #666666 !default;
|
||||
$blueprint-background-color: #eeeeee !default;
|
||||
$blueprint-border-color: #ddd !default;
|
||||
|
||||
$link-color: #000099 !default;
|
||||
$link-hover-color: #08d !default;
|
||||
$link-color: #06c !default;
|
||||
$link-hover-color: #09f !default;
|
||||
$link-focus-color: $link-hover-color !default;
|
||||
$link-active-color: lighten(adjust-hue($link-color, 75deg), 10%) !default;
|
||||
$link-visited-color: darken($link-color, 10%) !default;
|
||||
|
@ -97,15 +97,15 @@ p {
|
||||
|
||||
a {
|
||||
text-decoration: underline;
|
||||
color: #000099; }
|
||||
color: #0066cc; }
|
||||
a:visited {
|
||||
color: #000066; }
|
||||
color: #004c99; }
|
||||
a:focus {
|
||||
color: #0088dd; }
|
||||
color: #0099ff; }
|
||||
a:hover {
|
||||
color: #0088dd; }
|
||||
color: #0099ff; }
|
||||
a:active {
|
||||
color: #cc0099; }
|
||||
color: #bf00ff; }
|
||||
|
||||
blockquote {
|
||||
margin: 1.5em;
|
||||
|
@ -14,19 +14,19 @@
|
||||
color: #666666; }
|
||||
|
||||
.link-color {
|
||||
color: #000099; }
|
||||
color: #0066cc; }
|
||||
|
||||
.link-hover-color {
|
||||
color: #0088dd; }
|
||||
color: #0099ff; }
|
||||
|
||||
.link-focus-color {
|
||||
color: #0088dd; }
|
||||
color: #0099ff; }
|
||||
|
||||
.link-active-color {
|
||||
color: #cc0099; }
|
||||
color: #bf00ff; }
|
||||
|
||||
.link-visited-color {
|
||||
color: #000066; }
|
||||
color: #004c99; }
|
||||
|
||||
.feedback-border-color {
|
||||
color: #dddddd; }
|
||||
|
@ -6,12 +6,12 @@
|
||||
.border {
|
||||
padding-right: 4px;
|
||||
margin-right: 5px;
|
||||
border-right: 1px solid #eeeeee; }
|
||||
border-right: 1px solid #dddddd; }
|
||||
|
||||
.colborder {
|
||||
padding-right: 24px;
|
||||
margin-right: 25px;
|
||||
border-right: 1px solid #eeeeee; }
|
||||
border-right: 1px solid #dddddd; }
|
||||
|
||||
hr {
|
||||
background: #dddddd;
|
||||
|
@ -53,15 +53,15 @@ p {
|
||||
|
||||
a {
|
||||
text-decoration: underline;
|
||||
color: #000099; }
|
||||
color: #0066cc; }
|
||||
a:visited {
|
||||
color: #000066; }
|
||||
color: #004c99; }
|
||||
a:focus {
|
||||
color: #0088dd; }
|
||||
color: #0099ff; }
|
||||
a:hover {
|
||||
color: #0088dd; }
|
||||
color: #0099ff; }
|
||||
a:active {
|
||||
color: #cc0099; }
|
||||
color: #bf00ff; }
|
||||
|
||||
blockquote {
|
||||
margin: 1.5em;
|
||||
|
Loading…
Reference in New Issue
Block a user