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

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