Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 
 

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