瀏覽代碼

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
 }

Loading…
取消
儲存