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.
 
 
 
 
 
 

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