1 /* vim: set ts=4 sts=4 sw=4 isk+=-,. fen fcl=all fdm=marker fmr={{{,}}} fml=2 : */
4 font-family: 'Open Sans';
7 src: local('Open Sans'), local('OpenSans'), url(assets/OpenSans/OpenSans.ttf) format('truetype');
10 font-family: 'Open Sans';
13 src: local('Open Sans Bold'), local('OpenSans-Bold'), url(assets/OpenSans/OpenSans-Bold.ttf) format('truetype');
16 font-family: 'Open Sans';
19 src: local('Open Sans Italic'), local('OpenSans-Italic'), url(assets/OpenSans/OpenSans-Italic.ttf) format('truetype');
22 font-family: 'Open Sans';
25 src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(assets/OpenSans/OpenSans-BoldItalic.ttf) format('truetype');
28 font-family: 'Incosolata';
31 src: local('Incosolata'), local('Inconsolata-Regular'), url(assets/Inconsolata/Inconsolata.otf) format('opentype');
41 font-family: "Open Sans", sans-serif;
43 background: url(assets/tile.png) fixed;
48 font-family: "Incosolata", monospace;
54 margin: 0 auto 0 auto;
55 box-shadow: 0 0 0.6em 0 #333366;
62 width: 54em; /* same as .page:max-width */
65 background: white url(assets/filet.png) no-repeat 99% 90px;
66 box-shadow: 0 10px 15px 0px white;
75 .pageheader .header > span {
81 .pageheader .parentlinks {
86 .pageheader .parentlinks a {
87 color: #ffa430; /* was: #eeeeaa */
88 text-decoration: none;
92 text-decoration: underline;
103 .pageheader .title .translationstatus {
108 width: 394px; /* same as .pageheader .header:margin-left */
110 background: url(assets/logo-nos-oignons-blanc.png) no-repeat top left;
116 .parentlinks > a span {
120 .parentlinks .parentlinksep + a {
123 background: transparent;
128 .parentlinks .parentlinksep + a + .parentlinksep + a {
129 background: url(assets/ariane-sep.png) no-repeat 0% 50%;
133 .parentlinks .parentlinksep + a span {
137 .parentlinks .parentlinksep {
148 /* {{{ #otherlanguages */
150 #otherlanguages ul li a {
155 #otherlanguages ul li {
158 #otherlanguages .langstatus {
162 .pageheader #otherlanguages {
170 /* #otherlanguages }}} */
171 /* .pageheader }}} */
176 margin: 0 0 0 11.44em; /* same as .sidebar:width */
177 padding: 100px 2em 1em 2em;
179 background: white url(assets/background.png) no-repeat bottom center;
181 border-left: solid 1px #ccc;
188 top: 100px; /* same as .header:height */
195 border-top: solid 1px #ccc;
206 background: transparent;
213 .sidebar ul li .selflink {
218 .sidebar ul li > span,
221 padding: 0.3em 0.5em;
222 text-decoration: none;
223 border: 1px solid #f5f5f5;
225 background: transparent;
229 .sidebar ul li > span,
234 .sidebar ul li .selflink:hover {
235 border-top: 1px dotted #57075f;
236 border-bottom: 1px dotted #57075f;
241 border-top: 1px dotted #57075f;
242 border-bottom: 1px dotted #57075f;
245 text-decoration: none;
256 text-decoration: underline;
260 text-decoration: underline;
270 border-bottom: dotted 2px #bbbbbb;
278 text-shadow: 2px 2px 1px #444;
303 border-top: solid 1px #aaa;
304 border-bottom: solid 1px #aaa;
305 border-collapse: collapse;
310 padding: 0.1em 0.5em;
311 border-bottom: solid 1px #aaaaaa;
316 padding: 0.1em 0.5em;
317 border-top: solid 1px #ccc;
321 text-decoration: none;
324 #content .feedlink a {
325 text-decoration: none;
333 #content .feedlink .feedbutton {
335 color: #57075f !important;
336 background: transparent;
339 #content .feedlink .feedbutton:hover {
340 color: #57075f !important;
341 background: transparent;
342 text-decoration: underline;
345 #content .footnotes {
350 /* {{{ .inlinepage */
358 .inlinepage .header {
359 border-bottom: solid #ccc 1px;
362 .inlinepage .inlineheader .pagedate {
369 /* .inlinepage }}} */
379 background: -webkit-linear-gradient(#001030, #57075f);
380 background: -moz-linear-gradient(#001030, #57075f);
381 background: linear-gradient(#001030, #57075f);
398 text-decoration: underline;
406 #footer #pageinfo div {
413 /* {{{ @media print */
444 .pageheader .header {
450 .pageheader .header > span,
451 .parentlinks .parentlinksep {
457 .pageheader .parentlinks a {
463 .parentlinks .parentlinksep + a + .parentlinksep + a {
467 .pageheader .parentlinks {
476 .parentlinks > a span {
483 border-bottom: solid #ccc 1px;
491 /* @media print }}} */