570 行
16 KiB

  1. body { background: #fff; color: #000; margin: 10px; padding: 0; }
  2. body, th, td {
  3. font: normal 13px Verdana,Arial,'Bitstream Vera Sans',Helvetica,sans-serif;
  4. }
  5. h1, h2, h3, h4 {
  6. font-family: Arial,Verdana,'Bitstream Vera Sans',Helvetica,sans-serif;
  7. font-weight: bold;
  8. letter-spacing: -0.018em;
  9. page-break-after: avoid;
  10. }
  11. h1 { font-size: 19px; margin: .15em 1em 0.5em 0 }
  12. h2 { font-size: 16px }
  13. h3 { font-size: 14px }
  14. hr { border: none; border-top: 1px solid #ccb; margin: 2em 0 }
  15. address { font-style: normal }
  16. img { border: none }
  17. .underline { text-decoration: underline }
  18. ol.loweralpha { list-style-type: lower-alpha }
  19. ol.upperalpha { list-style-type: upper-alpha }
  20. ol.lowerroman { list-style-type: lower-roman }
  21. ol.upperroman { list-style-type: upper-roman }
  22. ol.arabic { list-style-type: decimal }
  23. /* Link styles */
  24. :link, :visited {
  25. text-decoration: none;
  26. color: #b00;
  27. border-bottom: 1px dotted #bbb;
  28. }
  29. :link:hover, :visited:hover { background-color: #eee; color: #555 }
  30. h1 :link, h1 :visited ,h2 :link, h2 :visited, h3 :link, h3 :visited,
  31. h4 :link, h4 :visited, h5 :link, h5 :visited, h6 :link, h6 :visited {
  32. color: inherit;
  33. }
  34. /* Heading anchors */
  35. .anchor:link, .anchor:visited {
  36. border: none;
  37. color: #d7d7d7;
  38. font-size: .8em;
  39. vertical-align: text-top;
  40. }
  41. * > .anchor:link, * > .anchor:visited {
  42. visibility: hidden;
  43. }
  44. h1:hover .anchor, h2:hover .anchor, h3:hover .anchor,
  45. h4:hover .anchor, h5:hover .anchor, h6:hover .anchor {
  46. visibility: visible;
  47. }
  48. @media screen {
  49. a.ext-link .icon {
  50. background: url(../extlink.gif) left center no-repeat;
  51. padding-left: 16px;
  52. }
  53. a.mail-link .icon {
  54. background: url(../envelope.png) left center no-repeat;
  55. padding-left: 16px;
  56. }
  57. }
  58. /* Forms */
  59. input, textarea, select { margin: 2px }
  60. input, select { vertical-align: middle }
  61. input[type=button], input[type=submit], input[type=reset] {
  62. background: #eee;
  63. color: #222;
  64. border: 1px outset #ccc;
  65. padding: .1em .5em;
  66. }
  67. input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
  68. background: #ccb;
  69. }
  70. input[type=button][disabled], input[type=submit][disabled],
  71. input[type=reset][disabled] {
  72. background: #f6f6f6;
  73. border-style: solid;
  74. color: #999;
  75. }
  76. input[type=text], input.textwidget, textarea { border: 1px solid #d7d7d7 }
  77. input[type=text], input.textwidget { padding: .25em .5em }
  78. input[type=text]:focus, input.textwidget:focus, textarea:focus {
  79. border: 1px solid #886;
  80. }
  81. option { border-bottom: 1px dotted #d7d7d7 }
  82. fieldset { border: 1px solid #d7d7d7; padding: .5em; margin: 1em 0 }
  83. form p.hint, form span.hint { color: #666; font-style: italic; margin: .5em 0;
  84. padding-left: 1em;
  85. }
  86. fieldset.iefix {
  87. background: transparent;
  88. border: none;
  89. padding: 0;
  90. margin: 0;
  91. }
  92. * html fieldset.iefix { width: 98% }
  93. fieldset.iefix p { margin: 0 }
  94. legend { color: #999; padding: 0 .25em; font-weight: bold }
  95. label.disabled { color: #d7d7d7 }
  96. .buttons { margin: .5em .5em .5em 0 }
  97. .buttons form, .buttons form div { display: inline }
  98. .buttons input { margin: 1em .5em .1em 0 }
  99. .inlinebuttons input {
  100. border-width: 1px;
  101. border-style: dotted;
  102. margin: 0 .1em;
  103. padding: 0.1em;
  104. background: none;
  105. }
  106. /* Header */
  107. #header hr { display: none }
  108. #header h1 { margin: 1.5em 0 -1.5em; }
  109. #header img { border: none; margin: 0 0 -3em }
  110. #header :link, #header :visited, #header :link:hover, #header :visited:hover {
  111. background: transparent;
  112. color: #555;
  113. margin-bottom: 2px;
  114. border: none;
  115. }
  116. #header h1 :link:hover, #header h1 :visited:hover { color: #000 }
  117. /* Quick search */
  118. #search {
  119. clear: both;
  120. font-size: 10px;
  121. height: 2.2em;
  122. margin: 0 0 1em;
  123. text-align: right;
  124. }
  125. #search input { font-size: 10px }
  126. #search label { display: none }
  127. /* Navigation */
  128. .nav h2, .nav hr { display: none }
  129. .nav ul { font-size: 10px; list-style: none; margin: 0; text-align: right }
  130. .nav li {
  131. border-right: 1px solid #d7d7d7;
  132. display: inline;
  133. padding: 0 .75em;
  134. white-space: nowrap;
  135. }
  136. .nav li.last { border-right: none }
  137. /* Main navigation bar */
  138. #mainnav {
  139. background: #f7f7f7 url(../topbar_gradient.png) 0 0;
  140. border: 1px solid #000;
  141. font: normal 10px verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif;
  142. margin: .66em 0 .33em;
  143. padding: .2em 0;
  144. }
  145. #mainnav li { border-right: none; padding: .25em 0 }
  146. #mainnav :link, #mainnav :visited {
  147. background: url(../dots.gif) 0 0 no-repeat;
  148. border-right: 1px solid #fff;
  149. border-bottom: none;
  150. border-left: 1px solid #555;
  151. color: #000;
  152. padding: .2em 20px;
  153. }
  154. * html #mainnav :link, * html #mainnav :visited { background-position: 1px 0 }
  155. #mainnav :link:hover, #mainnav :visited:hover {
  156. background-color: #ccc;
  157. border-right: 1px solid #ddd;
  158. }
  159. #mainnav .active :link, #mainnav .active :visited {
  160. background: #333 url(../topbar_gradient2.png) 0 0 repeat-x;
  161. border-top: none;
  162. border-right: 1px solid #000;
  163. color: #eee;
  164. font-weight: bold;
  165. }
  166. #mainnav .active :link:hover, #mainnav .active :visited:hover {
  167. border-right: 1px solid #000;
  168. }
  169. /* Context-dependent navigation links */
  170. #ctxtnav { height: 1em }
  171. #ctxtnav li ul {
  172. background: #f7f7f7;
  173. color: #ccc;
  174. border: 1px solid;
  175. padding: 0;
  176. display: inline;
  177. margin: 0;
  178. }
  179. #ctxtnav li li { padding: 0; }
  180. #ctxtnav li li :link, #ctxtnav li li :visited { padding: 0 1em }
  181. #ctxtnav li li :link:hover, #ctxtnav li li :visited:hover {
  182. background: #bba;
  183. color: #fff;
  184. }
  185. /* Alternate links */
  186. #altlinks { clear: both; text-align: center }
  187. #altlinks h3 { font-size: 12px; letter-spacing: normal; margin: 0 }
  188. #altlinks ul { list-style: none; margin: 0; padding: 0 0 1em }
  189. #altlinks li {
  190. border-right: 1px solid #d7d7d7;
  191. display: inline;
  192. font-size: 11px;
  193. line-height: 1.5;
  194. padding: 0 1em;
  195. white-space: nowrap;
  196. }
  197. #altlinks li.last { border-right: none }
  198. #altlinks li :link, #altlinks li :visited {
  199. background-repeat: no-repeat;
  200. color: #666;
  201. border: none;
  202. padding: 0 0 2px;
  203. }
  204. #altlinks li a.ics { background-image: url(../ics.png); padding-left: 22px }
  205. #altlinks li a.rss { background-image: url(../feed.png); padding-left: 20px }
  206. /* Footer */
  207. #footer {
  208. clear: both;
  209. color: #bbb;
  210. font-size: 10px;
  211. border-top: 1px solid;
  212. height: 31px;
  213. padding: .25em 0;
  214. }
  215. #footer :link, #footer :visited { color: #bbb; }
  216. #footer hr { display: none }
  217. #footer #tracpowered { border: 0; float: left }
  218. #footer #tracpowered:hover { background: transparent }
  219. #footer p { margin: 0 }
  220. #footer p.left {
  221. float: left;
  222. margin-left: 1em;
  223. padding: 0 1em;
  224. border-left: 1px solid #d7d7d7;
  225. border-right: 1px solid #d7d7d7;
  226. }
  227. #footer p.right {
  228. float: right;
  229. text-align: right;
  230. }
  231. #content { padding-bottom: 2em; position: relative }
  232. #help {
  233. clear: both;
  234. color: #999;
  235. margin: 1em;
  236. text-align: right;
  237. }
  238. #help :link, #help :visited { cursor: help }
  239. #help hr { display: none }
  240. /* Page preferences form */
  241. #prefs {
  242. background: #f7f7f0;
  243. border: 1px outset #998;
  244. float: right;
  245. font-size: 9px;
  246. padding: .8em;
  247. position: relative;
  248. margin: 0 1em 1em;
  249. }
  250. * html #prefs { width: 26em } /* Set width only for IE */
  251. #prefs input, #prefs select { font-size: 9px; vertical-align: middle }
  252. #prefs fieldset {
  253. background: transparent;
  254. border: none;
  255. margin: .5em;
  256. padding: 0;
  257. }
  258. #prefs fieldset legend {
  259. background: transparent;
  260. color: #000;
  261. font-size: 9px;
  262. font-weight: normal;
  263. margin: 0 0 0 -1.5em;
  264. padding: 0;
  265. }
  266. #prefs .buttons { text-align: right }
  267. /* Version information (browser, wiki, attachments) */
  268. #info {
  269. margin: 1em 0 0 0;
  270. background: #f7f7f0;
  271. border: 1px solid #d7d7d7;
  272. border-collapse: collapse;
  273. border-spacing: 0;
  274. clear: both;
  275. width: 100%;
  276. }
  277. #info th, #info td { padding: 2px .5em; vertical-align: top }
  278. #info th { font-weight: bold; text-align: left; white-space: nowrap }
  279. #info td.message { width: 100% }
  280. #info .message ul { padding: 0; margin: 0 2em }
  281. #info .message p { margin: 0; padding: 0 }
  282. /* Wiki */
  283. .wikipage { padding-left: 18px }
  284. .wikipage h1, .wikipage h2, .wikipage h3 { margin-left: -18px }
  285. a.missing:link, a.missing:visited, span.missing { color: #998 }
  286. a.missing:link, a.missing:visited { background: #fafaf0 }
  287. a.missing:hover { color: #000 }
  288. a.closed:link, a.closed:visited { text-decoration: line-through }
  289. span.closed { text-decoration: line-through }
  290. span.forbidden, a.forbidden { background: #fafaf0; color: #998; }
  291. /* User-selectable styles for blocks */
  292. .important {
  293. background: #fcb;
  294. border: 1px dotted #d00;
  295. color: #500;
  296. padding: 0 .5em 0 .5em;
  297. margin: .5em;
  298. }
  299. dl.wiki dt { font-weight: bold }
  300. dl.compact dt { float: left; padding-right: .5em }
  301. dl.compact dd { margin: 0; padding: 0 }
  302. pre.wiki, pre.literal-block {
  303. background: #f7f7f7;
  304. border: 1px solid #d7d7d7;
  305. margin: 1em 1.75em;
  306. padding: .25em;
  307. overflow: auto;
  308. }
  309. blockquote.citation {
  310. margin: -0.6em 0;
  311. border-style: solid;
  312. border-width: 0 0 0 2px;
  313. padding-left: .5em;
  314. border-color: #b44;
  315. }
  316. .citation blockquote.citation { border-color: #4b4; }
  317. .citation .citation blockquote.citation { border-color: #44b; }
  318. .citation .citation .citation blockquote.citation { border-color: #c55; }
  319. table.wiki {
  320. border: 2px solid #ccc;
  321. border-collapse: collapse;
  322. border-spacing: 0;
  323. }
  324. table.wiki td { border: 1px solid #ccc; padding: .1em .25em; }
  325. .wikitoolbar {
  326. border: solid #d7d7d7;
  327. border-width: 1px 1px 1px 0;
  328. height: 18px;
  329. width: 234px;
  330. }
  331. .wikitoolbar :link, .wikitoolbar :visited {
  332. background: transparent url(../edit_toolbar.png) no-repeat;
  333. border: 1px solid #fff;
  334. border-left-color: #d7d7d7;
  335. cursor: default;
  336. display: block;
  337. float: left;
  338. width: 24px;
  339. height: 16px;
  340. }
  341. .wikitoolbar :link:hover, .wikitoolbar :visited:hover {
  342. background-color: transparent;
  343. border: 1px solid #fb2;
  344. }
  345. .wikitoolbar a#em { background-position: 0 0 }
  346. .wikitoolbar a#strong { background-position: 0 -16px }
  347. .wikitoolbar a#heading { background-position: 0 -32px }
  348. .wikitoolbar a#link { background-position: 0 -48px }
  349. .wikitoolbar a#code { background-position: 0 -64px }
  350. .wikitoolbar a#hr { background-position: 0 -80px }
  351. .wikitoolbar a#np { background-position: 0 -96px }
  352. .wikitoolbar a#br { background-position: 0 -112px }
  353. .wikitoolbar a#img { background-position: 0 -128px }
  354. /* Styles for the form for adding attachments. */
  355. #attachment .field { margin-top: 1.3em }
  356. #attachment label { padding-left: .2em }
  357. #attachment fieldset { margin-top: 2em }
  358. #attachment fieldset .field { float: left; margin: 0 1em .5em 0 }
  359. #attachment .options { float: left; padding: 0 0 1em 1em }
  360. #attachment br { clear: left }
  361. .attachment #preview { margin-top: 1em }
  362. /* Styles for the list of attachments. */
  363. #attachments { border: 1px outset #996; padding: 1em }
  364. #attachments .attachments { margin-left: 2em; padding: 0 }
  365. #attachments dt { display: list-item; list-style: square; }
  366. #attachments dd { font-style: italic; margin-left: 0; padding-left: 0; }
  367. /* Styles for tabular listings such as those used for displaying directory
  368. contents and report results. */
  369. table.listing {
  370. clear: both;
  371. border-bottom: 1px solid #d7d7d7;
  372. border-collapse: collapse;
  373. border-spacing: 0;
  374. margin-top: 1em;
  375. width: 100%;
  376. }
  377. table.listing th { text-align: left; padding: 0 1em .1em 0; font-size: 12px }
  378. table.listing thead { background: #f7f7f0 }
  379. table.listing thead th {
  380. border: 1px solid #d7d7d7;
  381. border-bottom-color: #999;
  382. font-size: 11px;
  383. font-weight: bold;
  384. padding: 2px .5em;
  385. vertical-align: bottom;
  386. }
  387. table.listing thead th :link:hover, table.listing thead th :visited:hover {
  388. background-color: transparent;
  389. }
  390. table.listing thead th a { border: none; padding-right: 12px }
  391. table.listing th.asc a, table.listing th.desc a { font-weight: bold }
  392. table.listing th.asc a, table.listing th.desc a {
  393. background-position: 100% 50%;
  394. background-repeat: no-repeat;
  395. }
  396. table.listing th.asc a { background-image: url(../asc.png) }
  397. table.listing th.desc a { background-image: url(../desc.png) }
  398. table.listing tbody td, table.listing tbody th {
  399. border: 1px dotted #ddd;
  400. padding: .3em .5em;
  401. vertical-align: top;
  402. }
  403. table.listing tbody td a:hover, table.listing tbody th a:hover {
  404. background-color: transparent;
  405. }
  406. table.listing tbody tr { border-top: 1px solid #ddd }
  407. table.listing tbody tr.even { background-color: #fcfcfc }
  408. table.listing tbody tr.odd { background-color: #f7f7f7 }
  409. table.listing tbody tr:hover { background: #eed !important }
  410. table.listing tbody tr.focus { background: #ddf !important }
  411. /* Styles for the page history table
  412. (extends the styles for "table.listing") */
  413. #fieldhist td { padding: 0 .5em }
  414. #fieldhist td.date, #fieldhist td.diff, #fieldhist td.version,
  415. #fieldhist td.author {
  416. white-space: nowrap;
  417. }
  418. #fieldhist td.version { text-align: center }
  419. #fieldhist td.comment { width: 100% }
  420. /* Auto-completion interface */
  421. .suggestions { background: #fff; border: 1px solid #886; color: #222; }
  422. .suggestions ul {
  423. font-family: sans-serif;
  424. max-height: 20em;
  425. min-height: 3em;
  426. list-style: none;
  427. margin: 0;
  428. overflow: auto;
  429. padding: 0;
  430. width: 440px;
  431. }
  432. * html .suggestions ul { height: 10em; }
  433. .suggestions li { background: #fff; cursor: pointer; padding: 2px 5px }
  434. .suggestions li.selected { background: #b9b9b9 }
  435. /* Styles for the error page (and rst errors) */
  436. #content.error .message, div.system-message {
  437. background: #fdc;
  438. border: 2px solid #d00;
  439. color: #500;
  440. padding: .5em;
  441. margin: 1em 0;
  442. }
  443. #content.error div.message pre, div.system-message pre {
  444. margin-left: 1em;
  445. overflow: hidden;
  446. white-space: normal;
  447. }
  448. div.system-message p { margin: 0; }
  449. div.system-message p.system-message-title { font-weight: bold; }
  450. #warning.system-message { background: #ffa; border: 2px solid #886; }
  451. #warning.system-message li { list-style-type: square; }
  452. #notice.system-message { background: #bfb; border: 2px solid #484; }
  453. #notice.system-message li { list-style-type: square; }
  454. #content.error form.newticket { display: inline; }
  455. #content.error form.newticket textarea { display: none; }
  456. #content.error #systeminfo { margin: 1em; width: auto; }
  457. #content.error #systeminfo th { font-weight: bold; text-align: right; }
  458. #content.error #traceback { margin-left: 1em; }
  459. #content.error #traceback :link, #content.error #traceback :visited {
  460. border: none;
  461. }
  462. #content.error #traceback div { margin-left: 1em; }
  463. #content.error #traceback h3 { margin: .5em 0 0; }
  464. #content.error #traceback :link var, #content.error #traceback :visited var {
  465. font-family: monospace;
  466. font-style: normal;
  467. font-weight: bold;
  468. }
  469. #content.error #traceback span.file { color: #666;}
  470. #content.error #traceback ul { list-style: none; margin: .5em 0; padding: 0; }
  471. #content.error #traceback ol {
  472. border: 1px dotted #d7d7d7;
  473. color: #999;
  474. line-height: 1;
  475. margin: .5em 0;
  476. }
  477. #content.error #traceback ol li { white-space: pre; }
  478. #content.error #traceback ol li.current { background: #e6e6e6; color: #333; }
  479. #content.error #traceback ol li code { color: #666; }
  480. #content.error #traceback ol li.current code { color: #000; }
  481. #content.error #traceback table { margin: .5em 0 1em; }
  482. #content.error #traceback th, #content.error #traceback td {
  483. padding: 1px;
  484. }
  485. #content.error #traceback th var {
  486. font-family: monospace;
  487. font-style: normal;
  488. }
  489. #content.error #traceback td code { white-space: pre; }
  490. #content .paging { margin: 0 0 2em; padding: .5em 0 0;
  491. line-height: 2em; text-align: center;
  492. }
  493. #content .paging .current {
  494. padding: .1em .3em;
  495. border: 1px solid #333;
  496. background: #999; color: #fff;
  497. }
  498. #content .paging :link, #content .paging :visited {
  499. padding: .1em .3em;
  500. border: 1px solid #666;
  501. background: transparent; color: #666;
  502. }
  503. #content .paging :link:hover, #content .paging :visited:hover {
  504. background: #999; color: #fff; border-color: #333;
  505. }
  506. #content .paging .previous a,
  507. #content .paging .next a {
  508. font-weight: bold; border: none;
  509. }
  510. #content .paging .previous a:hover,
  511. #content .paging .next a:hover {
  512. background: transparent; color: #666;
  513. }
  514. #content h2 .numresults { color: #666; }
  515. /* Styles for search word highlighting */
  516. @media screen {
  517. .searchword0 { background: #ff9 }
  518. .searchword1 { background: #cfc }
  519. .searchword2 { background: #cff }
  520. .searchword3 { background: #ccf }
  521. .searchword4 { background: #fcf }
  522. }
  523. @media print {
  524. #header, #altlinks, #footer, #help { display: none }
  525. .nav, form, .buttons form, form .buttons, form .inlinebuttons {
  526. display: none;
  527. }
  528. form.printableform { display: block }
  529. }