forked from Public/pics
Change colour palette into something more befitting #RU.
This commit is contained in:
parent
096cea078c
commit
9fe8acc747
@ -18,8 +18,8 @@ body {
|
||||
font: 13px/1.7 "Open Sans", sans-serif;
|
||||
padding: 0 0 3em;
|
||||
margin: 0;
|
||||
background: #99BFCE 0 -50% fixed;
|
||||
background-image: radial-gradient(ellipse at top, #c3dee5 0%,#92b9ca 55%,#365e77 100%); /* W3C */
|
||||
background: #aaa 0 -50% fixed;
|
||||
background-image: radial-gradient(ellipse at top, #ccc 0%, #aaa 55%, #333 100%);
|
||||
}
|
||||
|
||||
#wrapper, header {
|
||||
@ -34,11 +34,11 @@ header {
|
||||
}
|
||||
|
||||
a {
|
||||
color: #487C96;
|
||||
color: #963626;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover {
|
||||
color: #222;
|
||||
color: #262626;
|
||||
}
|
||||
|
||||
/* Logo
|
||||
@ -305,7 +305,7 @@ ul#nav li a:hover {
|
||||
margin: 0 0 1.5% 0;
|
||||
}
|
||||
.album_title_box h2 {
|
||||
color: #487C96;
|
||||
color: #262626;
|
||||
font: 400 18px/2 "Open Sans", sans-serif !important;
|
||||
margin: 0;
|
||||
}
|
||||
@ -385,16 +385,16 @@ input, select, .btn {
|
||||
padding: 3px;
|
||||
}
|
||||
input[type=submit], button, .btn {
|
||||
background: #C5E2EA;
|
||||
background: #ddd;
|
||||
border-radius: 3px;
|
||||
border: 1px solid #8BBFCE;
|
||||
border: 1px solid #aaa;
|
||||
display: inline-block;
|
||||
font: inherit;
|
||||
padding: 4px 5px;
|
||||
}
|
||||
input[type=submit]:hover, button:hover, .btn:hover {
|
||||
background-color: #bddce5;
|
||||
border-color: #88b7c6;
|
||||
background-color: #d0d0d0;
|
||||
border-color: #a0a0a0;
|
||||
}
|
||||
textarea {
|
||||
border: 1px solid #ccc;
|
||||
@ -539,7 +539,7 @@ textarea {
|
||||
#previous_photo, #next_photo {
|
||||
background: #fff;
|
||||
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
|
||||
color: #678FA4;
|
||||
color: #262626;
|
||||
font-size: 3em;
|
||||
line-height: 0.5;
|
||||
padding: 32px 8px;
|
||||
|
Loading…
Reference in New Issue
Block a user