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.
 
 
 
 
 
 

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