25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

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