Browse Source

Preview with draft background added to themes

master
Dirk Alders 2 weeks ago
parent
commit
7c34dde128
2 changed files with 11 additions and 0 deletions
  1. BIN
      static/themes/draft.png
  2. 11
    0
      templates/themes/clear-blue/base.css

BIN
static/themes/draft.png View File


+ 11
- 0
templates/themes/clear-blue/base.css View File

79
   font-weight: bold;
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
 a:hover {
93
 a:hover {
83
   background: #80baf1;
94
   background: #80baf1;
84
 }
95
 }

Loading…
Cancel
Save