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.
 
 
 
 
 
 

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