Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

libcaca.css 12 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646
  1. /*
  2. */
  3. /* = styles généraux = */
  4. body {
  5. background: #4E6A91;
  6. color: white;
  7. width: 100%;
  8. padding: 0;
  9. margin: 0;
  10. }
  11. body, td, th, h1, h2, h3, h4, #main {
  12. font-family: "URW Gothic L", Helvetica, Verdana;
  13. }
  14. .corps {
  15. margin: 0 5px;
  16. min-width: 750px;
  17. position: relative;
  18. }
  19. h1, h2, h3 {
  20. border-style: solid;
  21. background-color: inherit;
  22. font-variant: small-caps;
  23. border-width: 0 0 2px 0;
  24. border-color: #4E6A91;
  25. color: #674e4e;
  26. }
  27. h1 {
  28. font-size: 1.6em;
  29. }
  30. h2 {
  31. font-size: 1.3em;
  32. }
  33. h3 {
  34. font-size: 1.1em;
  35. }
  36. p, dd, dd, ol, ul {
  37. text-align: inherit;
  38. font-size: 1em;
  39. }
  40. ol li {
  41. list-style: decimal inside;
  42. }
  43. ul li {
  44. list-style: none inside;
  45. padding-left: 20px;
  46. background: url(puce.png) no-repeat left center;
  47. }
  48. ul, ol {
  49. padding-left: 0;
  50. }
  51. :link, :visited {
  52. color: #4E6A91;
  53. border-bottom: none;
  54. }
  55. :link:hover, :visited:hover {
  56. color: #2C1F1C;
  57. background-color: inherit;
  58. }
  59. dt em {
  60. border-bottom:none;
  61. color: #674e4e;
  62. font-style:normal;
  63. text-decoration:none;
  64. }
  65. dt :link:hover, dt :visited:hover {
  66. background-color: #D7E6FF;
  67. }
  68. table.listing tbody tr:hover { background: #D7E6FF !important }
  69. table.listing tbody tr.focus { background: #D7E6FF !important }
  70. /* = HEADER = */
  71. .nav ul {
  72. text-align: right;
  73. font-size: 12px;
  74. }
  75. .nav li.last {
  76. border-right: none !important;
  77. }
  78. #main {
  79. background: #fff;
  80. color: #2C1F1C;
  81. padding: 0 1em;
  82. overflow: auto;
  83. border: 1px solid #2C1F1C;
  84. border-top: 0;
  85. }
  86. #header img {
  87. margin: 0 ;
  88. position: absolute;
  89. left: 0;
  90. top: 1px;
  91. z-index: 10;
  92. }
  93. #siteheader, #banner, #mainnav, .nav {
  94. font-family:"Arial","Geneva",sans-serif;
  95. }
  96. /* == MENU PRINCIPAL == */
  97. #mainnav {
  98. margin: 107px 0 0;
  99. background: #674e4e;
  100. -moz-border-radius-topleft: 5px;
  101. -moz-border-radius-topright: 5px;
  102. border: none;
  103. font-size: 12px;
  104. position: relative;
  105. border: 1px solid #2C1F1C;
  106. }
  107. #mainnav li {
  108. border-right-color: #674e4e;
  109. padding: 0;
  110. background: #674e4e;
  111. }
  112. #mainnav :link, #mainnav :visited {
  113. background-image: none;
  114. border-color: #2C1F1C;
  115. padding-left: 8px; padding-right: 8px;
  116. }
  117. #mainnav :link,
  118. #mainnav :visited,
  119. #mainnav :link:hover,
  120. #mainnav :visited:hover,
  121. #mainnav .active :link,
  122. #mainnav .active :visited,
  123. #mainnav .active :link:hover, #mainnav .active :visited:hover {
  124. border-right: none;
  125. color: #fff;
  126. }
  127. #mainnav li.last,
  128. #mainnav li.last :link:hover,
  129. #mainnav li.last :visited:hover,
  130. #mainnav li.last.active :link,
  131. #mainnav li.last.active :visited,
  132. #mainnav li.last.active :link:hover,
  133. #mainnav li.last.active :visited:hover {
  134. -moz-border-radius-topright: 5px;
  135. }
  136. #mainnav .active :link, #mainnav .active :visited {
  137. background: #fff;
  138. color: #2C1F1C;
  139. }
  140. #mainnav :link:hover, #mainnav :visited:hover, #mainnav .active :link:hover, #mainnav .active :visited:hover {
  141. background: #2C1F1C;
  142. color: #fff;
  143. }
  144. /* == Subnav == */
  145. .nav li {
  146. border-right: 1px solid #674E4E;
  147. }
  148. #metanav ul {
  149. position: absolute;
  150. top: 0.3em;
  151. right: 0;
  152. font-weight: bold;
  153. }
  154. #metanav :link:hover, #metanav :visited:hover {
  155. color: #fff;
  156. background: inherit;
  157. }
  158. #loginguest a:hover, #metanav :link, #metanav :visited {
  159. color: #2C1F1C;
  160. }
  161. #siteheader p {
  162. margin-top: 0.3em;
  163. }
  164. #siteheader .nav :link, #siteheader .nav :visited {
  165. color: #674e4e;
  166. }
  167. #siteheader .nav :visited:hover, #siteheader .nav :link:hover {
  168. color: #674e4e;
  169. background: inherit;
  170. border-bottom: 1px dotted #674e4e;
  171. }
  172. #ctxtnav ul {
  173. padding: 0.2em 0;
  174. }
  175. /* = FOOTER = */
  176. #footer {
  177. display: none;
  178. }
  179. .nav li, #altlinks li {
  180. background: none;
  181. }
  182. /* = PAGES ET MODULES = */
  183. /* == Styles for images in documentation and articles == */
  184. img.inline, img.inlinetop {
  185. border: solid 2px;
  186. padding: 2px;
  187. }
  188. img.inlinetop {
  189. vertical-align: top;
  190. }
  191. img.math {
  192. vertical-align: middle;
  193. margin-left: 10px;
  194. margin-right: 10px;
  195. }
  196. img.matrix {
  197. vertical-align: top;
  198. margin-right: 30px;
  199. margin-top: 10px;
  200. }
  201. /* == FORMS == */
  202. input[type="button"], input[type="submit"], input[type="reset"] {
  203. background: #674e4e;
  204. color: #fff;
  205. border: 1px solid #2C1F1C;
  206. -moz-border-radius: 4px;
  207. white-space: normal;
  208. cursor: pointer;
  209. }
  210. input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
  211. background: #2C1F1C;
  212. border: 1px solid #674e4e;
  213. color: #fff;
  214. }
  215. .buttons input[type="button"], .buttons input[type="submit"], .buttons input[type="reset"] {
  216. -moz-border-radius: 10px;
  217. -webkit-border-radius: 10px;
  218. border-radius: 10px;
  219. background: #674e4e url(bouton.png) no-repeat center top;
  220. color: #fff;
  221. border: 0;
  222. border-bottom: 1px solid #2C1F1C;
  223. padding-top: 90px;
  224. width:148px;
  225. }
  226. .buttons input[type="button"]:hover, .buttons input[type="submit"]:hover, .buttons input[type="reset"]:hover, .buttons input[type="button"]:active, .buttons input[type="submit"]:active, .buttons input[type="reset"]:active {
  227. background: #2C1F1C url(boutonhover.png) no-repeat center top;
  228. border: 0;
  229. border-bottom: 1px solid #674e4e;
  230. color: #fff;
  231. padding-top: 90px;
  232. width: 148px;
  233. -moz-border-radius: 10px;
  234. -webkit-border-radius: 10px;
  235. border-radius: 10px;
  236. }
  237. input[type="text"], input.textwidget, textarea {
  238. border: 1px solid #674E4E;
  239. }
  240. legend {
  241. color: #674e4e;
  242. }
  243. fieldset {
  244. border: 1px solid #674e4e;
  245. background: #C1CFE5;
  246. padding: 0.2em;
  247. -moz-border-radius: 5px;
  248. -webkit-border-radius: 5px;
  249. border-radius: 5px;
  250. }
  251. #content.ticket, #content.milestone, {
  252. margin: 0 auto;
  253. }
  254. .buttons {
  255. text-align: center;
  256. }
  257. .buttons input {
  258. margin: 0.5em;
  259. }
  260. #content.ticket fieldset, #edit fieldset {
  261. background: #C1CFE5;
  262. border: 1px solid #674e4e !important;
  263. padding: 0.2em;
  264. }
  265. #field-description {
  266. background: #fff;
  267. }
  268. #attachments {
  269. background: #fff;
  270. border: none;
  271. }
  272. #attachfile {
  273. text-align: center;
  274. }
  275. #changelog {
  276. background: #674E4E;
  277. border: 1px solid #674e4e;
  278. }
  279. a.ext-link .icon {
  280. background-position: right center;
  281. padding-right: 16px;
  282. padding-left: 0;
  283. }
  284. /* === FORM TICKETS === */
  285. #preview h3, #changelog h3 {
  286. border-bottom:1px solid #674e4e;
  287. color:#552701;
  288. font-size:100%;
  289. font-weight:bold;
  290. }
  291. #ticket {
  292. background-color: #C1CFE5;
  293. border: 1px solid #674e4e;
  294. }
  295. div#ticket.ticketdraft {
  296. border: none;
  297. background-color: #C1CFE5;
  298. }
  299. #ticket .date p {
  300. margin: 6px;
  301. color: #674e4e;
  302. }
  303. form #comment {
  304. width: 692px;
  305. }
  306. #ticket table.properties,
  307. #ticket table.properties tr {
  308. border: 1px dotted #674E4E;
  309. }
  310. #content.ticket {
  311. margin: 0 auto;
  312. }
  313. #content.ticket fieldset {
  314. border: 1px solid #674e4e;
  315. }
  316. .wikitoolbar {
  317. width: 252px;
  318. }
  319. .wikitoolbar :link, .wikitoolbar :visited {
  320. border: 1px solid #674E4E;
  321. margin-left: 2px
  322. }
  323. .wikitoolbar :active, .wikitoolbar :hover {
  324. border: 1px solid #2C1F1C;
  325. }
  326. /* == search == */
  327. #content.search #results dt a {
  328. color: #674e4e;
  329. }
  330. #content.search #results .author, #results .date {
  331. color: #674e4e;
  332. font-style: italic;
  333. }
  334. .searchword0 {
  335. background: #FFBB22;
  336. color: #2C1F1C
  337. }
  338. #content.search #results dd {
  339. font-size: 1em;
  340. }
  341. #search { margin: 10px 0 0;}
  342. #content .paging .current, #content .paging .current :hover {
  343. border: 1px solid #a3c37a;
  344. background: #674e4e;
  345. }
  346. #content .paging :link, #content .paging :visited {
  347. border: 1px solid #a3c37a;
  348. color: #674e4e;
  349. }
  350. #content .paging :link:hover, #content .paging :visited:hover {
  351. background: #FFBB22;
  352. color: #674e4e;
  353. border: 1px solid #a3c37a;
  354. }
  355. #content .paging .previous a,
  356. #content .paging .next a,
  357. #content .paging .previous a:hover, #content .paging .next a:hover {
  358. border: none;
  359. }
  360. #content .paging .previous a:hover, #content .paging .next a:hover {
  361. color: #FFBB22;
  362. }
  363. /* roadmap */
  364. .milestone .info .date, .milestone .info h2 em {
  365. color: #2C1F1C
  366. }
  367. #prefs {
  368. background: #fff;
  369. border: 1px solid #4E6A91;
  370. color: #2C1F1C
  371. font-size: 11px;
  372. }
  373. /* browser */
  374. table.listing {
  375. border-color: #674E4E;
  376. }
  377. table.listing thead th,
  378. table.listing tbody td,
  379. table.listing tbody th {
  380. border: 1px solid #674E4E;
  381. }
  382. #dirlist td.age {
  383. border-top: 1px solid #2C1F1C
  384. border-bottom: 1px solid #2C1F1C
  385. }
  386. /* = WIKI = */
  387. div.code, pre.wiki, pre.literal-block {
  388. background: #fff;
  389. border: 1px dotted #2C1F1C
  390. }
  391. .wiki-toc, #prefs, #tabs {
  392. background: #fff;
  393. border: 1px solid #4E6A91;
  394. color: #674e4e;
  395. font-size: 12px;
  396. font-family: verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif;
  397. -moz-border-radius: 5px;
  398. }
  399. #prefs .buttons {
  400. margin-top: 0;
  401. text-align: center;
  402. }
  403. #tabs li {
  404. color: #674e4e;
  405. }
  406. #tabs li li.active {
  407. border: 1px solid #D7E6FF;
  408. background: #D7E6FF;
  409. }
  410. .wiki-toc :link, .wiki-toc :visited {
  411. color: #2C1F1C
  412. }
  413. a.missing:link, a.missing:visited,
  414. a.missing:link:hover, a.missing:visited:hover {
  415. background: #FFBB22;
  416. color: #2C1F1C
  417. font-style: italic;
  418. }
  419. a.missing:link:after, a.missing:visited:after,
  420. a.missing:hover:after {
  421. content: ' missing!';
  422. font-size: 9px;
  423. color: #674e4e;
  424. vertical-align: top;
  425. padding-left: 5px;
  426. }
  427. .wiki-toc .active {
  428. font-weight: bold;
  429. }
  430. h1 :link, h1 :visited {
  431. color: #674e4e;
  432. }
  433. .floatleft {
  434. float: left;
  435. }
  436. .floatright {
  437. float: right;
  438. }
  439. .floatright img, imgfloatright {
  440. margin-left: 0.2em;
  441. margin-bottom: 0.2em;
  442. }
  443. .floatleft img, imgfloatleft {
  444. margin-right: 0.2em;
  445. margin-bottom: 0.2em;
  446. }
  447. /* forum */
  448. table.listing thead th.moderators,
  449. table.listing tbody td.moderators,
  450. table.listing tbody th.moderators,
  451. table.listing thead th.id,
  452. table.listing tbody td.id,
  453. table.listing tbody th.id {
  454. display: none;
  455. }
  456. table.listing tbody td.lasttopic,
  457. table.listing tbody td.author,
  458. table.listing tbody td.founded,
  459. table.listing tbody td.lastreply {
  460. text-align: left;
  461. }
  462. table.listing thead th {
  463. text-align: center;
  464. }
  465. table.listing thead {
  466. background: #674E4E;
  467. color: #fff;
  468. }
  469. table.listing thead th a {
  470. color: #fff
  471. }
  472. table.listing tbody td.topics,
  473. table.listing tbody td.new_topics,
  474. table.listing tbody td.replies,
  475. table.listing tbody td.new_replies {
  476. text-align: right;
  477. }
  478. .forum-list tr > td {
  479. padding: 0.2em 0.2em !important
  480. }
  481. .forum-list th.group, .topic-list th {
  482. background-color: #4E6A91;
  483. border: 1px solid #674E4E;
  484. padding: 5px;
  485. color: #fff;
  486. text-align: left;
  487. }
  488. .topic-list th :link, .topic-list th :visited {
  489. color: #2C1F1C;
  490. }
  491. .topic-list th :active, .topic-list th :hover {
  492. color: #fff;
  493. }
  494. .forum-list th.group .description {
  495. float: left;
  496. }
  497. .topic-list h1, .topic-list h2 {
  498. border-bottom: none;
  499. font-size:20px;
  500. font-weight: bold;
  501. margin-top:0;
  502. padding-top:0;
  503. }
  504. .topic-list h1 {
  505. float: left;
  506. text-align: right;
  507. width: 49%;
  508. color: #2C1F1C;
  509. }
  510. .topic-list h2 {
  511. float: right;
  512. text-align: left;
  513. width: 49%;
  514. color: #4E6A91;
  515. }
  516. .topic-list h1:after {
  517. content: ':';
  518. }
  519. .forum-list th.group div.name {
  520. float: left;
  521. text-align: right;
  522. width: 49%;
  523. }
  524. .forum-list th.group div.name:after {
  525. content: ':';
  526. }
  527. .forum-list th.group div.description {
  528. float: right;
  529. text-align: left;
  530. width: 49%;
  531. }
  532. /* admin */
  533. .admin #tabs li, .admin fieldset {
  534. background: #fff;
  535. }
  536. /* pastebin */
  537. div.sidebar {
  538. -moz-border-radius: 5px;
  539. -webkit-border-radius-bottomright: 5px;
  540. border-radius-topleft: 5px;
  541. background: #D7E6FF;
  542. border: 1px solid #2C1F1C;
  543. float: right;
  544. overflow: hidden;
  545. padding: 10px;
  546. width: 180px;
  547. }
  548. /* diff */
  549. .diff table tbody th {
  550. background: #D7E6FF;
  551. color: #674E4E;
  552. }
  553. .diff h2 {
  554. color: #fff;
  555. background: #4e6a91;
  556. }
  557. .diff li.entry, .diff table th {
  558. border-color: #4e6a91;
  559. }
  560. /* */
  561. table#info li {
  562. background-image: none;
  563. }
  564. .ohloh {
  565. text-align: center;
  566. }