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.
 
 
 
 
 
 

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