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.
 
 
 
 
 
 

742 line
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) no-repeat left 80px;
  285. height: 14px;
  286. padding-top: 200px;
  287. }
  288. .ohloh2 {
  289. background : transparent url(ohloh2.png) no-repeat -6px bottom;
  290. padding-top: 105px;
  291. height:11px;
  292. }
  293. .paragraphe {
  294. width: 350px;
  295. margin-right: 20px;
  296. }
  297. /* == FORMS == */
  298. legend {
  299. color: #674e4e;
  300. font-size: 20px;
  301. background: transparent url(fiole-ticket.png) no-repeat 2px -1px;
  302. padding-left: 20px;
  303. }
  304. fieldset {
  305. border: 1px solid #674e4e;
  306. background: #C1CFE5;
  307. padding: 0.2em;
  308. -moz-border-radius: 5px;
  309. -webkit-border-radius: 5px;
  310. border-radius: 5px;
  311. }
  312. #content.ticket, #content.milestone, {
  313. margin: 0 auto;
  314. }
  315. #content.ticket fieldset, #edit fieldset {
  316. background: #C1CFE5;
  317. border: 1px solid #674e4e !important;
  318. padding: 0.2em;
  319. }
  320. #field-description {
  321. background: #fff;
  322. }
  323. #attachments {
  324. background: #fff;
  325. border: none;
  326. }
  327. #attachfile {
  328. text-align: center;
  329. }
  330. #changelog {
  331. background: #BFADAD;
  332. border: 1px solid #674e4e;
  333. -moz-border-radius: 5px;
  334. -webkit-border-radius: 5px;
  335. border-radius: 5px;
  336. }
  337. /* === FORM TICKETS === */
  338. #preview h3, #changelog h3 {
  339. border-bottom: 1px solid #674e4e;
  340. color: #fff;
  341. font-size: 100%;
  342. font-weight: bold;
  343. }
  344. #ticket {
  345. background-color: #C1CFE5;
  346. border: 1px solid #674e4e;
  347. -moz-border-radius: 5px;
  348. -webkit-border-radius: 5px;
  349. border-radius: 5px;
  350. }
  351. div#ticket.ticketdraft {
  352. border: none;
  353. background-color: #C1CFE5;
  354. }
  355. #ticket .date p {
  356. margin: 6px;
  357. color: #674e4e;
  358. }
  359. form #comment {
  360. width: 692px;
  361. }
  362. #ticket table.properties,
  363. #ticket table.properties tr {
  364. border: 1px dotted #674E4E;
  365. }
  366. #ticket .description h3, #ticket table.properties th {
  367. color: #2C1F1C;
  368. }
  369. #ticket .description h3 {
  370. border-bottom: 1px dotted #674E4E;
  371. }
  372. #content.ticket {
  373. margin: 0 auto;
  374. }
  375. #content.ticket fieldset {
  376. border: 1px solid #674e4e;
  377. }
  378. /* editor menu */
  379. .wikitoolbar {
  380. width: 252px;
  381. }
  382. .wikitoolbar :link, .wikitoolbar :visited {
  383. border: 1px solid #674E4E;
  384. margin-left: 2px
  385. }
  386. .wikitoolbar :active, .wikitoolbar :hover {
  387. border: 1px solid #2C1F1C;
  388. }
  389. /* === BUTTONS === */
  390. .buttons {
  391. text-align: center;
  392. }
  393. .buttons input {
  394. margin: 0.5em;
  395. }
  396. input[type="button"],
  397. input[type="submit"],
  398. input[type="reset"],
  399. .controls a {
  400. background: #674e4e;
  401. color: #fff;
  402. border: 1px solid #2C1F1C;
  403. -moz-border-radius: 4px;
  404. white-space: normal;
  405. cursor: pointer;
  406. font-size: 11px;
  407. padding: 0.2em;
  408. }
  409. input[type="button"]:hover,
  410. input[type="submit"]:hover,
  411. input[type="reset"]:hover,
  412. .controls a:hover {
  413. background: #2C1F1C;
  414. border: 1px solid #674e4e;
  415. color: #fff;
  416. }
  417. #attachments input[type="button"],
  418. #attachments input[type="submit"],
  419. #attachments input[type="reset"],
  420. .buttons input[type="button"],
  421. .buttons input[type="submit"],
  422. .buttons input[type="reset"] {
  423. -moz-border-radius: 10px;
  424. -webkit-border-radius: 10px;
  425. border-radius: 10px;
  426. background: #674e4e url(bouton.png) no-repeat center top;
  427. color: #fff;
  428. border: 0;
  429. border-bottom: 1px solid #2C1F1C;
  430. padding-top: 90px;
  431. width: 148px;
  432. }
  433. #attachments input[type="button"]:hover,
  434. #attachments input[type="submit"]:hover,
  435. #attachments input[type="reset"]:hover,
  436. .buttons input[type="button"]:hover,
  437. .buttons input[type="submit"]:hover,
  438. .buttons input[type="reset"]:hover,
  439. .buttons input[type="button"]:active,
  440. .buttons input[type="submit"]:active,
  441. .buttons input[type="reset"]:active {
  442. background: #2C1F1C url(boutonhover.png) no-repeat center top;
  443. border: 0;
  444. border-bottom: 1px solid #674e4e;
  445. color: #fff;
  446. padding-top: 90px;
  447. width: 148px;
  448. -moz-border-radius: 10px;
  449. -webkit-border-radius: 10px;
  450. border-radius: 10px;
  451. }
  452. input[type="text"], input.textwidget, textarea {
  453. border: 1px solid #674E4E;
  454. }
  455. /* == SEARCH == */
  456. #content.search #results dt a {
  457. color: #674e4e;
  458. }
  459. #content.search #results .author, #results .date {
  460. color: #674e4e;
  461. font-style: italic;
  462. }
  463. .searchword0 {
  464. background: #FFBB22;
  465. color: #2C1F1C
  466. }
  467. #content.search #results dd {
  468. font-size: 1em;
  469. }
  470. #search { margin: 10px 0 0;}
  471. /* == ROADMAP == */
  472. .milestone .info .date, .milestone .info h2 em {
  473. color: #2C1F1C;
  474. }
  475. #prefs {
  476. background: #fff;
  477. border: 1px solid #4E6A91;
  478. color: #2C1F1C;
  479. font-size: 11px;
  480. }
  481. /* == BROWSER == */
  482. #dirlist td.age {
  483. border-top: 1px solid #2C1F1C
  484. border-bottom: 1px solid #2C1F1C
  485. }
  486. /* = WIKI = */
  487. div.code, pre.wiki, pre.literal-block {
  488. background: #BFADAD;
  489. border: 1px dotted #2C1F1C;
  490. }
  491. .wiki {
  492. max-width: 1200px;
  493. margin: 0 auto;
  494. }
  495. .wiki-toc, #prefs, #tabs {
  496. background: #fff;
  497. border: 1px solid #4E6A91;
  498. color: #674e4e;
  499. font-size: 12px;
  500. font-family: verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif;
  501. -moz-border-radius: 5px;
  502. }
  503. #prefs .buttons {
  504. margin-top: 0;
  505. text-align: center;
  506. }
  507. #tabs li {
  508. color: #674e4e;
  509. }
  510. #tabs li li.active {
  511. border: 1px solid #D7E6FF;
  512. background: #D7E6FF;
  513. }
  514. .wiki-toc :link,
  515. .wiki-toc :visited {
  516. color: #2C1F1C
  517. }
  518. .wiki-toc .active {
  519. font-weight: bold;
  520. }
  521. /* == TABLE (FORUM, TIMELINE & DIFF) == */
  522. table.listing {
  523. border: 1px solid #674E4E;
  524. border-collapse: collapse;
  525. }
  526. table.listing thead {
  527. background: #674E4E;
  528. color: #fff;
  529. }
  530. table.listing thead th,
  531. table.listing tbody td,
  532. table.listing tbody th {
  533. border: 1px solid #674E4E;
  534. }
  535. table.listing thead th {
  536. text-align: center;
  537. font-size: 14px;
  538. }
  539. table.listing thead th a {
  540. color: #fff
  541. }
  542. table.listing thead th.moderators,
  543. table.listing tbody td.moderators,
  544. table.listing tbody th.moderators,
  545. table.listing thead th.id,
  546. table.listing tbody td.id,
  547. table.listing tbody th.id {
  548. display: none;
  549. }
  550. table.listing tbody tr:hover { background: #D7E6FF !important }
  551. table.listing tbody tr.focus { background: #D7E6FF !important }
  552. table.listing tbody td.lasttopic,
  553. table.listing tbody td.author,
  554. table.listing tbody td.founded,
  555. table.listing tbody td.lastreply {
  556. text-align: left;
  557. }
  558. table.listing tbody td.topics,
  559. table.listing tbody td.new_topics,
  560. table.listing tbody td.replies,
  561. table.listing tbody td.new_replies {
  562. text-align: right;
  563. }
  564. /* === FORUM === */
  565. .forum-list tr > td {
  566. padding: 0.2em 0.2em !important
  567. }
  568. .forum-list th.group, .topic-list th {
  569. background-color: #4E6A91;
  570. border: 1px solid #674E4E;
  571. padding: 5px;
  572. color: #fff;
  573. text-align: left;
  574. }
  575. .forum-list th.group div.name {
  576. float: left;
  577. text-align: right;
  578. width: 40%;
  579. }
  580. .forum-list th.group div.name:after {
  581. content: ':';
  582. }
  583. .forum-list th.group .description {
  584. float: left;
  585. }
  586. .forum-list th.group div.description {
  587. float: right;
  588. text-align: left;
  589. width: 59%;
  590. }
  591. .topic-list h1 {
  592. float: left;
  593. text-align: right;
  594. width: 49%;
  595. color: #2C1F1C;
  596. }
  597. .topic-list h1:after {
  598. content: ':';
  599. }
  600. .topic-list h1, .topic-list h2 {
  601. border-bottom: none;
  602. font-size: 20px;
  603. font-weight: bold;
  604. margin-top: 0;
  605. padding-top: 0;
  606. }
  607. .topic-list h2 {
  608. float: right;
  609. text-align: left;
  610. width: 49%;
  611. color: #4E6A91;
  612. }
  613. .topic-list th :link, .topic-list th :visited {
  614. color: #2C1F1C;
  615. }
  616. .topic-list th :active, .topic-list th :hover {
  617. color: #fff;
  618. }
  619. .message-list div.replies div.body {
  620. border: 1px solid #2C1F1C;
  621. -moz-border-radius: 5px;
  622. -webkit-border-radius-top: 5px;
  623. border-radius-top: 5px;
  624. }
  625. .message-list div.topic,
  626. .message-list div.replies,
  627. .message-list div.replies.new,
  628. .message-list div.topic.new {
  629. border: 1px solid #2C1F1C;
  630. background-color: #C1CFE5;
  631. }
  632. .message-list div.replies {
  633. border-top: 0;
  634. }
  635. .message-list div.topic {
  636. -moz-border-radius-topleft: 5px;
  637. -moz-border-radius-topright: 5px;
  638. -webkit-border-radius-top-left: 5px;
  639. -webkit-border-radius-top-right: 5px;
  640. border-radius-top-left: 5px;
  641. border-radius-top-right: 5px;
  642. }
  643. .message-list div li {
  644. background-image: none;
  645. }
  646. .message-list div.replies.new,
  647. .message-list div.topic.new {
  648. background: #BFADAD;
  649. }
  650. .message-list div.topic div.subject {
  651. background: #4E6A91 url(fiole.png) no-repeat 5px 1px;
  652. padding-left: 25px;
  653. color: #fff;
  654. border-bottom: 1px solid #2C1F1C;
  655. }
  656. .message-list div.topic.new div.subject {
  657. background: #674E4E url(fiole-new.png) no-repeat 5px 1px;
  658. }
  659. /* === DIFF === */
  660. .diff h2 {
  661. color: #fff;
  662. background: #4e6a91;
  663. background-color: #C1CFE5;
  664. }
  665. dt .time {
  666. color: #2C1F1C;
  667. }
  668. .diff table tbody th {
  669. background: #D7E6FF;
  670. color: #674E4E;
  671. }
  672. .diff li.entry, .diff table th {
  673. border-color: #4e6a91;
  674. }
  675. table#info li {
  676. background-image: none;
  677. }
  678. /* == admin == */
  679. .admin #tabs li, .admin fieldset {
  680. background: #fff;
  681. }
  682. /* == PASTEBIN == */
  683. div.sidebar {
  684. -moz-border-radius: 5px;
  685. -webkit-border-radius-bottomright: 5px;
  686. border-radius-topleft: 5px;
  687. background: #D7E6FF;
  688. border: 1px solid #2C1F1C;
  689. float: right;
  690. overflow: hidden;
  691. padding: 10px;
  692. width: 180px;
  693. }