Better colour contrast for major areas (background, sidebar, tabs)
This commit is contained in:
parent
e20c3e2b7c
commit
43509a3c17
|
@ -391,13 +391,15 @@ float:left;
|
||||||
}
|
}
|
||||||
|
|
||||||
#aside_primary {
|
#aside_primary {
|
||||||
width:286px;
|
width:284px;
|
||||||
float:left;
|
float:left;
|
||||||
margin-left:2px;
|
margin-left:2px;
|
||||||
padding:18px;
|
padding:18px;
|
||||||
border-radius:7px;
|
border-radius:7px;
|
||||||
-moz-border-radius:7px;
|
-moz-border-radius:7px;
|
||||||
-webkit-border-radius:7px;
|
-webkit-border-radius:7px;
|
||||||
|
border-width:1px;
|
||||||
|
border-style:solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*Start: FORM NOTICE*/
|
/*Start: FORM NOTICE*/
|
||||||
|
@ -790,9 +792,6 @@ text-decoration:none;
|
||||||
.vcard .url:hover {
|
.vcard .url:hover {
|
||||||
text-decoration:underline;
|
text-decoration:underline;
|
||||||
}
|
}
|
||||||
.vcard .fn {
|
|
||||||
font-style:italic;
|
|
||||||
}
|
|
||||||
|
|
||||||
.notice .entry-title {
|
.notice .entry-title {
|
||||||
float:left;
|
float:left;
|
||||||
|
|
|
@ -106,7 +106,8 @@ padding:2px 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content,
|
#content,
|
||||||
#site_nav_local_views a {
|
#site_nav_local_views a,
|
||||||
|
#aside_primary {
|
||||||
border-color:#fff;
|
border-color:#fff;
|
||||||
}
|
}
|
||||||
#content,
|
#content,
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
html,
|
html,
|
||||||
body,
|
body,
|
||||||
a:active {
|
a:active {
|
||||||
background-color:#ddd;
|
background-color:#F0F2F5;
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
|
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
|
||||||
|
@ -106,7 +106,8 @@ padding:2px 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content,
|
#content,
|
||||||
#site_nav_local_views a {
|
#site_nav_local_views a,
|
||||||
|
#aside_primary {
|
||||||
border-color:#fff;
|
border-color:#fff;
|
||||||
}
|
}
|
||||||
#content,
|
#content,
|
||||||
|
@ -115,7 +116,7 @@ background-color:#fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
#site_nav_local_views a {
|
#site_nav_local_views a {
|
||||||
background-color:rgba(255, 255, 255, 0.2);
|
background-color:rgba(151, 191, 209, 0.3);
|
||||||
}
|
}
|
||||||
#site_nav_local_views a:hover {
|
#site_nav_local_views a:hover {
|
||||||
background-color:rgba(255, 255, 255, 0.7);
|
background-color:rgba(255, 255, 255, 0.7);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user