您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

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