PluginProbe
Substack Importer / 1.0.4
Substack Importer v1.0.4
trunk 0.1.0 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 1.2.0
substack-importer / css / index.css

index.css in Substack Importer 1.0.4, at css/index.css

40 lines 655 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .substack-importer.wrapper {
2 width: 800px;
3 }
4
5 #substack-progress .progress-bar {
6 width: 100%;
7 background-color: #e0e0e0;
8 padding: 3px;
9 border-radius: 3px;
10 box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2);
11 }
12
13 #substack-progress .progress-bar-fill {
14 display: block;
15 height: 22px;
16 background-color: #659cef;
17 border-radius: 3px;
18
19 transition: width 500ms ease-in-out;
20 }
21
22 .substack-importer ul {
23 list-style: disc;
24 margin: 0 0 1.2em 1.2em;
25 }
26
27 .substack-importer #import-upload-form label {
28 display:block;
29 font-weight: bold;
30 margin-bottom: 1em;
31 }
32
33 .substack-importer #import-upload-form .note {
34 font-size:80%;
35 }
36
37 input#substack-url {
38 width: 50%;
39 }
40