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.
 
 
 
 
 
 

804 lines
16 KiB

  1. /*
  2. TRAC THEME - cacalabs 2010 by Cacacrew
  3. */
  4. /* = GENERAL = */
  5. body {
  6. background: #4E6A91;
  7. color: white;
  8. width: 100%;
  9. padding: 0;
  10. margin: 0;
  11. }
  12. body, td, th, h1, h2, h3, h4, #main {
  13. font-family: "URW Gothic L", Helvetica, Verdana;
  14. }
  15. h1 :link, h1 :visited {
  16. color: #674e4e;
  17. }
  18. .corps {
  19. margin: 0 5px;
  20. min-width: 750px;
  21. position: relative;
  22. }
  23. h1, h2, h3 {
  24. border-style: solid;
  25. background-color: inherit;
  26. font-variant: small-caps;
  27. border-width: 0 0 2px 0;
  28. border-color: #4E6A91;
  29. color: #674e4e;
  30. }
  31. h1 {
  32. font-size: 1.6em;
  33. }
  34. h2 {
  35. font-size: 1.3em;
  36. }
  37. h3 {
  38. font-size: 1.1em;
  39. }
  40. p, dd, dd, ol, ul {
  41. text-align: inherit;
  42. font-size: 1em;
  43. }
  44. ol li {
  45. list-style: decimal inside;
  46. }
  47. ul li {
  48. list-style: none inside;
  49. padding-left: 20px;
  50. background: url(puce.png) no-repeat left center;
  51. }
  52. ul, ol {
  53. padding-left: 0;
  54. }
  55. dd {
  56. margin-left: 0;
  57. }
  58. /* links */
  59. :link, :visited {
  60. color: #4E6A91;
  61. border-bottom: none;
  62. }
  63. :link:hover, :visited:hover {
  64. color: #2C1F1C;
  65. background-color: inherit;
  66. }
  67. a.ext-link .icon {
  68. background-position: right center;
  69. padding-right: 16px;
  70. padding-left: 0;
  71. }
  72. a.missing:link,
  73. a.missing:visited,
  74. a.missing:link:hover,
  75. a.missing:visited:hover {
  76. background: #EEEEAA;
  77. color: #2C1F1C;
  78. }
  79. a.missing:link:after,
  80. a.missing:visited:after,
  81. a.missing:hover:after {
  82. content: ' missing! ';
  83. font-size: 10px;
  84. color: #2C1F1C;
  85. vertical-align: top;
  86. padding-left: 3px;
  87. }
  88. dt em {
  89. border-bottom:none;
  90. color: #674e4e;
  91. font-style:normal;
  92. text-decoration:none;
  93. }
  94. dt :link:hover, dt :visited:hover {
  95. background-color: #D7E6FF;
  96. }
  97. /* = LAYOUT = */
  98. /* == HEADER == */
  99. .nav ul {
  100. text-align: right;
  101. font-size: 12px;
  102. }
  103. .nav li.last {
  104. border-right: none !important;
  105. }
  106. #main {
  107. background: #fff url(/static/stitch.png) no-repeat bottom right;
  108. color: #2C1F1C;
  109. padding: 0 1em;
  110. overflow: auto;
  111. border: 1px solid #2C1F1C;
  112. border-top: 0;
  113. min-height: 350px;
  114. }
  115. #header img {
  116. margin: 0 ;
  117. position: absolute;
  118. left: 0;
  119. top: 1px;
  120. z-index: 10;
  121. }
  122. #siteheader p {
  123. margin-top: 0.3em;
  124. }
  125. #siteheader, #banner, #mainnav, .nav {
  126. font-family:"Arial","Geneva",sans-serif;
  127. }
  128. /* == MAINNAV == */
  129. #mainnav {
  130. margin: 107px 0 0;
  131. background: #674e4e;
  132. -moz-border-radius-topleft: 5px;
  133. -moz-border-radius-topright: 5px;
  134. border: none;
  135. font-size: 12px;
  136. position: relative;
  137. border: 1px solid #2C1F1C;
  138. }
  139. #mainnav li {
  140. border-right-color: #674e4e;
  141. padding: 0;
  142. background: #674e4e;
  143. }
  144. #mainnav :link, #mainnav :visited {
  145. background-image: none;
  146. border-color: #2C1F1C;
  147. padding-left: 8px; padding-right: 8px;
  148. }
  149. #mainnav :link,
  150. #mainnav :visited,
  151. #mainnav :link:hover,
  152. #mainnav :visited:hover,
  153. #mainnav .active :link,
  154. #mainnav .active :visited,
  155. #mainnav .active :link:hover,
  156. #mainnav .active :visited:hover {
  157. border-right: none;
  158. color: #fff;
  159. }
  160. #mainnav li.last,
  161. #mainnav li.last :link:hover,
  162. #mainnav li.last :visited:hover,
  163. #mainnav li.last.active :link,
  164. #mainnav li.last.active :visited,
  165. #mainnav li.last.active :link:hover,
  166. #mainnav li.last.active :visited:hover {
  167. -moz-border-radius-topright: 5px;
  168. }
  169. #mainnav .active :link,
  170. #mainnav .active :visited {
  171. background: #fff;
  172. color: #2C1F1C;
  173. }
  174. #mainnav :link:hover,
  175. #mainnav :visited:hover,
  176. #mainnav .active :link:hover,
  177. #mainnav .active :visited:hover {
  178. background: #2C1F1C;
  179. color: #fff;
  180. }
  181. /* == SUBNAVS == */
  182. .nav li {
  183. border-right: 1px solid #674E4E;
  184. }
  185. #metanav ul {
  186. position: absolute;
  187. top: 0.3em;
  188. right: 0;
  189. font-weight: bold;
  190. }
  191. #metanav :link:hover, #metanav :visited:hover {
  192. color: #fff;
  193. background: inherit;
  194. }
  195. #siteheader .nav :link, #siteheader .nav :visited {
  196. color: #674e4e;
  197. }
  198. #siteheader .nav :visited:hover, #siteheader .nav :link:hover {
  199. color: #674e4e;
  200. background: inherit;
  201. border-bottom: 1px dotted #674e4e;
  202. }
  203. #ctxtnav ul {
  204. padding: 0.2em 0;
  205. }
  206. /* == login == */
  207. #loginguest a:hover, #metanav :link, #metanav :visited {
  208. color: #2C1F1C;
  209. }
  210. /* = FOOTER = */
  211. #footer {
  212. display: none;
  213. }
  214. .nav li, #altlinks li {
  215. background: none;
  216. }
  217. /* = PAGES & MODULES = */
  218. #content .paging .current, #content .paging .current :hover {
  219. border: 1px solid #a3c37a;
  220. background: #674e4e;
  221. }
  222. #content .paging :link, #content .paging :visited {
  223. border: 1px solid #a3c37a;
  224. color: #674e4e;
  225. }
  226. #content .paging :link:hover, #content .paging :visited:hover {
  227. background: #FFBB22;
  228. color: #674e4e;
  229. border: 1px solid #a3c37a;
  230. }
  231. #content .paging .previous a,
  232. #content .paging .next a,
  233. #content .paging .previous a:hover, #content .paging .next a:hover {
  234. border: none;
  235. }
  236. #content .paging .previous a:hover, #content .paging .next a:hover {
  237. color: #FFBB22;
  238. }
  239. /* == WIKI CONTENT : Styles for images in documentation and articles == */
  240. .centertxt {
  241. text-align: center;
  242. }
  243. .lefttxt {
  244. text-align: left;
  245. }
  246. .righttxt {
  247. text-align: right;
  248. }
  249. .floatleft {
  250. float: left;
  251. }
  252. .floatright {
  253. float: right;
  254. }
  255. .floatright img, imgfloatright {
  256. margin-left: 0.2em;
  257. margin-bottom: 0.2em;
  258. }
  259. .floatleft img, imgfloatleft {
  260. margin-right: 0.2em;
  261. margin-bottom: 0.2em;
  262. }
  263. img.inline, img.inlinetop {
  264. border: solid 2px;
  265. padding: 2px;
  266. }
  267. img.inlinetop {
  268. vertical-align: top;
  269. }
  270. img.math {
  271. vertical-align: middle;
  272. margin-left: 10px;
  273. margin-right: 10px;
  274. }
  275. img.matrix {
  276. vertical-align: top;
  277. margin-right: 30px;
  278. margin-top: 10px;
  279. }
  280. .ohloh, .ohloh2 {
  281. background-repeat: no-repeat;
  282. display: block;
  283. }
  284. .ohloh {
  285. background: transparent url(ohloh.png) no-repeat left 80px;
  286. height: 14px;
  287. padding-top: 200px;
  288. }
  289. .ohloh2 {
  290. background : transparent url(ohloh2.png) no-repeat -6px bottom;
  291. padding-top: 105px;
  292. height:11px;
  293. }
  294. .software {
  295. margin:0 auto;
  296. max-width:750px;
  297. }
  298. .paragraphe {
  299. width: 333px;
  300. margin: 0 10px;
  301. }
  302. /* == FORMS == */
  303. legend {
  304. color: #674e4e;
  305. font-size: 20px;
  306. background: transparent url(fiole-ticket.png) no-repeat 2px -1px;
  307. padding-left: 20px;
  308. }
  309. fieldset {
  310. border: 1px solid #674e4e;
  311. background: #C1CFE5;
  312. padding: 0.2em;
  313. -moz-border-radius: 5px;
  314. -webkit-border-radius: 5px;
  315. border-radius: 5px;
  316. }
  317. #content.ticket, #content.milestone, {
  318. margin: 0 auto;
  319. }
  320. #content.ticket fieldset, #edit fieldset {
  321. background: #C1CFE5;
  322. border: 1px solid #674e4e !important;
  323. padding: 0.2em;
  324. }
  325. #field-description {
  326. background: #fff;
  327. }
  328. #attachments {
  329. background: #fff;
  330. border: none;
  331. }
  332. #attachfile {
  333. text-align: center;
  334. }
  335. #changelog {
  336. background: #BFADAD;
  337. border: 1px solid #674e4e;
  338. -moz-border-radius: 5px;
  339. -webkit-border-radius: 5px;
  340. border-radius: 5px;
  341. }
  342. /* === FORM TICKETS === */
  343. #preview h3, #changelog h3 {
  344. border-bottom: 1px solid #674e4e;
  345. color: #fff;
  346. font-size: 100%;
  347. font-weight: bold;
  348. }
  349. #ticket {
  350. background-color: #C1CFE5;
  351. border: 1px solid #674e4e;
  352. -moz-border-radius: 5px;
  353. -webkit-border-radius: 5px;
  354. border-radius: 5px;
  355. }
  356. div#ticket.ticketdraft {
  357. border: none;
  358. background-color: #C1CFE5;
  359. }
  360. #ticket .date p {
  361. margin: 6px;
  362. color: #674e4e;
  363. }
  364. form #comment {
  365. width: 692px;
  366. }
  367. #ticket table.properties,
  368. #ticket table.properties tr {
  369. border: 1px dotted #674E4E;
  370. }
  371. #ticket .description h3, #ticket table.properties th {
  372. color: #2C1F1C;
  373. }
  374. #ticket .description h3 {
  375. border-bottom: 1px dotted #674E4E;
  376. }
  377. #content.ticket {
  378. margin: 0 auto;
  379. }
  380. #content.ticket fieldset {
  381. border: 1px solid #674e4e;
  382. }
  383. /* editor menu */
  384. .wikitoolbar {
  385. width: 252px;
  386. }
  387. .wikitoolbar :link, .wikitoolbar :visited {
  388. border: 1px solid #674E4E;
  389. margin-left: 2px
  390. }
  391. .wikitoolbar :active, .wikitoolbar :hover {
  392. border: 1px solid #2C1F1C;
  393. }
  394. /* === BUTTONS === */
  395. .buttons {
  396. text-align: center;
  397. margin-right:250px;
  398. }
  399. .buttons input {
  400. margin: 0;
  401. }
  402. #delete, #save {
  403. margin-left: 0;
  404. border-bottom: 1px solid #2C1F1C;
  405. }
  406. input[type="button"],
  407. input[type="submit"],
  408. input[type="reset"],
  409. .controls a {
  410. background: #674e4e;
  411. color: #fff;
  412. border: 1px solid #2C1F1C;
  413. -moz-border-radius: 4px;
  414. white-space: normal;
  415. cursor: pointer;
  416. font-size: 11px;
  417. padding: 0.2em;
  418. }
  419. input[type="button"]:hover,
  420. input[type="submit"]:hover,
  421. input[type="reset"]:hover,
  422. .controls a:hover {
  423. background: #2C1F1C;
  424. border: 1px solid #674e4e;
  425. color: #fff;
  426. }
  427. #save{
  428. background: #879A4A url(bouton.png) no-repeat center top;
  429. }
  430. .plugin .uninstall input[type="submit"], #delete input[type="submit"] {
  431. background: #AD5151 url(bouton.png) no-repeat center top;
  432. }
  433. #addplug .buttons input[type="submit"], #save:hover {
  434. background: #73833F url(boutonhover.png) no-repeat center top;
  435. }
  436. .plugin .uninstall input[type="submit"]:hover, #delete input[type="submit"]:hover {
  437. background: #BD7474 url(boutonhover.png) no-repeat center top;
  438. }
  439. #attachments input[type="button"],
  440. #attachments input[type="submit"],
  441. #attachments input[type="reset"],
  442. .buttons input[type="button"],
  443. .buttons input[type="submit"],
  444. .buttons input[type="reset"] {
  445. -moz-border-radius: 10px;
  446. -webkit-border-radius: 10px;
  447. border-radius: 10px;
  448. background: #674e4e url(bouton.png) no-repeat center top;
  449. color: #fff;
  450. border: 0;
  451. border-bottom: 1px solid #2C1F1C;
  452. padding-top: 90px;
  453. width: 148px;
  454. }
  455. /*Admin forms */
  456. #addplug .buttons, .plugin .uninstall {
  457. height:100px;
  458. margin:7px 0 18px;
  459. margin-top:7px;
  460. padding:0;
  461. text-align:center;
  462. }
  463. #attachments input[type="button"]:hover,
  464. #attachments input[type="submit"]:hover,
  465. #attachments input[type="reset"]:hover,
  466. .buttons input[type="button"]:hover,
  467. .buttons input[type="submit"]:hover,
  468. .buttons input[type="reset"]:hover,
  469. .buttons input[type="button"]:active,
  470. .buttons input[type="submit"]:active,
  471. .buttons input[type="reset"]:active {
  472. background: #2C1F1C url(boutonhover.png) no-repeat center top;
  473. border: 0;
  474. border-bottom: 1px solid #674e4e;
  475. color: #fff;
  476. padding-top: 90px;
  477. width: 148px;
  478. -moz-border-radius: 10px;
  479. -webkit-border-radius: 10px;
  480. border-radius: 10px;
  481. }
  482. input[type="text"], input.textwidget, textarea {
  483. border: 1px solid #674E4E;
  484. }
  485. /* == SEARCH == */
  486. #content.search #results dt a {
  487. color: #674e4e;
  488. }
  489. #content.search #results .author, #results .date {
  490. color: #674e4e;
  491. font-style: italic;
  492. }
  493. .searchword0 {
  494. background: #FFBB22;
  495. color: #2C1F1C
  496. }
  497. #content.search #results dd {
  498. font-size: 1em;
  499. }
  500. #search { margin: 10px 0 0;}
  501. /* == ROADMAP == */
  502. .milestone .info .date, .milestone .info h2 em {
  503. color: #2C1F1C;
  504. }
  505. #prefs {
  506. background: #fff;
  507. border: 1px solid #4E6A91;
  508. color: #2C1F1C;
  509. font-size: 11px;
  510. }
  511. /* == BROWSER == */
  512. #dirlist td.age {
  513. border-top: 1px solid #2C1F1C
  514. border-bottom: 1px solid #2C1F1C
  515. }
  516. /* = WIKI = */
  517. div.code, pre.wiki, pre.literal-block {
  518. background: #BFADAD;
  519. border: 1px dotted #2C1F1C;
  520. }
  521. .wiki {
  522. max-width: 1200px;
  523. margin: 0 auto;
  524. }
  525. .wiki-toc, #prefs, #tabs {
  526. background: #fff;
  527. border: 1px solid #4E6A91;
  528. color: #674e4e;
  529. font-size: 12px;
  530. font-family: verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif;
  531. -moz-border-radius: 5px;
  532. }
  533. #prefs .buttons {
  534. margin-top: 0;
  535. text-align: center;
  536. }
  537. #tabs li {
  538. color: #674e4e;
  539. }
  540. #tabs li li.active {
  541. border: 1px solid #D7E6FF;
  542. background: #D7E6FF;
  543. }
  544. .wiki-toc :link,
  545. .wiki-toc :visited {
  546. color: #2C1F1C
  547. }
  548. .wiki-toc .active {
  549. font-weight: bold;
  550. }
  551. /* == TABLE (FORUM, TIMELINE & DIFF) == */
  552. table.listing {
  553. border: 1px solid #674E4E;
  554. border-collapse: collapse;
  555. }
  556. table.listing thead {
  557. background: #674E4E;
  558. color: #fff;
  559. }
  560. table.listing thead th,
  561. table.listing tbody td,
  562. table.listing tbody th {
  563. border: 1px solid #674E4E;
  564. }
  565. table.listing thead th {
  566. text-align: center;
  567. font-size: 14px;
  568. }
  569. table.listing thead th a {
  570. color: #fff
  571. }
  572. table.listing thead th.moderators,
  573. table.listing tbody td.moderators,
  574. table.listing tbody th.moderators,
  575. table.listing thead th.id,
  576. table.listing tbody td.id,
  577. table.listing tbody th.id {
  578. display: none;
  579. }
  580. table.listing tbody td.lasttopic,
  581. table.listing tbody td.author,
  582. table.listing tbody td.founded,
  583. table.listing tbody td.lastreply {
  584. text-align: left;
  585. }
  586. table.listing tbody td.topics,
  587. table.listing tbody td.new_topics,
  588. table.listing tbody td.replies,
  589. table.listing tbody td.new_replies {
  590. text-align: right;
  591. }
  592. table.listing tbody tr:hover { background: #D7E6FF !important }
  593. table.listing tbody tr.focus { background: #D7E6FF !important }
  594. .tickets tr.color1-odd {
  595. background: rgba(240, 215, 215, 0.9);
  596. }
  597. .tickets tr.color1-even {
  598. background: rgba(255, 228, 228, 0.9);
  599. }
  600. .tickets tr.color2-odd {
  601. background: rgba(255, 255, 185, 0.9);
  602. }
  603. .tickets tr.color2-even {
  604. background: rgba(255, 255, 220, 0.9);
  605. }
  606. .tickets tr.color3-odd,
  607. table.listing tbody tr.odd {
  608. background: rgba(255, 255, 255, 0.9);
  609. }
  610. .tickets tr.color3-even,
  611. table.listing tbody tr.even {
  612. background: rgba(240, 240, 240, 0.9);
  613. }
  614. .tickets tr.color4-odd {
  615. background: rgba(195, 215, 255, 0.9);
  616. }
  617. .tickets tr.color4-even {
  618. background: rgba(210, 215, 240, 0.9);
  619. }
  620. /* === FORUM === */
  621. .forum-list tr > td {
  622. padding: 0.2em 0.2em !important
  623. }
  624. .forum-list th.group, .topic-list th {
  625. background-color: #4E6A91;
  626. border: 1px solid #674E4E;
  627. padding: 5px;
  628. color: #fff;
  629. text-align: left;
  630. }
  631. .forum-list th.group div.name {
  632. float: left;
  633. text-align: right;
  634. width: 40%;
  635. }
  636. .forum-list th.group div.name:after {
  637. content: ':';
  638. }
  639. .forum-list th.group .description {
  640. float: left;
  641. }
  642. .forum-list th.group div.description {
  643. float: right;
  644. text-align: left;
  645. width: 59%;
  646. }
  647. .topic-list h1 {
  648. float: left;
  649. text-align: right;
  650. width: 49%;
  651. color: #2C1F1C;
  652. }
  653. .topic-list h1:after {
  654. content: ':';
  655. }
  656. .topic-list h1, .topic-list h2 {
  657. border-bottom: none;
  658. font-size: 20px;
  659. font-weight: bold;
  660. margin-top: 0;
  661. padding-top: 0;
  662. }
  663. .topic-list h2 {
  664. float: right;
  665. text-align: left;
  666. width: 49%;
  667. color: #4E6A91;
  668. }
  669. .topic-list th :link, .topic-list th :visited {
  670. color: #2C1F1C;
  671. }
  672. .topic-list th :active, .topic-list th :hover {
  673. color: #fff;
  674. }
  675. .message-list div.replies div.body {
  676. border: 1px solid #2C1F1C;
  677. -moz-border-radius: 5px;
  678. -webkit-border-radius-top: 5px;
  679. border-radius-top: 5px;
  680. }
  681. .message-list div.topic,
  682. .message-list div.replies,
  683. .message-list div.replies.new,
  684. .message-list div.topic.new {
  685. border: 1px solid #2C1F1C;
  686. background-color: #C1CFE5;
  687. }
  688. .message-list div.replies {
  689. border-top: 0;
  690. }
  691. .message-list div.topic {
  692. -moz-border-radius-topleft: 5px;
  693. -moz-border-radius-topright: 5px;
  694. -webkit-border-radius-top-left: 5px;
  695. -webkit-border-radius-top-right: 5px;
  696. border-radius-top-left: 5px;
  697. border-radius-top-right: 5px;
  698. }
  699. .message-list div li {
  700. background-image: none;
  701. }
  702. .message-list div.replies.new,
  703. .message-list div.topic.new {
  704. background: #BFADAD;
  705. }
  706. .message-list div.topic div.subject {
  707. background: #4E6A91 url(fiole.png) no-repeat 5px 1px;
  708. padding-left: 25px;
  709. color: #fff;
  710. border-bottom: 1px solid #2C1F1C;
  711. }
  712. .message-list div.topic.new div.subject {
  713. background: #674E4E url(fiole-new.png) no-repeat 5px 1px;
  714. }
  715. /* === DIFF === */
  716. .diff h2 {
  717. color: #fff;
  718. background: #4e6a91;
  719. background-color: #C1CFE5;
  720. }
  721. dt .time {
  722. color: #2C1F1C;
  723. }
  724. .diff table tbody th {
  725. background: #D7E6FF;
  726. color: #674E4E;
  727. }
  728. .diff li.entry, .diff table th {
  729. border-color: #4e6a91;
  730. }
  731. table#info li {
  732. background-image: none;
  733. }
  734. /* == admin == */
  735. .admin #tabs li, .admin fieldset {
  736. background: #fff;
  737. }
  738. /* == PASTEBIN == */
  739. div.sidebar {
  740. -moz-border-radius: 5px;
  741. -webkit-border-radius-bottomright: 5px;
  742. border-radius-topleft: 5px;
  743. background: rgba(215,230,255, 0.9);
  744. border: 1px solid #2C1F1C;
  745. float: right;
  746. overflow: hidden;
  747. padding: 10px;
  748. width: 450px;
  749. }
  750. div.formwrapper {
  751. margin-right: 510px;
  752. }