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.
 
 
 
 
 
 

699 lines
13 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. /* == WIKI CONTENT : Styles for images in documentation and articles == */
  218. .centertxt {
  219. text-align: center;
  220. }
  221. .lefttxt {
  222. text-align: left;
  223. }
  224. .righttxt {
  225. text-align: right;
  226. }
  227. .floatleft {
  228. float: left;
  229. }
  230. .floatright {
  231. float: right;
  232. }
  233. .floatright img, imgfloatright {
  234. margin-left: 0.2em;
  235. margin-bottom: 0.2em;
  236. }
  237. .floatleft img, imgfloatleft {
  238. margin-right: 0.2em;
  239. margin-bottom: 0.2em;
  240. }
  241. img.inline, img.inlinetop {
  242. border: solid 2px;
  243. padding: 2px;
  244. }
  245. img.inlinetop {
  246. vertical-align: top;
  247. }
  248. img.math {
  249. vertical-align: middle;
  250. margin-left: 10px;
  251. margin-right: 10px;
  252. }
  253. img.matrix {
  254. vertical-align: top;
  255. margin-right: 30px;
  256. margin-top: 10px;
  257. }
  258. .ohloh, .ohloh2 {
  259. background-repeat: no-repeat;
  260. display: block;
  261. }
  262. .ohloh {
  263. background: transparent url(ohloh.png) no-repeat left top;
  264. height: 24px;
  265. padding-top: 120px;
  266. background-position:left top;
  267. }
  268. .ohloh2 {
  269. background-position:-6px top;
  270. background-image: url(ohloh2.png);
  271. padding-top:105px;
  272. height:11px;
  273. }
  274. /* == FORMS == */
  275. /* === BUTTONS === */
  276. input[type="button"],
  277. input[type="submit"],
  278. input[type="reset"],
  279. .controls a {
  280. background: #674e4e;
  281. color: #fff;
  282. border: 1px solid #2C1F1C;
  283. -moz-border-radius: 4px;
  284. white-space: normal;
  285. cursor: pointer;
  286. }
  287. input[type="button"]:hover,
  288. input[type="submit"]:hover,
  289. input[type="reset"]:hover,
  290. .controls a:hover {
  291. background: #2C1F1C;
  292. border: 1px solid #674e4e;
  293. color: #fff;
  294. }
  295. #attachments input[type="button"],
  296. #attachments input[type="submit"],
  297. #attachments input[type="reset"],
  298. .buttons input[type="button"],
  299. .buttons input[type="submit"],
  300. .buttons input[type="reset"] {
  301. -moz-border-radius: 10px;
  302. -webkit-border-radius: 10px;
  303. border-radius: 10px;
  304. background: #674e4e url(bouton.png) no-repeat center top;
  305. color: #fff;
  306. border: 0;
  307. border-bottom: 1px solid #2C1F1C;
  308. padding-top: 90px;
  309. width: 148px;
  310. }
  311. #attachments input[type="button"]:hover,
  312. #attachments input[type="submit"]:hover,
  313. #attachments input[type="reset"]:hover,
  314. .buttons input[type="button"]:hover,
  315. .buttons input[type="submit"]:hover,
  316. .buttons input[type="reset"]:hover,
  317. .buttons input[type="button"]:active,
  318. .buttons input[type="submit"]:active,
  319. .buttons input[type="reset"]:active {
  320. background: #2C1F1C url(boutonhover.png) no-repeat center top;
  321. border: 0;
  322. border-bottom: 1px solid #674e4e;
  323. color: #fff;
  324. padding-top: 90px;
  325. width: 148px;
  326. -moz-border-radius: 10px;
  327. -webkit-border-radius: 10px;
  328. border-radius: 10px;
  329. }
  330. input[type="text"], input.textwidget, textarea {
  331. border: 1px solid #674E4E;
  332. }
  333. legend {
  334. color: #674e4e;
  335. font-size: 20px;
  336. background: transparent url(fiole-ticket.png) no-repeat 2px -1px;
  337. padding-left: 20px;
  338. }
  339. fieldset {
  340. border: 1px solid #674e4e;
  341. background: #C1CFE5;
  342. padding: 0.2em;
  343. -moz-border-radius: 5px;
  344. -webkit-border-radius: 5px;
  345. border-radius: 5px;
  346. }
  347. #content.ticket, #content.milestone, {
  348. margin: 0 auto;
  349. }
  350. .buttons {
  351. text-align: center;
  352. }
  353. .buttons input {
  354. margin: 0.5em;
  355. }
  356. #content.ticket fieldset, #edit fieldset {
  357. background: #C1CFE5;
  358. border: 1px solid #674e4e !important;
  359. padding: 0.2em;
  360. }
  361. #field-description {
  362. background: #fff;
  363. }
  364. #attachments {
  365. background: #fff;
  366. border: none;
  367. }
  368. #attachfile {
  369. text-align: center;
  370. }
  371. #changelog {
  372. background: #BFADAD;
  373. border: 1px solid #674e4e;
  374. -moz-border-radius: 5px;
  375. -webkit-border-radius: 5px;
  376. border-radius: 5px;
  377. }
  378. /* === FORM TICKETS === */
  379. #preview h3, #changelog h3 {
  380. border-bottom: 1px solid #674e4e;
  381. color: #fff;
  382. font-size: 100%;
  383. font-weight: bold;
  384. }
  385. #ticket {
  386. background-color: #C1CFE5;
  387. border: 1px solid #674e4e;
  388. -moz-border-radius: 5px;
  389. -webkit-border-radius: 5px;
  390. border-radius: 5px;
  391. }
  392. div#ticket.ticketdraft {
  393. border: none;
  394. background-color: #C1CFE5;
  395. }
  396. #ticket .date p {
  397. margin: 6px;
  398. color: #674e4e;
  399. }
  400. form #comment {
  401. width: 692px;
  402. }
  403. #ticket table.properties,
  404. #ticket table.properties tr {
  405. border: 1px dotted #674E4E;
  406. }
  407. #ticket .description h3, #ticket table.properties th {
  408. color: #2C1F1C;
  409. }
  410. #ticket .description h3 {
  411. border-bottom: 1px dotted #674E4E;
  412. }
  413. #content.ticket {
  414. margin: 0 auto;
  415. }
  416. #content.ticket fieldset {
  417. border: 1px solid #674e4e;
  418. }
  419. .wikitoolbar {
  420. width: 252px;
  421. }
  422. .wikitoolbar :link, .wikitoolbar :visited {
  423. border: 1px solid #674E4E;
  424. margin-left: 2px
  425. }
  426. .wikitoolbar :active, .wikitoolbar :hover {
  427. border: 1px solid #2C1F1C;
  428. }
  429. /* == SEARCH == */
  430. #content.search #results dt a {
  431. color: #674e4e;
  432. }
  433. #content.search #results .author, #results .date {
  434. color: #674e4e;
  435. font-style: italic;
  436. }
  437. .searchword0 {
  438. background: #FFBB22;
  439. color: #2C1F1C
  440. }
  441. #content.search #results dd {
  442. font-size: 1em;
  443. }
  444. #search { margin: 10px 0 0;}
  445. #content .paging .current, #content .paging .current :hover {
  446. border: 1px solid #a3c37a;
  447. background: #674e4e;
  448. }
  449. #content .paging :link, #content .paging :visited {
  450. border: 1px solid #a3c37a;
  451. color: #674e4e;
  452. }
  453. #content .paging :link:hover, #content .paging :visited:hover {
  454. background: #FFBB22;
  455. color: #674e4e;
  456. border: 1px solid #a3c37a;
  457. }
  458. #content .paging .previous a,
  459. #content .paging .next a,
  460. #content .paging .previous a:hover, #content .paging .next a:hover {
  461. border: none;
  462. }
  463. #content .paging .previous a:hover, #content .paging .next a:hover {
  464. color: #FFBB22;
  465. }
  466. /* == ROADMAP == */
  467. .milestone .info .date, .milestone .info h2 em {
  468. color: #2C1F1C;
  469. }
  470. #prefs {
  471. background: #fff;
  472. border: 1px solid #4E6A91;
  473. color: #2C1F1C;
  474. font-size: 11px;
  475. }
  476. /* == BROWSER == */
  477. #dirlist td.age {
  478. border-top: 1px solid #2C1F1C
  479. border-bottom: 1px solid #2C1F1C
  480. }
  481. /* = WIKI = */
  482. div.code, pre.wiki, pre.literal-block {
  483. background: #fff;
  484. border: 1px dotted #2C1F1C;
  485. }
  486. .wiki-toc, #prefs, #tabs {
  487. background: #fff;
  488. border: 1px solid #4E6A91;
  489. color: #674e4e;
  490. font-size: 12px;
  491. font-family: verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif;
  492. -moz-border-radius: 5px;
  493. }
  494. #prefs .buttons {
  495. margin-top: 0;
  496. text-align: center;
  497. }
  498. #tabs li {
  499. color: #674e4e;
  500. }
  501. #tabs li li.active {
  502. border: 1px solid #D7E6FF;
  503. background: #D7E6FF;
  504. }
  505. .wiki-toc :link,
  506. .wiki-toc :visited {
  507. color: #2C1F1C
  508. }
  509. .wiki-toc .active {
  510. font-weight: bold;
  511. }
  512. /* == TABLE (FORUM, TIMELINE & DIFF) == */
  513. table.listing {
  514. border: 1px solid #674E4E;
  515. border-collapse: collapse;
  516. }
  517. table.listing thead, .message-list div.topic div.subject {
  518. background: #674E4E;
  519. color: #fff;
  520. }
  521. table.listing thead th,
  522. table.listing tbody td,
  523. table.listing tbody th {
  524. border: 1px solid #674E4E;
  525. }
  526. table.listing thead th {
  527. text-align: center;
  528. font-size: 14px;
  529. }
  530. table.listing thead th a {
  531. color: #fff
  532. }
  533. table.listing thead th.moderators,
  534. table.listing tbody td.moderators,
  535. table.listing tbody th.moderators,
  536. table.listing thead th.id,
  537. table.listing tbody td.id,
  538. table.listing tbody th.id {
  539. display: none;
  540. }
  541. table.listing tbody tr:hover { background: #D7E6FF !important }
  542. table.listing tbody tr.focus { background: #D7E6FF !important }
  543. table.listing tbody td.lasttopic,
  544. table.listing tbody td.author,
  545. table.listing tbody td.founded,
  546. table.listing tbody td.lastreply {
  547. text-align: left;
  548. }
  549. table.listing tbody td.topics,
  550. table.listing tbody td.new_topics,
  551. table.listing tbody td.replies,
  552. table.listing tbody td.new_replies {
  553. text-align: right;
  554. }
  555. /* === FORUM === */
  556. .forum-list tr > td {
  557. padding: 0.2em 0.2em !important
  558. }
  559. .forum-list th.group, .topic-list th {
  560. background-color: #4E6A91;
  561. border: 1px solid #674E4E;
  562. padding: 5px;
  563. color: #fff;
  564. text-align: left;
  565. }
  566. .forum-list th.group div.name {
  567. float: left;
  568. text-align: right;
  569. width: 40%;
  570. }
  571. .forum-list th.group div.name:after {
  572. content: ':';
  573. }
  574. .forum-list th.group .description {
  575. float: left;
  576. }
  577. .forum-list th.group div.description {
  578. float: right;
  579. text-align: left;
  580. width: 59%;
  581. }
  582. .topic-list h1 {
  583. float: left;
  584. text-align: right;
  585. width: 49%;
  586. color: #2C1F1C;
  587. }
  588. .topic-list h1:after {
  589. content: ':';
  590. }
  591. .topic-list h1, .topic-list h2 {
  592. border-bottom: none;
  593. font-size: 20px;
  594. font-weight: bold;
  595. margin-top: 0;
  596. padding-top: 0;
  597. }
  598. .topic-list h2 {
  599. float: right;
  600. text-align: left;
  601. width: 49%;
  602. color: #4E6A91;
  603. }
  604. .topic-list th :link, .topic-list th :visited {
  605. color: #2C1F1C;
  606. }
  607. .topic-list th :active, .topic-list th :hover {
  608. color: #fff;
  609. }
  610. .message-list div {
  611. border-color: #2C1F1C;
  612. }
  613. .message-list div.topic {
  614. border: 1px solid #2C1F1C;
  615. background-color: #C1CFE5;
  616. }
  617. .message-list div.replies {
  618. border: 1px solid #2C1F1C;
  619. background-color: #C1CFE5;
  620. }
  621. /* === DIFF === */
  622. .diff h2 {
  623. color: #fff;
  624. background: #4e6a91;
  625. background-color: #C1CFE5;
  626. }
  627. dt .time {
  628. color: #2C1F1C;
  629. }
  630. .diff table tbody th {
  631. background: #D7E6FF;
  632. color: #674E4E;
  633. }
  634. .diff li.entry, .diff table th {
  635. border-color: #4e6a91;
  636. }
  637. table#info li {
  638. background-image: none;
  639. }
  640. /* == admin == */
  641. .admin #tabs li, .admin fieldset {
  642. background: #fff;
  643. }
  644. /* == PASTEBIN == */
  645. div.sidebar {
  646. -moz-border-radius: 5px;
  647. -webkit-border-radius-bottomright: 5px;
  648. border-radius-topleft: 5px;
  649. background: #D7E6FF;
  650. border: 1px solid #2C1F1C;
  651. float: right;
  652. overflow: hidden;
  653. padding: 10px;
  654. width: 180px;
  655. }