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.
 
 
 
 
 
 

581 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. #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: #552701;
  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: #552701;
  346. }
  347. #prefs {
  348. background: #FFBB22;
  349. border: 1px solid #a3c37a;
  350. color: #552701;
  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 #552701;
  364. border-bottom: 1px solid #552701;
  365. }
  366. /* = WIKI = */
  367. div.code, pre.wiki, pre.literal-block {
  368. background: #fff;
  369. border: 1px dotted #552701;
  370. }
  371. .wiki-toc, #prefs, #tabs {
  372. background: #FFBB22;
  373. border: 1px solid #a3c37a;
  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. #tabs li {
  380. color: #674e4e;
  381. }
  382. #tabs li li.active {
  383. border: 1px solid #E5DCDC;
  384. background: #E5DCDC;
  385. }
  386. .wiki-toc :link, .wiki-toc :visited {
  387. color: #552701;
  388. }
  389. a.missing:link, a.missing:visited,
  390. a.missing:link:hover, a.missing:visited:hover {
  391. background: #FFBB22;
  392. color: #552701;
  393. font-style: italic;
  394. }
  395. a.missing:link:after, a.missing:visited:after,
  396. a.missing:hover:after {
  397. content: ' missing!';
  398. font-size: 9px;
  399. color: #674e4e;
  400. vertical-align: top;
  401. padding-left: 5px;
  402. }
  403. .wiki-toc .active {
  404. font-weight: bold;
  405. }
  406. h1 :link, h1 :visited {
  407. color: #674e4e;
  408. }
  409. .floatleft {
  410. float: left;
  411. }
  412. .floatright {
  413. float: right;
  414. }
  415. .floatright img, imgfloatright {
  416. margin-left: 0.2em;
  417. margin-bottom: 0.2em;
  418. }
  419. .floatleft img, imgfloatleft {
  420. margin-right: 0.2em;
  421. margin-bottom: 0.2em;
  422. }
  423. /* forum */
  424. table.listing thead th.moderators,
  425. table.listing tbody td.moderators,
  426. table.listing tbody th.moderators,
  427. table.listing thead th.id,
  428. table.listing tbody td.id,
  429. table.listing tbody th.id {
  430. display: none;
  431. }
  432. table.listing tbody td.lasttopic,
  433. table.listing tbody td.author,
  434. table.listing tbody td.founded,
  435. table.listing tbody td.lastreply {
  436. text-align: left;
  437. }
  438. table.listing thead th {
  439. text-align: center;
  440. }
  441. table.listing tbody td.topics,
  442. table.listing tbody td.new_topics,
  443. table.listing tbody td.replies,
  444. table.listing tbody td.new_replies {
  445. text-align: right;
  446. }
  447. .forum-list tr > td {
  448. padding: 0.2em 0.2em !important
  449. }
  450. .forum-list th.group, .topic-list th {
  451. background-color: #4E6A91;
  452. border: 1px solid #674E4E;
  453. padding: 5px;
  454. color: #fff;
  455. text-align: left;
  456. }
  457. .topic-list th :link, .topic-list th :visited {
  458. color: #2C1F1C;
  459. }
  460. .topic-list th :active, .topic-list th :hover {
  461. color: #fff;
  462. }
  463. .forum-list th.group .description {
  464. float: left;
  465. }
  466. .topic-list h1, .topic-list h2 {
  467. border-bottom: none;
  468. font-size:20px;
  469. font-weight: bold;
  470. margin-top:0;
  471. padding-top:0;
  472. }
  473. .topic-list h1 {
  474. float: left;
  475. text-align: right;
  476. width: 49%;
  477. color: #2C1F1C;
  478. }
  479. .topic-list h2 {
  480. float: right;
  481. text-align: left;
  482. width: 49%;
  483. color: #4E6A91;
  484. }
  485. .topic-list h1:after {
  486. content: ':';
  487. }
  488. .forum-list th.group div.name {
  489. float: left;
  490. text-align: right;
  491. width: 49%;
  492. }
  493. .forum-list th.group div.name:after {
  494. content: ':';
  495. }
  496. .forum-list th.group div.description {
  497. float: right;
  498. text-align: left;
  499. width: 49%;
  500. }