Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 

561 linhas
9.9 KiB

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