選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 

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