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 {
|
||||
width:286px;
|
||||
width:284px;
|
||||
float:left;
|
||||
margin-left:2px;
|
||||
padding:18px;
|
||||
border-radius:7px;
|
||||
-moz-border-radius:7px;
|
||||
-webkit-border-radius:7px;
|
||||
border-width:1px;
|
||||
border-style:solid;
|
||||
}
|
||||
|
||||
/*Start: FORM NOTICE*/
|
||||
|
@ -790,9 +792,6 @@ text-decoration:none;
|
|||
.vcard .url:hover {
|
||||
text-decoration:underline;
|
||||
}
|
||||
.vcard .fn {
|
||||
font-style:italic;
|
||||
}
|
||||
|
||||
.notice .entry-title {
|
||||
float:left;
|
||||
|
|
|
@ -106,7 +106,8 @@ padding:2px 4px;
|
|||
}
|
||||
|
||||
#content,
|
||||
#site_nav_local_views a {
|
||||
#site_nav_local_views a,
|
||||
#aside_primary {
|
||||
border-color:#fff;
|
||||
}
|
||||
#content,
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
html,
|
||||
body,
|
||||
a:active {
|
||||
background-color:#ddd;
|
||||
background-color:#F0F2F5;
|
||||
}
|
||||
body {
|
||||
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
|
||||
|
@ -106,7 +106,8 @@ padding:2px 4px;
|
|||
}
|
||||
|
||||
#content,
|
||||
#site_nav_local_views a {
|
||||
#site_nav_local_views a,
|
||||
#aside_primary {
|
||||
border-color:#fff;
|
||||
}
|
||||
#content,
|
||||
|
@ -115,7 +116,7 @@ background-color:#fff;
|
|||
}
|
||||
|
||||
#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 {
|
||||
background-color:rgba(255, 255, 255, 0.7);
|
||||
|
|
Loading…
Reference in New Issue
Block a user