File: theme-editor.css

package info (click to toggle)
request-tracker4 4.4.7%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 62,888 kB
  • sloc: javascript: 130,444; perl: 65,442; sh: 1,350; makefile: 480; python: 37; php: 30
file content (69 lines) | stat: -rw-r--r-- 932 bytes parent folder | download | duplicates (3)
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(../../../static/images/eyedropper.png), crosshair;
}