0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-15 03:01:37 -05:00

Dem colours

This commit is contained in:
John O'Nolan 2015-05-12 21:48:05 +01:00 committed by Hannah Wolfe
parent 2fffb4f0d2
commit fb3d307c5b
11 changed files with 27 additions and 28 deletions

View file

@ -29,7 +29,7 @@
text-decoration: none;
color: $blue;
background-color: #fff;
border: 1px solid $lightbrown;
border: 1px solid #e1e1e1;
margin-left: -1px;
}

View file

@ -17,7 +17,7 @@
position: relative;
overflow:hidden;
padding: 55px 60px;
border: $lightbrown 3px dashed;
border: #e1e1e1 3px dashed;
width: 100%;
height: auto;
text-align: center;
@ -38,7 +38,7 @@
}
.media {
@include icon($i-image, 60px, darken($lightbrown, 3%)) {
@include icon($i-image, 60px, darken(#e1e1e1, 3%)) {
display: inline-block;
vertical-align: initial;
transition: transform 1s ease;

View file

@ -200,7 +200,7 @@
.active {
@media (min-width: 901px) {
background: #F6F6F6;
background: lighten(#e1e1e1, 9%);
}
}
}//.content-list

View file

@ -62,7 +62,7 @@
}
.entry-preview {
right: 0;
border-left: $lightbrown 1px solid;
border-left: #e1e1e1 1px solid;
}
// The visual styles for both panels
@ -73,7 +73,7 @@
position: absolute;
bottom: 40px; // height of the publish bar
top: 60px; // height of the post title + margin
border-top: $lightbrown 1px solid;
border-top: #e1e1e1 1px solid;
background: #fff;
// Hide markdown icon + wordcount when we hit mobile
@ -151,7 +151,7 @@
// Restore the white bg of the currently .active tab, remove hand cursor from currently active tab
&.active header {
@media (max-width: 1000px) {
border-top: $lightbrown 1px solid;
border-top: #e1e1e1 1px solid;
cursor: auto;
color: $brown;
background: #fff;
@ -378,7 +378,7 @@
// --------------------------------------------------
body.zen {
background: lighten($lightbrown, 3%);
background: lighten(#e1e1e1, 3%);
.usermenu {
display: none;

View file

@ -85,7 +85,7 @@
position: relative;
padding: 0 45px 0 0;
display: block;
border-bottom: 1px solid $lightbrown;
border-bottom: 1px solid #e1e1e1;
.tag-edit-button {
width: calc(100% + 45px);
@ -95,12 +95,12 @@
&:hover,
&:focus,
&:active {
background: lighten($lightbrown, 5%);
background: lighten(#e1e1e1, 10%);
}
}
&:last-of-type:hover .tag-edit-button {
box-shadow: inset 0px -1px 0px $lightbrown;
box-shadow: inset 0px -1px 0px #e1e1e1;
}
// Permalink/labels

View file

@ -39,7 +39,7 @@
.user-list-item {
border-top: 1px solid $lightbrown;
border-top: 1px solid #e1e1e1;
@media (max-width: 550px) {
display: block;
@ -64,11 +64,11 @@ a.user-list-item {
@media (min-width: 601px) {
&:hover {
background: lighten($lightbrown, 5%);
background: lighten(#e1e1e1, 10%);
}
&:last-of-type:hover {
box-shadow: inset 0px -1px 0px $lightbrown;
box-shadow: inset 0px -1px 0px #e1e1e1;
}
}
}
@ -78,7 +78,7 @@ a.user-list-item {
height: 35px;
display: block;
border-radius: 100%;
background: $lightbrown;
background: #e1e1e1;
font-size: 0px;
color: transparent;
overflow: hidden;

View file

@ -18,7 +18,6 @@ $lightgrey: #e2edf2;
$lightestgrey: #FCFCFC;
$brown: #aaa9a2;
$midbrown: #c0bfb6;
$lightbrown: #edece4;
$blue: #5BA4E5;
$red: #e25440;
$orange: #F2A925;
@ -43,4 +42,4 @@ $font-family-mono: Consolas, "Liberation Mono", Menlo, Courier, monospace;
$dropdown_triangle: 8px;
$popover_triangle: 14px;
$popover_triangle_shallow_multiplier: 0.8; // Adjusts the height of the triangle relative to its width, so it's 0.8x the height of the width
$popover_triangle_shallow_multiplier: 0.8; // Adjusts the height of the triangle relative to its width, so it's 0.8x the height of the width

View file

@ -140,7 +140,7 @@ form {
height: 18px;
margin-right: 7px;
background: #F7F7F3;
border: 1px solid $lightbrown;
border: 1px solid #e1e1e1;
}
p {
@ -164,7 +164,7 @@ legend {
display: block;
width: 100%;
margin: 2em 0;
border-bottom: $lightbrown 1px solid;
border-bottom: #e1e1e1 1px solid;
font-size: 1.2em;
line-height: 2.0em;
color: $brown;

View file

@ -120,7 +120,7 @@ hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid $lightbrown;
border-top: 1px solid #e1e1e1;
margin: 3.2em 0;
padding: 0;
}
@ -149,7 +149,7 @@ dl {
blockquote {
@include baseline;
padding: 0 1.6em 0 1.6em;
border-left: $lightbrown 0.6em solid;
border-left: #e1e1e1 0.6em solid;
p {
margin:0.8em 0;
@ -183,7 +183,7 @@ tt {
code, tt {
font-size: 0.85em;
white-space: pre-wrap;
background: lighten($lightbrown, 2%);
background: lighten(#e1e1e1, 2%);
border-radius: 2px;
padding: 0.2em 0.4em;
vertical-align: top;
@ -191,7 +191,7 @@ code, tt {
pre {
@include baseline;
background: lighten($lightbrown, 2%);
background: lighten(#e1e1e1, 2%);
width: 100%;
padding: 10px;
font-family: $font-family-mono;

View file

@ -43,7 +43,7 @@
color: $darkgrey;
&:hover {
background: lighten($lightbrown, 5%);
background: lighten(#e1e1e1, 10%);
}
&:first-of-type {
@ -80,4 +80,4 @@
color: $midgrey;
line-height: 1.375;
}
}//.nav-list-item
}//.nav-list-item

View file

@ -41,7 +41,7 @@ table,
th,
td {
border-top: 1px solid $lightbrown;
border-top: 1px solid #e1e1e1;
}
th {
@ -58,7 +58,7 @@ table,
}
tbody + tbody {
border-top: 2px solid $lightbrown;
border-top: 2px solid #e1e1e1;
}
table table {
@ -67,7 +67,7 @@ table,
tbody > tr:nth-child(odd) > td,
tbody > tr:nth-child(odd) > th {
background-color: lighten($lightbrown, 5%);
background-color: lighten(#e1e1e1, 10%);
}
&.plain {