Some minor color scheme adjustments.
This commit is contained in:
@ -190,13 +190,13 @@ body {
|
|||||||
|
|
||||||
/* These selection declarations have to be separate. */
|
/* These selection declarations have to be separate. */
|
||||||
::-moz-selection {
|
::-moz-selection {
|
||||||
background: #3a4b6f;
|
background: #3e5f81;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
::selection {
|
::selection {
|
||||||
background: #3a4b6f;
|
background: #3e5f81;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
}
|
}
|
||||||
@ -205,7 +205,7 @@ hr {
|
|||||||
display: block;
|
display: block;
|
||||||
height: 1px;
|
height: 1px;
|
||||||
border: 0;
|
border: 0;
|
||||||
border-top: 1px solid #ddd;
|
border-top: 1px solid #aaa;
|
||||||
margin: 1.5em 0;
|
margin: 1.5em 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
@ -839,6 +839,7 @@ input[type=checkbox] { margin-right: .4em; }
|
|||||||
-------------
|
-------------
|
||||||
Dark blue: #25253d Mid blue: #3e5f81
|
Dark blue: #25253d Mid blue: #3e5f81
|
||||||
Lite blue: #ccdee7 Yellow: #ffbf00
|
Lite blue: #ccdee7 Yellow: #ffbf00
|
||||||
|
Orange: #d06604
|
||||||
Off black: #222 Off white: #fcfcfc
|
Off black: #222 Off white: #fcfcfc
|
||||||
----------------------------------------------------------------- */
|
----------------------------------------------------------------- */
|
||||||
|
|
||||||
@ -850,7 +851,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
a,
|
a,
|
||||||
a:visited { color: #3a4b6f; }
|
a:visited { color: #3e5f81; }
|
||||||
|
|
||||||
a:hover,
|
a:hover,
|
||||||
a:focus { color: #d06604; }
|
a:focus { color: #d06604; }
|
||||||
@ -1183,7 +1184,7 @@ form > .button_link:first-of-type { margin-top: 0; }
|
|||||||
#template_select article,
|
#template_select article,
|
||||||
#serendipityScaleImg img,
|
#serendipityScaleImg img,
|
||||||
.media_file,
|
.media_file,
|
||||||
.media_file_preview img { border: 1px solid #ddd; }
|
.media_file_preview img { border: 1px solid #aaa; }
|
||||||
|
|
||||||
#template_select .preview_image {
|
#template_select .preview_image {
|
||||||
float: left;
|
float: left;
|
||||||
|
Reference in New Issue
Block a user