blob: 0110390aba5ef786147f43fce92b1cc4cf1d7db0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
|
#upload-logo h2, #pick-section h2 {
margin: 0 0 0.5em 0;
}
#custom-css h2 {
margin: 0;
}
#upload-logo label {
font-weight: bold;
}
#logo-theme-editor a img {
border: none;
}
#simple-customize {
float: left;
width: 48%;
}
#custom-css {
float: left;
width: 48%;
}
#custom-css textarea {
width: 100%;
}
#customize-theme ol li {
font-size: 1.2em;
font-weight: bold;
}
#customize-theme ol li .description,
#customize-theme ol li label
{
font-weight: normal;
}
#customize-theme #section {
font-size: 1em;
}
.color-template {
height: 2em;
margin: 0 0 0.5em 0;
}
.primary-colors, #color-picker {
margin-top: 0.5em;
}
.primary-colors {
float: left;
width: 20%;
}
#color-picker {
float: right;
width: 78%;
}
#logo-color-picker {
display: none; /* unhidden by javascript */
cursor: url(<% RT->Config->Get("WebImagesURL") %>/eyedropper.png), crosshair;
}
|