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