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.
 
 
 
 
 
 

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