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 41KB

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