You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

application.css 45KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132
  1. html {overflow-y:scroll;}
  2. body { font-family: Verdana, sans-serif; font-size: 12px; color:#484848; margin: 0; padding: 0; min-width: 900px; }
  3. h1, h2, h3, h4 {font-family: "Trebuchet MS", Verdana, sans-serif;padding: 2px 10px 1px 0px;margin: 0 0 10px 0;}
  4. #content h1, h2, h3, h4 {color: #555;}
  5. h2, .wiki h1 {font-size: 20px;}
  6. h3, .wiki h2 {font-size: 16px;}
  7. h4, .wiki h3 {font-size: 13px;}
  8. h4 {border-bottom: 1px dotted #bbb;}
  9. /***** Layout *****/
  10. #wrapper {background: white;}
  11. #top-menu {background: #3E5B76; color: #fff; height:1.8em; font-size: 0.8em; padding: 2px 2px 0px 6px;}
  12. #top-menu ul {margin: 0; padding: 0;}
  13. #top-menu li {
  14. float:left;
  15. list-style-type:none;
  16. margin: 0px 0px 0px 0px;
  17. padding: 0px 0px 0px 0px;
  18. white-space:nowrap;
  19. }
  20. #top-menu a {color: #fff; margin-right: 8px; font-weight: bold;}
  21. #top-menu #loggedas { float: right; margin-right: 0.5em; color: #fff; }
  22. #account {float:right;}
  23. #header {height:5.3em;margin:0;background-color:#628DB6;color:#f8f8f8; padding: 4px 8px 0px 6px; position:relative;}
  24. #header a {color:#f8f8f8;}
  25. #header h1 a.ancestor { font-size: 80%; }
  26. #quick-search {float:right;}
  27. #main-menu {position: absolute; bottom: 0px; left:6px; margin-right: -500px;}
  28. #main-menu ul {margin: 0; padding: 0;}
  29. #main-menu li {
  30. float:left;
  31. list-style-type:none;
  32. margin: 0px 2px 0px 0px;
  33. padding: 0px 0px 0px 0px;
  34. white-space:nowrap;
  35. }
  36. #main-menu li a {
  37. display: block;
  38. color: #fff;
  39. text-decoration: none;
  40. font-weight: bold;
  41. margin: 0;
  42. padding: 4px 10px 4px 10px;
  43. }
  44. #main-menu li a:hover {background:#759FCF; color:#fff;}
  45. #main-menu li a.selected, #main-menu li a.selected:hover {background:#fff; color:#555;}
  46. #admin-menu ul {margin: 0; padding: 0;}
  47. #admin-menu li {margin: 0; padding: 0 0 6px 0; list-style-type:none;}
  48. #admin-menu a { background-position: 0% 40%; background-repeat: no-repeat; padding-left: 20px; padding-top: 2px; padding-bottom: 3px;}
  49. #admin-menu a.projects { background-image: url(../images/projects.png); }
  50. #admin-menu a.users { background-image: url(../images/user.png); }
  51. #admin-menu a.groups { background-image: url(../images/group.png); }
  52. #admin-menu a.roles { background-image: url(../images/database_key.png); }
  53. #admin-menu a.trackers { background-image: url(../images/ticket.png); }
  54. #admin-menu a.issue_statuses { background-image: url(../images/ticket_edit.png); }
  55. #admin-menu a.workflows { background-image: url(../images/ticket_go.png); }
  56. #admin-menu a.custom_fields { background-image: url(../images/textfield.png); }
  57. #admin-menu a.enumerations { background-image: url(../images/text_list_bullets.png); }
  58. #admin-menu a.settings { background-image: url(../images/changeset.png); }
  59. #admin-menu a.plugins { background-image: url(../images/plugin.png); }
  60. #admin-menu a.info { background-image: url(../images/help.png); }
  61. #admin-menu a.server_authentication { background-image: url(../images/server_key.png); }
  62. #main {background-color:#EEEEEE;}
  63. #sidebar{ float: right; width: 22%; position: relative; z-index: 9; padding: 0; margin: 0;}
  64. * html #sidebar{ width: 22%; }
  65. #sidebar h3{ font-size: 14px; margin-top:14px; color: #666; }
  66. #sidebar hr{ width: 100%; margin: 0 auto; height: 1px; background: #ccc; border: 0; }
  67. * html #sidebar hr{ width: 95%; position: relative; left: -6px; color: #ccc; }
  68. #sidebar .contextual { margin-right: 1em; }
  69. #content { width: 75%; background-color: #fff; margin: 0px; border-right: 1px solid #ddd; padding: 6px 10px 10px 10px; z-index: 10; }
  70. * html #content{ width: 75%; padding-left: 0; margin-top: 0px; padding: 6px 10px 10px 10px;}
  71. html>body #content { min-height: 600px; }
  72. * html body #content { height: 600px; } /* IE */
  73. #main.nosidebar #sidebar{ display: none; }
  74. #main.nosidebar #content{ width: auto; border-right: 0; }
  75. #footer {clear: both; border-top: 1px solid #bbb; font-size: 0.9em; color: #aaa; padding: 5px; text-align:center; background:#fff;}
  76. #login-form table {margin-top:5em; padding:1em; margin-left: auto; margin-right: auto; border: 2px solid #FDBF3B; background-color:#FFEBC1; }
  77. #login-form table td {padding: 6px;}
  78. #login-form label {font-weight: bold;}
  79. #login-form input#username, #login-form input#password { width: 300px; }
  80. div.modal { border-radius:5px; background:#fff; z-index:50; padding:4px;}
  81. div.modal h3.title {display:none;}
  82. div.modal p.buttons {text-align:right; margin-bottom:0;}
  83. input#openid_url { background: url(../images/openid-bg.gif) no-repeat; background-color: #fff; background-position: 0 50%; padding-left: 18px; }
  84. .clear:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
  85. /***** Links *****/
  86. a, a:link, a:visited{ color: #169; text-decoration: none; }
  87. a:hover, a:active{ color: #c61a1a; text-decoration: underline;}
  88. a img{ border: 0; }
  89. a.issue.closed, a.issue.closed:link, a.issue.closed:visited { color: #999; text-decoration: line-through; }
  90. a.project.closed, a.project.closed:link, a.project.closed:visited { color: #999; }
  91. #sidebar a.selected {line-height:1.7em; padding:1px 3px 2px 2px; margin-left:-2px; background-color:#9DB9D5; color:#fff; border-radius:2px;}
  92. #sidebar a.selected:hover {text-decoration:none;}
  93. #admin-menu a {line-height:1.7em;}
  94. #admin-menu a.selected {padding-left: 20px !important; background-position: 2px 40%;}
  95. a.collapsible {padding-left: 12px; background: url(../images/arrow_expanded.png) no-repeat -3px 40%;}
  96. a.collapsible.collapsed {background: url(../images/arrow_collapsed.png) no-repeat -5px 40%;}
  97. a#toggle-completed-versions {color:#999;}
  98. /***** Tables *****/
  99. table.list { border: 1px solid #e4e4e4; border-collapse: collapse; width: 100%; margin-bottom: 4px; }
  100. table.list th { background-color:#EEEEEE; padding: 4px; white-space:nowrap; }
  101. table.list td { vertical-align: top; padding-right:10px; }
  102. table.list td.id { width: 2%; text-align: center;}
  103. table.list td.checkbox { width: 15px; padding: 2px 0 0 0; }
  104. table.list td.checkbox input {padding:0px;}
  105. table.list td.buttons { width: 15%; white-space:nowrap; text-align: right; }
  106. table.list td.buttons a { padding-right: 0.6em; }
  107. table.list caption { text-align: left; padding: 0.5em 0.5em 0.5em 0; }
  108. tr.project td.name a { white-space:nowrap; }
  109. tr.project.closed, tr.project.archived { color: #aaa; }
  110. tr.project.closed a, tr.project.archived a { color: #aaa; }
  111. tr.project.idnt td.name span {background: url(../images/bullet_arrow_right.png) no-repeat 0 50%; padding-left: 16px;}
  112. tr.project.idnt-1 td.name {padding-left: 0.5em;}
  113. tr.project.idnt-2 td.name {padding-left: 2em;}
  114. tr.project.idnt-3 td.name {padding-left: 3.5em;}
  115. tr.project.idnt-4 td.name {padding-left: 5em;}
  116. tr.project.idnt-5 td.name {padding-left: 6.5em;}
  117. tr.project.idnt-6 td.name {padding-left: 8em;}
  118. tr.project.idnt-7 td.name {padding-left: 9.5em;}
  119. tr.project.idnt-8 td.name {padding-left: 11em;}
  120. tr.project.idnt-9 td.name {padding-left: 12.5em;}
  121. tr.issue { text-align: center; white-space: nowrap; }
  122. tr.issue td.subject, tr.issue td.category, td.assigned_to, tr.issue td.string, tr.issue td.text, tr.issue td.relations { white-space: normal; }
  123. tr.issue td.subject, tr.issue td.relations { text-align: left; }
  124. tr.issue td.done_ratio table.progress { margin-left:auto; margin-right: auto;}
  125. tr.issue td.relations span {white-space: nowrap;}
  126. tr.issue.idnt td.subject a {background: url(../images/bullet_arrow_right.png) no-repeat 0 50%; padding-left: 16px;}
  127. tr.issue.idnt-1 td.subject {padding-left: 0.5em;}
  128. tr.issue.idnt-2 td.subject {padding-left: 2em;}
  129. tr.issue.idnt-3 td.subject {padding-left: 3.5em;}
  130. tr.issue.idnt-4 td.subject {padding-left: 5em;}
  131. tr.issue.idnt-5 td.subject {padding-left: 6.5em;}
  132. tr.issue.idnt-6 td.subject {padding-left: 8em;}
  133. tr.issue.idnt-7 td.subject {padding-left: 9.5em;}
  134. tr.issue.idnt-8 td.subject {padding-left: 11em;}
  135. tr.issue.idnt-9 td.subject {padding-left: 12.5em;}
  136. tr.entry { border: 1px solid #f8f8f8; }
  137. tr.entry td { white-space: nowrap; }
  138. tr.entry td.filename { width: 30%; }
  139. tr.entry td.filename_no_report { width: 70%; }
  140. tr.entry td.size { text-align: right; font-size: 90%; }
  141. tr.entry td.revision, tr.entry td.author { text-align: center; }
  142. tr.entry td.age { text-align: right; }
  143. tr.entry.file td.filename a { margin-left: 16px; }
  144. tr.entry.file td.filename_no_report a { margin-left: 16px; }
  145. tr span.expander {background-image: url(../images/bullet_toggle_plus.png); padding-left: 8px; margin-left: 0; cursor: pointer;}
  146. tr.open span.expander {background-image: url(../images/bullet_toggle_minus.png);}
  147. tr.changeset { height: 20px }
  148. tr.changeset ul, ol { margin-top: 0px; margin-bottom: 0px; }
  149. tr.changeset td.revision_graph { width: 15%; background-color: #fffffb; }
  150. tr.changeset td.author { text-align: center; width: 15%; white-space:nowrap;}
  151. tr.changeset td.committed_on { text-align: center; width: 15%; white-space:nowrap;}
  152. table.files tr.file td { text-align: center; }
  153. table.files tr.file td.filename { text-align: left; padding-left: 24px; }
  154. table.files tr.file td.digest { font-size: 80%; }
  155. table.members td.roles, table.memberships td.roles { width: 45%; }
  156. tr.message { height: 2.6em; }
  157. tr.message td.subject { padding-left: 20px; }
  158. tr.message td.created_on { white-space: nowrap; }
  159. tr.message td.last_message { font-size: 80%; white-space: nowrap; }
  160. tr.message.locked td.subject { background: url(../images/locked.png) no-repeat 0 1px; }
  161. tr.message.sticky td.subject { background: url(../images/bullet_go.png) no-repeat 0 1px; font-weight: bold; }
  162. tr.version.closed, tr.version.closed a { color: #999; }
  163. tr.version td.name { padding-left: 20px; }
  164. tr.version.shared td.name { background: url(../images/link.png) no-repeat 0% 70%; }
  165. tr.version td.date, tr.version td.status, tr.version td.sharing { text-align: center; white-space:nowrap; }
  166. tr.user td { width:13%; }
  167. tr.user td.email { width:18%; }
  168. tr.user td { white-space: nowrap; }
  169. tr.user.locked, tr.user.registered { color: #aaa; }
  170. tr.user.locked a, tr.user.registered a { color: #aaa; }
  171. table.permissions td.role {color:#999;font-size:90%;font-weight:normal !important;text-align:center;vertical-align:bottom;}
  172. tr.wiki-page-version td.updated_on, tr.wiki-page-version td.author {text-align:center;}
  173. tr.time-entry { text-align: center; white-space: nowrap; }
  174. tr.time-entry td.subject, tr.time-entry td.comments { text-align: left; white-space: normal; }
  175. td.hours { text-align: right; font-weight: bold; padding-right: 0.5em; }
  176. td.hours .hours-dec { font-size: 0.9em; }
  177. table.plugins td { vertical-align: middle; }
  178. table.plugins td.configure { text-align: right; padding-right: 1em; }
  179. table.plugins span.name { font-weight: bold; display: block; margin-bottom: 6px; }
  180. table.plugins span.description { display: block; font-size: 0.9em; }
  181. table.plugins span.url { display: block; font-size: 0.9em; }
  182. table.list tbody tr.group td { padding: 0.8em 0 0.5em 0.3em; font-weight: bold; border-bottom: 1px solid #ccc; }
  183. table.list tbody tr.group span.count {position:relative; top:-1px; color:#fff; font-size:10px; background:#9DB9D5; padding:0px 6px 1px 6px; border-radius:3px; margin-left:4px;}
  184. tr.group a.toggle-all { color: #aaa; font-size: 80%; font-weight: normal; display:none;}
  185. tr.group:hover a.toggle-all { display:inline;}
  186. a.toggle-all:hover {text-decoration:none;}
  187. table.list tbody tr:hover { background-color:#ffffdd; }
  188. table.list tbody tr.group:hover { background-color:inherit; }
  189. table td {padding:2px;}
  190. table p {margin:0;}
  191. .odd {background-color:#f6f7f8;}
  192. .even {background-color: #fff;}
  193. a.sort { padding-right: 16px; background-position: 100% 50%; background-repeat: no-repeat; }
  194. a.sort.asc { background-image: url(../images/sort_asc.png); }
  195. a.sort.desc { background-image: url(../images/sort_desc.png); }
  196. table.attributes { width: 100% }
  197. table.attributes th { vertical-align: top; text-align: left; }
  198. table.attributes td { vertical-align: top; }
  199. table.boards a.board, h3.comments { background: url(../images/comment.png) no-repeat 0% 50%; padding-left: 20px; }
  200. table.boards td.topic-count, table.boards td.message-count {text-align:center;}
  201. table.boards td.last-message {font-size:80%;}
  202. table.messages td.author, table.messages td.created_on, table.messages td.reply-count {text-align:center;}
  203. table.query-columns {
  204. border-collapse: collapse;
  205. border: 0;
  206. }
  207. table.query-columns td.buttons {
  208. vertical-align: middle;
  209. text-align: center;
  210. }
  211. td.center {text-align:center;}
  212. h3.version { background: url(../images/package.png) no-repeat 0% 50%; padding-left: 20px; }
  213. div.issues h3 { background: url(../images/ticket.png) no-repeat 0% 50%; padding-left: 20px; }
  214. div.members h3 { background: url(../images/group.png) no-repeat 0% 50%; padding-left: 20px; }
  215. div.news h3 { background: url(../images/news.png) no-repeat 0% 50%; padding-left: 20px; }
  216. div.projects h3 { background: url(../images/projects.png) no-repeat 0% 50%; padding-left: 20px; }
  217. #watchers ul {margin: 0; padding: 0;}
  218. #watchers li {list-style-type:none;margin: 0px 2px 0px 0px; padding: 0px 0px 0px 0px;}
  219. #watchers select {width: 95%; display: block;}
  220. #watchers a.delete {opacity: 0.4;}
  221. #watchers a.delete:hover {opacity: 1;}
  222. #watchers img.gravatar {margin: 0 4px 2px 0;}
  223. span#watchers_inputs {overflow:auto; display:block;}
  224. span.search_for_watchers {display:block;}
  225. span.search_for_watchers, span.add_attachment {font-size:80%; line-height:2.5em;}
  226. span.search_for_watchers a, span.add_attachment a {padding-left:16px; background: url(../images/bullet_add.png) no-repeat 0 50%; }
  227. .highlight { background-color: #FCFD8D;}
  228. .highlight.token-1 { background-color: #faa;}
  229. .highlight.token-2 { background-color: #afa;}
  230. .highlight.token-3 { background-color: #aaf;}
  231. .box{
  232. padding:6px;
  233. margin-bottom: 10px;
  234. background-color:#f6f6f6;
  235. color:#505050;
  236. line-height:1.5em;
  237. border: 1px solid #e4e4e4;
  238. }
  239. div.square {
  240. border: 1px solid #999;
  241. float: left;
  242. margin: .3em .4em 0 .4em;
  243. overflow: hidden;
  244. width: .6em; height: .6em;
  245. }
  246. .contextual {float:right; white-space: nowrap; line-height:1.4em;margin-top:5px; padding-left: 10px; font-size:0.9em;}
  247. .contextual input, .contextual select {font-size:0.9em;}
  248. .message .contextual { margin-top: 0; }
  249. .splitcontent {overflow:auto;}
  250. .splitcontentleft{float:left; width:49%;}
  251. .splitcontentright{float:right; width:49%;}
  252. form {display: inline;}
  253. input, select {vertical-align: middle; margin-top: 1px; margin-bottom: 1px;}
  254. fieldset {border: 1px solid #e4e4e4; margin:0;}
  255. legend {color: #484848;}
  256. hr { width: 100%; height: 1px; background: #ccc; border: 0;}
  257. blockquote { font-style: italic; border-left: 3px solid #e0e0e0; padding-left: 0.6em; margin-left: 2.4em;}
  258. blockquote blockquote { margin-left: 0;}
  259. acronym { border-bottom: 1px dotted; cursor: help; }
  260. textarea.wiki-edit { width: 99%; }
  261. li p {margin-top: 0;}
  262. div.issue {background:#ffffdd; padding:6px; margin-bottom:6px;border: 1px solid #d7d7d7;}
  263. p.breadcrumb { font-size: 0.9em; margin: 4px 0 4px 0;}
  264. p.subtitle { font-size: 0.9em; margin: -6px 0 12px 0; font-style: italic; }
  265. p.footnote { font-size: 0.9em; margin-top: 0px; margin-bottom: 0px; }
  266. div.issue div.subject div div { padding-left: 16px; }
  267. div.issue div.subject p {margin: 0; margin-bottom: 0.1em; font-size: 90%; color: #999;}
  268. div.issue div.subject>div>p { margin-top: 0.5em; }
  269. div.issue div.subject h3 {margin: 0; margin-bottom: 0.1em;}
  270. div.issue span.private { position:relative; bottom: 2px; text-transform: uppercase; background: #d22; color: #fff; font-weight:bold; padding: 0px 2px 0px 2px; font-size: 60%; margin-right: 2px; border-radius: 2px;}
  271. div.issue .next-prev-links {color:#999;}
  272. div.issue table.attributes th {width:22%;}
  273. div.issue table.attributes td {width:28%;}
  274. #issue_tree table.issues, #relations table.issues { border: 0; }
  275. #issue_tree td.checkbox, #relations td.checkbox {display:none;}
  276. #relations td.buttons {padding:0;}
  277. fieldset.collapsible { border-width: 1px 0 0 0; font-size: 0.9em; }
  278. fieldset.collapsible legend { padding-left: 16px; background: url(../images/arrow_expanded.png) no-repeat 0% 40%; cursor:pointer; }
  279. fieldset.collapsible.collapsed legend { background-image: url(../images/arrow_collapsed.png); }
  280. fieldset#date-range p { margin: 2px 0 2px 0; }
  281. fieldset#filters table { border-collapse: collapse; }
  282. fieldset#filters table td { padding: 0; vertical-align: middle; }
  283. fieldset#filters tr.filter { height: 2.1em; }
  284. fieldset#filters td.field { width:230px; }
  285. fieldset#filters td.operator { width:180px; }
  286. fieldset#filters td.operator select {max-width:170px;}
  287. fieldset#filters td.values { white-space:nowrap; }
  288. fieldset#filters td.values select {min-width:130px;}
  289. fieldset#filters td.values input {height:1em;}
  290. fieldset#filters td.add-filter { text-align: right; vertical-align: top; }
  291. .toggle-multiselect {background: url(../images/bullet_toggle_plus.png) no-repeat 0% 40%; padding-left:8px; margin-left:0; cursor:pointer;}
  292. .buttons { font-size: 0.9em; margin-bottom: 1.4em; margin-top: 1em; }
  293. div#issue-changesets {float:right; width:45%; margin-left: 1em; margin-bottom: 1em; background: #fff; padding-left: 1em; font-size: 90%;}
  294. div#issue-changesets div.changeset { padding: 4px;}
  295. div#issue-changesets div.changeset { border-bottom: 1px solid #ddd; }
  296. div#issue-changesets p { margin-top: 0; margin-bottom: 1em;}
  297. .journal ul.details img {margin:0 0 -3px 4px;}
  298. div.journal {overflow:auto;}
  299. div.journal.private-notes {border-left:2px solid #d22; padding-left:4px; margin-left:-6px;}
  300. div#activity dl, #search-results { margin-left: 2em; }
  301. div#activity dd, #search-results dd { margin-bottom: 1em; padding-left: 18px; font-size: 0.9em; }
  302. div#activity dt, #search-results dt { margin-bottom: 0px; padding-left: 20px; line-height: 18px; background-position: 0 50%; background-repeat: no-repeat; }
  303. div#activity dt.me .time { border-bottom: 1px solid #999; }
  304. div#activity dt .time { color: #777; font-size: 80%; }
  305. div#activity dd .description, #search-results dd .description { font-style: italic; }
  306. div#activity span.project:after, #search-results span.project:after { content: " -"; }
  307. div#activity dd span.description, #search-results dd span.description { display:block; color: #808080; }
  308. #search-results dd { margin-bottom: 1em; padding-left: 20px; margin-left:0px; }
  309. div#search-results-counts {float:right;}
  310. div#search-results-counts ul { margin-top: 0.5em; }
  311. div#search-results-counts li { list-style-type:none; float: left; margin-left: 1em; }
  312. dt.issue { background-image: url(../images/ticket.png); }
  313. dt.issue-edit { background-image: url(../images/ticket_edit.png); }
  314. dt.issue-closed { background-image: url(../images/ticket_checked.png); }
  315. dt.issue-note { background-image: url(../images/ticket_note.png); }
  316. dt.changeset { background-image: url(../images/changeset.png); }
  317. dt.news { background-image: url(../images/news.png); }
  318. dt.message { background-image: url(../images/message.png); }
  319. dt.reply { background-image: url(../images/comments.png); }
  320. dt.wiki-page { background-image: url(../images/wiki_edit.png); }
  321. dt.attachment { background-image: url(../images/attachment.png); }
  322. dt.document { background-image: url(../images/document.png); }
  323. dt.project { background-image: url(../images/projects.png); }
  324. dt.time-entry { background-image: url(../images/time.png); }
  325. #search-results dt.issue.closed { background-image: url(../images/ticket_checked.png); }
  326. div#roadmap .related-issues { margin-bottom: 1em; }
  327. div#roadmap .related-issues td.checkbox { display: none; }
  328. div#roadmap .wiki h1:first-child { display: none; }
  329. div#roadmap .wiki h1 { font-size: 120%; }
  330. div#roadmap .wiki h2 { font-size: 110%; }
  331. body.controller-versions.action-show div#roadmap .related-issues {width:70%;}
  332. div#version-summary { float:right; width:28%; margin-left: 16px; margin-bottom: 16px; background-color: #fff; }
  333. div#version-summary fieldset { margin-bottom: 1em; }
  334. div#version-summary fieldset.time-tracking table { width:100%; }
  335. div#version-summary th, div#version-summary td.total-hours { text-align: right; }
  336. table#time-report td.hours, table#time-report th.period, table#time-report th.total { text-align: right; padding-right: 0.5em; }
  337. table#time-report tbody tr.subtotal { font-style: italic; color:#777;}
  338. table#time-report tbody tr.subtotal td.hours { color:#b0b0b0; }
  339. table#time-report tbody tr.total { font-weight: bold; background-color:#EEEEEE; border-top:1px solid #e4e4e4;}
  340. table#time-report .hours-dec { font-size: 0.9em; }
  341. div.wiki-page .contextual a {opacity: 0.4}
  342. div.wiki-page .contextual a:hover {opacity: 1}
  343. form .attributes select { width: 60%; }
  344. input#issue_subject { width: 99%; }
  345. select#issue_done_ratio { width: 95px; }
  346. ul.projects {margin:0; padding-left:1em;}
  347. ul.projects ul {padding-left:1.6em;}
  348. ul.projects.root {margin:0; padding:0;}
  349. ul.projects li {list-style-type:none;}
  350. #projects-index ul.projects ul.projects { border-left: 3px solid #e0e0e0; padding-left:1em;}
  351. #projects-index ul.projects li.root {margin-bottom: 1em;}
  352. #projects-index ul.projects li.child {margin-top: 1em;}
  353. #projects-index ul.projects div.root a.project { font-family: "Trebuchet MS", Verdana, sans-serif; font-weight: bold; font-size: 16px; margin: 0 0 10px 0; }
  354. .my-project { padding-left: 18px; background: url(../images/fav.png) no-repeat 0 50%; }
  355. #notified-projects ul, #tracker_project_ids ul {max-height:250px; overflow-y:auto;}
  356. #related-issues li img {vertical-align:middle;}
  357. ul.properties {padding:0; font-size: 0.9em; color: #777;}
  358. ul.properties li {list-style-type:none;}
  359. ul.properties li span {font-style:italic;}
  360. .total-hours { font-size: 110%; font-weight: bold; }
  361. .total-hours span.hours-int { font-size: 120%; }
  362. .autoscroll {overflow-x: auto; padding:1px; margin-bottom: 1.2em;}
  363. #user_login, #user_firstname, #user_lastname, #user_mail, #my_account_form select, #user_form select, #user_identity_url { width: 90%; }
  364. #workflow_copy_form select { width: 200px; }
  365. table.transitions td.enabled {background: #bfb;}
  366. table.fields_permissions select {font-size:90%}
  367. table.fields_permissions td.readonly {background:#ddd;}
  368. table.fields_permissions td.required {background:#d88;}
  369. textarea#custom_field_possible_values {width: 99%}
  370. input#content_comments {width: 99%}
  371. .pagination {font-size: 90%}
  372. p.pagination {margin-top:8px;}
  373. /***** Tabular forms ******/
  374. .tabular p{
  375. margin: 0;
  376. padding: 3px 0 3px 0;
  377. padding-left: 180px; /* width of left column containing the label elements */
  378. min-height: 1.8em;
  379. clear:left;
  380. }
  381. html>body .tabular p {overflow:hidden;}
  382. .tabular label{
  383. font-weight: bold;
  384. float: left;
  385. text-align: right;
  386. /* width of left column */
  387. margin-left: -180px;
  388. /* width of labels. Should be smaller than left column to create some right margin */
  389. width: 175px;
  390. }
  391. .tabular label.floating{
  392. font-weight: normal;
  393. margin-left: 0px;
  394. text-align: left;
  395. width: 270px;
  396. }
  397. .tabular label.block{
  398. font-weight: normal;
  399. margin-left: 0px !important;
  400. text-align: left;
  401. float: none;
  402. display: block;
  403. width: auto;
  404. }
  405. .tabular label.inline{
  406. float:none;
  407. margin-left: 5px !important;
  408. width: auto;
  409. }
  410. label.no-css {
  411. font-weight: inherit;
  412. float:none;
  413. text-align:left;
  414. margin-left:0px;
  415. width:auto;
  416. }
  417. input#time_entry_comments { width: 90%;}
  418. #preview fieldset {margin-top: 1em; background: url(../images/draft.png)}
  419. .tabular.settings p{ padding-left: 300px; }
  420. .tabular.settings label{ margin-left: -300px; width: 295px; }
  421. .tabular.settings textarea { width: 99%; }
  422. .settings.enabled_scm table {width:100%}
  423. .settings.enabled_scm td.scm_name{ font-weight: bold; }
  424. fieldset.settings label { display: block; }
  425. fieldset#notified_events .parent { padding-left: 20px; }
  426. span.required {color: #bb0000;}
  427. .summary {font-style: italic;}
  428. #attachments_fields input.description {margin-left: 8px; width:340px;}
  429. #attachments_fields span {display:block; white-space:nowrap;}
  430. #attachments_fields img {vertical-align: middle;}
  431. div.attachments { margin-top: 12px; }
  432. div.attachments p { margin:4px 0 2px 0; }
  433. div.attachments img { vertical-align: middle; }
  434. div.attachments span.author { font-size: 0.9em; color: #888; }
  435. div.thumbnails {margin-top:0.6em;}
  436. div.thumbnails div {background:#fff;border:2px solid #ddd;display:inline-block;margin-right:2px;}
  437. div.thumbnails img {margin: 3px;}
  438. p.other-formats { text-align: right; font-size:0.9em; color: #666; }
  439. .other-formats span + span:before { content: "| "; }
  440. a.atom { background: url(../images/feed.png) no-repeat 1px 50%; padding: 2px 0px 3px 16px; }
  441. em.info {font-style:normal;font-size:90%;color:#888;display:block;}
  442. em.info.error {padding-left:20px; background:url(../images/exclamation.png) no-repeat 0 50%;}
  443. textarea.text_cf {width:90%;}
  444. /* Project members tab */
  445. div#tab-content-members .splitcontentleft, div#tab-content-memberships .splitcontentleft, div#tab-content-users .splitcontentleft { width: 64% }
  446. div#tab-content-members .splitcontentright, div#tab-content-memberships .splitcontentright, div#tab-content-users .splitcontentright { width: 34% }
  447. div#tab-content-members fieldset, div#tab-content-memberships fieldset, div#tab-content-users fieldset { padding:1em; margin-bottom: 1em; }
  448. div#tab-content-members fieldset legend, div#tab-content-memberships fieldset legend, div#tab-content-users fieldset legend { font-weight: bold; }
  449. div#tab-content-members fieldset label, div#tab-content-memberships fieldset label, div#tab-content-users fieldset label { display: block; }
  450. div#tab-content-members fieldset div, div#tab-content-users fieldset div { max-height: 400px; overflow:auto; }
  451. #users_for_watcher {height: 200px; overflow:auto;}
  452. #users_for_watcher label {display: block;}
  453. table.members td.group { padding-left: 20px; background: url(../images/group.png) no-repeat 0% 50%; }
  454. input#principal_search, input#user_search {width:100%}
  455. input#principal_search, input#user_search {
  456. background: url(../images/magnifier.png) no-repeat 2px 50%; padding-left:20px;
  457. border:1px solid #9EB1C2; border-radius:3px; height:1.5em; width:95%;
  458. }
  459. input#principal_search.ajax-loading, input#user_search.ajax-loading {
  460. background-image: url(../images/loading.gif);
  461. }
  462. * html div#tab-content-members fieldset div { height: 450px; }
  463. /***** Flash & error messages ****/
  464. #errorExplanation, div.flash, .nodata, .warning, .conflict {
  465. padding: 4px 4px 4px 30px;
  466. margin-bottom: 12px;
  467. font-size: 1.1em;
  468. border: 2px solid;
  469. }
  470. div.flash {margin-top: 8px;}
  471. div.flash.error, #errorExplanation {
  472. background: url(../images/exclamation.png) 8px 50% no-repeat;
  473. background-color: #ffe3e3;
  474. border-color: #dd0000;
  475. color: #880000;
  476. }
  477. div.flash.notice {
  478. background: url(../images/true.png) 8px 5px no-repeat;
  479. background-color: #dfffdf;
  480. border-color: #9fcf9f;
  481. color: #005f00;
  482. }
  483. div.flash.warning, .conflict {
  484. background: url(../images/warning.png) 8px 5px no-repeat;
  485. background-color: #FFEBC1;
  486. border-color: #FDBF3B;
  487. color: #A6750C;
  488. text-align: left;
  489. }
  490. .nodata, .warning {
  491. text-align: center;
  492. background-color: #FFEBC1;
  493. border-color: #FDBF3B;
  494. color: #A6750C;
  495. }
  496. #errorExplanation ul { font-size: 0.9em;}
  497. #errorExplanation h2, #errorExplanation p { display: none; }
  498. .conflict-details {font-size:80%;}
  499. /***** Ajax indicator ******/
  500. #ajax-indicator {
  501. position: absolute; /* fixed not supported by IE */
  502. background-color:#eee;
  503. border: 1px solid #bbb;
  504. top:35%;
  505. left:40%;
  506. width:20%;
  507. font-weight:bold;
  508. text-align:center;
  509. padding:0.6em;
  510. z-index:100;
  511. opacity: 0.5;
  512. }
  513. html>body #ajax-indicator { position: fixed; }
  514. #ajax-indicator span {
  515. background-position: 0% 40%;
  516. background-repeat: no-repeat;
  517. background-image: url(../images/loading.gif);
  518. padding-left: 26px;
  519. vertical-align: bottom;
  520. }
  521. /***** Calendar *****/
  522. table.cal {border-collapse: collapse; width: 100%; margin: 0px 0 6px 0;border: 1px solid #d7d7d7;}
  523. table.cal thead th {width: 14%; background-color:#EEEEEE; padding: 4px; }
  524. table.cal thead th.week-number {width: auto;}
  525. table.cal tbody tr {height: 100px;}
  526. table.cal td {border: 1px solid #d7d7d7; vertical-align: top; font-size: 0.9em;}
  527. table.cal td.week-number { background-color:#EEEEEE; padding: 4px; border:none; font-size: 1em;}
  528. table.cal td p.day-num {font-size: 1.1em; text-align:right;}
  529. table.cal td.odd p.day-num {color: #bbb;}
  530. table.cal td.today {background:#ffffdd;}
  531. table.cal td.today p.day-num {font-weight: bold;}
  532. table.cal .starting a, p.cal.legend .starting {background: url(../images/bullet_go.png) no-repeat -1px -2px; padding-left:16px;}
  533. table.cal .ending a, p.cal.legend .ending {background: url(../images/bullet_end.png) no-repeat -1px -2px; padding-left:16px;}
  534. table.cal .starting.ending a, p.cal.legend .starting.ending {background: url(../images/bullet_diamond.png) no-repeat -1px -2px; padding-left:16px;}
  535. p.cal.legend span {display:block;}
  536. /***** Tooltips ******/
  537. .tooltip{position:relative;z-index:24;}
  538. .tooltip:hover{z-index:25;color:#000;}
  539. .tooltip span.tip{display: none; text-align:left;}
  540. div.tooltip:hover span.tip{
  541. display:block;
  542. position:absolute;
  543. top:12px; left:24px; width:270px;
  544. border:1px solid #555;
  545. background-color:#fff;
  546. padding: 4px;
  547. font-size: 0.8em;
  548. color:#505050;
  549. }
  550. img.ui-datepicker-trigger {
  551. cursor: pointer;
  552. vertical-align: middle;
  553. margin-left: 4px;
  554. }
  555. /***** Progress bar *****/
  556. table.progress {
  557. border-collapse: collapse;
  558. border-spacing: 0pt;
  559. empty-cells: show;
  560. text-align: center;
  561. float:left;
  562. margin: 1px 6px 1px 0px;
  563. }
  564. table.progress td { height: 1em; }
  565. table.progress td.closed { background: #BAE0BA none repeat scroll 0%; }
  566. table.progress td.done { background: #D3EDD3 none repeat scroll 0%; }
  567. table.progress td.todo { background: #eee none repeat scroll 0%; }
  568. p.pourcent {font-size: 80%;}
  569. p.progress-info {clear: left; font-size: 80%; margin-top:-4px; color:#777;}
  570. #roadmap table.progress td { height: 1.2em; }
  571. /***** Tabs *****/
  572. #content .tabs {height: 2.6em; margin-bottom:1.2em; position:relative; overflow:hidden;}
  573. #content .tabs ul {margin:0; position:absolute; bottom:0; padding-left:0.5em; width: 2000px; border-bottom: 1px solid #bbbbbb;}
  574. #content .tabs ul li {
  575. float:left;
  576. list-style-type:none;
  577. white-space:nowrap;
  578. margin-right:4px;
  579. background:#fff;
  580. position:relative;
  581. margin-bottom:-1px;
  582. }
  583. #content .tabs ul li a{
  584. display:block;
  585. font-size: 0.9em;
  586. text-decoration:none;
  587. line-height:1.3em;
  588. padding:4px 6px 4px 6px;
  589. border: 1px solid #ccc;
  590. border-bottom: 1px solid #bbbbbb;
  591. background-color: #f6f6f6;
  592. color:#999;
  593. font-weight:bold;
  594. border-top-left-radius:3px;
  595. border-top-right-radius:3px;
  596. }
  597. #content .tabs ul li a:hover {
  598. background-color: #ffffdd;
  599. text-decoration:none;
  600. }
  601. #content .tabs ul li a.selected {
  602. background-color: #fff;
  603. border: 1px solid #bbbbbb;
  604. border-bottom: 1px solid #fff;
  605. color:#444;
  606. }
  607. #content .tabs ul li a.selected:hover {background-color: #fff;}
  608. div.tabs-buttons { position:absolute; right: 0; width: 48px; height: 24px; background: white; bottom: 0; border-bottom: 1px solid #bbbbbb; }
  609. button.tab-left, button.tab-right {
  610. font-size: 0.9em;
  611. cursor: pointer;
  612. height:24px;
  613. border: 1px solid #ccc;
  614. border-bottom: 1px solid #bbbbbb;
  615. position:absolute;
  616. padding:4px;
  617. width: 20px;
  618. bottom: -1px;
  619. }
  620. button.tab-left {
  621. right: 20px;
  622. background: #eeeeee url(../images/bullet_arrow_left.png) no-repeat 50% 50%;
  623. border-top-left-radius:3px;
  624. }
  625. button.tab-right {
  626. right: 0;
  627. background: #eeeeee url(../images/bullet_arrow_right.png) no-repeat 50% 50%;
  628. border-top-right-radius:3px;
  629. }
  630. /***** Diff *****/
  631. .diff_out { background: #fcc; }
  632. .diff_out span { background: #faa; }
  633. .diff_in { background: #cfc; }
  634. .diff_in span { background: #afa; }
  635. .text-diff {
  636. padding: 1em;
  637. background-color:#f6f6f6;
  638. color:#505050;
  639. border: 1px solid #e4e4e4;
  640. }
  641. /***** Wiki *****/
  642. div.wiki table {
  643. border-collapse: collapse;
  644. margin-bottom: 1em;
  645. }
  646. div.wiki table, div.wiki td, div.wiki th {
  647. border: 1px solid #bbb;
  648. padding: 4px;
  649. }
  650. div.wiki .noborder, div.wiki .noborder td, div.wiki .noborder th {border:0;}
  651. div.wiki .external {
  652. background-position: 0% 60%;
  653. background-repeat: no-repeat;
  654. padding-left: 12px;
  655. background-image: url(../images/external.png);
  656. }
  657. div.wiki a.new {color: #b73535;}
  658. div.wiki ul, div.wiki ol {margin-bottom:1em;}
  659. div.wiki pre {
  660. margin: 1em 1em 1em 1.6em;
  661. padding: 8px;
  662. background-color: #fafafa;
  663. border: 1px solid #e2e2e2;
  664. width:auto;
  665. overflow-x: auto;
  666. overflow-y: hidden;
  667. }
  668. div.wiki ul.toc {
  669. background-color: #ffffdd;
  670. border: 1px solid #e4e4e4;
  671. padding: 4px;
  672. line-height: 1.2em;
  673. margin-bottom: 12px;
  674. margin-right: 12px;
  675. margin-left: 0;
  676. display: table
  677. }
  678. * html div.wiki ul.toc { width: 50%; } /* IE6 doesn't autosize div */
  679. div.wiki ul.toc.right { float: right; margin-left: 12px; margin-right: 0; width: auto; }
  680. div.wiki ul.toc.left { float: left; margin-right: 12px; margin-left: 0; width: auto; }
  681. div.wiki ul.toc ul { margin: 0; padding: 0; }
  682. div.wiki ul.toc li {list-style-type:none; margin: 0; font-size:12px;}
  683. div.wiki ul.toc li li {margin-left: 1.5em; font-size:10px;}
  684. div.wiki ul.toc a {
  685. font-size: 0.9em;
  686. font-weight: normal;
  687. text-decoration: none;
  688. color: #606060;
  689. }
  690. div.wiki ul.toc a:hover { color: #c61a1a; text-decoration: underline;}
  691. a.wiki-anchor { display: none; margin-left: 6px; text-decoration: none; }
  692. a.wiki-anchor:hover { color: #aaa !important; text-decoration: none; }
  693. h1:hover a.wiki-anchor, h2:hover a.wiki-anchor, h3:hover a.wiki-anchor { display: inline; color: #ddd; }
  694. div.wiki img { vertical-align: middle; }
  695. /***** My page layout *****/
  696. .block-receiver {
  697. border:1px dashed #c0c0c0;
  698. margin-bottom: 20px;
  699. padding: 15px 0 15px 0;
  700. }
  701. .mypage-box {
  702. margin:0 0 20px 0;
  703. color:#505050;
  704. line-height:1.5em;
  705. }
  706. .handle {cursor: move;}
  707. a.close-icon {
  708. display:block;
  709. margin-top:3px;
  710. overflow:hidden;
  711. width:12px;
  712. height:12px;
  713. background-repeat: no-repeat;
  714. cursor:pointer;
  715. background-image:url('../images/close.png');
  716. }
  717. a.close-icon:hover {background-image:url('../images/close_hl.png');}
  718. /***** Gantt chart *****/
  719. .gantt_hdr {
  720. position:absolute;
  721. top:0;
  722. height:16px;
  723. border-top: 1px solid #c0c0c0;
  724. border-bottom: 1px solid #c0c0c0;
  725. border-right: 1px solid #c0c0c0;
  726. text-align: center;
  727. overflow: hidden;
  728. }
  729. .gantt_subjects { font-size: 0.8em; }
  730. .gantt_subjects div { line-height:16px;height:16px;overflow:hidden;white-space:nowrap;text-overflow: ellipsis; }
  731. .task {
  732. position: absolute;
  733. height:8px;
  734. font-size:0.8em;
  735. color:#888;
  736. padding:0;
  737. margin:0;
  738. line-height:16px;
  739. white-space:nowrap;
  740. }
  741. .task.label {width:100%;}
  742. .task.label.project, .task.label.version { font-weight: bold; }
  743. .task_late { background:#f66 url(../images/task_late.png); border: 1px solid #f66; }
  744. .task_done { background:#00c600 url(../images/task_done.png); border: 1px solid #00c600; }
  745. .task_todo { background:#aaa url(../images/task_todo.png); border: 1px solid #aaa; }
  746. .task_todo.parent { background: #888; border: 1px solid #888; height: 3px;}
  747. .task_late.parent, .task_done.parent { height: 3px;}
  748. .task.parent.marker.starting { position: absolute; background: url(../images/task_parent_end.png) no-repeat 0 0; width: 8px; height: 16px; margin-left: -4px; left: 0px; top: -1px;}
  749. .task.parent.marker.ending { position: absolute; background: url(../images/task_parent_end.png) no-repeat 0 0; width: 8px; height: 16px; margin-left: -4px; right: 0px; top: -1px;}
  750. .version.task_late { background:#f66 url(../images/milestone_late.png); border: 1px solid #f66; height: 2px; margin-top: 3px;}
  751. .version.task_done { background:#00c600 url(../images/milestone_done.png); border: 1px solid #00c600; height: 2px; margin-top: 3px;}
  752. .version.task_todo { background:#fff url(../images/milestone_todo.png); border: 1px solid #fff; height: 2px; margin-top: 3px;}
  753. .version.marker { background-image:url(../images/version_marker.png); background-repeat: no-repeat; border: 0; margin-left: -4px; margin-top: 1px; }
  754. .project.task_late { background:#f66 url(../images/milestone_late.png); border: 1px solid #f66; height: 2px; margin-top: 3px;}
  755. .project.task_done { background:#00c600 url(../images/milestone_done.png); border: 1px solid #00c600; height: 2px; margin-top: 3px;}
  756. .project.task_todo { background:#fff url(../images/milestone_todo.png); border: 1px solid #fff; height: 2px; margin-top: 3px;}
  757. .project.marker { background-image:url(../images/project_marker.png); background-repeat: no-repeat; border: 0; margin-left: -4px; margin-top: 1px; }
  758. .version-behind-schedule a, .issue-behind-schedule a {color: #f66914;}
  759. .version-overdue a, .issue-overdue a, .project-overdue a {color: #f00;}
  760. /***** Icons *****/
  761. .icon {
  762. background-position: 0% 50%;
  763. background-repeat: no-repeat;
  764. padding-left: 20px;
  765. padding-top: 2px;
  766. padding-bottom: 3px;
  767. }
  768. .icon-add { background-image: url(../images/add.png); }
  769. .icon-edit { background-image: url(../images/edit.png); }
  770. .icon-copy { background-image: url(../images/copy.png); }
  771. .icon-duplicate { background-image: url(../images/duplicate.png); }
  772. .icon-del { background-image: url(../images/delete.png); }
  773. .icon-move { background-image: url(../images/move.png); }
  774. .icon-save { background-image: url(../images/save.png); }
  775. .icon-cancel { background-image: url(../images/cancel.png); }
  776. .icon-multiple { background-image: url(../images/table_multiple.png); }
  777. .icon-folder { background-image: url(../images/folder.png); }
  778. .open .icon-folder { background-image: url(../images/folder_open.png); }
  779. .icon-package { background-image: url(../images/package.png); }
  780. .icon-user { background-image: url(../images/user.png); }
  781. .icon-projects { background-image: url(../images/projects.png); }
  782. .icon-help { background-image: url(../images/help.png); }
  783. .icon-attachment { background-image: url(../images/attachment.png); }
  784. .icon-history { background-image: url(../images/history.png); }
  785. .icon-time { background-image: url(../images/time.png); }
  786. .icon-time-add { background-image: url(../images/time_add.png); }
  787. .icon-stats { background-image: url(../images/stats.png); }
  788. .icon-warning { background-image: url(../images/warning.png); }
  789. .icon-fav { background-image: url(../images/fav.png); }
  790. .icon-fav-off { background-image: url(../images/fav_off.png); }
  791. .icon-reload { background-image: url(../images/reload.png); }
  792. .icon-lock { background-image: url(../images/locked.png); }
  793. .icon-unlock { background-image: url(../images/unlock.png); }
  794. .icon-checked { background-image: url(../images/true.png); }
  795. .icon-details { background-image: url(../images/zoom_in.png); }
  796. .icon-report { background-image: url(../images/report.png); }
  797. .icon-comment { background-image: url(../images/comment.png); }
  798. .icon-summary { background-image: url(../images/lightning.png); }
  799. .icon-server-authentication { background-image: url(../images/server_key.png); }
  800. .icon-issue { background-image: url(../images/ticket.png); }
  801. .icon-zoom-in { background-image: url(../images/zoom_in.png); }
  802. .icon-zoom-out { background-image: url(../images/zoom_out.png); }
  803. .icon-passwd { background-image: url(../images/textfield_key.png); }
  804. .icon-test { background-image: url(../images/bullet_go.png); }
  805. .icon-file { background-image: url(../images/files/default.png); }
  806. .icon-file.text-plain { background-image: url(../images/files/text.png); }
  807. .icon-file.text-x-c { background-image: url(../images/files/c.png); }
  808. .icon-file.text-x-csharp { background-image: url(../images/files/csharp.png); }
  809. .icon-file.text-x-java { background-image: url(../images/files/java.png); }
  810. .icon-file.text-x-javascript { background-image: url(../images/files/js.png); }
  811. .icon-file.text-x-php { background-image: url(../images/files/php.png); }
  812. .icon-file.text-x-ruby { background-image: url(../images/files/ruby.png); }
  813. .icon-file.text-xml { background-image: url(../images/files/xml.png); }
  814. .icon-file.text-css { background-image: url(../images/files/css.png); }
  815. .icon-file.text-html { background-image: url(../images/files/html.png); }
  816. .icon-file.image-gif { background-image: url(../images/files/image.png); }
  817. .icon-file.image-jpeg { background-image: url(../images/files/image.png); }
  818. .icon-file.image-png { background-image: url(../images/files/image.png); }
  819. .icon-file.image-tiff { background-image: url(../images/files/image.png); }
  820. .icon-file.application-pdf { background-image: url(../images/files/pdf.png); }
  821. .icon-file.application-zip { background-image: url(../images/files/zip.png); }
  822. .icon-file.application-x-gzip { background-image: url(../images/files/zip.png); }
  823. img.gravatar {
  824. padding: 2px;
  825. border: solid 1px #d5d5d5;
  826. background: #fff;
  827. vertical-align: middle;
  828. }
  829. div.issue img.gravatar {
  830. float: left;
  831. margin: 0 6px 0 0;
  832. padding: 5px;
  833. }
  834. div.issue table img.gravatar {
  835. height: 14px;
  836. width: 14px;
  837. padding: 2px;
  838. float: left;
  839. margin: 0 0.5em 0 0;
  840. }
  841. h2 img.gravatar {margin: -2px 4px -4px 0;}
  842. h3 img.gravatar {margin: -4px 4px -4px 0;}
  843. h4 img.gravatar {margin: -6px 4px -4px 0;}
  844. td.username img.gravatar {margin: 0 0.5em 0 0; vertical-align: top;}
  845. #activity dt img.gravatar {float: left; margin: 0 1em 1em 0;}
  846. /* Used on 12px Gravatar img tags without the icon background */
  847. .icon-gravatar {float: left; margin-right: 4px;}
  848. #activity dt, .journal {clear: left;}
  849. .journal-link {float: right;}
  850. h2 img { vertical-align:middle; }
  851. .hascontextmenu { cursor: context-menu; }
  852. /************* CodeRay styles *************/
  853. .syntaxhl div {display: inline;}
  854. .syntaxhl .line-numbers {padding: 2px 4px 2px 4px; background-color: #eee; margin:0px 5px 0px 0px;}
  855. .syntaxhl .code pre { overflow: auto }
  856. .syntaxhl .debug { color: white !important; background: blue !important; }
  857. .syntaxhl .annotation { color:#007 }
  858. .syntaxhl .attribute-name { color:#b48 }
  859. .syntaxhl .attribute-value { color:#700 }
  860. .syntaxhl .binary { color:#509 }
  861. .syntaxhl .char .content { color:#D20 }
  862. .syntaxhl .char .delimiter { color:#710 }
  863. .syntaxhl .char { color:#D20 }
  864. .syntaxhl .class { color:#258; font-weight:bold }
  865. .syntaxhl .class-variable { color:#369 }
  866. .syntaxhl .color { color:#0A0 }
  867. .syntaxhl .comment { color:#385 }
  868. .syntaxhl .comment .char { color:#385 }
  869. .syntaxhl .comment .delimiter { color:#385 }
  870. .syntaxhl .complex { color:#A08 }
  871. .syntaxhl .constant { color:#258; font-weight:bold }
  872. .syntaxhl .decorator { color:#B0B }
  873. .syntaxhl .definition { color:#099; font-weight:bold }
  874. .syntaxhl .delimiter { color:black }
  875. .syntaxhl .directive { color:#088; font-weight:bold }
  876. .syntaxhl .doc { color:#970 }
  877. .syntaxhl .doc-string { color:#D42; font-weight:bold }
  878. .syntaxhl .doctype { color:#34b }
  879. .syntaxhl .entity { color:#800; font-weight:bold }
  880. .syntaxhl .error { color:#F00; background-color:#FAA }
  881. .syntaxhl .escape { color:#666 }
  882. .syntaxhl .exception { color:#C00; font-weight:bold }
  883. .syntaxhl .float { color:#06D }
  884. .syntaxhl .function { color:#06B; font-weight:bold }
  885. .syntaxhl .global-variable { color:#d70 }
  886. .syntaxhl .hex { color:#02b }
  887. .syntaxhl .imaginary { color:#f00 }
  888. .syntaxhl .include { color:#B44; font-weight:bold }
  889. .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
  890. .syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
  891. .syntaxhl .instance-variable { color:#33B }
  892. .syntaxhl .integer { color:#06D }
  893. .syntaxhl .key .char { color: #60f }
  894. .syntaxhl .key .delimiter { color: #404 }
  895. .syntaxhl .key { color: #606 }
  896. .syntaxhl .keyword { color:#939; font-weight:bold }
  897. .syntaxhl .label { color:#970; font-weight:bold }
  898. .syntaxhl .local-variable { color:#963 }
  899. .syntaxhl .namespace { color:#707; font-weight:bold }
  900. .syntaxhl .octal { color:#40E }
  901. .syntaxhl .operator { }
  902. .syntaxhl .predefined { color:#369; font-weight:bold }
  903. .syntaxhl .predefined-constant { color:#069 }
  904. .syntaxhl .predefined-type { color:#0a5; font-weight:bold }
  905. .syntaxhl .preprocessor { color:#579 }
  906. .syntaxhl .pseudo-class { color:#00C; font-weight:bold }
  907. .syntaxhl .regexp .content { color:#808 }
  908. .syntaxhl .regexp .delimiter { color:#404 }
  909. .syntaxhl .regexp .modifier { color:#C2C }
  910. .syntaxhl .regexp { background-color:hsla(300,100%,50%,0.06); }
  911. .syntaxhl .reserved { color:#080; font-weight:bold }
  912. .syntaxhl .shell .content { color:#2B2 }
  913. .syntaxhl .shell .delimiter { color:#161 }
  914. .syntaxhl .shell { background-color:hsla(120,100%,50%,0.06); }
  915. .syntaxhl .string .char { color: #46a }
  916. .syntaxhl .string .content { color: #46a }
  917. .syntaxhl .string .delimiter { color: #46a }
  918. .syntaxhl .string .modifier { color: #46a }
  919. .syntaxhl .symbol .content { color:#d33 }
  920. .syntaxhl .symbol .delimiter { color:#d33 }
  921. .syntaxhl .symbol { color:#d33 }
  922. .syntaxhl .tag { color:#070 }
  923. .syntaxhl .type { color:#339; font-weight:bold }
  924. .syntaxhl .value { color: #088; }
  925. .syntaxhl .variable { color:#037 }
  926. .syntaxhl .insert { background: hsla(120,100%,50%,0.12) }
  927. .syntaxhl .delete { background: hsla(0,100%,50%,0.12) }
  928. .syntaxhl .change { color: #bbf; background: #007; }
  929. .syntaxhl .head { color: #f8f; background: #505 }
  930. .syntaxhl .head .filename { color: white; }
  931. .syntaxhl .delete .eyecatcher { background-color: hsla(0,100%,50%,0.2); border: 1px solid hsla(0,100%,45%,0.5); margin: -1px; border-bottom: none; border-top-left-radius: 5px; border-top-right-radius: 5px; }
  932. .syntaxhl .insert .eyecatcher { background-color: hsla(120,100%,50%,0.2); border: 1px solid hsla(120,100%,25%,0.5); margin: -1px; border-top: none; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }
  933. .syntaxhl .insert .insert { color: #0c0; background:transparent; font-weight:bold }
  934. .syntaxhl .delete .delete { color: #c00; background:transparent; font-weight:bold }
  935. .syntaxhl .change .change { color: #88f }
  936. .syntaxhl .head .head { color: #f4f }
  937. /***** Media print specific styles *****/
  938. @media print {
  939. #top-menu, #header, #main-menu, #sidebar, #footer, .contextual, .other-formats { display:none; }
  940. #main { background: #fff; }
  941. #content { width: 99%; margin: 0; padding: 0; border: 0; background: #fff; overflow: visible !important;}
  942. #wiki_add_attachment { display:none; }
  943. .hide-when-print { display: none; }
  944. .autoscroll {overflow-x: visible;}
  945. table.list {margin-top:0.5em;}
  946. table.list th, table.list td {border: 1px solid #aaa;}
  947. }
  948. /* Accessibility specific styles */
  949. .hidden-for-sighted {
  950. position:absolute;
  951. left:-10000px;
  952. top:auto;
  953. width:1px;
  954. height:1px;
  955. overflow:hidden;
  956. }