Переглянути джерело

Preview with draft background added to themes

master
Dirk Alders 2 тижднів тому
джерело
коміт
7c34dde128
2 змінених файлів з 11 додано та 0 видалено
  1. BIN
      static/themes/draft.png
  2. 11
    0
      templates/themes/clear-blue/base.css

BIN
static/themes/draft.png Переглянути файл


+ 11
- 0
templates/themes/clear-blue/base.css Переглянути файл

@@ -79,6 +79,17 @@ a {
79 79
   font-weight: bold;
80 80
 }
81 81
 
82
+.preview {
83
+  background-image: url("{% static 'themes/draft.png' %}");
84
+  padding: 40px;
85
+  padding-top: 75px;
86
+  min-height: 300px;
87
+}
88
+
89
+.preview-spacer {
90
+  min-height: 35px;
91
+}
92
+
82 93
 a:hover {
83 94
   background: #80baf1;
84 95
 }

Завантаження…
Відмінити
Зберегти