ソースを参照

Preview with draft background added to themes

master
Dirk Alders 2週間前
コミット
7c34dde128
2個のファイルの変更11行の追加0行の削除
  1. バイナリ
      static/themes/draft.png
  2. 11
    0
      templates/themes/clear-blue/base.css

バイナリ
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
 }

読み込み中…
キャンセル
保存