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.
 
 
 
 
 
 

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