Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 

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