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.
 
 
 
 
 
 

603 lignes
11 KiB

  1. /*
  2. */
  3. /* = styles généraux = */
  4. body {
  5. background: #4E6A91;
  6. color: white;
  7. width: 100%;
  8. padding: 0;
  9. margin: 0;
  10. }
  11. body, td, th, h1, h2, h3, h4, #main {
  12. font-family: "URW Gothic L", Helvetica, Verdana;
  13. }
  14. .corps {
  15. margin: 0 5px;
  16. min-width: 750px;
  17. position: relative;
  18. }
  19. h1, h2, h3 {
  20. border-style: solid;
  21. background-color: inherit;
  22. font-variant: small-caps;
  23. border-width: 0 0 2px 0;
  24. border-color: #4E6A91;
  25. color: #674e4e;
  26. }
  27. h1 {
  28. font-size: 1.6em;
  29. }
  30. h2 {
  31. font-size: 1.3em;
  32. }
  33. h3 {
  34. font-size: 1.1em;
  35. }
  36. p, dd, dd, ol, ul {
  37. text-align: inherit;
  38. font-size: 1em;
  39. }
  40. ol li {
  41. list-style: decimal inside;
  42. }
  43. ul li {
  44. list-style: none inside;
  45. padding-left: 20px;
  46. background: url(puce.png) no-repeat left center;
  47. }
  48. :link, :visited {
  49. color: #4E6A91;
  50. border-bottom: none;
  51. }
  52. :link:hover, :visited:hover {
  53. color: #2C1F1C;
  54. background-color: inherit;
  55. }
  56. dt em {
  57. border-bottom:none;
  58. color: #674e4e;
  59. font-style:normal;
  60. text-decoration:none;
  61. }
  62. dt :link:hover, dt :visited:hover {
  63. background-color: #D7E6FF;
  64. }
  65. table.listing tbody tr:hover { background: #D7E6FF !important }
  66. table.listing tbody tr.focus { background: #D7E6FF !important }
  67. /* = HEADER = */
  68. .nav ul {
  69. text-align: right;
  70. font-size: 12px;
  71. }
  72. .nav li.last {
  73. border-right: none !important;
  74. }
  75. #main {
  76. background: #fff;
  77. color: #2C1F1C;
  78. padding: 0 1em;
  79. overflow: auto;
  80. border: 1px solid #2C1F1C;
  81. border-top: 0;
  82. }
  83. #header img {
  84. margin: 0 ;
  85. position: absolute;
  86. left: 0;
  87. top: 1px;
  88. z-index: 10;
  89. }
  90. #siteheader, #banner, #mainnav, .nav {
  91. font-family:"Arial","Geneva",sans-serif;
  92. }
  93. /* == MENU PRINCIPAL == */
  94. #mainnav {
  95. margin: 107px 0 0;
  96. background: #674e4e;
  97. -moz-border-radius-topleft: 5px;
  98. -moz-border-radius-topright: 5px;
  99. border: none;
  100. font-size: 12px;
  101. position: relative;
  102. border: 1px solid #2C1F1C;
  103. }
  104. #mainnav li {
  105. border-right-color: #674e4e;
  106. padding: 0;
  107. background: #674e4e;
  108. }
  109. #mainnav :link, #mainnav :visited {
  110. background-image: none;
  111. border-color: #2C1F1C;
  112. padding-left: 8px; padding-right: 8px;
  113. }
  114. #mainnav :link,
  115. #mainnav :visited,
  116. #mainnav :link:hover,
  117. #mainnav :visited:hover,
  118. #mainnav .active :link,
  119. #mainnav .active :visited,
  120. #mainnav .active :link:hover, #mainnav .active :visited:hover {
  121. border-right: none;
  122. color: #fff;
  123. }
  124. #mainnav li.last,
  125. #mainnav li.last :link:hover,
  126. #mainnav li.last :visited:hover,
  127. #mainnav li.last.active :link,
  128. #mainnav li.last.active :visited,
  129. #mainnav li.last.active :link:hover,
  130. #mainnav li.last.active :visited:hover {
  131. -moz-border-radius-topright: 5px;
  132. }
  133. #mainnav .active :link, #mainnav .active :visited {
  134. background: #fff;
  135. color: #2C1F1C;
  136. }
  137. #mainnav :link:hover, #mainnav :visited:hover, #mainnav .active :link:hover, #mainnav .active :visited:hover {
  138. background: #2C1F1C;
  139. color: #fff;
  140. }
  141. /* == Subnav == */
  142. .nav li {
  143. border-right: 1px solid #674E4E;
  144. }
  145. #metanav ul {
  146. position: absolute;
  147. top: 0.3em;
  148. right: 0;
  149. font-weight: bold;
  150. }
  151. #metanav :link:hover, #metanav :visited:hover {
  152. color: #fff;
  153. background: inherit;
  154. }
  155. #loginguest a:hover, #metanav :link, #metanav :visited {
  156. color: #2C1F1C;
  157. }
  158. #siteheader p {
  159. margin-top: 0.3em;
  160. }
  161. #siteheader .nav :link, #siteheader .nav :visited {
  162. color: #674e4e;
  163. }
  164. #siteheader .nav :visited:hover, #siteheader .nav :link:hover {
  165. color: #674e4e;
  166. background: inherit;
  167. border-bottom: 1px dotted #674e4e;
  168. }
  169. #ctxtnav ul {
  170. padding: 0.2em 0;
  171. }
  172. /* = FOOTER = */
  173. #footer {
  174. display: none;
  175. }
  176. .nav li, #altlinks li {
  177. background: none;
  178. }
  179. /* = PAGES ET MODULES = */
  180. /* == Styles for images in documentation and articles == */
  181. img.inline, img.inlinetop {
  182. border: solid 2px;
  183. padding: 2px;
  184. }
  185. img.inlinetop {
  186. vertical-align: top;
  187. }
  188. img.math {
  189. vertical-align: middle;
  190. margin-left: 10px;
  191. margin-right: 10px;
  192. }
  193. img.matrix {
  194. vertical-align: top;
  195. margin-right: 30px;
  196. margin-top: 10px;
  197. }
  198. /* == FORMS == */
  199. input[type="button"], input[type="submit"], input[type="reset"] {
  200. background: #674e4e;
  201. color: #fff;
  202. border: 1px solid #2C1F1C;
  203. -moz-border-radius: 4px;
  204. white-space: normal;
  205. cursor: pointer;
  206. }
  207. input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
  208. background: #2C1F1C;
  209. border: 1px solid #674e4e;
  210. color: #fff;
  211. }
  212. .buttons input[type="button"], .buttons input[type="submit"], .buttons input[type="reset"] {
  213. -moz-border-radius: 10px;
  214. -webkit-border-radius: 10px;
  215. border-radius: 10px;
  216. background: #674e4e url(bouton.png) no-repeat center top;
  217. color: #fff;
  218. border: 0;
  219. border-bottom: 1px solid #2C1F1C;
  220. padding-top: 90px;
  221. width:148px;
  222. }
  223. .buttons input[type="button"]:hover, .buttons input[type="submit"]:hover, .buttons input[type="reset"]:hover {
  224. background: #2C1F1C url(boutonhover.png) no-repeat center top;
  225. border: 0;
  226. border-bottom: 1px solid #674e4e;
  227. color: #fff;
  228. padding-top: 90px;
  229. width: 148px;
  230. -moz-border-radius: 10px;
  231. -webkit-border-radius: 10px;
  232. border-radius: 10px;
  233. }
  234. input[type="text"], input.textwidget, textarea {
  235. border: 1px solid #674E4E;
  236. }
  237. legend {
  238. color: #674e4e;
  239. }
  240. fieldset {
  241. border: 1px solid #674e4e;
  242. background: #C1CFE5;
  243. padding: 0.2em;
  244. -moz-border-radius: 5px;
  245. -webkit-border-radius: 5px;
  246. border-radius: 5px;
  247. }
  248. #content.ticket, #content.milestone, {
  249. margin: 0 auto;
  250. }
  251. .buttons {
  252. text-align: center;
  253. }
  254. .buttons input {
  255. margin: 0.5em;
  256. }
  257. #content.ticket fieldset, #edit fieldset {
  258. background: #C1CFE5;
  259. border: 1px solid #674e4e !important;
  260. padding: 0.2em;
  261. }
  262. #field-description {
  263. background: #fff;
  264. }
  265. #attachments {
  266. background: #fff;
  267. border: none;
  268. }
  269. #attachfile {
  270. text-align: center;
  271. }
  272. #changelog {
  273. background: #674E4E;
  274. border: 1px solid #674e4e;
  275. }
  276. a.ext-link .icon {
  277. background-position: right center;
  278. padding-right: 16px;
  279. padding-left: 0;
  280. }
  281. /* === FORM TICKETS === */
  282. #preview h3, #changelog h3 {
  283. border-bottom:1px solid #674e4e;
  284. color:#552701;
  285. font-size:100%;
  286. font-weight:bold;
  287. }
  288. #ticket {
  289. background: #E0E095;
  290. border: 1px solid #674e4e;
  291. }
  292. #ticket .date p {
  293. margin: 6px;
  294. color: #674e4e;
  295. }
  296. form #comment {
  297. width: 692px;
  298. }
  299. #ticket table.properties tr {
  300. border-bottom: 1px dotted #674E4E;
  301. }
  302. #content.ticket {
  303. margin: 0 auto;
  304. }
  305. #content.ticket fieldset {
  306. border: 1px solid #674e4e;
  307. }
  308. .wikitoolbar {
  309. width: 252px;
  310. }
  311. .wikitoolbar :link, .wikitoolbar :visited {
  312. border: 1px solid #674E4E;
  313. margin-left: 2px
  314. }
  315. .wikitoolbar :active, .wikitoolbar :hover {
  316. border: 1px solid #2C1F1C;
  317. }
  318. /* == search == */
  319. #content.search #results dt a {
  320. color: #674e4e;
  321. }
  322. #content.search #results .author, #results .date {
  323. color: #674e4e;
  324. font-style: italic;
  325. }
  326. .searchword0 {
  327. background: #FFBB22;
  328. color: #2C1F1C
  329. }
  330. #content.search #results dd {
  331. font-size: 1em;
  332. }
  333. #search { margin: 10px 0 0;}
  334. #content .paging .current, #content .paging .current :hover {
  335. border: 1px solid #a3c37a;
  336. background: #674e4e;
  337. }
  338. #content .paging :link, #content .paging :visited {
  339. border: 1px solid #a3c37a;
  340. color: #674e4e;
  341. }
  342. #content .paging :link:hover, #content .paging :visited:hover {
  343. background: #FFBB22;
  344. color: #674e4e;
  345. border: 1px solid #a3c37a;
  346. }
  347. #content .paging .previous a,
  348. #content .paging .next a,
  349. #content .paging .previous a:hover, #content .paging .next a:hover {
  350. border: none;
  351. }
  352. #content .paging .previous a:hover, #content .paging .next a:hover {
  353. color: #FFBB22;
  354. }
  355. /* roadmap */
  356. .milestone .info .date, .milestone .info h2 em {
  357. color: #2C1F1C
  358. }
  359. #prefs {
  360. background: #fff;
  361. border: 1px solid #4E6A91;
  362. color: #2C1F1C
  363. font-size: 11px;
  364. }
  365. /* browser */
  366. table.listing {
  367. border-color: #674E4E;
  368. }
  369. table.listing thead th,
  370. table.listing tbody td,
  371. table.listing tbody th {
  372. border: 1px solid #674E4E;
  373. }
  374. #dirlist td.age {
  375. border-top: 1px solid #2C1F1C
  376. border-bottom: 1px solid #2C1F1C
  377. }
  378. /* = WIKI = */
  379. div.code, pre.wiki, pre.literal-block {
  380. background: #fff;
  381. border: 1px dotted #2C1F1C
  382. }
  383. .wiki-toc, #prefs, #tabs {
  384. background: #fff;
  385. border: 1px solid #4E6A91;
  386. color: #674e4e;
  387. font-size: 12px;
  388. font-family: verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif;
  389. -moz-border-radius: 5px;
  390. }
  391. #prefs .buttons {
  392. margin-top: 0;
  393. text-align: center;
  394. }
  395. #tabs li {
  396. color: #674e4e;
  397. }
  398. #tabs li li.active {
  399. border: 1px solid #D7E6FF;
  400. background: #D7E6FF;
  401. }
  402. .wiki-toc :link, .wiki-toc :visited {
  403. color: #2C1F1C
  404. }
  405. a.missing:link, a.missing:visited,
  406. a.missing:link:hover, a.missing:visited:hover {
  407. background: #FFBB22;
  408. color: #2C1F1C
  409. font-style: italic;
  410. }
  411. a.missing:link:after, a.missing:visited:after,
  412. a.missing:hover:after {
  413. content: ' missing!';
  414. font-size: 9px;
  415. color: #674e4e;
  416. vertical-align: top;
  417. padding-left: 5px;
  418. }
  419. .wiki-toc .active {
  420. font-weight: bold;
  421. }
  422. h1 :link, h1 :visited {
  423. color: #674e4e;
  424. }
  425. .floatleft {
  426. float: left;
  427. }
  428. .floatright {
  429. float: right;
  430. }
  431. .floatright img, imgfloatright {
  432. margin-left: 0.2em;
  433. margin-bottom: 0.2em;
  434. }
  435. .floatleft img, imgfloatleft {
  436. margin-right: 0.2em;
  437. margin-bottom: 0.2em;
  438. }
  439. /* forum */
  440. table.listing thead th.moderators,
  441. table.listing tbody td.moderators,
  442. table.listing tbody th.moderators,
  443. table.listing thead th.id,
  444. table.listing tbody td.id,
  445. table.listing tbody th.id {
  446. display: none;
  447. }
  448. table.listing tbody td.lasttopic,
  449. table.listing tbody td.author,
  450. table.listing tbody td.founded,
  451. table.listing tbody td.lastreply {
  452. text-align: left;
  453. }
  454. table.listing thead th {
  455. text-align: center;
  456. }
  457. table.listing tbody td.topics,
  458. table.listing tbody td.new_topics,
  459. table.listing tbody td.replies,
  460. table.listing tbody td.new_replies {
  461. text-align: right;
  462. }
  463. .forum-list tr > td {
  464. padding: 0.2em 0.2em !important
  465. }
  466. .forum-list th.group, .topic-list th {
  467. background-color: #4E6A91;
  468. border: 1px solid #674E4E;
  469. padding: 5px;
  470. color: #fff;
  471. text-align: left;
  472. }
  473. .topic-list th :link, .topic-list th :visited {
  474. color: #2C1F1C;
  475. }
  476. .topic-list th :active, .topic-list th :hover {
  477. color: #fff;
  478. }
  479. .forum-list th.group .description {
  480. float: left;
  481. }
  482. .topic-list h1, .topic-list h2 {
  483. border-bottom: none;
  484. font-size:20px;
  485. font-weight: bold;
  486. margin-top:0;
  487. padding-top:0;
  488. }
  489. .topic-list h1 {
  490. float: left;
  491. text-align: right;
  492. width: 49%;
  493. color: #2C1F1C;
  494. }
  495. .topic-list h2 {
  496. float: right;
  497. text-align: left;
  498. width: 49%;
  499. color: #4E6A91;
  500. }
  501. .topic-list h1:after {
  502. content: ':';
  503. }
  504. .forum-list th.group div.name {
  505. float: left;
  506. text-align: right;
  507. width: 49%;
  508. }
  509. .forum-list th.group div.name:after {
  510. content: ':';
  511. }
  512. .forum-list th.group div.description {
  513. float: right;
  514. text-align: left;
  515. width: 49%;
  516. }
  517. /* admin */
  518. .admin #tabs li, .admin fieldset {
  519. background: #fff;
  520. }