Preview with draft background added to all themes
This commit is contained in:
parent
7c34dde128
commit
83b0297d43
@ -79,6 +79,17 @@ a {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.preview {
|
||||||
|
background-image: url("{% static 'themes/draft.png' %}");
|
||||||
|
padding: 40px;
|
||||||
|
padding-top: 75px;
|
||||||
|
min-height: 300px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.preview-spacer {
|
||||||
|
min-height: 35px;
|
||||||
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
background: #01D0DA;
|
background: #01D0DA;
|
||||||
}
|
}
|
||||||
|
@ -79,6 +79,17 @@ a {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.preview {
|
||||||
|
background-image: url("{% static 'themes/draft.png' %}");
|
||||||
|
padding: 40px;
|
||||||
|
padding-top: 75px;
|
||||||
|
min-height: 300px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.preview-spacer {
|
||||||
|
min-height: 35px;
|
||||||
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
background: #cafec7;
|
background: #cafec7;
|
||||||
}
|
}
|
||||||
|
@ -79,6 +79,17 @@ a {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.preview {
|
||||||
|
background-image: url("{% static 'themes/draft.png' %}");
|
||||||
|
padding: 40px;
|
||||||
|
padding-top: 75px;
|
||||||
|
min-height: 300px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.preview-spacer {
|
||||||
|
min-height: 35px;
|
||||||
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
background: #ffe2e2;
|
background: #ffe2e2;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user