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.
 
 
 
 
 
 

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