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.
 
 
 
 
 
 

591 line
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: #C1CFE5;
  237. padding: 0.2em;
  238. -moz-border-radius: 5px;
  239. -webkit-border-radius: 5px;
  240. border-radius: 5px;
  241. }
  242. #content.ticket, #content.milestone, {
  243. margin: 0 auto;
  244. }
  245. .buttons {
  246. text-align: center;
  247. }
  248. .buttons input {
  249. margin: 0.5em;
  250. }
  251. #content.ticket fieldset, #edit fieldset {
  252. background: #C1CFE5;
  253. border: 1px solid #674e4e !important;
  254. padding: 0.2em;
  255. }
  256. #field-description {
  257. background: #fff;
  258. }
  259. #attachments {
  260. background: #fff;
  261. border: none;
  262. }
  263. #attachfile {
  264. text-align: center;
  265. }
  266. #changelog {
  267. background: #674E4E;
  268. border: 1px solid #674e4e;
  269. }
  270. a.ext-link .icon {
  271. background-position: right center;
  272. padding-right: 16px;
  273. padding-left: 0;
  274. }
  275. /* === FORM TICKETS === */
  276. #preview h3, #changelog h3 {
  277. border-bottom:1px solid #674e4e;
  278. color:#552701;
  279. font-size:100%;
  280. font-weight:bold;
  281. }
  282. #ticket {
  283. background: #E0E095;
  284. border: 1px solid #674e4e;
  285. }
  286. #ticket .date p {
  287. margin: 6px;
  288. color: #674e4e;
  289. }
  290. form #comment {
  291. width: 692px;
  292. }
  293. #ticket table.properties tr {
  294. border-bottom: 1px dotted #674E4E;
  295. }
  296. #content.ticket {
  297. margin: 0 auto;
  298. }
  299. #content.ticket fieldset {
  300. border: 1px solid #674e4e;
  301. }
  302. .wikitoolbar {
  303. width: 252px;
  304. }
  305. .wikitoolbar :link, .wikitoolbar :visited {
  306. border: 1px solid #674E4E;
  307. margin-left: 2px
  308. }
  309. .wikitoolbar :active, .wikitoolbar :hover {
  310. border: 1px solid #2C1F1C;
  311. }
  312. /* == search == */
  313. #content.search #results dt a {
  314. color: #674e4e;
  315. }
  316. #content.search #results .author, #results .date {
  317. color: #674e4e;
  318. font-style: italic;
  319. }
  320. .searchword0 {
  321. background: #FFBB22;
  322. color: #2C1F1C
  323. }
  324. #content.search #results dd {
  325. font-size: 1em;
  326. }
  327. #search { margin: 10px 0 0;}
  328. #content .paging .current, #content .paging .current :hover {
  329. border: 1px solid #a3c37a;
  330. background: #674e4e;
  331. }
  332. #content .paging :link, #content .paging :visited {
  333. border: 1px solid #a3c37a;
  334. color: #674e4e;
  335. }
  336. #content .paging :link:hover, #content .paging :visited:hover {
  337. background: #FFBB22;
  338. color: #674e4e;
  339. border: 1px solid #a3c37a;
  340. }
  341. #content .paging .previous a,
  342. #content .paging .next a,
  343. #content .paging .previous a:hover, #content .paging .next a:hover {
  344. border: none;
  345. }
  346. #content .paging .previous a:hover, #content .paging .next a:hover {
  347. color: #FFBB22;
  348. }
  349. /* roadmap */
  350. .milestone .info .date, .milestone .info h2 em {
  351. color: #2C1F1C
  352. }
  353. #prefs {
  354. background: #fff;
  355. border: 1px solid #4E6A91;
  356. color: #2C1F1C
  357. font-size: 11px;
  358. }
  359. /* browser */
  360. table.listing {
  361. border-color: #674E4E;
  362. }
  363. table.listing thead th,
  364. table.listing tbody td,
  365. table.listing tbody th {
  366. border: 1px solid #674E4E;
  367. }
  368. #dirlist td.age {
  369. border-top: 1px solid #2C1F1C
  370. border-bottom: 1px solid #2C1F1C
  371. }
  372. /* = WIKI = */
  373. div.code, pre.wiki, pre.literal-block {
  374. background: #fff;
  375. border: 1px dotted #2C1F1C
  376. }
  377. .wiki-toc, #prefs, #tabs {
  378. background: #fff;
  379. border: 1px solid #4E6A91;
  380. color: #674e4e;
  381. font-size: 12px;
  382. font-family: verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif;
  383. -moz-border-radius: 5px;
  384. }
  385. #prefs .buttons {
  386. margin-top: 0;
  387. text-align: center;
  388. }
  389. #tabs li {
  390. color: #674e4e;
  391. }
  392. #tabs li li.active {
  393. border: 1px solid #E5DCDC;
  394. background: #E5DCDC;
  395. }
  396. .wiki-toc :link, .wiki-toc :visited {
  397. color: #2C1F1C
  398. }
  399. a.missing:link, a.missing:visited,
  400. a.missing:link:hover, a.missing:visited:hover {
  401. background: #FFBB22;
  402. color: #2C1F1C
  403. font-style: italic;
  404. }
  405. a.missing:link:after, a.missing:visited:after,
  406. a.missing:hover:after {
  407. content: ' missing!';
  408. font-size: 9px;
  409. color: #674e4e;
  410. vertical-align: top;
  411. padding-left: 5px;
  412. }
  413. .wiki-toc .active {
  414. font-weight: bold;
  415. }
  416. h1 :link, h1 :visited {
  417. color: #674e4e;
  418. }
  419. .floatleft {
  420. float: left;
  421. }
  422. .floatright {
  423. float: right;
  424. }
  425. .floatright img, imgfloatright {
  426. margin-left: 0.2em;
  427. margin-bottom: 0.2em;
  428. }
  429. .floatleft img, imgfloatleft {
  430. margin-right: 0.2em;
  431. margin-bottom: 0.2em;
  432. }
  433. /* forum */
  434. table.listing thead th.moderators,
  435. table.listing tbody td.moderators,
  436. table.listing tbody th.moderators,
  437. table.listing thead th.id,
  438. table.listing tbody td.id,
  439. table.listing tbody th.id {
  440. display: none;
  441. }
  442. table.listing tbody td.lasttopic,
  443. table.listing tbody td.author,
  444. table.listing tbody td.founded,
  445. table.listing tbody td.lastreply {
  446. text-align: left;
  447. }
  448. table.listing thead th {
  449. text-align: center;
  450. }
  451. table.listing tbody td.topics,
  452. table.listing tbody td.new_topics,
  453. table.listing tbody td.replies,
  454. table.listing tbody td.new_replies {
  455. text-align: right;
  456. }
  457. .forum-list tr > td {
  458. padding: 0.2em 0.2em !important
  459. }
  460. .forum-list th.group, .topic-list th {
  461. background-color: #4E6A91;
  462. border: 1px solid #674E4E;
  463. padding: 5px;
  464. color: #fff;
  465. text-align: left;
  466. }
  467. .topic-list th :link, .topic-list th :visited {
  468. color: #2C1F1C;
  469. }
  470. .topic-list th :active, .topic-list th :hover {
  471. color: #fff;
  472. }
  473. .forum-list th.group .description {
  474. float: left;
  475. }
  476. .topic-list h1, .topic-list h2 {
  477. border-bottom: none;
  478. font-size:20px;
  479. font-weight: bold;
  480. margin-top:0;
  481. padding-top:0;
  482. }
  483. .topic-list h1 {
  484. float: left;
  485. text-align: right;
  486. width: 49%;
  487. color: #2C1F1C;
  488. }
  489. .topic-list h2 {
  490. float: right;
  491. text-align: left;
  492. width: 49%;
  493. color: #4E6A91;
  494. }
  495. .topic-list h1:after {
  496. content: ':';
  497. }
  498. .forum-list th.group div.name {
  499. float: left;
  500. text-align: right;
  501. width: 49%;
  502. }
  503. .forum-list th.group div.name:after {
  504. content: ':';
  505. }
  506. .forum-list th.group div.description {
  507. float: right;
  508. text-align: left;
  509. width: 49%;
  510. }