Line | |
---|
1 | .theme { |
---|
2 | display:inline-block; |
---|
3 | position:relative; |
---|
4 | width:66px; |
---|
5 | height:66px; |
---|
6 | } |
---|
7 | .theme .title { |
---|
8 | display:block; |
---|
9 | position:absolute; |
---|
10 | top:-1em; |
---|
11 | width:100%; |
---|
12 | text-align:center; |
---|
13 | } |
---|
14 | .theme .count { |
---|
15 | display:block; |
---|
16 | position:absolute; |
---|
17 | bottom:-1em; |
---|
18 | width:100%; |
---|
19 | text-align:center; |
---|
20 | font-size:0.7em; |
---|
21 | } |
---|
22 | .theme img { |
---|
23 | margin:1px; |
---|
24 | padding:3px; |
---|
25 | border:1px solid #999; |
---|
26 | width:56px; |
---|
27 | height:56px; |
---|
28 | } |
---|
29 | .theme.selected img { |
---|
30 | border-color:#f70; |
---|
31 | } |
---|
32 | |
---|
33 | .properties b { |
---|
34 | display:inline-block; |
---|
35 | min-width:200px; |
---|
36 | text-align:right; |
---|
37 | vertical-align:top; |
---|
38 | } |
---|
39 | |
---|
40 | .my-warnings { |
---|
41 | background-image:none; |
---|
42 | display:inline-block; |
---|
43 | min-height:0; |
---|
44 | padding:5px 5px 0 5px; |
---|
45 | margin:0 5px 15px 5px; |
---|
46 | font-weight:normal; |
---|
47 | font-size:0.9em; |
---|
48 | } |
---|
49 | .my-warnings ul li { |
---|
50 | list-style:none; |
---|
51 | } |
---|
52 | |
---|
53 | .selectize-control { |
---|
54 | width:300px; |
---|
55 | display:inline-block; |
---|
56 | } |
---|
57 | |
---|
58 | table.colors { |
---|
59 | display:inline-block; |
---|
60 | border-collapse:collapse; |
---|
61 | } |
---|
62 | table.colors td, table.colors th { |
---|
63 | padding:0 5px; |
---|
64 | text-align:center; |
---|
65 | } |
---|
66 | table.colors td:nth-child(even), table.colors th:nth-child(even) { |
---|
67 | background:rgba(127,127,127,0.2); |
---|
68 | } |
---|
69 | |
---|
70 | |
---|
71 | .sp-palette-container { |
---|
72 | max-width: 40px; |
---|
73 | } |
---|
74 | |
---|
75 | .preview { |
---|
76 | display:none; |
---|
77 | margin-left:200px; |
---|
78 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.