Browse Source

Preview with draft background added to all themes

master
Dirk Alders 2 weeks ago
parent
commit
83b0297d43

+ 11
- 0
templates/themes/clear-digits/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: #01D0DA;
94
   background: #01D0DA;
84
 }
95
 }

+ 11
- 0
templates/themes/clear-green/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: #cafec7;
94
   background: #cafec7;
84
 }
95
 }

+ 11
- 0
templates/themes/clear-red/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: #ffe2e2;
94
   background: #ffe2e2;
84
 }
95
 }

Loading…
Cancel
Save