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.
 
 
 
 
 
 

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