25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 

806 satır
16 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: verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif;
  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 url(/static/stitch.png) no-repeat bottom right;
  108. color: #2C1F1C;
  109. padding: 0 1em;
  110. overflow: auto;
  111. border: 1px solid #2C1F1C;
  112. border-top: 0;
  113. min-height: 350px;
  114. clear:both;
  115. }
  116. #header img {
  117. margin: 0 ;
  118. position: absolute;
  119. left: -5px;
  120. top: 2px;
  121. }
  122. #siteheader p {
  123. margin-top: 0.3em;
  124. }
  125. #siteheader, #banner, #mainnav, .nav {
  126. font-family: verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif;
  127. }
  128. /* == MAINNAV == */
  129. #mainnav {
  130. margin: 107px 0 0;
  131. background: #674e4e;
  132. -moz-border-radius-topleft: 5px;
  133. -moz-border-radius-topright: 5px;
  134. border: none;
  135. font-size: 12px;
  136. position: relative;
  137. border: 1px solid #2C1F1C;
  138. overflow: hidden;
  139. padding-bottom: 5px;
  140. }
  141. #mainnav li {
  142. border-right-color: #674e4e;
  143. padding: 0;
  144. background: #674e4e;
  145. }
  146. #mainnav :link, #mainnav :visited {
  147. background-image: none;
  148. border-color: #2C1F1C;
  149. padding-left: 8px; padding-right: 8px;
  150. }
  151. #mainnav :link,
  152. #mainnav :visited,
  153. #mainnav :link:hover,
  154. #mainnav :visited:hover,
  155. #mainnav .active :link,
  156. #mainnav .active :visited,
  157. #mainnav .active :link:hover,
  158. #mainnav .active :visited:hover {
  159. border-right: none;
  160. color: #fff;
  161. }
  162. #mainnav li.last,
  163. #mainnav li.last :link:hover,
  164. #mainnav li.last :visited:hover,
  165. #mainnav li.last.active :link,
  166. #mainnav li.last.active :visited,
  167. #mainnav li.last.active :link:hover,
  168. #mainnav li.last.active :visited:hover {
  169. -moz-border-radius-topright: 5px;
  170. }
  171. #mainnav .active :link,
  172. #mainnav .active :visited {
  173. background: #fff;
  174. color: #2C1F1C;
  175. }
  176. #mainnav :link:hover,
  177. #mainnav :visited:hover,
  178. #mainnav .active :link:hover,
  179. #mainnav .active :visited:hover {
  180. background: #2C1F1C;
  181. color: #fff;
  182. }
  183. /* == SUBNAVS == */
  184. .nav li {
  185. border-right: 1px solid #674E4E;
  186. }
  187. #metanav ul {
  188. position: absolute;
  189. top: 0.3em;
  190. right: 0;
  191. font-weight: bold;
  192. }
  193. #metanav :link:hover, #metanav :visited:hover {
  194. color: #fff;
  195. background: inherit;
  196. }
  197. #siteheader .nav :link, #siteheader .nav :visited {
  198. color: #674e4e;
  199. }
  200. #siteheader .nav :visited:hover, #siteheader .nav :link:hover {
  201. color: #674e4e;
  202. background: inherit;
  203. border-bottom: 1px dotted #674e4e;
  204. }
  205. #ctxtnav ul {
  206. padding: 0.2em 0;
  207. }
  208. /* == login == */
  209. #loginguest a:hover, #metanav :link, #metanav :visited {
  210. color: #2C1F1C;
  211. }
  212. /* = FOOTER = */
  213. #footer {
  214. display: none;
  215. }
  216. .nav li, #altlinks li {
  217. background: none;
  218. }
  219. /* = PAGES & MODULES = */
  220. #content .paging .current, #content .paging .current :hover {
  221. border: 1px solid #a3c37a;
  222. background: #674e4e;
  223. }
  224. #content .paging :link, #content .paging :visited {
  225. border: 1px solid #a3c37a;
  226. color: #674e4e;
  227. }
  228. #content .paging :link:hover, #content .paging :visited:hover {
  229. background: #FFBB22;
  230. color: #674e4e;
  231. border: 1px solid #a3c37a;
  232. }
  233. #content .paging .previous a,
  234. #content .paging .next a,
  235. #content .paging .previous a:hover, #content .paging .next a:hover {
  236. border: none;
  237. }
  238. #content .paging .previous a:hover, #content .paging .next a:hover {
  239. color: #FFBB22;
  240. }
  241. /* == WIKI CONTENT : Styles for images in documentation and articles == */
  242. .centertxt {
  243. text-align: center;
  244. }
  245. .lefttxt {
  246. text-align: left;
  247. }
  248. .righttxt {
  249. text-align: right;
  250. }
  251. .floatleft {
  252. float: left;
  253. }
  254. .floatright {
  255. float: right;
  256. }
  257. .floatright img, imgfloatright {
  258. margin-left: 0.2em;
  259. margin-bottom: 0.2em;
  260. }
  261. .floatleft img, imgfloatleft {
  262. margin-right: 0.2em;
  263. margin-bottom: 0.2em;
  264. }
  265. img.inline, img.inlinetop {
  266. border: solid 2px;
  267. padding: 2px;
  268. }
  269. img.inlinetop {
  270. vertical-align: top;
  271. }
  272. img.math {
  273. vertical-align: middle;
  274. margin-left: 10px;
  275. margin-right: 10px;
  276. }
  277. img.matrix {
  278. vertical-align: top;
  279. margin-right: 30px;
  280. margin-top: 10px;
  281. }
  282. .ohloh, .ohloh2 {
  283. background-repeat: no-repeat;
  284. display: block;
  285. }
  286. .ohloh {
  287. background: transparent url(ohloh.png) no-repeat left 80px;
  288. height: 14px;
  289. padding-top: 200px;
  290. }
  291. .ohloh2 {
  292. background : transparent url(ohloh2.png) no-repeat -6px bottom;
  293. padding-top: 105px;
  294. height:11px;
  295. }
  296. .software {
  297. margin:0 auto;
  298. max-width:750px;
  299. }
  300. .paragraphe {
  301. width: 333px;
  302. margin: 0 10px;
  303. }
  304. /* == FORMS == */
  305. legend {
  306. color: #674e4e;
  307. font-size: 20px;
  308. background: transparent url(fiole-ticket.png) no-repeat 2px -1px;
  309. padding-left: 20px;
  310. }
  311. fieldset {
  312. border: 1px solid #674e4e;
  313. background: #C1CFE5;
  314. padding: 0.2em;
  315. -moz-border-radius: 5px;
  316. -webkit-border-radius: 5px;
  317. border-radius: 5px;
  318. }
  319. #content.ticket, #content.milestone, {
  320. margin: 0 auto;
  321. }
  322. #content.ticket fieldset, #edit fieldset {
  323. background: #C1CFE5;
  324. border: 1px solid #674e4e !important;
  325. padding: 0.2em;
  326. }
  327. #field-description {
  328. background: #fff;
  329. }
  330. #attachments {
  331. background: transparent;
  332. border: none;
  333. }
  334. #attachfile {
  335. text-align: center;
  336. }
  337. #changelog {
  338. background: #BFADAD;
  339. border: 1px solid #674e4e;
  340. -moz-border-radius: 5px;
  341. -webkit-border-radius: 5px;
  342. border-radius: 5px;
  343. }
  344. /* === FORM TICKETS === */
  345. #preview h3, #changelog h3 {
  346. border-bottom: 1px solid #674e4e;
  347. color: #fff;
  348. font-size: 100%;
  349. font-weight: bold;
  350. }
  351. #ticket {
  352. background-color: #C1CFE5;
  353. border: 1px solid #674e4e;
  354. -moz-border-radius: 5px;
  355. -webkit-border-radius: 5px;
  356. border-radius: 5px;
  357. }
  358. div#ticket.ticketdraft {
  359. border: none;
  360. background-color: #C1CFE5;
  361. }
  362. #ticket .date p {
  363. margin: 6px;
  364. color: #674e4e;
  365. }
  366. form #comment {
  367. width: 692px;
  368. }
  369. #ticket table.properties,
  370. #ticket table.properties tr {
  371. border: 1px dotted #674E4E;
  372. }
  373. #ticket .description h3, #ticket table.properties th {
  374. color: #2C1F1C;
  375. }
  376. #ticket .description h3 {
  377. border-bottom: 1px dotted #674E4E;
  378. }
  379. #content.ticket {
  380. margin: 0 auto;
  381. }
  382. #content.ticket fieldset {
  383. border: 1px solid #674e4e;
  384. }
  385. /* editor menu */
  386. .wikitoolbar {
  387. width: 252px;
  388. }
  389. .wikitoolbar :link, .wikitoolbar :visited {
  390. border: 1px solid #674E4E;
  391. margin-left: 2px
  392. }
  393. .wikitoolbar :active, .wikitoolbar :hover {
  394. border: 1px solid #2C1F1C;
  395. }
  396. /* === BUTTONS === */
  397. .buttons {
  398. text-align: center;
  399. margin-right:250px;
  400. }
  401. .buttons input {
  402. margin: 0;
  403. }
  404. #delete, #save {
  405. margin-left: 0;
  406. border-bottom: 1px solid #2C1F1C;
  407. }
  408. input[type="button"],
  409. input[type="submit"],
  410. input[type="reset"],
  411. .controls a {
  412. background: #674e4e;
  413. color: #fff;
  414. border: 1px solid #2C1F1C;
  415. -moz-border-radius: 4px;
  416. white-space: normal;
  417. cursor: pointer;
  418. font-size: 11px;
  419. padding: 0.2em;
  420. }
  421. input[type="button"]:hover,
  422. input[type="submit"]:hover,
  423. input[type="reset"]:hover,
  424. .controls a:hover {
  425. background: #2C1F1C;
  426. border: 1px solid #674e4e;
  427. color: #fff;
  428. }
  429. #save{
  430. background: #879A4A url(bouton.png) no-repeat center top;
  431. }
  432. .uninstall input[type="submit"], #delete input[type="submit"] {
  433. background: #AD5151 url(bouton.png) no-repeat center top;
  434. }
  435. .addnew .buttons input[type="submit"], #save:hover {
  436. background: #73833F url(boutonhover.png) no-repeat center top;
  437. }
  438. .plugin .uninstall input[type="submit"]:hover, #delete input[type="submit"]:hover {
  439. background: #BD7474 url(boutonhover.png) no-repeat center top;
  440. }
  441. #attachments input[type="button"],
  442. #attachments input[type="submit"],
  443. #attachments input[type="reset"],
  444. .buttons input[type="button"],
  445. .buttons input[type="submit"],
  446. .buttons input[type="reset"] {
  447. -moz-border-radius: 10px;
  448. -webkit-border-radius: 10px;
  449. border-radius: 10px;
  450. background: #674e4e url(bouton.png) no-repeat center top;
  451. color: #fff;
  452. border: 0;
  453. border-bottom: 1px solid #2C1F1C;
  454. padding-top: 90px;
  455. width: 148px;
  456. }
  457. /*Admin forms */
  458. .addnew .buttons, .plugin .uninstall {
  459. height:100px;
  460. margin:7px 0 18px;
  461. margin-top:7px;
  462. padding:0;
  463. text-align:center;
  464. }
  465. #attachments input[type="button"]:hover,
  466. #attachments input[type="submit"]:hover,
  467. #attachments input[type="reset"]:hover,
  468. .buttons input[type="button"]:hover,
  469. .buttons input[type="submit"]:hover,
  470. .buttons input[type="reset"]:hover,
  471. .buttons input[type="button"]:active,
  472. .buttons input[type="submit"]:active,
  473. .buttons input[type="reset"]:active {
  474. background: #2C1F1C url(boutonhover.png) no-repeat center top;
  475. border: 0;
  476. border-bottom: 1px solid #674e4e;
  477. color: #fff;
  478. padding-top: 90px;
  479. width: 148px;
  480. -moz-border-radius: 10px;
  481. -webkit-border-radius: 10px;
  482. border-radius: 10px;
  483. }
  484. input[type="text"], input.textwidget, textarea {
  485. border: 1px solid #674E4E;
  486. }
  487. /* == SEARCH == */
  488. #content.search #results dt a {
  489. color: #674e4e;
  490. }
  491. #content.search #results .author, #results .date {
  492. color: #674e4e;
  493. font-style: italic;
  494. }
  495. .searchword0 {
  496. background: #FFBB22;
  497. color: #2C1F1C
  498. }
  499. #content.search #results dd {
  500. font-size: 1em;
  501. }
  502. #search { margin: 10px 0 0;}
  503. /* == ROADMAP == */
  504. .milestone .info .date, .milestone .info h2 em {
  505. color: #2C1F1C;
  506. }
  507. #prefs {
  508. background: #fff;
  509. border: 1px solid #4E6A91;
  510. color: #2C1F1C;
  511. font-size: 11px;
  512. }
  513. /* == BROWSER == */
  514. #dirlist td.age {
  515. border-top: 1px solid #2C1F1C;
  516. border-bottom: 1px solid #2C1F1C;
  517. }
  518. /* = WIKI = */
  519. div.code, pre.wiki, pre.literal-block {
  520. background: #BFADAD;
  521. border: 1px dotted #2C1F1C;
  522. }
  523. .wiki {
  524. max-width: 1200px;
  525. margin: 0 auto;
  526. }
  527. .wiki-toc, #prefs, #tabs {
  528. background: #fff;
  529. border: 1px solid #4E6A91;
  530. color: #674e4e;
  531. font-size: 12px;
  532. font-family: verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif;
  533. -moz-border-radius: 5px;
  534. }
  535. #prefs .buttons {
  536. margin-top: 0;
  537. text-align: center;
  538. }
  539. #tabs li {
  540. color: #674e4e;
  541. }
  542. #tabs li li.active {
  543. border: 1px solid #D7E6FF;
  544. background: #D7E6FF;
  545. }
  546. .wiki-toc :link,
  547. .wiki-toc :visited {
  548. color: #2C1F1C
  549. }
  550. .wiki-toc .active {
  551. font-weight: bold;
  552. }
  553. /* == TABLE (FORUM, TIMELINE & DIFF) == */
  554. table.listing {
  555. border: 1px solid #674E4E;
  556. border-collapse: collapse;
  557. }
  558. table.listing thead {
  559. background: #674E4E;
  560. color: #fff;
  561. }
  562. table.listing thead th,
  563. table.listing tbody td,
  564. table.listing tbody th {
  565. border: 1px solid #674E4E;
  566. }
  567. table.listing thead th {
  568. text-align: center;
  569. font-size: 14px;
  570. }
  571. table.listing thead th a {
  572. color: #fff
  573. }
  574. table.listing thead th.moderators,
  575. table.listing tbody td.moderators,
  576. table.listing tbody th.moderators,
  577. table.listing thead th.id,
  578. table.listing tbody td.id,
  579. table.listing tbody th.id {
  580. display: none;
  581. }
  582. table.listing tbody td.lasttopic,
  583. table.listing tbody td.author,
  584. table.listing tbody td.founded,
  585. table.listing tbody td.lastreply {
  586. text-align: left;
  587. }
  588. table.listing tbody td.topics,
  589. table.listing tbody td.new_topics,
  590. table.listing tbody td.replies,
  591. table.listing tbody td.new_replies {
  592. text-align: right;
  593. }
  594. table.listing tbody tr:hover { background: #D7E6FF !important }
  595. table.listing tbody tr.focus { background: #D7E6FF !important }
  596. .tickets tr.color1-odd {
  597. background: rgba(240, 215, 215, 0.9);
  598. }
  599. .tickets tr.color1-even {
  600. background: rgba(255, 228, 228, 0.9);
  601. }
  602. .tickets tr.color2-odd {
  603. background: rgba(255, 255, 185, 0.9);
  604. }
  605. .tickets tr.color2-even {
  606. background: rgba(255, 255, 220, 0.9);
  607. }
  608. .tickets tr.color3-odd,
  609. table.listing tbody tr.odd {
  610. background: rgba(255, 255, 255, 0.9);
  611. }
  612. .tickets tr.color3-even,
  613. table.listing tbody tr.even {
  614. background: rgba(240, 240, 240, 0.9);
  615. }
  616. .tickets tr.color4-odd {
  617. background: rgba(195, 215, 255, 0.9);
  618. }
  619. .tickets tr.color4-even {
  620. background: rgba(210, 215, 240, 0.9);
  621. }
  622. /* === FORUM === */
  623. .forum-list tr > td {
  624. padding: 0.2em 0.2em !important
  625. }
  626. .forum-list th.group, .topic-list th {
  627. background-color: #4E6A91;
  628. border: 1px solid #674E4E;
  629. padding: 5px;
  630. color: #fff;
  631. text-align: left;
  632. }
  633. .forum-list th.group div.name {
  634. float: left;
  635. text-align: right;
  636. width: 40%;
  637. }
  638. .forum-list th.group div.name:after {
  639. content: ':';
  640. }
  641. .forum-list th.group .description {
  642. float: left;
  643. }
  644. .forum-list th.group div.description {
  645. float: right;
  646. text-align: left;
  647. width: 59%;
  648. }
  649. .topic-list h1 {
  650. float: left;
  651. text-align: right;
  652. width: 49%;
  653. color: #2C1F1C;
  654. }
  655. .topic-list h1:after {
  656. content: ':';
  657. }
  658. .topic-list h1, .topic-list h2 {
  659. border-bottom: none;
  660. font-size: 20px;
  661. font-weight: bold;
  662. margin-top: 0;
  663. padding-top: 0;
  664. }
  665. .topic-list h2 {
  666. float: right;
  667. text-align: left;
  668. width: 49%;
  669. color: #4E6A91;
  670. }
  671. .topic-list th :link, .topic-list th :visited {
  672. color: #2C1F1C;
  673. }
  674. .topic-list th :active, .topic-list th :hover {
  675. color: #fff;
  676. }
  677. .message-list div.replies div.body {
  678. border: 1px solid #2C1F1C;
  679. -moz-border-radius: 5px;
  680. -webkit-border-radius-top: 5px;
  681. border-radius-top: 5px;
  682. }
  683. .message-list div.topic,
  684. .message-list div.replies,
  685. .message-list div.replies.new,
  686. .message-list div.topic.new {
  687. border: 1px solid #2C1F1C;
  688. background-color: #C1CFE5;
  689. }
  690. .message-list div.replies {
  691. border-top: 0;
  692. }
  693. .message-list div.topic {
  694. -moz-border-radius-topleft: 5px;
  695. -moz-border-radius-topright: 5px;
  696. -webkit-border-radius-top-left: 5px;
  697. -webkit-border-radius-top-right: 5px;
  698. border-radius-top-left: 5px;
  699. border-radius-top-right: 5px;
  700. }
  701. .message-list div li {
  702. background-image: none;
  703. }
  704. .message-list div.replies.new,
  705. .message-list div.topic.new {
  706. background: #BFADAD;
  707. }
  708. .message-list div.topic div.subject {
  709. background: #4E6A91 url(fiole.png) no-repeat 5px 1px;
  710. padding-left: 25px;
  711. color: #fff;
  712. border-bottom: 1px solid #2C1F1C;
  713. }
  714. .message-list div.topic.new div.subject {
  715. background: #674E4E url(fiole-new.png) no-repeat 5px 1px;
  716. }
  717. /* === DIFF === */
  718. .diff h2 {
  719. color: #fff;
  720. background: #4e6a91;
  721. background-color: #C1CFE5;
  722. }
  723. dt .time {
  724. color: #2C1F1C;
  725. }
  726. .diff table tbody th {
  727. background: #D7E6FF;
  728. color: #674E4E;
  729. }
  730. .diff li.entry, .diff table th {
  731. border-color: #4e6a91;
  732. }
  733. table#info li {
  734. background-image: none;
  735. }
  736. /* == admin == */
  737. .admin #tabs li, .admin fieldset {
  738. background: #fff;
  739. }
  740. /* == PASTEBIN == */
  741. div.sidebar {
  742. -moz-border-radius: 5px;
  743. -webkit-border-radius-bottomright: 5px;
  744. border-radius-topleft: 5px;
  745. background: rgba(215,230,255, 0.9);
  746. border: 1px solid #2C1F1C;
  747. float: right;
  748. overflow: hidden;
  749. padding: 10px;
  750. width: 450px;
  751. }
  752. div.formwrapper {
  753. margin-right: 510px;
  754. }