Line | |
---|
1 | /* debug */ |
---|
2 | |
---|
3 | #debug { |
---|
4 | position: absolute; |
---|
5 | top: 0; |
---|
6 | width: 100%; |
---|
7 | height: 4px; |
---|
8 | background: #ffd478; |
---|
9 | } |
---|
10 | |
---|
11 | #debug div { |
---|
12 | display: none; |
---|
13 | padding: 3px 0.5em 2px; |
---|
14 | } |
---|
15 | |
---|
16 | #debug p { |
---|
17 | margin: 0.5em 0; |
---|
18 | } |
---|
19 | |
---|
20 | #debug:hover { |
---|
21 | height: auto; |
---|
22 | padding: 2px 1em; |
---|
23 | z-index: 100; |
---|
24 | } |
---|
25 | |
---|
26 | #debug:hover div { |
---|
27 | display: block; |
---|
28 | } |
---|
29 | |
---|
30 | .debug { |
---|
31 | background: #ffd478; |
---|
32 | padding: 3px 0.5em 2px; |
---|
33 | } |
---|
34 | |
---|
35 | input[type=submit].delete.debug, |
---|
36 | a.delete.debug { |
---|
37 | border-color: #ffd478; |
---|
38 | } |
---|
39 | |
---|
40 | input[type=submit].delete.debug:hover, |
---|
41 | a.delete.debug:hover { |
---|
42 | background: #ffd478; |
---|
43 | color: #900; |
---|
44 | border-color: #ffd478; |
---|
45 | } |
---|
46 | |
---|
47 | |
---|
48 | /* ---------------------------------------------- Couleurs ajoutées via javascript |
---|
49 | /* color-picker.js */ |
---|
50 | |
---|
51 | .color-color-picker { |
---|
52 | border: 1px solid #000; |
---|
53 | width: 195px; |
---|
54 | background: #fff; |
---|
55 | } |
---|
56 | |
---|
57 | |
---|
58 | /* _media_item.js */ |
---|
59 | |
---|
60 | .color-div { |
---|
61 | border: 1px solid #ccc; |
---|
62 | } |
---|
63 | |
---|
64 | |
---|
65 | /* fadings ('color' est utilisé comme variable, pas comme text color) */ |
---|
66 | |
---|
67 | .colorBeginPassword, |
---|
68 | .colorBeginValidatorErr, |
---|
69 | .colorBeginUserMail { |
---|
70 | color: #fff; |
---|
71 | } |
---|
72 | |
---|
73 | .colorEndPassword, |
---|
74 | .colorEndError, |
---|
75 | .colorEndValidatorErr, |
---|
76 | .colorEndUserMail { |
---|
77 | color: #ffbaba; |
---|
78 | } |
---|
79 | |
---|
80 | .colorBeginMessage { |
---|
81 | color: #ccc; |
---|
82 | } |
---|
83 | |
---|
84 | .colorEndMessage, |
---|
85 | .colorBeginValidatorMsg { |
---|
86 | color: #676e78; |
---|
87 | } |
---|
88 | |
---|
89 | .colorBeginError { |
---|
90 | color: #fefacd; |
---|
91 | } |
---|
92 | |
---|
93 | .colorBeginSuccess { |
---|
94 | color: #9BCA1C; |
---|
95 | } |
---|
96 | |
---|
97 | .colorEndSuccess { |
---|
98 | color: #bee74b; |
---|
99 | } |
---|
100 | |
---|
101 | .colorEndValidatorMsg { |
---|
102 | color: #ffcc00; |
---|
103 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.