You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

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