Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 

575 lignes
16 KiB

  1. body { background: #fff; color: #000; margin: 10px; padding: 0; }
  2. body, th, td {
  3. font: normal 13px Verdana,Arial,'Bitstream Vera Sans',Helvetica,sans-serif;
  4. }
  5. h1, h2, h3, h4 {
  6. font-family: Arial,Verdana,'Bitstream Vera Sans',Helvetica,sans-serif;
  7. font-weight: bold;
  8. letter-spacing: -0.018em;
  9. page-break-after: avoid;
  10. }
  11. h1 { font-size: 19px; margin: .15em 1em 0.5em 0 }
  12. h2 { font-size: 16px }
  13. h3 { font-size: 14px }
  14. hr { border: none; border-top: 1px solid #ccb; margin: 2em 0 }
  15. address { font-style: normal }
  16. img { border: none }
  17. .underline { text-decoration: underline }
  18. ol.loweralpha { list-style-type: lower-alpha }
  19. ol.upperalpha { list-style-type: upper-alpha }
  20. ol.lowerroman { list-style-type: lower-roman }
  21. ol.upperroman { list-style-type: upper-roman }
  22. ol.arabic { list-style-type: decimal }
  23. /* Link styles */
  24. :link, :visited {
  25. text-decoration: none;
  26. color: #b00;
  27. border-bottom: 1px dotted #bbb;
  28. }
  29. :link:hover, :visited:hover { background-color: #eee; color: #555 }
  30. h1 :link, h1 :visited ,h2 :link, h2 :visited, h3 :link, h3 :visited,
  31. h4 :link, h4 :visited, h5 :link, h5 :visited, h6 :link, h6 :visited {
  32. color: inherit;
  33. }
  34. /* Heading anchors */
  35. .anchor:link, .anchor:visited {
  36. border: none;
  37. color: #d7d7d7;
  38. font-size: .8em;
  39. vertical-align: text-top;
  40. }
  41. * > .anchor:link, * > .anchor:visited {
  42. visibility: hidden;
  43. }
  44. h1:hover .anchor, h2:hover .anchor, h3:hover .anchor,
  45. h4:hover .anchor, h5:hover .anchor, h6:hover .anchor {
  46. visibility: visible;
  47. }
  48. @media screen {
  49. a.ext-link .icon {
  50. background: url(../extlink.gif) left center no-repeat;
  51. padding-left: 16px;
  52. }
  53. a.mail-link .icon {
  54. background: url(../envelope.png) left center no-repeat;
  55. padding-left: 16px;
  56. }
  57. }
  58. /* Forms */
  59. input, textarea, select { margin: 2px }
  60. input, select { vertical-align: middle }
  61. input[type=button], input[type=submit], input[type=reset] {
  62. background: #eee;
  63. color: #222;
  64. border: 1px outset #ccc;
  65. padding: .1em .5em;
  66. }
  67. input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
  68. background: #ccb;
  69. }
  70. input[type=button][disabled], input[type=submit][disabled],
  71. input[type=reset][disabled] {
  72. background: #f6f6f6;
  73. border-style: solid;
  74. color: #999;
  75. }
  76. input[type=text], input.textwidget, textarea { border: 1px solid #d7d7d7 }
  77. input[type=text], input.textwidget { padding: .25em .5em }
  78. input[type=text]:focus, input.textwidget:focus, textarea:focus {
  79. border: 1px solid #886;
  80. }
  81. option { border-bottom: 1px dotted #d7d7d7 }
  82. fieldset { border: 1px solid #d7d7d7; padding: .5em; margin: 1em 0 }
  83. form p.hint, form span.hint { color: #666; font-size: 85%; font-style: italic; margin: .5em 0;
  84. padding-left: 1em;
  85. }
  86. fieldset.iefix {
  87. background: transparent;
  88. border: none;
  89. padding: 0;
  90. margin: 0;
  91. }
  92. * html fieldset.iefix { width: 98% }
  93. fieldset.iefix p { margin: 0 }
  94. legend { color: #999; padding: 0 .25em; font-size: 90%; font-weight: bold }
  95. label.disabled { color: #d7d7d7 }
  96. .buttons { margin: .5em .5em .5em 0 }
  97. .buttons form, .buttons form div { display: inline }
  98. .buttons input { margin: 1em .5em .1em 0 }
  99. .inlinebuttons input {
  100. font-size: 70%;
  101. border-width: 1px;
  102. border-style: dotted;
  103. margin: 0 .1em;
  104. padding: 0.1em;
  105. background: none;
  106. }
  107. /* Header */
  108. #header hr { display: none }
  109. #header h1 { margin: 1.5em 0 -1.5em; }
  110. #header img { border: none; margin: 0 0 -3em }
  111. #header :link, #header :visited, #header :link:hover, #header :visited:hover {
  112. background: transparent;
  113. color: #555;
  114. margin-bottom: 2px;
  115. border: none;
  116. }
  117. #header h1 :link:hover, #header h1 :visited:hover { color: #000 }
  118. /* Quick search */
  119. #search {
  120. clear: both;
  121. font-size: 10px;
  122. height: 2.2em;
  123. margin: 0 0 1em;
  124. text-align: right;
  125. }
  126. #search input { font-size: 10px }
  127. #search label { display: none }
  128. /* Navigation */
  129. .nav h2, .nav hr { display: none }
  130. .nav ul { font-size: 10px; list-style: none; margin: 0; text-align: right }
  131. .nav li {
  132. border-right: 1px solid #d7d7d7;
  133. display: inline;
  134. padding: 0 .75em;
  135. white-space: nowrap;
  136. }
  137. .nav li.last { border-right: none }
  138. /* Main navigation bar */
  139. #mainnav {
  140. background: #f7f7f7 url(../topbar_gradient.png) 0 0;
  141. border: 1px solid #000;
  142. font: normal 10px verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif;
  143. margin: .66em 0 .33em;
  144. padding: .2em 0;
  145. }
  146. #mainnav li { border-right: none; padding: .25em 0 }
  147. #mainnav :link, #mainnav :visited {
  148. background: url(../dots.gif) 0 0 no-repeat;
  149. border-right: 1px solid #fff;
  150. border-bottom: none;
  151. border-left: 1px solid #555;
  152. color: #000;
  153. padding: .2em 20px;
  154. }
  155. * html #mainnav :link, * html #mainnav :visited { background-position: 1px 0 }
  156. #mainnav :link:hover, #mainnav :visited:hover {
  157. background-color: #ccc;
  158. border-right: 1px solid #ddd;
  159. }
  160. #mainnav .active :link, #mainnav .active :visited {
  161. background: #333 url(../topbar_gradient2.png) 0 0 repeat-x;
  162. border-top: none;
  163. border-right: 1px solid #000;
  164. color: #eee;
  165. font-weight: bold;
  166. }
  167. #mainnav .active :link:hover, #mainnav .active :visited:hover {
  168. border-right: 1px solid #000;
  169. }
  170. /* Context-dependent navigation links */
  171. #ctxtnav { height: 1em }
  172. #ctxtnav li ul {
  173. background: #f7f7f7;
  174. color: #ccc;
  175. border: 1px solid;
  176. padding: 0;
  177. display: inline;
  178. margin: 0;
  179. }
  180. #ctxtnav li li { padding: 0; }
  181. #ctxtnav li li :link, #ctxtnav li li :visited { padding: 0 1em }
  182. #ctxtnav li li :link:hover, #ctxtnav li li :visited:hover {
  183. background: #bba;
  184. color: #fff;
  185. }
  186. /* Alternate links */
  187. #altlinks { clear: both; text-align: center }
  188. #altlinks h3 { font-size: 12px; letter-spacing: normal; margin: 0 }
  189. #altlinks ul { list-style: none; margin: 0; padding: 0 0 1em }
  190. #altlinks li {
  191. border-right: 1px solid #d7d7d7;
  192. display: inline;
  193. font-size: 11px;
  194. line-height: 1.5;
  195. padding: 0 1em;
  196. white-space: nowrap;
  197. }
  198. #altlinks li.last { border-right: none }
  199. #altlinks li :link, #altlinks li :visited {
  200. background-repeat: no-repeat;
  201. color: #666;
  202. border: none;
  203. padding: 0 0 2px;
  204. }
  205. #altlinks li a.ics { background-image: url(../ics.png); padding-left: 22px }
  206. #altlinks li a.rss { background-image: url(../feed.png); padding-left: 20px }
  207. /* Footer */
  208. #footer {
  209. clear: both;
  210. color: #bbb;
  211. font-size: 10px;
  212. border-top: 1px solid;
  213. height: 31px;
  214. padding: .25em 0;
  215. }
  216. #footer :link, #footer :visited { color: #bbb; }
  217. #footer hr { display: none }
  218. #footer #tracpowered { border: 0; float: left }
  219. #footer #tracpowered:hover { background: transparent }
  220. #footer p { margin: 0 }
  221. #footer p.left {
  222. float: left;
  223. margin-left: 1em;
  224. padding: 0 1em;
  225. border-left: 1px solid #d7d7d7;
  226. border-right: 1px solid #d7d7d7;
  227. }
  228. #footer p.right {
  229. float: right;
  230. text-align: right;
  231. }
  232. #content { padding-bottom: 2em; position: relative }
  233. #help {
  234. clear: both;
  235. color: #999;
  236. font-size: 90%;
  237. margin: 1em;
  238. text-align: right;
  239. }
  240. #help :link, #help :visited { cursor: help }
  241. #help hr { display: none }
  242. /* Page preferences form */
  243. #prefs {
  244. background: #f7f7f0;
  245. border: 1px outset #998;
  246. float: right;
  247. font-size: 9px;
  248. padding: .8em;
  249. position: relative;
  250. margin: 0 1em 1em;
  251. }
  252. * html #prefs { width: 26em } /* Set width only for IE */
  253. #prefs input, #prefs select { font-size: 9px; vertical-align: middle }
  254. #prefs fieldset {
  255. background: transparent;
  256. border: none;
  257. margin: .5em;
  258. padding: 0;
  259. }
  260. #prefs fieldset legend {
  261. background: transparent;
  262. color: #000;
  263. font-size: 9px;
  264. font-weight: normal;
  265. margin: 0 0 0 -1.5em;
  266. padding: 0;
  267. }
  268. #prefs .buttons { text-align: right }
  269. /* Version information (browser, wiki, attachments) */
  270. #info {
  271. margin: 1em 0 0 0;
  272. background: #f7f7f0;
  273. border: 1px solid #d7d7d7;
  274. border-collapse: collapse;
  275. border-spacing: 0;
  276. clear: both;
  277. width: 100%;
  278. }
  279. #info th, #info td { font-size: 85%; padding: 2px .5em; vertical-align: top }
  280. #info th { font-weight: bold; text-align: left; white-space: nowrap }
  281. #info td.message { width: 100% }
  282. #info .message ul { padding: 0; margin: 0 2em }
  283. #info .message p { margin: 0; padding: 0 }
  284. /* Wiki */
  285. .wikipage { padding-left: 18px }
  286. .wikipage h1, .wikipage h2, .wikipage h3 { margin-left: -18px }
  287. a.missing:link, a.missing:visited, span.missing { color: #998 }
  288. a.missing:link, a.missing:visited { background: #fafaf0 }
  289. a.missing:hover { color: #000 }
  290. a.closed:link, a.closed:visited { text-decoration: line-through }
  291. span.closed { text-decoration: line-through }
  292. span.forbidden, a.forbidden { background: #fafaf0; color: #998; }
  293. /* User-selectable styles for blocks */
  294. .important {
  295. background: #fcb;
  296. border: 1px dotted #d00;
  297. color: #500;
  298. padding: 0 .5em 0 .5em;
  299. margin: .5em;
  300. }
  301. dl.wiki dt { font-weight: bold }
  302. dl.compact dt { float: left; padding-right: .5em }
  303. dl.compact dd { margin: 0; padding: 0 }
  304. pre.wiki, pre.literal-block {
  305. background: #f7f7f7;
  306. border: 1px solid #d7d7d7;
  307. margin: 1em 1.75em;
  308. padding: .25em;
  309. overflow: auto;
  310. }
  311. blockquote.citation {
  312. margin: -0.6em 0;
  313. border-style: solid;
  314. border-width: 0 0 0 2px;
  315. padding-left: .5em;
  316. border-color: #b44;
  317. }
  318. .citation blockquote.citation { border-color: #4b4; }
  319. .citation .citation blockquote.citation { border-color: #44b; }
  320. .citation .citation .citation blockquote.citation { border-color: #c55; }
  321. table.wiki {
  322. border: 2px solid #ccc;
  323. border-collapse: collapse;
  324. border-spacing: 0;
  325. }
  326. table.wiki td { border: 1px solid #ccc; padding: .1em .25em; }
  327. .wikitoolbar {
  328. border: solid #d7d7d7;
  329. border-width: 1px 1px 1px 0;
  330. height: 18px;
  331. width: 234px;
  332. }
  333. .wikitoolbar :link, .wikitoolbar :visited {
  334. background: transparent url(../edit_toolbar.png) no-repeat;
  335. border: 1px solid #fff;
  336. border-left-color: #d7d7d7;
  337. cursor: default;
  338. display: block;
  339. float: left;
  340. width: 24px;
  341. height: 16px;
  342. }
  343. .wikitoolbar :link:hover, .wikitoolbar :visited:hover {
  344. background-color: transparent;
  345. border: 1px solid #fb2;
  346. }
  347. .wikitoolbar a#em { background-position: 0 0 }
  348. .wikitoolbar a#strong { background-position: 0 -16px }
  349. .wikitoolbar a#heading { background-position: 0 -32px }
  350. .wikitoolbar a#link { background-position: 0 -48px }
  351. .wikitoolbar a#code { background-position: 0 -64px }
  352. .wikitoolbar a#hr { background-position: 0 -80px }
  353. .wikitoolbar a#np { background-position: 0 -96px }
  354. .wikitoolbar a#br { background-position: 0 -112px }
  355. .wikitoolbar a#img { background-position: 0 -128px }
  356. /* Styles for the form for adding attachments. */
  357. #attachment .field { margin-top: 1.3em }
  358. #attachment label { padding-left: .2em }
  359. #attachment fieldset { margin-top: 2em }
  360. #attachment fieldset .field { float: left; margin: 0 1em .5em 0 }
  361. #attachment .options { float: left; padding: 0 0 1em 1em }
  362. #attachment br { clear: left }
  363. .attachment #preview { margin-top: 1em }
  364. /* Styles for the list of attachments. */
  365. #attachments { border: 1px outset #996; padding: 1em }
  366. #attachments .attachments { margin-left: 2em; padding: 0 }
  367. #attachments dt { display: list-item; list-style: square; }
  368. #attachments dd { font-style: italic; margin-left: 0; padding-left: 0; }
  369. /* Styles for tabular listings such as those used for displaying directory
  370. contents and report results. */
  371. table.listing {
  372. clear: both;
  373. border-bottom: 1px solid #d7d7d7;
  374. border-collapse: collapse;
  375. border-spacing: 0;
  376. margin-top: 1em;
  377. width: 100%;
  378. }
  379. table.listing th { text-align: left; padding: 0 1em .1em 0; font-size: 12px }
  380. table.listing thead { background: #f7f7f0 }
  381. table.listing thead th {
  382. border: 1px solid #d7d7d7;
  383. border-bottom-color: #999;
  384. font-size: 11px;
  385. font-weight: bold;
  386. padding: 2px .5em;
  387. vertical-align: bottom;
  388. }
  389. table.listing thead th :link:hover, table.listing thead th :visited:hover {
  390. background-color: transparent;
  391. }
  392. table.listing thead th a { border: none; padding-right: 12px }
  393. table.listing th.asc a, table.listing th.desc a { font-weight: bold }
  394. table.listing th.asc a, table.listing th.desc a {
  395. background-position: 100% 50%;
  396. background-repeat: no-repeat;
  397. }
  398. table.listing th.asc a { background-image: url(../asc.png) }
  399. table.listing th.desc a { background-image: url(../desc.png) }
  400. table.listing tbody td, table.listing tbody th {
  401. border: 1px dotted #ddd;
  402. padding: .3em .5em;
  403. vertical-align: top;
  404. }
  405. table.listing tbody td a:hover, table.listing tbody th a:hover {
  406. background-color: transparent;
  407. }
  408. table.listing tbody tr { border-top: 1px solid #ddd }
  409. table.listing tbody tr.even { background-color: #fcfcfc }
  410. table.listing tbody tr.odd { background-color: #f7f7f7 }
  411. table.listing tbody tr:hover { background: #eed !important }
  412. table.listing tbody tr.focus { background: #ddf !important }
  413. /* Styles for the page history table
  414. (extends the styles for "table.listing") */
  415. #fieldhist td { padding: 0 .5em }
  416. #fieldhist td.date, #fieldhist td.diff, #fieldhist td.version,
  417. #fieldhist td.author {
  418. white-space: nowrap;
  419. }
  420. #fieldhist td.version { text-align: center }
  421. #fieldhist td.comment { width: 100% }
  422. /* Auto-completion interface */
  423. .suggestions { background: #fff; border: 1px solid #886; color: #222; }
  424. .suggestions ul {
  425. font-family: sans-serif;
  426. max-height: 20em;
  427. min-height: 3em;
  428. list-style: none;
  429. margin: 0;
  430. overflow: auto;
  431. padding: 0;
  432. width: 440px;
  433. }
  434. * html .suggestions ul { height: 10em; }
  435. .suggestions li { background: #fff; cursor: pointer; padding: 2px 5px }
  436. .suggestions li.selected { background: #b9b9b9 }
  437. /* Styles for the error page (and rst errors) */
  438. #content.error .message, div.system-message {
  439. background: #fdc;
  440. border: 2px solid #d00;
  441. color: #500;
  442. padding: .5em;
  443. margin: 1em 0;
  444. }
  445. #content.error div.message pre, div.system-message pre {
  446. margin-left: 1em;
  447. overflow: hidden;
  448. white-space: normal;
  449. }
  450. div.system-message p { margin: 0; }
  451. div.system-message p.system-message-title { font-weight: bold; }
  452. #warning.system-message { background: #ffa; border: 2px solid #886; }
  453. #warning.system-message li { list-style-type: square; }
  454. #notice.system-message { background: #bfb; border: 2px solid #484; }
  455. #notice.system-message li { list-style-type: square; }
  456. #content.error form.newticket { display: inline; }
  457. #content.error form.newticket textarea { display: none; }
  458. #content.error #systeminfo { margin: 1em; width: auto; }
  459. #content.error #systeminfo th { font-weight: bold; text-align: right; }
  460. #content.error #traceback { margin-left: 1em; }
  461. #content.error #traceback :link, #content.error #traceback :visited {
  462. border: none;
  463. }
  464. #content.error #tbtoggle { font-size: 80%; }
  465. #content.error #traceback div { margin-left: 1em; }
  466. #content.error #traceback h3 { font-size: 95%; margin: .5em 0 0; }
  467. #content.error #traceback :link var, #content.error #traceback :visited var {
  468. font-family: monospace;
  469. font-style: normal;
  470. font-weight: bold;
  471. }
  472. #content.error #traceback span.file { color: #666; font-size: 85%; }
  473. #content.error #traceback ul { list-style: none; margin: .5em 0; padding: 0; }
  474. #content.error #traceback ol {
  475. border: 1px dotted #d7d7d7;
  476. color: #999;
  477. font-size: 85%;
  478. line-height: 1;
  479. margin: .5em 0;
  480. }
  481. #content.error #traceback ol li { white-space: pre; }
  482. #content.error #traceback ol li.current { background: #e6e6e6; color: #333; }
  483. #content.error #traceback ol li code { color: #666; }
  484. #content.error #traceback ol li.current code { color: #000; }
  485. #content.error #traceback table { margin: .5em 0 1em; }
  486. #content.error #traceback th, #content.error #traceback td {
  487. font-size: 85%; padding: 1px;
  488. }
  489. #content.error #traceback th var {
  490. font-family: monospace;
  491. font-style: normal;
  492. }
  493. #content.error #traceback td code { white-space: pre; }
  494. #content.error #traceback pre { font-size: 95%; }
  495. #content .paging { margin: 0 0 2em; padding: .5em 0 0;
  496. font-size: 85%; line-height: 2em; text-align: center;
  497. }
  498. #content .paging .current {
  499. padding: .1em .3em;
  500. border: 1px solid #333;
  501. background: #999; color: #fff;
  502. }
  503. #content .paging :link, #content .paging :visited {
  504. padding: .1em .3em;
  505. border: 1px solid #666;
  506. background: transparent; color: #666;
  507. }
  508. #content .paging :link:hover, #content .paging :visited:hover {
  509. background: #999; color: #fff; border-color: #333;
  510. }
  511. #content .paging .previous a,
  512. #content .paging .next a {
  513. font-size: 150%; font-weight: bold; border: none;
  514. }
  515. #content .paging .previous a:hover,
  516. #content .paging .next a:hover {
  517. background: transparent; color: #666;
  518. }
  519. #content h2 .numresults { color: #666; font-size: 90%; }
  520. /* Styles for search word highlighting */
  521. @media screen {
  522. .searchword0 { background: #ff9 }
  523. .searchword1 { background: #cfc }
  524. .searchword2 { background: #cff }
  525. .searchword3 { background: #ccf }
  526. .searchword4 { background: #fcf }
  527. }
  528. @media print {
  529. #header, #altlinks, #footer, #help { display: none }
  530. .nav, form, .buttons form, form .buttons, form .inlinebuttons {
  531. display: none;
  532. }
  533. form.printableform { display: block }
  534. }