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.
 
 
 
 
 
 

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