author | Nicolas Chauvat <nicolas.chauvat@logilab.fr> |
Thu, 29 Apr 2010 08:39:13 +0200 | |
changeset 5481 | 2236b2f57c67 |
parent 5480 | 2d5c46e78ae9 |
child 5482 | 8c8c6d3f3b3a |
permissions | -rw-r--r-- |
0 | 1 |
/* |
2 |
* :organization: Logilab |
|
2116 | 3 |
* :copyright: 2003-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved. |
0 | 4 |
* :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr |
5 |
*/ |
|
5438
2a9181b82806
[css] avoid repeating reset css
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5224
diff
changeset
|
6 |
|
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
7 |
/***************************************/ |
5438
2a9181b82806
[css] avoid repeating reset css
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5224
diff
changeset
|
8 |
/* xhtml tags */ |
2a9181b82806
[css] avoid repeating reset css
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5224
diff
changeset
|
9 |
/***************************************/ |
0 | 10 |
|
5481
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
11 |
/* scale and rhythm cf http://lamb.cc/typograph/ */ |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
12 |
body { |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
13 |
font-family: Verdana,sans-serif; |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
14 |
font-size: 12px; |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
15 |
line-height: 1.5; |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
16 |
} |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
17 |
h1, h2, h3 { margin-top:0; margin-bottom:0; } |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
18 |
|
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
19 |
/* got rhythm ? beat of 12*1.25 = 15 px */ |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
20 |
.rhythm_bg { background: url(/data/rhythm18.png) repeat ! important; } |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
21 |
|
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
22 |
/* scale 3:5 stranded */ |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
23 |
/* h1 { font-size:2em; } */ |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
24 |
/* h2 { font-size:1.61538em; } */ |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
25 |
/* h3 { font-size:1.23077em; } */ |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
26 |
|
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
27 |
/* scale le corbusier */ |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
28 |
/* h1 { font-size:2.11538em; } */ |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
29 |
/* h2 { font-size:1.61538em; } */ |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
30 |
/* h3 { font-size:1.30769em; } */ |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
31 |
|
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
32 |
/* scale traditional */ |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
33 |
h1 { font-size: 1.5em; } |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
34 |
h2 { font-size: 1.33333em; } |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
35 |
h3 { font-size: 1.16667em; } |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
36 |
|
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
37 |
/* paddings */ |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
38 |
h1 { |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
39 |
border-bottom: 0.06em solid black; |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
40 |
padding-top: 0.9em; |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
41 |
margin-bottom: 0.44em; |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
42 |
} |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
43 |
h2 { padding: 0.4em 0 0.25em 0; } |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
44 |
h3 { padding: 0.5em 0 0.57em 0; } |
5480
2d5c46e78ae9
[css] introducing scale and rhythm composition
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5438
diff
changeset
|
45 |
|
2116 | 46 |
html, body { |
0 | 47 |
background: #e2e2e2; |
48 |
} |
|
49 |
||
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
50 |
a, a:active, a:visited, a:link { |
5481
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
51 |
color: #ff4500; /* XXX make this configurable */ |
0 | 52 |
text-decoration: none; |
53 |
} |
|
54 |
||
55 |
a:hover{ |
|
56 |
text-decoration: underline; |
|
57 |
} |
|
58 |
||
59 |
table { |
|
60 |
border: none; |
|
61 |
} |
|
62 |
||
63 |
table th, table td { |
|
64 |
vertical-align: top; |
|
65 |
} |
|
66 |
||
135
1138432a56a4
add css rule for active inputs
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
0
diff
changeset
|
67 |
input:focus { |
1138432a56a4
add css rule for active inputs
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
0
diff
changeset
|
68 |
border: 1px inset #ff7700; |
1138432a56a4
add css rule for active inputs
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
0
diff
changeset
|
69 |
} |
1138432a56a4
add css rule for active inputs
Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
parents:
0
diff
changeset
|
70 |
|
0 | 71 |
label, .label { |
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
72 |
font-weight: bold; |
0 | 73 |
} |
74 |
||
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
75 |
pre { |
5481
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
76 |
clear: both; |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
77 |
font-family: 'Courier New', monospace; |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
78 |
letter-spacing: 0.015em; |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
79 |
padding: 0.5em; |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
80 |
margin: 0 1.5em 1.5em; |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
81 |
background-color: #F0F0F0; |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
82 |
border: 1px solid #CCBCA7; |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
83 |
} |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
84 |
|
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
85 |
p { |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
86 |
text-align: justify; |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
87 |
margin-bottom: 1.5em; |
0 | 88 |
} |
89 |
||
5481
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
90 |
ol, ul { |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
91 |
list-style-type: disc; |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
92 |
margin-bottom: 1.25em; |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
93 |
} |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
94 |
|
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
95 |
p + ul { |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
96 |
margin-top: -1.5em; |
0 | 97 |
} |
98 |
||
5481
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
99 |
li { |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
100 |
margin-left: 1.5em; |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
101 |
} |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
102 |
|
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
103 |
fieldset { |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
104 |
border: none; |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
105 |
} |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
106 |
|
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
107 |
h2 a, h2 a:active, h2 a:visited, h2 a:link, |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
108 |
h3 a, h3 a:active, h3 a:visited, h3 a:link { |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
109 |
color: inherit; |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
110 |
text-decoration: none; |
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
111 |
} |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
112 |
|
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
113 |
/***************************************/ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
114 |
/* generic classes */ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
115 |
/***************************************/ |
0 | 116 |
|
117 |
.odd { |
|
118 |
background-color: #f7f6f1; |
|
119 |
} |
|
120 |
||
121 |
.even { |
|
122 |
background-color: transparent; |
|
123 |
} |
|
124 |
||
125 |
.hr { |
|
126 |
border-bottom: 1px dotted #ccc; |
|
5481
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
127 |
margin: 19px 0px 20px 0px; |
0 | 128 |
} |
129 |
||
130 |
.left { |
|
131 |
float: left; |
|
132 |
} |
|
133 |
||
134 |
.right { |
|
135 |
float: right; |
|
136 |
} |
|
137 |
||
138 |
.clear { |
|
139 |
clear: both; |
|
140 |
} |
|
141 |
||
142 |
.hidden { |
|
143 |
display: none; |
|
144 |
visibility: hidden; |
|
145 |
} |
|
146 |
||
5481
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
147 |
li.invisible { |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
148 |
list-style: none; |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
149 |
background: none; |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
150 |
padding: 0px 0px 1px 1px; |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
151 |
} |
0 | 152 |
|
1077 | 153 |
li.invisible div{ |
0 | 154 |
display: inline; |
155 |
} |
|
156 |
||
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
157 |
|
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
158 |
/***************************************/ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
159 |
/* LAYOUT */ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
160 |
/***************************************/ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
161 |
|
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
162 |
/* header */ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
163 |
|
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
164 |
table#header { |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
165 |
background: #ff7700 url("banner.png") left top repeat-x; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
166 |
text-align: left; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
167 |
} |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
168 |
|
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
169 |
table#header td { |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
170 |
vertical-align: middle; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
171 |
} |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
172 |
|
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
173 |
table#header a { |
5481
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
174 |
color: #000; |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
175 |
} |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
176 |
|
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
177 |
table#header img#logo{ |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
178 |
vertical-align: middle; |
0 | 179 |
} |
180 |
||
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
181 |
span#appliName { |
5481
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
182 |
font-weight: bold; |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
183 |
color: #000; |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
184 |
white-space: nowrap; |
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
185 |
} |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
186 |
|
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
187 |
table#header td#headtext { |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
188 |
width: 100%; |
0 | 189 |
} |
190 |
||
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
191 |
/* Popup on login box and userActionBox */ |
3066
ff83ccd612ce
[cubicweb] #344957 : fix popup display in IE7
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
2702
diff
changeset
|
192 |
div.popupWrapper{ |
5481
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
193 |
position:relative; |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
194 |
z-index:100; |
3066
ff83ccd612ce
[cubicweb] #344957 : fix popup display in IE7
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
2702
diff
changeset
|
195 |
} |
ff83ccd612ce
[cubicweb] #344957 : fix popup display in IE7
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
2702
diff
changeset
|
196 |
|
0 | 197 |
div.popup { |
198 |
position: absolute; |
|
199 |
background: #fff; |
|
200 |
border: 1px solid black; |
|
201 |
text-align: left; |
|
5481
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
202 |
z-index: 400; |
0 | 203 |
} |
204 |
||
205 |
div.popup ul li a { |
|
206 |
text-decoration: none; |
|
207 |
color: black; |
|
208 |
} |
|
209 |
||
5481
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
210 |
/* FIXME appear with 4px width in IE6 */ |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
211 |
div#stateheader{ |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
212 |
min-width: 66%; |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
213 |
} |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
214 |
|
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
215 |
/* main zone */ |
0 | 216 |
|
217 |
div#page { |
|
218 |
min-height: 800px; |
|
5481
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
219 |
margin: 8px; |
0 | 220 |
} |
2116 | 221 |
|
5481
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
222 |
table#mainLayout #navColumnLeft { |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
223 |
width: 16em; |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
224 |
padding-right: 8px; |
0 | 225 |
} |
226 |
||
5481
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
227 |
table#mainLayout #navColumnRight { |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
228 |
width: 16em; |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
229 |
padding-left: 8px; |
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
230 |
} |
0 | 231 |
|
5481
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
232 |
div#pageContent { |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
233 |
clear: both; |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
234 |
/* margin-top:-1px; /* enable when testing rhythm */ |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
235 |
background: #ffffff; |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
236 |
border: 1px solid #ccc; |
0 | 237 |
} |
238 |
||
5481
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
239 |
/* */ |
0 | 240 |
#contentheader { |
241 |
margin: 0px; |
|
242 |
padding: 0.2em 0.5em 0.5em 0.5em; |
|
5481
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
243 |
border:2px solid blue; |
0 | 244 |
} |
245 |
||
246 |
#contentheader a { |
|
247 |
color: #000; |
|
248 |
} |
|
249 |
||
5481
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
250 |
div#contentmain { |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
251 |
padding: 0 1em 1em; |
0 | 252 |
} |
253 |
||
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
254 |
/* rql bar */ |
0 | 255 |
|
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
256 |
div#rqlinput { |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
257 |
border: 1px solid #cfceb7; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
258 |
margin-bottom: 8px; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
259 |
padding: 3px; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
260 |
background: #cfceb7; |
0 | 261 |
} |
262 |
||
263 |
input#rql{ |
|
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
264 |
width: 95%; |
0 | 265 |
} |
266 |
||
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
267 |
/* boxes */ |
0 | 268 |
|
269 |
div.boxFrame { |
|
270 |
width: 100%; |
|
271 |
} |
|
272 |
||
273 |
div.boxTitle { |
|
274 |
padding-top: 0px; |
|
275 |
padding-bottom: 0.2em; |
|
276 |
font: bold 100% Georgia; |
|
277 |
overflow: hidden; |
|
278 |
color: #fff; |
|
279 |
background: #ff9900 url("search.png") left bottom repeat-x; |
|
280 |
} |
|
281 |
||
282 |
div.searchBoxFrame div.boxTitle, |
|
283 |
div.greyBoxFrame div.boxTitle { |
|
284 |
background: #cfceb7; |
|
285 |
} |
|
286 |
||
287 |
div.boxTitle span, |
|
288 |
div.sideBoxTitle span { |
|
289 |
padding: 0px 5px; |
|
290 |
white-space: nowrap; |
|
291 |
} |
|
292 |
||
293 |
div.sideBoxTitle span, |
|
294 |
div.searchBoxFrame div.boxTitle span, |
|
295 |
div.greyBoxFrame div.boxTitle span { |
|
296 |
color: #222211; |
|
297 |
} |
|
298 |
||
299 |
.boxFrame a { |
|
300 |
color: #000; |
|
301 |
} |
|
302 |
||
303 |
div.boxContent { |
|
304 |
padding: 3px 0px; |
|
305 |
background: #fff; |
|
306 |
border-top: none; |
|
307 |
} |
|
308 |
||
309 |
ul.boxListing { |
|
310 |
margin: 0px; |
|
311 |
padding: 0px 3px; |
|
312 |
} |
|
313 |
||
314 |
ul.boxListing li, |
|
315 |
ul.boxListing ul li { |
|
316 |
display: inline; |
|
317 |
margin: 0px; |
|
318 |
padding: 0px; |
|
319 |
background-image: none; |
|
320 |
} |
|
321 |
||
322 |
ul.boxListing ul { |
|
323 |
margin: 0px 0px 0px 7px; |
|
324 |
padding: 1px 3px; |
|
325 |
} |
|
326 |
||
327 |
ul.boxListing a { |
|
328 |
color: #000; |
|
329 |
display: block; |
|
330 |
padding: 1px 9px 1px 3px; |
|
331 |
} |
|
332 |
||
2702
f19bc131b2d9
[css] fix cubicweb.css for action'selected class
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
2249
diff
changeset
|
333 |
ul.boxListing .selected { |
0 | 334 |
color: #FF4500; |
335 |
font-weight: bold; |
|
336 |
} |
|
337 |
||
338 |
ul.boxListing a.boxBookmark:hover, |
|
339 |
ul.boxListing a:hover, |
|
340 |
ul.boxListing ul li a:hover { |
|
341 |
text-decoration: none; |
|
342 |
background: #eeedd9; |
|
343 |
color: #111100; |
|
344 |
} |
|
345 |
||
4657
79005a48b221
[css] fix disappearing image in menu when a:hover
Charles Hébert <charles.hebert@logilab.fr>
parents:
4280
diff
changeset
|
346 |
ul.boxListing a.boxMenu:hover { |
5481
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
347 |
background: #eeedd9 url(puce_down.png) no-repeat scroll 98% 6px; |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
348 |
cursor:pointer; |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
349 |
border-top:medium none; |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
350 |
} |
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
351 |
|
0 | 352 |
a.boxMenu { |
353 |
background: transparent url("puce_down.png") 98% 6px no-repeat; |
|
354 |
display: block; |
|
355 |
padding: 1px 9px 1px 3px; |
|
356 |
} |
|
357 |
||
358 |
a.popupMenu { |
|
359 |
background: transparent url("puce_down_black.png") 2% 6px no-repeat; |
|
360 |
padding-left: 2em; |
|
361 |
} |
|
362 |
||
363 |
ul.boxListing ul li a:hover { |
|
364 |
background: #eeedd9 url("bullet_orange.png") 0% 6px no-repeat; |
|
365 |
} |
|
366 |
||
367 |
a.boxMenu:hover { |
|
368 |
background: #eeedd9 url("puce_down.png") 98% 6px no-repeat; |
|
369 |
cursor: pointer; |
|
370 |
} |
|
371 |
||
372 |
ul.boxListing a.boxBookmark { |
|
373 |
padding-left: 3px; |
|
374 |
background-image:none; |
|
375 |
background:#fff; |
|
376 |
} |
|
377 |
||
378 |
ul.boxListing ul li a { |
|
379 |
background: #fff url("bullet_orange.png") 0% 6px no-repeat; |
|
380 |
padding: 1px 3px 0px 10px; |
|
381 |
} |
|
382 |
||
383 |
div.searchBoxFrame div.boxContent { |
|
384 |
padding: 4px 4px 3px; |
|
385 |
background: #f0eff0 url("gradient-grey-up.png") left top repeat-x; |
|
386 |
} |
|
387 |
||
388 |
div.shadow{ |
|
389 |
height: 14px; |
|
390 |
background: url("shadow.gif") no-repeat top right; |
|
391 |
} |
|
392 |
||
393 |
div.sideBoxTitle { |
|
394 |
background: #cfceb7; |
|
395 |
display: block; |
|
396 |
font: bold 100% Georgia; |
|
397 |
} |
|
398 |
||
399 |
div.sideBox { |
|
2212
201ce0d389f3
add padding on sideBoxTitles
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
2211
diff
changeset
|
400 |
padding: 0 0 0.2em; |
0 | 401 |
margin-bottom: 0.5em; |
402 |
} |
|
403 |
||
2116 | 404 |
ul.sideBox li{ |
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
405 |
list-style: none; |
2116 | 406 |
background: none; |
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
407 |
padding: 0px 0px 1px 1px; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
408 |
} |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
409 |
|
0 | 410 |
div.sideBoxBody { |
411 |
padding: 0.2em 5px; |
|
2232
7837a3941327
#344266 [cubicweb-forge]: fix buggy boxes css style
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
2212
diff
changeset
|
412 |
background: #eeedd9; |
0 | 413 |
} |
414 |
||
415 |
div.sideBoxBody a { |
|
416 |
color:#555544; |
|
417 |
} |
|
418 |
||
419 |
div.sideBoxBody a:hover { |
|
420 |
text-decoration: underline; |
|
421 |
} |
|
422 |
||
423 |
div.sideBox table td { |
|
424 |
padding-right: 1em; |
|
425 |
} |
|
426 |
||
1077 | 427 |
input.rqlsubmit{ |
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
428 |
background: #fffff8 url("go.png") 50% 50% no-repeat; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
429 |
width: 20px; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
430 |
height: 20px; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
431 |
margin: 0px; |
0 | 432 |
} |
433 |
||
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
434 |
input#norql{ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
435 |
width:13em; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
436 |
margin-right: 2px; |
0 | 437 |
} |
438 |
||
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
439 |
/* user actions menu */ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
440 |
a.logout, a.logout:visited, a.logout:hover{ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
441 |
color: #fff; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
442 |
text-decoration: none; |
0 | 443 |
} |
444 |
||
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
445 |
div#userActionsBox { |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
446 |
width: 14em; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
447 |
text-align: right; |
0 | 448 |
} |
449 |
||
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
450 |
div#userActionsBox a.popupMenu { |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
451 |
color: black; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
452 |
text-decoration: underline; |
3818
9522e51d8644
[web ui] move help from header to footer
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
3809
diff
changeset
|
453 |
padding-right: 2em; |
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
454 |
} |
0 | 455 |
|
3359
5562f8b901f0
[css] backported download box styles from forge
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3071
diff
changeset
|
456 |
/* download box XXX move to its own file? */ |
5562f8b901f0
[css] backported download box styles from forge
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3071
diff
changeset
|
457 |
div.downloadBoxTitle{ |
5562f8b901f0
[css] backported download box styles from forge
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3071
diff
changeset
|
458 |
background : #8FBC8F; |
5562f8b901f0
[css] backported download box styles from forge
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3071
diff
changeset
|
459 |
font-weight: bold; |
5562f8b901f0
[css] backported download box styles from forge
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3071
diff
changeset
|
460 |
} |
5562f8b901f0
[css] backported download box styles from forge
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3071
diff
changeset
|
461 |
|
5562f8b901f0
[css] backported download box styles from forge
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3071
diff
changeset
|
462 |
div.downloadBox{ |
5562f8b901f0
[css] backported download box styles from forge
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3071
diff
changeset
|
463 |
font-weight: bold; |
5562f8b901f0
[css] backported download box styles from forge
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3071
diff
changeset
|
464 |
} |
5562f8b901f0
[css] backported download box styles from forge
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3071
diff
changeset
|
465 |
|
5562f8b901f0
[css] backported download box styles from forge
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3071
diff
changeset
|
466 |
div.downloadBox div.sideBoxBody{ |
5562f8b901f0
[css] backported download box styles from forge
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3071
diff
changeset
|
467 |
background : #EEFED9; |
5562f8b901f0
[css] backported download box styles from forge
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3071
diff
changeset
|
468 |
} |
5562f8b901f0
[css] backported download box styles from forge
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3071
diff
changeset
|
469 |
|
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
470 |
/**************/ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
471 |
/* navigation */ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
472 |
/**************/ |
0 | 473 |
div#etyperestriction { |
474 |
margin-bottom: 1ex; |
|
475 |
border-bottom: 1px solid #ccc; |
|
476 |
} |
|
477 |
||
478 |
span.slice a:visited, |
|
479 |
span.slice a:hover{ |
|
480 |
color: #555544; |
|
481 |
} |
|
482 |
||
483 |
span.selectedSlice a:visited, |
|
484 |
span.selectedSlice a { |
|
485 |
color: #000; |
|
486 |
} |
|
487 |
||
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
488 |
/* FIXME should be moved to cubes/folder */ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
489 |
div.navigation a { |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
490 |
text-align: center; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
491 |
text-decoration: none; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
492 |
} |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
493 |
|
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
494 |
div.prevnext { |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
495 |
width: 100%; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
496 |
margin-bottom: 1em; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
497 |
} |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
498 |
|
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
499 |
div.prevnext a { |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
500 |
color: #000; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
501 |
} |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
502 |
|
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
503 |
/***************************************/ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
504 |
/* entity views */ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
505 |
/***************************************/ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
506 |
|
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
507 |
div.mainRelated { |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
508 |
border: none; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
509 |
margin-right: 1em; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
510 |
padding: 0.5em 0.2em 0.2em; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
511 |
} |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
512 |
|
989
c10485f92dd6
primaryRight class is a div that contains right boxes (if there is)
Laure Bourgois <Laure.Bourgois@logilab.fr>
parents:
915
diff
changeset
|
513 |
div.primaryRight{ |
c10485f92dd6
primaryRight class is a div that contains right boxes (if there is)
Laure Bourgois <Laure.Bourgois@logilab.fr>
parents:
915
diff
changeset
|
514 |
} |
c10485f92dd6
primaryRight class is a div that contains right boxes (if there is)
Laure Bourgois <Laure.Bourgois@logilab.fr>
parents:
915
diff
changeset
|
515 |
|
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
516 |
div.metadata { |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
517 |
font-size: 90%; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
518 |
margin: 5px 0px 3px; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
519 |
color: #666; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
520 |
font-style: italic; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
521 |
text-align: right; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
522 |
} |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
523 |
|
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
524 |
div.section { |
5481
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
525 |
/* margin-top: 0.5em; */ |
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
526 |
width:100%; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
527 |
} |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
528 |
|
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
529 |
div.section a:hover { |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
530 |
text-decoration: none; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
531 |
} |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
532 |
|
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
533 |
/* basic entity view */ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
534 |
|
3809
1b9b51ee543e
[web ui] PrimaryView.render_attributes now uses a table
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
3572
diff
changeset
|
535 |
tr.entityfield th { |
1b9b51ee543e
[web ui] PrimaryView.render_attributes now uses a table
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
3572
diff
changeset
|
536 |
text-align: left; |
1b9b51ee543e
[web ui] PrimaryView.render_attributes now uses a table
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
3572
diff
changeset
|
537 |
padding-right: 0.5em; |
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
538 |
} |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
539 |
|
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
540 |
div.field { |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
541 |
display: inline; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
542 |
} |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
543 |
|
3840
2eff4348b1e4
prepare support for a 'context toolbar', used in tracker but will much probably be backported in default primary view. Turn pdfview component into a toolbar element
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3818
diff
changeset
|
544 |
div.ctxtoolbar { |
2eff4348b1e4
prepare support for a 'context toolbar', used in tracker but will much probably be backported in default primary view. Turn pdfview component into a toolbar element
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3818
diff
changeset
|
545 |
float: right; |
2eff4348b1e4
prepare support for a 'context toolbar', used in tracker but will much probably be backported in default primary view. Turn pdfview component into a toolbar element
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3818
diff
changeset
|
546 |
padding-left: 24px; |
2eff4348b1e4
prepare support for a 'context toolbar', used in tracker but will much probably be backported in default primary view. Turn pdfview component into a toolbar element
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3818
diff
changeset
|
547 |
position: relative; |
2eff4348b1e4
prepare support for a 'context toolbar', used in tracker but will much probably be backported in default primary view. Turn pdfview component into a toolbar element
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3818
diff
changeset
|
548 |
} |
2eff4348b1e4
prepare support for a 'context toolbar', used in tracker but will much probably be backported in default primary view. Turn pdfview component into a toolbar element
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3818
diff
changeset
|
549 |
div.toolbarButton { |
2eff4348b1e4
prepare support for a 'context toolbar', used in tracker but will much probably be backported in default primary view. Turn pdfview component into a toolbar element
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3818
diff
changeset
|
550 |
display: inline; |
2eff4348b1e4
prepare support for a 'context toolbar', used in tracker but will much probably be backported in default primary view. Turn pdfview component into a toolbar element
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3818
diff
changeset
|
551 |
} |
2eff4348b1e4
prepare support for a 'context toolbar', used in tracker but will much probably be backported in default primary view. Turn pdfview component into a toolbar element
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3818
diff
changeset
|
552 |
|
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
553 |
/***************************************/ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
554 |
/* messages */ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
555 |
/***************************************/ |
0 | 556 |
|
557 |
.warning, |
|
558 |
.message, |
|
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
559 |
.errorMessage , |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
560 |
.searchMessage{ |
0 | 561 |
padding: 0.3em 0.3em 0.3em 1em; |
562 |
font-weight: bold; |
|
563 |
} |
|
564 |
||
565 |
.simpleMessage { |
|
566 |
margin: 4px 0px; |
|
567 |
font-weight: bold; |
|
568 |
color: #ff7700; |
|
569 |
} |
|
570 |
||
571 |
div#appMsg, div.appMsg { |
|
572 |
border: 1px solid #cfceb7; |
|
573 |
margin-bottom: 8px; |
|
574 |
padding: 3px; |
|
575 |
background: #f8f8ee; |
|
576 |
} |
|
577 |
||
578 |
.message { |
|
579 |
margin: 0px; |
|
580 |
background: #f8f8ee url("information.png") 5px center no-repeat; |
|
581 |
padding-left: 15px; |
|
582 |
} |
|
583 |
||
584 |
.errorMessage { |
|
585 |
margin: 10px 0px; |
|
586 |
padding-left: 25px; |
|
587 |
background: #f7f6f1 url("critical.png") 2px center no-repeat; |
|
588 |
color: #ed0d0d; |
|
589 |
border: 1px solid #cfceb7; |
|
590 |
} |
|
591 |
||
592 |
.searchMessage { |
|
593 |
margin-top: 0.5em; |
|
594 |
border-top: 1px solid #cfceb7; |
|
595 |
background: #eeedd9 url("information.png") 0% 50% no-repeat; /*dcdbc7*/ |
|
596 |
} |
|
597 |
||
598 |
.stateMessage { |
|
599 |
border: 1px solid #ccc; |
|
600 |
background: #f8f8ee url("information.png") 10px 50% no-repeat; |
|
601 |
padding:4px 0px 4px 20px; |
|
602 |
border-width: 1px 0px 1px 0px; |
|
603 |
} |
|
604 |
||
605 |
/* warning messages like "There are too many results ..." */ |
|
606 |
.warning { |
|
607 |
padding-left: 25px; |
|
608 |
background: #f2f2f2 url("critical.png") 3px 50% no-repeat; |
|
609 |
} |
|
610 |
||
611 |
/* label shown in the top-right hand corner during form validation */ |
|
612 |
div#progress { |
|
613 |
position: fixed; |
|
614 |
right: 5px; |
|
615 |
top: 0px; |
|
616 |
background: #222211; |
|
617 |
color: white; |
|
618 |
font-weight: bold; |
|
619 |
display: none; |
|
620 |
} |
|
621 |
||
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
622 |
/***************************************/ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
623 |
/* listing table */ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
624 |
/***************************************/ |
0 | 625 |
|
626 |
table.listing { |
|
2249
dbf282082017
[css] clean up a bit
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
2236
diff
changeset
|
627 |
padding: 10px 0em; |
0 | 628 |
color: #000; |
629 |
width: 100%; |
|
630 |
border-right: 1px solid #dfdfdf; |
|
631 |
} |
|
632 |
||
633 |
||
634 |
table.listing thead th.over { |
|
635 |
background-color: #746B6B; |
|
636 |
cursor: pointer; |
|
637 |
} |
|
638 |
||
1077 | 639 |
table.listing tr th { |
640 |
border: 1px solid #dfdfdf; |
|
641 |
border-right:none; |
|
642 |
font-size: 8pt; |
|
643 |
padding: 4px; |
|
644 |
} |
|
645 |
||
646 |
table.listing tr .header { |
|
647 |
border-right: 1px solid #dfdfdf; |
|
648 |
cursor: pointer; |
|
649 |
} |
|
650 |
||
651 |
table.listing td { |
|
652 |
color: #3D3D3D; |
|
653 |
padding: 4px; |
|
654 |
background-color: #FFF; |
|
655 |
vertical-align: top; |
|
656 |
} |
|
657 |
||
0 | 658 |
table.listing th, |
659 |
table.listing td { |
|
660 |
padding: 3px 0px 3px 5px; |
|
661 |
border: 1px solid #dfdfdf; |
|
662 |
border-right: none; |
|
663 |
} |
|
664 |
||
665 |
table.listing th { |
|
666 |
font-weight: bold; |
|
667 |
background: #ebe8d9 url("button.png") repeat-x; |
|
668 |
} |
|
669 |
||
670 |
table.listing td a, |
|
671 |
table.listing td a:visited { |
|
672 |
color: #666; |
|
673 |
} |
|
674 |
||
675 |
table.listing a:hover, |
|
676 |
table.listing tr.highlighted td a { |
|
677 |
color:#000; |
|
678 |
} |
|
679 |
||
680 |
table.listing td.top { |
|
681 |
border: 1px solid white; |
|
682 |
border-bottom: none; |
|
683 |
text-align: right ! important; |
|
5481
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
684 |
/* insane IE row bug workraound */ |
0 | 685 |
position: relative; |
686 |
left: -1px; |
|
687 |
top: -1px; |
|
688 |
} |
|
689 |
||
3572
606ce53dc557
[forms] some style for htable renderer layout
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3494
diff
changeset
|
690 |
table.htableForm { |
606ce53dc557
[forms] some style for htable renderer layout
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3494
diff
changeset
|
691 |
vertical-align: middle; |
606ce53dc557
[forms] some style for htable renderer layout
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3494
diff
changeset
|
692 |
} |
606ce53dc557
[forms] some style for htable renderer layout
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3494
diff
changeset
|
693 |
table.htableForm td{ |
606ce53dc557
[forms] some style for htable renderer layout
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3494
diff
changeset
|
694 |
padding-left: 1em; |
606ce53dc557
[forms] some style for htable renderer layout
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3494
diff
changeset
|
695 |
padding-top: 0.5em; |
606ce53dc557
[forms] some style for htable renderer layout
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3494
diff
changeset
|
696 |
} |
606ce53dc557
[forms] some style for htable renderer layout
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3494
diff
changeset
|
697 |
table.htableForm th{ |
606ce53dc557
[forms] some style for htable renderer layout
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3494
diff
changeset
|
698 |
padding-left: 1em; |
606ce53dc557
[forms] some style for htable renderer layout
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3494
diff
changeset
|
699 |
} |
606ce53dc557
[forms] some style for htable renderer layout
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3494
diff
changeset
|
700 |
table.htableForm .validateButton { |
606ce53dc557
[forms] some style for htable renderer layout
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3494
diff
changeset
|
701 |
margin-right: 0.2em; |
606ce53dc557
[forms] some style for htable renderer layout
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3494
diff
changeset
|
702 |
vertical-align: top; |
606ce53dc557
[forms] some style for htable renderer layout
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3494
diff
changeset
|
703 |
margin-bottom: 0.2em; /* because vertical-align doesn't seems to have any effect */ |
606ce53dc557
[forms] some style for htable renderer layout
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3494
diff
changeset
|
704 |
} |
0 | 705 |
|
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
706 |
/***************************************/ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
707 |
/* error view (views/management.py) */ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
708 |
/***************************************/ |
0 | 709 |
|
710 |
div.pycontext { /* html traceback */ |
|
711 |
font-family: Verdana, sans-serif; |
|
712 |
font-size: 80%; |
|
713 |
padding: 1em; |
|
714 |
margin: 10px 0px 5px 20px; |
|
715 |
background-color: #dee7ec; |
|
716 |
} |
|
717 |
||
718 |
div.pycontext span.name { |
|
719 |
color: #ff0000; |
|
720 |
} |
|
721 |
||
722 |
||
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
723 |
/***************************************/ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
724 |
/* addcombobox */ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
725 |
/***************************************/ |
0 | 726 |
|
2116 | 727 |
input#newopt{ |
728 |
width:120px ; |
|
0 | 729 |
display:block; |
730 |
float:left; |
|
731 |
} |
|
732 |
||
2116 | 733 |
div#newvalue{ |
0 | 734 |
margin-top:2px; |
735 |
} |
|
736 |
||
737 |
#add_newopt{ |
|
738 |
background: #fffff8 url("go.png") 50% 50% no-repeat; |
|
739 |
width: 20px; |
|
2116 | 740 |
line-height: 20px; |
0 | 741 |
display:block; |
742 |
float:left; |
|
743 |
} |
|
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
744 |
|
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
745 |
/***************************************/ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
746 |
/* buttons */ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
747 |
/***************************************/ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
748 |
|
2116 | 749 |
input.button{ |
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
750 |
margin: 1em 1em 0px 0px; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
751 |
border: 1px solid #edecd2; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
752 |
border-color:#edecd2 #cfceb7 #cfceb7 #edecd2; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
753 |
background: #fffff8 url("button.png") bottom left repeat-x; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
754 |
} |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
755 |
|
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
756 |
/* FileItemInnerView jquery.treeview.css */ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
757 |
.folder { |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
758 |
/* disable odd/even under folder class */ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
759 |
background-color: transparent; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
760 |
} |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
761 |
|
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
762 |
/***************************************/ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
763 |
/* footer */ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
764 |
/***************************************/ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
765 |
|
5481
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
766 |
div#footer { |
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
767 |
text-align: center; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
768 |
} |
5481
2236b2f57c67
[css] progressively fixing rhythm
Nicolas Chauvat <nicolas.chauvat@logilab.fr>
parents:
5480
diff
changeset
|
769 |
div#footer a { |
850
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
770 |
color: #000; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
771 |
text-decoration: none; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
772 |
} |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
773 |
|
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
774 |
|
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
775 |
/****************************************/ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
776 |
/* FIXME must by managed by cubes */ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
777 |
/****************************************/ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
778 |
.needsvalidation { |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
779 |
font-style: italic; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
780 |
color: gray; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
781 |
} |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
782 |
|
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
783 |
|
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
784 |
/***************************************/ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
785 |
/* FIXME : Deprecated ? entity view ? */ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
786 |
/***************************************/ |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
787 |
.title { |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
788 |
text-align: left; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
789 |
font-size: large; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
790 |
font-weight: bold; |
b747f1a1ced0
Split cubicweb.css into small parts
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
409
diff
changeset
|
791 |
} |
1077 | 792 |
|
4280
15d541321a8c
more input/button fixes
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
3840
diff
changeset
|
793 |
.validateButton { |
1077 | 794 |
margin: 1em 1em 0px 0px; |
795 |
border: 1px solid #edecd2; |
|
796 |
border-color:#edecd2 #cfceb7 #cfceb7 #edecd2; |
|
797 |
background: #fffff8 url("button.png") bottom left repeat-x; |
|
3066
ff83ccd612ce
[cubicweb] #344957 : fix popup display in IE7
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
2702
diff
changeset
|
798 |
} |
2937
36b11249014e
[pdf] (ugly) pdf icon, component
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
2702
diff
changeset
|
799 |
|
36b11249014e
[pdf] (ugly) pdf icon, component
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
2702
diff
changeset
|
800 |
/********************************/ |
36b11249014e
[pdf] (ugly) pdf icon, component
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
2702
diff
changeset
|
801 |
/* placement of alt. view icons */ |
36b11249014e
[pdf] (ugly) pdf icon, component
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
2702
diff
changeset
|
802 |
/********************************/ |
36b11249014e
[pdf] (ugly) pdf icon, component
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
2702
diff
changeset
|
803 |
|
36b11249014e
[pdf] (ugly) pdf icon, component
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
2702
diff
changeset
|
804 |
.otherView { |
36b11249014e
[pdf] (ugly) pdf icon, component
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
2702
diff
changeset
|
805 |
float: right; |
36b11249014e
[pdf] (ugly) pdf icon, component
Aurelien Campeas <aurelien.campeas@logilab.fr>
parents:
2702
diff
changeset
|
806 |
} |