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.
 
 
 
 
 
 

668 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. font-size: 20px;
  246. background: transparent url(fiole-ticket.png) no-repeat 2px -1px;
  247. padding-left: 20px;
  248. }
  249. fieldset {
  250. border: 1px solid #674e4e;
  251. background: #C1CFE5;
  252. padding: 0.2em;
  253. -moz-border-radius: 5px;
  254. -webkit-border-radius: 5px;
  255. border-radius: 5px;
  256. }
  257. #content.ticket, #content.milestone, {
  258. margin: 0 auto;
  259. }
  260. .buttons {
  261. text-align: center;
  262. }
  263. .buttons input {
  264. margin: 0.5em;
  265. }
  266. #content.ticket fieldset, #edit fieldset {
  267. background: #C1CFE5;
  268. border: 1px solid #674e4e !important;
  269. padding: 0.2em;
  270. }
  271. #field-description {
  272. background: #fff;
  273. }
  274. #attachments {
  275. background: #fff;
  276. border: none;
  277. }
  278. #attachfile {
  279. text-align: center;
  280. }
  281. #changelog {
  282. background: #BFADAD;
  283. border: 1px solid #674e4e;
  284. -moz-border-radius: 5px;
  285. -webkit-border-radius: 5px;
  286. border-radius: 5px;
  287. }
  288. a.ext-link .icon {
  289. background-position: right center;
  290. padding-right: 16px;
  291. padding-left: 0;
  292. }
  293. /* === FORM TICKETS === */
  294. #preview h3, #changelog h3 {
  295. border-bottom: 1px solid #674e4e;
  296. color: #fff;
  297. font-size: 100%;
  298. font-weight: bold;
  299. }
  300. #ticket {
  301. background-color: #C1CFE5;
  302. border: 1px solid #674e4e;
  303. -moz-border-radius: 5px;
  304. -webkit-border-radius: 5px;
  305. border-radius: 5px;
  306. }
  307. div#ticket.ticketdraft {
  308. border: none;
  309. background-color: #C1CFE5;
  310. }
  311. #ticket .date p {
  312. margin: 6px;
  313. color: #674e4e;
  314. }
  315. form #comment {
  316. width: 692px;
  317. }
  318. #ticket table.properties,
  319. #ticket table.properties tr {
  320. border: 1px dotted #674E4E;
  321. }
  322. #ticket .description h3, #ticket table.properties th {
  323. color: #2C1F1C;
  324. }
  325. #ticket .description h3 {
  326. border-bottom: 1px dotted #674E4E;
  327. }
  328. #content.ticket {
  329. margin: 0 auto;
  330. }
  331. #content.ticket fieldset {
  332. border: 1px solid #674e4e;
  333. }
  334. .wikitoolbar {
  335. width: 252px;
  336. }
  337. .wikitoolbar :link, .wikitoolbar :visited {
  338. border: 1px solid #674E4E;
  339. margin-left: 2px
  340. }
  341. .wikitoolbar :active, .wikitoolbar :hover {
  342. border: 1px solid #2C1F1C;
  343. }
  344. /* == search == */
  345. #content.search #results dt a {
  346. color: #674e4e;
  347. }
  348. #content.search #results .author, #results .date {
  349. color: #674e4e;
  350. font-style: italic;
  351. }
  352. .searchword0 {
  353. background: #FFBB22;
  354. color: #2C1F1C
  355. }
  356. #content.search #results dd {
  357. font-size: 1em;
  358. }
  359. #search { margin: 10px 0 0;}
  360. #content .paging .current, #content .paging .current :hover {
  361. border: 1px solid #a3c37a;
  362. background: #674e4e;
  363. }
  364. #content .paging :link, #content .paging :visited {
  365. border: 1px solid #a3c37a;
  366. color: #674e4e;
  367. }
  368. #content .paging :link:hover, #content .paging :visited:hover {
  369. background: #FFBB22;
  370. color: #674e4e;
  371. border: 1px solid #a3c37a;
  372. }
  373. #content .paging .previous a,
  374. #content .paging .next a,
  375. #content .paging .previous a:hover, #content .paging .next a:hover {
  376. border: none;
  377. }
  378. #content .paging .previous a:hover, #content .paging .next a:hover {
  379. color: #FFBB22;
  380. }
  381. /* roadmap */
  382. .milestone .info .date, .milestone .info h2 em {
  383. color: #2C1F1C;
  384. }
  385. #prefs {
  386. background: #fff;
  387. border: 1px solid #4E6A91;
  388. color: #2C1F1C;
  389. font-size: 11px;
  390. }
  391. /* browser */
  392. table.listing {
  393. border: 1px solid #674E4E;
  394. border-collapse: collapse;
  395. }
  396. table.listing thead th,
  397. table.listing tbody td,
  398. table.listing tbody th {
  399. border: 1px solid #674E4E;
  400. }
  401. #dirlist td.age {
  402. border-top: 1px solid #2C1F1C
  403. border-bottom: 1px solid #2C1F1C
  404. }
  405. /* = WIKI = */
  406. div.code, pre.wiki, pre.literal-block {
  407. background: #fff;
  408. border: 1px dotted #2C1F1C;
  409. }
  410. .wiki-toc, #prefs, #tabs {
  411. background: #fff;
  412. border: 1px solid #4E6A91;
  413. color: #674e4e;
  414. font-size: 12px;
  415. font-family: verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif;
  416. -moz-border-radius: 5px;
  417. }
  418. #prefs .buttons {
  419. margin-top: 0;
  420. text-align: center;
  421. }
  422. #tabs li {
  423. color: #674e4e;
  424. }
  425. #tabs li li.active {
  426. border: 1px solid #D7E6FF;
  427. background: #D7E6FF;
  428. }
  429. .wiki-toc :link, .wiki-toc :visited {
  430. color: #2C1F1C
  431. }
  432. a.missing:link, a.missing:visited,
  433. a.missing:link:hover, a.missing:visited:hover {
  434. background: #BFADAD;
  435. color: #2C1F1C;
  436. font-style: italic;
  437. }
  438. a.missing:link:after, a.missing:visited:after,
  439. a.missing:hover:after {
  440. content: ' missing!';
  441. font-size: 9px;
  442. color: #2C1F1C;
  443. vertical-align: top;
  444. padding-left: 5px;
  445. }
  446. .wiki-toc .active {
  447. font-weight: bold;
  448. }
  449. h1 :link, h1 :visited {
  450. color: #674e4e;
  451. }
  452. .floatleft {
  453. float: left;
  454. }
  455. .floatright {
  456. float: right;
  457. }
  458. .floatright img, imgfloatright {
  459. margin-left: 0.2em;
  460. margin-bottom: 0.2em;
  461. }
  462. .floatleft img, imgfloatleft {
  463. margin-right: 0.2em;
  464. margin-bottom: 0.2em;
  465. }
  466. /* forum */
  467. table.listing thead th.moderators,
  468. table.listing tbody td.moderators,
  469. table.listing tbody th.moderators,
  470. table.listing thead th.id,
  471. table.listing tbody td.id,
  472. table.listing tbody th.id {
  473. display: none;
  474. }
  475. table.listing tbody td.lasttopic,
  476. table.listing tbody td.author,
  477. table.listing tbody td.founded,
  478. table.listing tbody td.lastreply {
  479. text-align: left;
  480. }
  481. table.listing thead th {
  482. text-align: center;
  483. }
  484. table.listing thead {
  485. background: #674E4E;
  486. color: #fff;
  487. }
  488. table.listing thead th a {
  489. color: #fff
  490. }
  491. table.listing tbody td.topics,
  492. table.listing tbody td.new_topics,
  493. table.listing tbody td.replies,
  494. table.listing tbody td.new_replies {
  495. text-align: right;
  496. }
  497. .forum-list tr > td {
  498. padding: 0.2em 0.2em !important
  499. }
  500. .forum-list th.group, .topic-list th {
  501. background-color: #4E6A91;
  502. border: 1px solid #674E4E;
  503. padding: 5px;
  504. color: #fff;
  505. text-align: left;
  506. }
  507. .topic-list th :link, .topic-list th :visited {
  508. color: #2C1F1C;
  509. }
  510. .topic-list th :active, .topic-list th :hover {
  511. color: #fff;
  512. }
  513. .forum-list th.group .description {
  514. float: left;
  515. }
  516. .topic-list h1, .topic-list h2 {
  517. border-bottom: none;
  518. font-size: 20px;
  519. font-weight: bold;
  520. margin-top: 0;
  521. padding-top: 0;
  522. }
  523. .topic-list h1 {
  524. float: left;
  525. text-align: right;
  526. width: 49%;
  527. color: #2C1F1C;
  528. }
  529. .topic-list h2 {
  530. float: right;
  531. text-align: left;
  532. width: 49%;
  533. color: #4E6A91;
  534. }
  535. .topic-list h1:after {
  536. content: ':';
  537. }
  538. .forum-list th.group div.name {
  539. float: left;
  540. text-align: right;
  541. width: 49%;
  542. }
  543. .forum-list th.group div.name:after {
  544. content: ':';
  545. }
  546. .forum-list th.group div.description {
  547. float: right;
  548. text-align: left;
  549. width: 49%;
  550. }
  551. /* admin */
  552. .admin #tabs li, .admin fieldset {
  553. background: #fff;
  554. }
  555. /* pastebin */
  556. div.sidebar {
  557. -moz-border-radius: 5px;
  558. -webkit-border-radius-bottomright: 5px;
  559. border-radius-topleft: 5px;
  560. background: #D7E6FF;
  561. border: 1px solid #2C1F1C;
  562. float: right;
  563. overflow: hidden;
  564. padding: 10px;
  565. width: 180px;
  566. }
  567. /* diff */
  568. .diff table tbody th {
  569. background: #D7E6FF;
  570. color: #674E4E;
  571. }
  572. .diff h2 {
  573. color: #fff;
  574. background: #4e6a91;
  575. }
  576. .diff li.entry, .diff table th {
  577. border-color: #4e6a91;
  578. }
  579. /* */
  580. table#info li {
  581. background-image: none;
  582. }
  583. .ohloh {
  584. text-align: center;
  585. }
  586. dt .time {
  587. color: #2C1F1C;
  588. }