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.
 
 
 
 
 
 

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