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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607
  1. html {overflow-y:scroll;}
  2. body { font-family: Verdana, sans-serif; font-size: 12px; color:#333; 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 solid #ccc; font-weight:normal;}
  9. pre, code {font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace;}
  10. /***** Layout *****/
  11. #wrapper {background: white;overflow: hidden;}
  12. #top-menu {background: #3E5B76; color: #fff; height:1.8em; font-size: 0.8em; padding: 2px 2px 0px 6px;}
  13. #top-menu ul {margin: 0; padding: 0;}
  14. #top-menu li {
  15. float:left;
  16. list-style-type:none;
  17. margin: 0px 0px 0px 0px;
  18. padding: 0px 0px 0px 0px;
  19. white-space:nowrap;
  20. }
  21. #top-menu a {color: #fff; margin-right: 8px; font-weight: bold;}
  22. #top-menu #loggedas { float: right; margin-right: 0.5em; color: #fff; }
  23. #account {float:right;}
  24. #header {min-height:5.3em;margin:0;background-color:#628DB6;color:#f8f8f8; padding: 4px 8px 20px 6px; position:relative;}
  25. #header a {color:#f8f8f8;}
  26. #header h1 { overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
  27. #header h1 .breadcrumbs { display:block; font-size: .5em; font-weight: normal; }
  28. #quick-search {float:right;}
  29. #quick-search #q {width:130px; height:24px; box-sizing:border-box; vertical-align:middle; border:1px solid #ccc; border-radius:3px;}
  30. #main-menu {position: absolute; bottom: 0px; left:6px; margin-right: -500px; width: 100%;}
  31. #main-menu ul {margin: 0; padding: 0; width: 100%; white-space: nowrap;}
  32. #main-menu li {
  33. float:none;
  34. list-style-type:none;
  35. margin: 0px 2px 0px 0px;
  36. padding: 0px 0px 0px 0px;
  37. white-space:nowrap;
  38. display:inline-block;
  39. }
  40. #main-menu li a {
  41. display: block;
  42. color: #fff;
  43. text-decoration: none;
  44. font-weight: bold;
  45. margin: 0;
  46. padding: 4px 10px 4px 10px;
  47. }
  48. #main-menu li a:hover {background:#759FCF; color:#fff;}
  49. #main-menu li:hover ul.menu-children, #main-menu li ul.menu-children.visible {display: block;}
  50. #main-menu li a.selected, #main-menu li a.selected:hover {background:#fff; color:#555;}
  51. #main-menu li a.new-object { background-color:#759FCF; }
  52. #main-menu .menu-children {
  53. display: none;
  54. position:absolute;
  55. width: inherit;
  56. z-index:45;
  57. background-color:#fff;
  58. border-right: 1px solid #759FCF;
  59. border-bottom: 1px solid #759FCF;
  60. border-left: 1px solid #759FCF;
  61. }
  62. #main-menu .menu-children li {float:left; clear:both; width:100%;}
  63. #main-menu .menu-children li a {color: #555; background-color:#fff; font-weight:normal;}
  64. #main-menu .menu-children li a:hover {color: #fff; background-color: #759FCF;}
  65. #main-menu .tabs-buttons {
  66. right: 6px;
  67. background-color: transparent;
  68. border-bottom-color: transparent;
  69. }
  70. #admin-menu ul {margin: 0; padding: 0;}
  71. #admin-menu li {margin: 0; padding: 0 0 6px 0; list-style-type:none;}
  72. #main {display: flex; flex-direction: row-reverse;}
  73. #sidebar{ flex-shrink: 0; width: 22%; padding-left: 20px; background: #EEEEEE; border-left: 1px solid #ddd}
  74. #sidebar h3{ font-size: 14px; margin-top:14px; color: #666; }
  75. #sidebar hr{ width: 100%; margin: 0 auto; height: 1px; background: #ccc; border: 0; }
  76. * html #sidebar hr{ width: 95%; position: relative; left: -6px; color: #ccc; }
  77. #sidebar .contextual { margin-right: 1em; }
  78. #sidebar ul, ul.flat {margin: 0; padding: 0;}
  79. #sidebar ul li, ul.flat li {list-style-type:none;margin: 0px 2px 0px 0px; padding: 0px 0px 0px 0px;}
  80. #sidebar div.wiki ul {margin:inherit; padding-left:40px;}
  81. #sidebar div.wiki ul li {list-style-type:inherit;}
  82. #content { flex-grow: 1; background-color: #fff; margin: 0px; padding: 6px 10px 10px 10px; }
  83. html>body #content { min-height: 600px; }
  84. * html body #content { height: 600px; } /* IE */
  85. #main.nosidebar #sidebar{ display: none; }
  86. #footer {clear: both; border-top: 1px solid #bbb; font-size: 0.9em; color: #aaa; padding: 5px; text-align:center; background:#fff;}
  87. #login-form {margin:5em auto 2em auto; padding:20px; width:340px; border:1px solid #FDBF3B; background-color:#FFEBC1; border-radius:4px; box-sizing: border-box;}
  88. #login-form label {display:block; margin-bottom:5px; font-weight:bold;}
  89. #login-form label[for=autologin] {font-weight:normal;}
  90. #login-form input {display:block; width:100%; height: 29px;}
  91. #login-form input[type=text], #login-form input[type=password] {margin-bottom: 15px;}
  92. #login-form a.lost_password {float:right; font-weight:normal;}
  93. #login-form input#openid_url {background:#fff url(../images/openid-bg.gif) no-repeat 4px 50%; padding-left:24px !important;}
  94. div.modal { border-radius:5px; background:#fff; z-index:50; padding:4px;}
  95. div.modal h3.title {display:none;}
  96. div.modal p.buttons {text-align:right; margin-bottom:0;}
  97. div.modal .box p {margin: 0.3em 0;}
  98. .clear:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
  99. .mobile-show {display: none;}
  100. /***** Links *****/
  101. a, a:link, a:visited{ color: #169; text-decoration: none; }
  102. a:hover, a:active{ color: #c61a1a; text-decoration: underline;}
  103. a img{ border: 0; }
  104. a.issue.closed, a.issue.closed:link, a.issue.closed:visited { color: #999; text-decoration: line-through; }
  105. a.project.closed, a.project.closed:link, a.project.closed:visited { color: #999; }
  106. a.user.locked, a.user.locked:link, a.user.locked:visited {color: #999;}
  107. #sidebar a.selected {line-height:1.7em; padding:1px 3px 2px 2px; margin-left:-2px; background-color:#9DB9D5; color:#fff; border-radius:2px;}
  108. #sidebar a.selected:hover {text-decoration:none;}
  109. #admin-menu a {line-height:1.7em;}
  110. #admin-menu a.selected {padding-left: 20px !important; background-position: 2px 40%;}
  111. a.collapsible {padding-left: 12px; background: url(../images/arrow_down.png) no-repeat 0px 50%;}
  112. a.collapsible.collapsed {background-image: url(../images/arrow_right.png);}
  113. a#toggle-completed-versions {color:#999;}
  114. /***** Dropdown *****/
  115. .drdn {position:relative;}
  116. .drdn-trigger {
  117. box-sizing:border-box;
  118. overflow:hidden;
  119. text-overflow:ellipsis;
  120. white-space:nowrap;
  121. cursor:pointer;
  122. user-select:none;
  123. -moz-user-select:none;
  124. -webkit-user-select:none;
  125. }
  126. .drdn-content {
  127. display:none;
  128. position:absolute;
  129. right:0px;
  130. top:25px;
  131. min-width:100px;
  132. background-color:#fff;
  133. border:1px solid #ccc;
  134. border-radius:4px;
  135. color:#555;
  136. z-index:99;
  137. }
  138. .drdn.expanded .drdn-content {display:block;}
  139. .drdn-content .quick-search {margin:8px;}
  140. .drdn-content .autocomplete {box-sizing: border-box; width:100% !important; height:28px;}
  141. .drdn-content .autocomplete:focus {border-color:#5ad;}
  142. .drdn-items {max-height:400px; overflow:auto;}
  143. div + .drdn-items {border-top:1px solid #ccc;}
  144. .drdn-items>* {
  145. display:block;
  146. border:1px solid #fff;
  147. overflow:hidden;
  148. text-overflow: ellipsis;
  149. white-space:nowrap;
  150. padding:4px 8px;
  151. }
  152. .drdn-items>a:hover {text-decoration:none;}
  153. .drdn-items>*:focus {border:1px dotted #bbb;}
  154. .drdn-items.selection>*:before {
  155. content:' ';
  156. display:inline-block;
  157. line-height:1em;
  158. width:1em;
  159. height:1em;
  160. margin-right:4px;
  161. font-weight:bold;
  162. }
  163. .drdn-items.selection>*.selected:before {
  164. content:"\2713 ";
  165. }
  166. .drdn-items.selection:empty {
  167. border: none;
  168. }
  169. .drdn-items>span {color:#999;}
  170. .contextual .drdn-content {top:18px;}
  171. .contextual .drdn-items {padding:2px;}
  172. .contextual .drdn-items>a:hover {color:#2A5685; border:1px solid #628db6; background-color:#eef5fd; border-radius:3px;}
  173. #project-jump.drdn {width:200px;display:inline-block;}
  174. #project-jump .drdn-trigger {
  175. width:100%;
  176. height:24px;
  177. display:inline-block;
  178. padding:3px 18px 3px 6px;
  179. border-radius:3px;
  180. border:1px solid #ccc;
  181. margin:0 !important;
  182. vertical-align:middle;
  183. color:#555;
  184. background:#fff url(../images/arrow_down.png) no-repeat 97% 50%;
  185. }
  186. #project-jump .drdn.expanded .drdn-trigger {background-image:url(../images/arrow_up.png);}
  187. #project-jump .drdn-content {width:280px;}
  188. #project-jump .drdn-items>* {color:#555 !important;}
  189. #project-jump .drdn-items>a:hover {background-color:#759FCF; color:#fff !important;}
  190. /***** Tables *****/
  191. table.list, .table-list { border: 1px solid #e4e4e4; border-collapse: collapse; width: 100%; margin-bottom: 4px; }
  192. table.list th, .table-list-header { background-color:#EEEEEE; padding: 4px; white-space:nowrap; font-weight:bold; }
  193. table.list td {text-align:center; vertical-align:middle; padding-right:10px;}
  194. table.list td.id { width: 2%; text-align: center;}
  195. table.list td.name, table.list td.description, table.list td.subject, table.list td.comments, table.list td.roles, table.list td.attachments {text-align: left;}
  196. table.list td.attachments a {display:block;}
  197. table.list td.tick {width:15%}
  198. table.list td.checkbox { width: 15px; padding: 2px 0 0 0; }
  199. table.list .checkbox input {padding:0px; height: initial;}
  200. table.list td.buttons, div.buttons { white-space:nowrap; text-align: right; }
  201. table.list td.buttons a, div.buttons a { margin-right: 0.6em; }
  202. table.list td.buttons a:last-child, div.buttons a:last-child { margin-right: 0; }
  203. table.list td.buttons img, div.buttons img {vertical-align:middle;}
  204. table.list td.reorder {width:15%; white-space:nowrap; text-align:center; }
  205. table.list table.progress td {padding-right:0px;}
  206. table.list caption { text-align: left; padding: 0.5em 0.5em 0.5em 0; }
  207. table.list tr.overdue td.due_date { color: #c22; }
  208. #role-permissions-trackers table.list th {white-space:normal;}
  209. .table-list-cell {display: table-cell; vertical-align: top; padding:2px; }
  210. .table-list div.buttons {width: 15%;}
  211. tr.project td.name a { white-space:nowrap; }
  212. tr.project.closed, tr.project.archived { color: #aaa; }
  213. tr.project.closed a, tr.project.archived a { color: #aaa; }
  214. tr.project.idnt td.name span {background: url(../images/arrow_right.png) no-repeat 2px 50%; padding-left: 16px;}
  215. tr.project.idnt-1 td.name {padding-left: 0.5em;}
  216. tr.project.idnt-2 td.name {padding-left: 2em;}
  217. tr.project.idnt-3 td.name {padding-left: 3.5em;}
  218. tr.project.idnt-4 td.name {padding-left: 5em;}
  219. tr.project.idnt-5 td.name {padding-left: 6.5em;}
  220. tr.project.idnt-6 td.name {padding-left: 8em;}
  221. tr.project.idnt-7 td.name {padding-left: 9.5em;}
  222. tr.project.idnt-8 td.name {padding-left: 11em;}
  223. tr.project.idnt-9 td.name {padding-left: 12.5em;}
  224. tr.issue { text-align: center; white-space: nowrap; }
  225. tr.issue td.subject, tr.issue td.category, td.assigned_to, td.last_updated_by, tr.issue td.string, tr.issue td.text, tr.issue td.list, tr.issue td.relations, tr.issue td.parent { white-space: normal; }
  226. tr.issue td.relations { text-align: left; }
  227. tr.issue td.done_ratio table.progress { margin-left:auto; margin-right: auto;}
  228. tr.issue td.relations span {white-space: nowrap;}
  229. table.issues td.block_column {color:#777; font-size:90%; padding:4px 4px 4px 24px; text-align:left; white-space:normal;}
  230. table.issues td.block_column span {font-weight: bold; display: block; margin-bottom: 4px;}
  231. table.issues td.block_column pre {white-space:normal;}
  232. tr.issue.idnt td.subject {background: url(../images/arrow_right.png) no-repeat 2px 50%;}
  233. tr.issue.idnt-1 td.subject {padding-left: 24px; background-position: 8px 50%;}
  234. tr.issue.idnt-2 td.subject {padding-left: 40px; background-position: 24px 50%;}
  235. tr.issue.idnt-3 td.subject {padding-left: 56px; background-position: 40px 50%;}
  236. tr.issue.idnt-4 td.subject {padding-left: 72px; background-position: 56px 50%;}
  237. tr.issue.idnt-5 td.subject {padding-left: 88px; background-position: 72px 50%;}
  238. tr.issue.idnt-6 td.subject {padding-left: 104px; background-position: 88px 50%;}
  239. tr.issue.idnt-7 td.subject {padding-left: 120px; background-position: 104px 50%;}
  240. tr.issue.idnt-8 td.subject {padding-left: 136px; background-position: 120px 50%;}
  241. tr.issue.idnt-9 td.subject {padding-left: 152px; background-position: 136px 50%;}
  242. table.issue-report {table-layout:fixed;}
  243. tr.entry { border: 1px solid #f8f8f8; }
  244. tr.entry td { white-space: nowrap; }
  245. tr.entry td.filename {width:30%; text-align:left;}
  246. tr.entry td.filename_no_report {width:70%; text-align:left;}
  247. tr.entry td.size { text-align: right; font-size: 90%; }
  248. tr.entry td.revision, tr.entry td.author { text-align: center; }
  249. tr.entry td.age { text-align: right; }
  250. tr.entry.file td.filename a { margin-left: 16px; }
  251. tr.entry.file td.filename_no_report a { margin-left: 16px; }
  252. tr span.expander, .gantt_subjects div > span.expander {background: url(../images/arrow_right.png) no-repeat 2px 50%; padding-left: 8px; margin-left: 0; cursor: pointer;}
  253. tr.open span.expander, .gantt_subjects div.open > span.expander {background-image: url(../images/arrow_down.png);}
  254. .gantt_subjects div > span.expander {padding-left: 12px;}
  255. .gantt_subjects div > span .icon-gravatar {float: none;}
  256. tr.changeset { height: 20px }
  257. tr.changeset ul, ol { margin-top: 0px; margin-bottom: 0px; }
  258. tr.changeset td.revision_graph { width: 15%; background-color: #fffffb; }
  259. tr.changeset td.author { text-align: center; width: 15%; white-space:nowrap;}
  260. tr.changeset td.committed_on { text-align: center; width: 15%; white-space:nowrap;}
  261. table.files tbody th {text-align:left;}
  262. table.files tr.file td.filename { text-align: left; padding-left: 24px; }
  263. table.files tr.file td.digest { font-size: 80%; }
  264. table.members td.roles, table.memberships td.roles { width: 45%; }
  265. table.messages td.last_message {text-align:left;}
  266. tr.message { height: 2.6em; }
  267. tr.message td.created_on { white-space: nowrap; }
  268. tr.message td.last_message { font-size: 80%; white-space: nowrap; }
  269. tr.message.sticky td.subject { font-weight: bold; }
  270. body.avatars-on #replies .message {padding-left:32px;}
  271. #replies .reply:target h4 {background-color:#DDEEFF;}
  272. #replies h4 img.gravatar {margin-left:-32px;}
  273. tr.version.closed, tr.version.closed a { color: #999; }
  274. tr.version td.name { padding-left: 20px; }
  275. tr.version td.date, tr.version td.status, tr.version td.sharing { text-align: center; white-space:nowrap; }
  276. tr.member td.icon-user {background:transparent;}
  277. tr.user td {width:13%;white-space: nowrap;}
  278. td.username, td.firstname, td.lastname, td.email {text-align:left !important;}
  279. tr.user td.email { width:18%; }
  280. tr.user.locked, tr.user.registered { color: #aaa; }
  281. tr.user.locked a, tr.user.registered a { color: #aaa; }
  282. table.permissions td.role {color:#999;font-size:90%;font-weight:normal !important;text-align:center;vertical-align:bottom;}
  283. tr.wiki-page-version td.updated_on, tr.wiki-page-version td.author {text-align:center;}
  284. tr.time-entry { text-align: center; white-space: nowrap; }
  285. tr.time-entry td.issue, tr.time-entry td.comments, tr.time-entry td.subject, tr.time-entry td.activity, tr.time-entry td.project { text-align: left; white-space: normal; }
  286. td.hours { text-align: right; font-weight: bold; padding-right: 0.5em; }
  287. td.hours .hours-dec { font-size: 0.9em; }
  288. table.plugins td { vertical-align: middle; }
  289. table.plugins td.configure { text-align: right; padding-right: 1em; }
  290. table.plugins span.name { font-weight: bold; display: block; margin-bottom: 6px; }
  291. table.plugins span.description { display: block; font-size: 0.9em; }
  292. table.plugins span.url { display: block; font-size: 0.9em; }
  293. table.list.enumerations {table-layout: fixed; margin-bottom: 2em;}
  294. tr.group td { padding: 0.8em 0 0.5em 0.3em; border-bottom: 1px solid #ccc; text-align:left; background-color: #fff;}
  295. tr.group span.count {top:-1px;}
  296. tr.group span.name {font-weight:bold;}}
  297. tr.group span.totals {color: #aaa; font-size: 80%;}
  298. tr.group span.totals .value {font-weight:bold; color:#777;}
  299. tr.group a.toggle-all { color: #aaa; font-size: 80%; display:none; float:right; margin-right:4px;}
  300. tr.group:hover a.toggle-all { display:inline;}
  301. a.toggle-all:hover {text-decoration:none;}
  302. table.list tbody tr.group:hover { background-color:inherit; }
  303. table td {padding:2px;}
  304. table p {margin:0;}
  305. table.list:not(.odd-even) tbody tr:nth-child(odd), .odd, #issue-changesets div.changeset:nth-child(odd) { background-color:#f6f7f8; }
  306. table.list:not(.odd-even) tbody tr:nth-child(even), .even, #issue-changesets div.changeset:nth-child(even) { background-color: #fff; }
  307. table.list:not(.odd-even) tbody tr:nth-child(odd):hover, .odd:hover, #issue-changesets div.changeset:nth-child(odd):hover,
  308. table.list:not(.odd-even) tbody tr:nth-child(even):hover, .even:hover, #issue-changesets div.changeset:nth-child(even):hover { background-color:#ffffdd; }
  309. tr.builtin td.name {font-style:italic;}
  310. a.sort { padding-right: 16px; background-position: 100% 50%; background-repeat: no-repeat; }
  311. a.sort.asc { background-image: url(../images/arrow_up.png); }
  312. a.sort.desc { background-image: url(../images/arrow_down.png); }
  313. table.boards a.board { background: url(../images/comment.png) no-repeat 0% 50%; padding-left: 20px; }
  314. table.boards td.last-message {text-align:left;font-size:80%;}
  315. div.table-list.boards .table-list-cell.name {width: 30%;}
  316. #query_form_content {font-size:90%;}
  317. #query_form_with_buttons > p.contextual {font-size:12px; margin:12px 0px;}
  318. .query_sort_criteria_count {
  319. display: inline-block;
  320. min-width: 1em;
  321. }
  322. .query-columns>span {
  323. display:inline-block;
  324. height:100%;
  325. vertical-align: middle;
  326. }
  327. .query-columns label {
  328. display:block;
  329. }
  330. .query-columns .buttons input[type=button] {
  331. width:35px;
  332. display:block;
  333. }
  334. .query-columns select {
  335. min-width:150px;
  336. }
  337. .query-totals {text-align:right;}
  338. .query-totals>span:not(:first-child) {margin-left:0.6em;}
  339. .query-totals .value {font-weight:bold;}
  340. body.controller-issues .query-totals {margin-top:-2.3em;}
  341. td.center {text-align:center;}
  342. #watchers select {width: 95%; display: block;}
  343. #watchers a.delete {opacity: 0.4; margin-left: 5px;}
  344. #watchers a.delete:hover {opacity: 1;}
  345. #watchers img.gravatar {margin: 0 4px 2px 0;}
  346. span#watchers_inputs {overflow:auto; display:block;}
  347. span.search_for_watchers {display:block;}
  348. span.search_for_watchers, span.add_attachment {font-size:80%; line-height:2.5em;}
  349. span.add_attachment a {padding-left:16px; background: url(../images/bullet_add.png) no-repeat 0 50%; }
  350. .highlight { background-color: #FCFD8D;}
  351. .highlight.token-1 { background-color: #faa;}
  352. .highlight.token-2 { background-color: #afa;}
  353. .highlight.token-3 { background-color: #aaf;}
  354. .box{
  355. padding:6px;
  356. margin-bottom: 10px;
  357. background-color:#f6f6f6;
  358. color:#505050;
  359. line-height:1.5em;
  360. border: 1px solid #e4e4e4;
  361. word-wrap: break-word;
  362. border-radius: 3px;
  363. }
  364. div.square {
  365. border: 1px solid #999;
  366. float: left;
  367. margin: .3em .4em 0 .4em;
  368. overflow: hidden;
  369. width: .6em; height: .6em;
  370. }
  371. .contextual {float:right; white-space: nowrap; line-height:1.4em;margin:5px 0px; padding-left: 10px; font-size:0.9em;}
  372. .contextual .icon {padding-top: 2px; padding-bottom: 3px;}
  373. .contextual input, .contextual select {font-size:0.9em;}
  374. .message .contextual { margin-top: 0; }
  375. .splitcontent {overflow: auto; display: flex; flex-wrap: wrap;}
  376. .splitcontentleft {flex: 1; margin-right: 5px;}
  377. .splitcontentright {flex: 1; margin-left: 5px;}
  378. .splitcontenttop {flex: 2; flex-basis: 100%;}
  379. form {display: inline;}
  380. input, select {vertical-align: middle; margin-top: 1px; margin-bottom: 1px; height: 24px; padding: 0 7px;}
  381. input, select, textarea {border:1px solid #ccc; border-radius:3px; box-sizing: border-box;}
  382. select {
  383. -webkit-appearance: none;
  384. -moz-appearance: none;
  385. -ms-appearance: none;
  386. -o-appearance: none;
  387. appearance: none;
  388. background: #fff url(../images/arrow_down.png) no-repeat calc( 100% - 7px) 50%;
  389. padding-right: 20px;
  390. }
  391. input[type="file"] {border: 0;}
  392. input[type="submit"] {-webkit-appearance: button; cursor: pointer; background-color: #fff;}
  393. select[multiple=multiple] {background: #fff; padding-right: initial; height: auto;}
  394. fieldset {border: 1px solid #e4e4e4; margin:0; min-width: inherit;}
  395. legend {color: #333;}
  396. hr { width: 100%; height: 1px; background: #ccc; border: 0;}
  397. blockquote { font-style: italic; border-left: 3px solid #e0e0e0; padding-left: 0.6em; margin-left: 0;}
  398. blockquote blockquote { margin-left: 0;}
  399. abbr, span.field-description[title] { border-bottom: 1px dotted #aaa; cursor: help; }
  400. textarea.wiki-edit {width:99%; resize:vertical; box-sizing: border-box;}
  401. body.textarea-monospace textarea.wiki-edit {font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; font-size: 12px;}
  402. body.textarea-proportional textarea.wiki-edit {font-family: Verdana, sans-serif; font-size: 12px;}
  403. li p {margin-top: 0;}
  404. div.issue {background:#ffffdd; padding:6px; margin-bottom:6px; border: 1px solid #d7d7d7; border-radius:3px;}
  405. p.breadcrumb { font-size: 0.9em; margin: 4px 0 4px 0;}
  406. p.subtitle { font-size: 0.9em; margin: -6px 0 12px 0; font-style: italic; }
  407. p.footnote { font-size: 0.9em; margin-top: 0px; margin-bottom: 0px; }
  408. .wiki-class-ltr {direction:ltr !important;}
  409. .wiki-class-rtl {direction:rtl !important;}
  410. div.issue div.subject div div { padding-left: 16px; }
  411. div.issue div.subject p {margin: 0; margin-bottom: 0.1em; font-size: 90%; color: #999;}
  412. div.issue div.subject>div>p { margin-top: 0.5em; }
  413. div.issue div.subject h3 {margin: 0; margin-bottom: 0.1em;}
  414. div.issue p.author {margin-top:0.5em;}
  415. div.issue span.private, div.journal span.private {font-size: 60%;}
  416. div.issue .next-prev-links {color:#999;}
  417. div.issue .attributes {margin-top: 2em;}
  418. div.issue .attributes .attribute {padding-left:180px; clear:left; min-height: 1.8em;}
  419. div.issue .attributes .attribute .label {width: 170px; margin-left:-180px; font-weight:bold; float:left; overflow:hidden; text-overflow: ellipsis;}
  420. div.issue .attribute .value {overflow:auto; text-overflow: ellipsis;}
  421. div.issue.overdue .due-date .value { color: #c22; }
  422. #issue_tree table.issues, #relations table.issues { border: 0; }
  423. #issue_tree td.checkbox, #relations td.checkbox {display:none;}
  424. #relations td.buttons, #issue_tree td.buttons {padding:0;}
  425. #trackers_description {display:none;}
  426. #trackers_description dt {font-weight: bold; text-decoration: underline;}
  427. #trackers_description dd {margin: 0; padding: 0 0 1em 0;}
  428. fieldset.collapsible {border-width: 1px 0 0 0;}
  429. fieldset.collapsible>legend { padding-left: 18px; background: url(../images/arrow_down.png) no-repeat 4px 40%; cursor:pointer; }
  430. fieldset.collapsible.collapsed>legend { background-image: url(../images/arrow_right.png); }
  431. fieldset#date-range p { margin: 2px 0 2px 0; }
  432. fieldset#filters table { border-collapse: collapse; }
  433. fieldset#filters table td { padding: 0; vertical-align: middle; }
  434. fieldset#filters tr.filter { height: 2.1em; }
  435. fieldset#filters td.field { width:230px; }
  436. fieldset#filters td.operator { width:130px; }
  437. fieldset#filters td.operator select {max-width:120px;}
  438. fieldset#filters td.values { white-space:nowrap; }
  439. fieldset#filters td.values select {min-width:130px;}
  440. #filters-table {width:60%; float:left;}
  441. .add-filter {width:35%; float:right; text-align: right; vertical-align: top;}
  442. #issue_is_private_wrap {float:right; margin-right:1em;}
  443. .toggle-multiselect {background: url(../images/bullet_toggle_plus.png) no-repeat 0% 40%; padding-left:16px; margin-left:0; margin-right:5px; cursor:pointer;}
  444. .buttons { font-size: 0.9em; margin-bottom: 1.4em; margin-top: 1em; }
  445. div#issue-changesets {float:right; width:45%; margin-left: 1em; margin-bottom: 1em; background: #fff; padding-left: 1em; font-size: 90%;}
  446. div#issue-changesets div.changeset { padding: 4px;}
  447. div#issue-changesets div.changeset { border-bottom: 1px solid #ddd; }
  448. div#issue-changesets p { margin-top: 0; margin-bottom: 1em;}
  449. .changeset-comments {margin-bottom:1em;}
  450. div.journal .contextual {margin-top: 0;}
  451. div.journal.private-notes .wiki {border-left:2px solid #d22; padding-left:4px; margin-left:-6px;}
  452. div.journal ul.details, ul.revision-info {color:#959595; margin-bottom: 1.5em;}
  453. div.journal ul.details a, ul.revision-info a {color:#70A7CD;}
  454. div.journal ul.details a:hover, ul.revision-info a:hover {color:#D14848;}
  455. body.avatars-on div.journal {padding-left:32px;}
  456. div.journal h4 img.gravatar {margin-left:-32px;}
  457. #history {
  458. padding: 0 6px;
  459. margin-bottom: 10px;
  460. border-right: 1px solid #d7d7d7;
  461. border-bottom: 1px solid #d7d7d7;
  462. border-left: 1px solid #d7d7d7;
  463. border-radius: 0 0 3px 3px / 0 0 3px 3px;
  464. }
  465. #history div:target h4 {background-color:#DDEEFF;}
  466. div#activity dl, #search-results { margin-left: 2em; }
  467. div#activity dd, #search-results dd { margin-bottom: 1em; padding-left: 18px; font-size: 0.9em; }
  468. div#activity dt.me .time { border-bottom: 1px solid #999; }
  469. div#activity dt .time { color: #777; font-size: 80%; }
  470. div#activity dd .description, #search-results dd .description { font-style: italic; }
  471. div#activity span.project:after, #search-results span.project:after { content: " -"; }
  472. div#activity dd span.description, #search-results dd span.description { display:block; color: #808080; }
  473. div#activity dt.grouped {margin-left:5em;}
  474. div#activity dd.grouped {margin-left:9em;}
  475. div#activity dt.icon {background-position: 0 0px !important;}
  476. #search-results dd { margin-bottom: 1em; padding-left: 20px; margin-left:0px; }
  477. div#search-results-counts {float:right;}
  478. div#search-results-counts ul { margin-top: 0.5em; }
  479. div#search-results-counts li { list-style-type:none; float: left; margin-left: 1em; }
  480. div#roadmap .related-issues { margin-bottom: 1em; }
  481. div#roadmap .related-issues td.checkbox { display: none; }
  482. div#roadmap .wiki h1:first-child { display: none; }
  483. div#roadmap .wiki h1 { font-size: 120%; }
  484. div#roadmap .wiki h2 { font-size: 110%; }
  485. div#roadmap h2, div#roadmap h3 { display: inline; padding-right: 0;}
  486. body.controller-versions.action-show div#roadmap .related-issues {width:70%;}
  487. div#version-summary { float:right; width:28%; margin-left: 16px; margin-bottom: 16px; background-color: #fff; }
  488. div#version-summary fieldset { margin-bottom: 1em; }
  489. div#version-summary fieldset.time-tracking table { width:100%; }
  490. div#version-summary th, div#version-summary td.total-hours { text-align: right; }
  491. table#time-report td.hours, table#time-report th.period, table#time-report th.total { text-align: right; padding-right: 0.5em; }
  492. table#time-report tbody tr.subtotal { font-style: italic; color:#777;}
  493. table#time-report tbody tr.subtotal td.hours { color:#b0b0b0; }
  494. table#time-report tbody tr.total { font-weight: bold; background-color:#EEEEEE; border-top:1px solid #e4e4e4;}
  495. table#time-report .hours-dec { font-size: 0.9em; }
  496. div.wiki-page .contextual a {opacity: 0.4}
  497. div.wiki-page .contextual a:hover {opacity: 1}
  498. div.wiki a:target + h1, div.wiki a:target + h2, div.wiki a:target + h3, div.wiki a:target + h4, div.wiki a:target + h5, div.wiki a:target + h6 {
  499. background-color:#DDEEFF;
  500. }
  501. .wiki-update-info {text-align:right; color:#666; font-size:90%;}
  502. form .attributes select { width: 60%; }
  503. form .attributes select + a.icon-only { vertical-align: middle; margin-left: 4px; }
  504. input#issue_subject, input#document_title { width: 99%; }
  505. select#issue_done_ratio { width: 95px; }
  506. ul.projects {margin:0; padding-left:1em;}
  507. ul.projects ul {padding-left:1.6em;}
  508. ul.projects.root {margin:0; padding:0;}
  509. ul.projects li.root, ul.projects li.child {list-style-type:none;}
  510. ul.projects div.description li {list-style-type:initial;}
  511. #projects-index {
  512. column-count: auto;
  513. column-width: 400px;
  514. -webkit-column-count: auto;
  515. -webkit-column-width: 400px;
  516. -webkit-column-gap : 0.5rem;
  517. -moz-column-count: auto;
  518. -moz-column-width: 400px;
  519. -moz-column-gap : 0.5rem;
  520. }
  521. #projects-index li.root ul.projects { border-left: 3px solid #e0e0e0; padding-left:1em;}
  522. #projects-index ul.projects li.root {
  523. margin-bottom: 1em;
  524. padding: 15px 20px;
  525. border: 1px solid #d7d7d7;
  526. border-radius: 3px;
  527. box-sizing: border-box;
  528. -moz-box-sizing: border-box;
  529. -webkit-box-sizing: border-box;
  530. break-inside: avoid-column;
  531. -webkit-break-inside: avoid-column;
  532. -moz-break-inside: avoid-column;
  533. page-break-inside:avoid;
  534. -webkit-column-break-inside: avoid;
  535. -moz-column-break-inside: avoid;
  536. width: 100%;
  537. }
  538. #projects-index ul.projects li.child {margin-top: 1em;}
  539. #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; }
  540. #projects-index ul.projects div.description {
  541. padding-top: 0.5em;
  542. }
  543. #projects-index a.icon-fav {padding-left:0; padding-right:20px; background-position:98% 50%;}
  544. #notified-projects>ul, #tracker_project_ids>ul, #custom_field_project_ids>ul {max-height:250px; overflow-y:auto;}
  545. #related-issues li img {vertical-align:middle;}
  546. ul.properties {padding:0; font-size: 0.9em; color: #777;}
  547. ul.properties li {list-style-type:none;}
  548. ul.properties li span {font-style:italic;}
  549. .total-hours { font-size: 110%; font-weight: bold; }
  550. .total-hours span.hours-int { font-size: 120%; }
  551. .autoscroll {overflow-x: auto; padding:1px; margin-bottom: 1.2em; position: relative;}
  552. #user_login, #user_firstname, #user_lastname, #user_mail, #my_account_form select, #user_form select, #user_identity_url { width: 90%; }
  553. #workflow_copy_form select { width: 200px; }
  554. table.transitions td.enabled {background: #bfb;}
  555. #workflow_form table select {font-size:90%; max-width:100px;}
  556. table.fields_permissions td.readonly {background:#ddd;}
  557. table.fields_permissions td.required {background:#d88;}
  558. select.expandable {vertical-align:top;}
  559. textarea#custom_field_possible_values {width: 95%; resize:vertical}
  560. textarea#custom_field_default_value {width: 95%; resize:vertical}
  561. .sort-handle {display:inline-block; vertical-align:middle;}
  562. input#content_comments {width: 99%}
  563. span.pagination {margin-left:3px; color:#888; display:block;}
  564. .pagination ul.pages {
  565. margin: 0 5px 0 0;
  566. padding: 0;
  567. display: inline;
  568. }
  569. .pagination ul.pages li {
  570. display: inline-block;
  571. padding: 0;
  572. border: 1px solid #ddd;
  573. margin-left: -1px;
  574. line-height: 2em;
  575. margin-bottom: 1em;
  576. white-space: nowrap;
  577. text-align: center;
  578. }
  579. .pagination ul.pages li a,
  580. .pagination ul.pages li span {
  581. padding: 3px 8px;
  582. }
  583. .pagination ul.pages li:first-child {
  584. border-top-left-radius: 4px;
  585. border-bottom-left-radius: 4px;
  586. }
  587. .pagination ul.pages li:last-child {
  588. border-top-right-radius: 4px;
  589. border-bottom-right-radius: 4px;
  590. }
  591. .pagination ul.pages li.current {
  592. color: white;
  593. background-color: #628DB6;
  594. border-color: #628DB6;
  595. }
  596. .pagination ul.pages li.page:hover {
  597. background-color: #ddd;
  598. }
  599. .pagination ul.pages li.page a:hover,
  600. .pagination ul.pages li.page a:active {
  601. color: #169;
  602. text-decoration: inherit;
  603. }
  604. .pagination .per-page span.selected {
  605. font-weight: bold;
  606. }
  607. span.pagination>span {white-space:nowrap;}
  608. .controller-attachments.action-show span.pagination{
  609. display: block;
  610. margin-top: 1.2em;
  611. }
  612. #search-form fieldset p {margin:0.2em 0;}
  613. /***** Tabular forms ******/
  614. .tabular p{
  615. margin: 0;
  616. padding: 3px 0 3px 0;
  617. padding-left: 180px; /* width of left column containing the label elements */
  618. min-height: 2em;
  619. clear:left;
  620. }
  621. html>body .tabular p {overflow:hidden;}
  622. .tabular input, .tabular select {max-width:95%}
  623. .tabular textarea {width:95%; resize:vertical;}
  624. .tabular label{
  625. font-weight: bold;
  626. float: left;
  627. text-align: right;
  628. /* width of left column */
  629. margin-left: -180px;
  630. /* width of labels. Should be smaller than left column to create some right margin */
  631. width: 175px;
  632. line-height: 24px;
  633. }
  634. .tabular label.floating{
  635. font-weight: normal;
  636. margin-left: 0px;
  637. text-align: left;
  638. width: 270px;
  639. }
  640. label.block {
  641. display: block;
  642. width: auto !important;
  643. }
  644. .tabular label.block{
  645. font-weight: normal;
  646. margin-left: 0px !important;
  647. text-align: left;
  648. float: none;
  649. }
  650. .tabular label.inline{
  651. font-weight: normal;
  652. float:none;
  653. margin-left: 5px !important;
  654. width: auto;
  655. }
  656. label.no-css {
  657. font-weight: inherit;
  658. float:none;
  659. text-align:left;
  660. margin-left:0px;
  661. width:auto;
  662. }
  663. input#time_entry_comments { width: 90%;}
  664. input#months { width: 46px; }
  665. .jstBlock .jstTabs, .jstBlock .wiki-preview { width: 99%; }
  666. .jstBlock .jstTabs { padding-right: 6px; }
  667. .jstBlock .wiki-preview { padding: 2px; }
  668. .jstBlock .wiki-preview p:first-child { padding-top: 0 !important; margin-top: 0 !important;}
  669. .jstBlock .wiki-preview p:last-child { padding-bottom: 0 !important; margin-bottom: 0 !important;}
  670. .tabular .wiki-preview, .tabular .jstTabs {width: 95%;}
  671. .tabular.settings .wiki-preview, .tabular.settings .jstTabs { width: 99%; }
  672. .tabular .wiki-preview p {
  673. min-height: initial;
  674. padding: 1em 0 1em 0 !important;
  675. overflow: initial;
  676. }
  677. .tabular.settings p{ padding-left: 300px; }
  678. .tabular.settings label{ margin-left: -300px; width: 295px; }
  679. .tabular.settings textarea, .tabular.settings .wiki-preview, .tabular.settings .jstTabs { width: 99%; }
  680. .settings.enabled_scm table {width:100%}
  681. .settings.enabled_scm td.scm_name{ font-weight: bold; }
  682. fieldset.settings label { display: block; }
  683. fieldset#notified_events .parent { padding-left: 20px; }
  684. span.required {color: #bb0000;}
  685. .summary {font-style: italic;}
  686. .check_box_group {
  687. display:block;
  688. width:95%;
  689. max-height:120px;
  690. overflow-y:auto;
  691. padding:2px 4px 4px 2px;
  692. background:#fff;
  693. border:1px solid #9EB1C2;
  694. border-radius:2px
  695. }
  696. .check_box_group label {
  697. font-weight: normal;
  698. margin-left: 0px !important;
  699. text-align: left;
  700. float: none;
  701. display: block;
  702. width: auto;
  703. }
  704. .check_box_group.bool_cf {border:0; background:inherit;}
  705. .check_box_group.bool_cf label {display: inline;}
  706. .attachments_fields input.description, #existing-attachments input.description {margin-left:4px; width:340px;}
  707. .attachments_fields>span, #existing-attachments>span {display:block; white-space:nowrap;}
  708. .attachments_fields input.filename, #existing-attachments .filename {border:0; width:250px; color:#555; background-color:inherit; }
  709. .tabular input.filename {max-width:75% !important;}
  710. .attachments_fields input.filename {height:1.8em;}
  711. .attachments_fields .ajax-waiting input.filename {background:url(../images/hourglass.png) no-repeat 0px 50%;}
  712. .attachments_fields .ajax-loading input.filename {background:url(../images/loading.gif) no-repeat 0px 50%;}
  713. .attachments_fields div.ui-progressbar { width: 100px; height:14px; margin: 2px 0 -5px 8px; display: inline-block; }
  714. a.remove-upload:hover {text-decoration:none !important;}
  715. .existing-attachment.deleted .filename {text-decoration:line-through; color:#999 !important;}
  716. div.fileover { background-color: lavender; }
  717. div.attachments p { margin:4px 0 2px 0; }
  718. div.attachments img { vertical-align: middle; }
  719. div.attachments span.author { font-size: 0.9em; color: #888; }
  720. div.thumbnails {margin:0.6em;}
  721. div.thumbnails div {background:#fff;border:2px solid #ddd;display:inline-block;margin-right:2px;}
  722. div.thumbnails img {margin: 3px; vertical-align: middle;}
  723. #history div.thumbnails {margin-left: 2em;}
  724. p.other-formats { text-align: right; font-size:0.9em; color: #666; }
  725. .other-formats span + span:before { content: "| "; }
  726. a.atom { background: url(../images/feed.png) no-repeat 1px 50%; padding: 2px 0px 3px 16px; }
  727. .info {font-size:90%;color:#888;}
  728. em.info {font-style:normal;display:block;}
  729. em.info.error {padding-left:20px; background:url(../images/exclamation.png) no-repeat 0 50%;}
  730. form.edit_membership p {margin:0.9em 0;}
  731. textarea.text_cf {width:95%; resize:vertical;}
  732. input.string_cf, input.link_cf {width:95%;}
  733. select.bool_cf {width:auto !important;}
  734. #tab-content-modules fieldset p {margin:3px 0 4px 0;}
  735. #tab-content-users .splitcontentleft {width: 64%;}
  736. #tab-content-users .splitcontentright {width: 34%;}
  737. #tab-content-users fieldset {padding:1em; margin-bottom: 1em;}
  738. #tab-content-users fieldset label {display: block;}
  739. #tab-content-users #principals {max-height: 400px; overflow: auto;}
  740. #users_for_watcher {height: 200px; overflow:auto;}
  741. #users_for_watcher label {display: block;}
  742. input#principal_search, input#user_search {width:90%}
  743. .roles-selection label {display:inline-block; width:210px;}
  744. input.autocomplete {
  745. background: #fff url(../images/magnifier.png) no-repeat 2px 50%; padding-left:20px !important;
  746. }
  747. input.autocomplete.ajax-loading {
  748. background-image: url(../images/loading.gif);
  749. }
  750. .role-visibility {padding-left:2em;}
  751. .objects-selection {
  752. height: 300px;
  753. overflow: auto;
  754. margin-bottom: 1em;
  755. }
  756. .objects-selection label {
  757. display: block;
  758. }
  759. .objects-selection>div, #user_group_ids {
  760. column-count: auto;
  761. column-width: 200px;
  762. -webkit-column-count: auto;
  763. -webkit-column-width: 200px;
  764. -webkit-column-gap : 0.5rem;
  765. -webkit-column-rule: 1px solid #ccc;
  766. -moz-column-count: auto;
  767. -moz-column-width: 200px;
  768. -moz-column-gap : 0.5rem;
  769. -moz-column-rule: 1px solid #ccc;
  770. }
  771. /***** Flash & error messages ****/
  772. #errorExplanation, div.flash, .nodata, .warning, .conflict {
  773. padding: 6px 4px 6px 30px;
  774. margin-bottom: 12px;
  775. font-size: 1.1em;
  776. border: 1px solid;
  777. border-radius: 3px;
  778. }
  779. div.flash {margin-top: 8px;}
  780. div.flash.error, #errorExplanation {
  781. background: url(../images/exclamation.png) 8px 50% no-repeat;
  782. background-color: #ffe3e3;
  783. border-color: #d88;
  784. color: #880000;
  785. }
  786. div.flash.notice {
  787. background: url(../images/true.png) 8px 5px no-repeat;
  788. background-color: #dfffdf;
  789. border-color: #9fcf9f;
  790. color: #005f00;
  791. }
  792. div.flash.warning, .conflict {
  793. background: url(../images/warning.png) 8px 5px no-repeat;
  794. background-color: #F3EDD1;
  795. border-color: #eadbbc;
  796. color: #A6750C;
  797. text-align: left;
  798. }
  799. .nodata, .warning {
  800. text-align: center;
  801. background-color: #F3EDD1;
  802. border-color: #eadbbc;
  803. color: #A6750C;
  804. }
  805. #errorExplanation ul { font-size: 0.9em;}
  806. #errorExplanation h2, #errorExplanation p { display: none; }
  807. .conflict-details {font-size:80%;}
  808. /***** Ajax indicator ******/
  809. #ajax-indicator {
  810. position: absolute; /* fixed not supported by IE */
  811. background-color:#eee;
  812. border: 1px solid #bbb;
  813. top:35%;
  814. left:40%;
  815. width:20%;
  816. font-weight:bold;
  817. text-align:center;
  818. padding:0.6em;
  819. z-index:100;
  820. opacity: 0.5;
  821. }
  822. html>body #ajax-indicator { position: fixed; }
  823. #ajax-indicator span {
  824. background-position: 0% 40%;
  825. background-repeat: no-repeat;
  826. background-image: url(../images/loading.gif);
  827. padding-left: 26px;
  828. vertical-align: bottom;
  829. }
  830. /***** Calendar *****/
  831. table.cal {border-collapse: collapse; width: 100%; margin: 0px 0 6px 0;border: 1px solid #d7d7d7;}
  832. table.cal thead th {width: 14%; background-color:#EEEEEE; padding: 4px; }
  833. table.cal thead th.week-number {width: auto;}
  834. table.cal tbody tr {height: 100px;}
  835. table.cal td .icon {padding-top: 2px; padding-bottom: 3px;}
  836. table.cal td {border: 1px solid #d7d7d7; vertical-align: top; font-size: 0.9em;}
  837. table.cal td.week-number { background-color:#EEEEEE; padding: 4px; border:none; font-size: 1em;}
  838. table.cal td p.day-num {font-size: 1.1em; text-align:right;}
  839. table.cal td.odd p.day-num {color: #bbb;}
  840. table.cal td.today {background:#ffffdd;}
  841. table.cal td.today p.day-num {font-weight: bold;}
  842. table.cal td.nwday:not(.odd) {background-color:#f1f1f1;}
  843. table.cal .starting a.issue, p.cal.legend .starting {background: url(../images/bullet_go.png) no-repeat -1px -2px; padding-left:16px;}
  844. table.cal .ending a.issue, p.cal.legend .ending {background: url(../images/bullet_end.png) no-repeat -1px -2px; padding-left:16px;}
  845. table.cal .starting.ending a.issue, p.cal.legend .starting.ending {background: url(../images/bullet_diamond.png) no-repeat -1px -2px; padding-left:16px;}
  846. p.cal.legend span {display:block;}
  847. /***** Tooltips ******/
  848. .tooltip{position:relative;z-index:24;}
  849. .tooltip:hover{z-index:25;color:#000;}
  850. .tooltip span.tip{display: none; text-align:left;}
  851. .tooltip span.tip a { color: #169 !important; }
  852. .tooltip span.tip img.gravatar {
  853. float: none;
  854. margin: 0;
  855. }
  856. div.tooltip:hover span.tip{
  857. display:block;
  858. position:absolute;
  859. top:12px; width:270px;
  860. border:1px solid #555;
  861. background-color:#fff;
  862. padding: 4px;
  863. font-size: 0.8em;
  864. color:#505050;
  865. }
  866. table.cal div.tooltip:hover span.tip {
  867. top: 25px;
  868. }
  869. img.ui-datepicker-trigger {
  870. cursor: pointer;
  871. vertical-align: middle;
  872. margin-left: 4px;
  873. }
  874. /***** Progress bar *****/
  875. table.progress {
  876. border-collapse: collapse;
  877. border-spacing: 0pt;
  878. empty-cells: show;
  879. text-align: center;
  880. float:left;
  881. margin: 1px 6px 1px 0px;
  882. }
  883. table.progress {width:80px;}
  884. table.progress td { height: 1em; }
  885. table.progress td.closed { background: #BAE0BA none repeat scroll 0%; }
  886. table.progress td.done { background: #D3EDD3 none repeat scroll 0%; }
  887. table.progress td.todo { background: #eee none repeat scroll 0%; }
  888. p.percent {font-size: 80%; margin:0;}
  889. p.progress-info {clear: left; font-size: 80%; margin-top:-4px; color:#777;}
  890. .version-overview table.progress {width:40em;}
  891. .version-overview table.progress td { height: 1.2em; }
  892. /***** Tabs *****/
  893. #content .tabs {height: 2.6em; margin-bottom:1.2em; position:relative; overflow:hidden;}
  894. #content .tabs ul {margin:0; position:absolute; bottom:0; padding-left:0.5em; width: 2000px; border-bottom: 1px solid #bbbbbb;}
  895. #content .tabs ul li {
  896. float:left;
  897. list-style-type:none;
  898. white-space:nowrap;
  899. margin-right:4px;
  900. position:relative;
  901. margin-bottom:-1px;
  902. }
  903. #content .tabs ul li a{
  904. display:block;
  905. font-size: 0.9em;
  906. text-decoration:none;
  907. line-height:1.3em;
  908. padding:4px 6px 4px 6px;
  909. border: 1px solid #ccc;
  910. border-bottom: 1px solid #bbbbbb;
  911. color:#999;
  912. font-weight:bold;
  913. border-top-left-radius:3px;
  914. border-top-right-radius:3px;
  915. }
  916. #content .tabs ul li a:hover {
  917. color:#777;
  918. text-decoration:none;
  919. }
  920. #content .tabs ul li a.selected {
  921. background-color: #fff;
  922. border: 1px solid #bbbbbb;
  923. border-bottom: 1px solid #fff;
  924. color:#444;
  925. }
  926. #content .tabs ul li a.selected:hover {background-color: #fff;}
  927. div.tabs-buttons { position:absolute; right: 0; width: 54px; height: 24px; background: white; bottom: 0; border-bottom: 1px solid #bbbbbb; }
  928. button.tab-left, button.tab-right {
  929. font-size: 0.9em;
  930. cursor: pointer;
  931. height:24px;
  932. border: 1px solid #ccc;
  933. border-bottom: 1px solid #bbbbbb;
  934. position:absolute;
  935. padding:4px;
  936. width: 20px;
  937. bottom: -1px;
  938. }
  939. button.tab-left:hover, button.tab-right:hover {
  940. background-color: #f5f5f5;
  941. }
  942. button.tab-left:focus, button.tab-right:focus {
  943. outline: 0;
  944. }
  945. button.tab-left {
  946. right: 20px;
  947. background: #eeeeee url(../images/arrow_left.png) no-repeat 50% 50%;
  948. border-top-left-radius:3px;
  949. }
  950. button.tab-right {
  951. right: 0;
  952. background: #eeeeee url(../images/arrow_right.png) no-repeat 50% 50%;
  953. border-top-right-radius:3px;
  954. }
  955. button.tab-left.disabled, button.tab-right.disabled {
  956. background-color: #ccc;
  957. cursor: unset;
  958. }
  959. /***** Diff *****/
  960. .diff_out { background: #fcc; }
  961. .diff_out span { background: #faa; }
  962. .diff_in { background: #cfc; }
  963. .diff_in span { background: #afa; }
  964. .text-diff {
  965. padding: 1em;
  966. background-color:#f6f6f6;
  967. color:#505050;
  968. border: 1px solid #e4e4e4;
  969. white-space: pre-wrap;
  970. }
  971. /***** Wiki *****/
  972. div.wiki table {
  973. border-collapse: collapse;
  974. margin-bottom: 1em;
  975. }
  976. div.wiki table, div.wiki td, div.wiki th {
  977. border: 1px solid #bbb;
  978. padding: 4px;
  979. }
  980. div.wiki .wiki-class-noborder, div.wiki .wiki-class-noborder td, div.wiki .wiki-class-noborder th {border:0;}
  981. div.wiki .external {
  982. background-position: 0% 60%;
  983. background-repeat: no-repeat;
  984. padding-left: 12px;
  985. background-image: url(../images/external.png);
  986. }
  987. div.wiki a {word-wrap: break-word;}
  988. div.wiki a.new {color: #b73535;}
  989. div.wiki ul, div.wiki ol {margin-bottom:1em;}
  990. div.wiki li>ul, div.wiki li>ol {margin-bottom: 0;}
  991. div.wiki pre {
  992. margin: 1em 1em 1em 1.6em;
  993. padding: 8px;
  994. background-color: #fafafa;
  995. border: 1px solid #e2e2e2;
  996. border-radius: 3px;
  997. width:auto;
  998. overflow-x: auto;
  999. overflow-y: hidden;
  1000. }
  1001. div.wiki ul.toc {
  1002. background-color: #ffffdd;
  1003. border: 1px solid #e4e4e4;
  1004. padding: 4px;
  1005. line-height: 1.2em;
  1006. margin-bottom: 12px;
  1007. margin-right: 12px;
  1008. margin-left: 0;
  1009. display: table
  1010. }
  1011. * html div.wiki ul.toc { width: 50%; } /* IE6 doesn't autosize div */
  1012. div.wiki ul.toc.right { float: right; margin-left: 12px; margin-right: 0; width: auto; }
  1013. div.wiki ul.toc.left { float: left; margin-right: 12px; margin-left: 0; width: auto; }
  1014. div.wiki ul.toc ul { margin: 0; padding: 0; }
  1015. div.wiki ul.toc li {list-style-type:none; margin: 0; font-size:12px;}
  1016. div.wiki ul.toc>li:first-child {margin-bottom: .5em; color: #777;}
  1017. div.wiki ul.toc li li {margin-left: 1.5em; font-size:10px;}
  1018. div.wiki ul.toc a {
  1019. font-size: 0.9em;
  1020. font-weight: normal;
  1021. text-decoration: none;
  1022. color: #606060;
  1023. }
  1024. div.wiki ul.toc a:hover { color: #c61a1a; text-decoration: underline;}
  1025. a.wiki-anchor { display: none; margin-left: 6px; text-decoration: none; }
  1026. a.wiki-anchor:hover { color: #aaa !important; text-decoration: none; }
  1027. h1:hover a.wiki-anchor, h2:hover a.wiki-anchor, h3:hover a.wiki-anchor, h4:hover a.wiki-anchor, h5:hover a.wiki-anchor, h6:hover a.wiki-anchor { display: inline; color: #ddd; }
  1028. div.wiki img {vertical-align:middle; max-width:100%;}
  1029. /***** My page layout *****/
  1030. .block-receiver {
  1031. border:1px dashed #fff;
  1032. padding: 15px 0 0 0;
  1033. }
  1034. .dragging .block-receiver {
  1035. border:1px dashed #777;
  1036. margin-bottom: 20px;
  1037. }
  1038. .mypage-box {
  1039. border:1px solid #ddd;
  1040. padding:8px;
  1041. margin:0 0 20px 0;
  1042. color:#505050;
  1043. line-height:1.5em;
  1044. }
  1045. .mypage-box>.contextual {opacity:0.001; transition: opacity 0.2s;}
  1046. .mypage-box:hover>.contextual {opacity:1;}
  1047. .handle {cursor: move;}
  1048. #my-page .list th.checkbox, #my-page .list td.checkbox {display:none;}
  1049. /***** Gantt chart *****/
  1050. .gantt_hdr {
  1051. position:absolute;
  1052. top:0;
  1053. height:16px;
  1054. border-top: 1px solid #c0c0c0;
  1055. border-bottom: 1px solid #c0c0c0;
  1056. border-right: 1px solid #c0c0c0;
  1057. text-align: center;
  1058. overflow: hidden;
  1059. }
  1060. .gantt_hdr.nwday {background-color:#f1f1f1; color:#999;}
  1061. .gantt_subjects { font-size: 0.8em; }
  1062. .gantt_subjects div { line-height:16px;height:16px;overflow:hidden;white-space:nowrap;text-overflow: ellipsis; }
  1063. .gantt_subjects div.issue-subject:hover { background-color:#ffffdd; }
  1064. .gantt_subjects .issue-subject img.icon-gravatar {
  1065. margin: 2px 5px 0px 2px;
  1066. }
  1067. .task {
  1068. position: absolute;
  1069. height:8px;
  1070. font-size:0.8em;
  1071. color:#888;
  1072. padding:0;
  1073. margin:0;
  1074. line-height:16px;
  1075. white-space:nowrap;
  1076. }
  1077. .task.label {width:100%;}
  1078. .task.label.project, .task.label.version { font-weight: bold; }
  1079. .task_late { background:#f66 url(../images/task_late.png); border: 1px solid #f66; }
  1080. .task_done { background:#00c600 url(../images/task_done.png); border: 1px solid #00c600; }
  1081. .task_todo { background:#aaa url(../images/task_todo.png); border: 1px solid #aaa; }
  1082. .task_todo.parent { background: #888; border: 1px solid #888; height: 3px;}
  1083. .task_late.parent, .task_done.parent { height: 3px;}
  1084. .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;}
  1085. .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;}
  1086. .version.task_late { background:#f66 url(../images/milestone_late.png); border: 1px solid #f66; height: 2px; margin-top: 3px;}
  1087. .version.task_done { background:#00c600 url(../images/milestone_done.png); border: 1px solid #00c600; height: 2px; margin-top: 3px;}
  1088. .version.task_todo { background:#fff url(../images/milestone_todo.png); border: 1px solid #fff; height: 2px; margin-top: 3px;}
  1089. .version.marker { background-image:url(../images/version_marker.png); background-repeat: no-repeat; border: 0; margin-left: -4px; margin-top: 1px; }
  1090. .project.task_late { background:#f66 url(../images/milestone_late.png); border: 1px solid #f66; height: 2px; margin-top: 3px;}
  1091. .project.task_done { background:#00c600 url(../images/milestone_done.png); border: 1px solid #00c600; height: 2px; margin-top: 3px;}
  1092. .project.task_todo { background:#fff url(../images/milestone_todo.png); border: 1px solid #fff; height: 2px; margin-top: 3px;}
  1093. .project.marker { background-image:url(../images/project_marker.png); background-repeat: no-repeat; border: 0; margin-left: -4px; margin-top: 1px; }
  1094. .version-behind-schedule a, .issue-behind-schedule a {color: #f66914;}
  1095. .version-overdue a, .issue-overdue a, .project-overdue a {color: #f00;}
  1096. /***** Badges *****/
  1097. .badge {
  1098. position:relative;
  1099. font-weight:bold;
  1100. font-size: 10px;
  1101. bottom: 2px;
  1102. padding: 0px 2px 0px 2px;
  1103. margin-right: 2px;
  1104. margin-left: 2px;
  1105. border-radius: 2px;
  1106. text-transform: uppercase;
  1107. text-decoration: none;
  1108. }
  1109. .badge-private {
  1110. background: #d22;
  1111. color: #fff;
  1112. }
  1113. .badge-count {
  1114. color: #fff;
  1115. background:#9DB9D5;
  1116. }
  1117. .badge-status-open {
  1118. color: #205D86;
  1119. border: 1px solid #205D86;
  1120. }
  1121. .badge-status-locked {
  1122. color: #696969;
  1123. border: 1px solid #696969;
  1124. }
  1125. .badge-status-closed {
  1126. color: #1D781D;
  1127. border: 1px solid #1D781D;
  1128. }
  1129. /***** Icons *****/
  1130. .icon {
  1131. background-position: 0% 50%;
  1132. background-repeat: no-repeat;
  1133. padding-left: 20px;
  1134. }
  1135. .icon-only {
  1136. background-position: 0% 50%;
  1137. background-repeat: no-repeat;
  1138. padding-left: 16px;
  1139. display: inline-block;
  1140. width: 0;
  1141. height: 16px;
  1142. overflow: hidden;
  1143. padding-top: 0;
  1144. padding-bottom: 0;
  1145. font-size: 8px;
  1146. vertical-align: middle;
  1147. }
  1148. .icon-only::after {
  1149. content: " ";
  1150. }
  1151. .icon-add { background-image: url(../images/add.png); }
  1152. .icon-edit { background-image: url(../images/edit.png); }
  1153. .icon-copy { background-image: url(../images/copy.png); }
  1154. .icon-duplicate { background-image: url(../images/duplicate.png); }
  1155. .icon-del { background-image: url(../images/delete.png); }
  1156. .icon-move { background-image: url(../images/move.png); }
  1157. .icon-save { background-image: url(../images/save.png); }
  1158. .icon-download { background-image: url(../images/download.png); }
  1159. .icon-cancel { background-image: url(../images/cancel.png); }
  1160. .icon-multiple { background-image: url(../images/table_multiple.png); }
  1161. .icon-folder { background-image: url(../images/folder.png); }
  1162. .open .icon-folder { background-image: url(../images/folder_open.png); }
  1163. .icon-package { background-image: url(../images/package.png); }
  1164. .icon-user { background-image: url(../images/user.png); }
  1165. .icon-project, .icon-projects { background-image: url(../images/projects.png); }
  1166. .icon-help { background-image: url(../images/help.png); }
  1167. .icon-attachment { background-image: url(../images/attachment.png); }
  1168. .icon-history { background-image: url(../images/history.png); }
  1169. .icon-time-entry, .icon-time { background-image: url(../images/time.png); }
  1170. .icon-time-add { background-image: url(../images/time_add.png); }
  1171. .icon-stats { background-image: url(../images/stats.png); }
  1172. .icon-warning { background-image: url(../images/warning.png); }
  1173. .icon-error { background-image: url(../images/exclamation.png); }
  1174. .icon-fav { background-image: url(../images/fav.png); }
  1175. .icon-fav-off { background-image: url(../images/fav_off.png); }
  1176. .icon-reload { background-image: url(../images/reload.png); }
  1177. .icon-lock, .icon-locked { background-image: url(../images/locked.png); }
  1178. .icon-unlock { background-image: url(../images/unlock.png); }
  1179. .icon-checked { background-image: url(../images/toggle_check.png); }
  1180. .icon-report { background-image: url(../images/report.png); }
  1181. .icon-comment, .icon-comments { background-image: url(../images/comment.png); }
  1182. .icon-summary { background-image: url(../images/lightning.png); }
  1183. .icon-server-authentication { background-image: url(../images/server_key.png); }
  1184. .icon-issue { background-image: url(../images/ticket.png); }
  1185. .icon-zoom-in { background-image: url(../images/zoom_in.png); }
  1186. .icon-zoom-out { background-image: url(../images/zoom_out.png); }
  1187. .icon-magnifier { background-image: url(../images/magnifier.png); }
  1188. .icon-passwd { background-image: url(../images/textfield_key.png); }
  1189. .icon-arrow-right, .icon-test, .icon-sticky { background-image: url(../images/bullet_go.png); }
  1190. .icon-email { background-image: url(../images/email.png); }
  1191. .icon-email-disabled { background-image: url(../images/email_disabled.png); }
  1192. .icon-email-add { background-image: url(../images/email_add.png); }
  1193. .icon-ok { background-image: url(../images/true.png); }
  1194. .icon-not-ok { background-image: url(../images/false.png); }
  1195. .icon-link-break { background-image: url(../images/link_break.png); }
  1196. .icon-list { background-image: url(../images/text_list_bullets.png); }
  1197. .icon-close { background-image: url(../images/close.png); }
  1198. .icon-close:hover { background-image: url(../images/close_hl.png); }
  1199. .icon-settings { background-image: url(../images/changeset.png); }
  1200. .icon-group, .icon-groupnonmember, .icon-groupanonymous { background-image: url(../images/group.png); }
  1201. .icon-roles { background-image: url(../images/database_key.png); }
  1202. .icon-issue-edit { background-image: url(../images/ticket_edit.png); }
  1203. .icon-workflows { background-image: url(../images/ticket_go.png); }
  1204. .icon-custom-fields { background-image: url(../images/textfield.png); }
  1205. .icon-plugins { background-image: url(../images/plugin.png); }
  1206. .icon-news { background-image: url(../images/news.png); }
  1207. .icon-issue-closed { background-image: url(../images/ticket_checked.png); }
  1208. .icon-issue-note { background-image: url(../images/ticket_note.png); }
  1209. .icon-changeset { background-image: url(../images/changeset.png); }
  1210. .icon-message { background-image: url(../images/message.png); }
  1211. .icon-reply { background-image: url(../images/comments.png); }
  1212. .icon-wiki-page { background-image: url(../images/wiki_edit.png); }
  1213. .icon-document { background-image: url(../images/document.png); }
  1214. .icon-project { background-image: url(../images/projects.png); }
  1215. .icon-add-bullet { background-image: url(../images/bullet_add.png); }
  1216. .icon-shared { background-image: url(../images/link.png); }
  1217. .icon-actions { background-image: url(../images/3_bullets.png); }
  1218. .icon-file { background-image: url(../images/files/default.png); }
  1219. .icon-file.text-plain { background-image: url(../images/files/text.png); }
  1220. .icon-file.text-x-c { background-image: url(../images/files/c.png); }
  1221. .icon-file.text-x-csharp { background-image: url(../images/files/csharp.png); }
  1222. .icon-file.text-x-java { background-image: url(../images/files/java.png); }
  1223. .icon-file.text-x-javascript { background-image: url(../images/files/js.png); }
  1224. .icon-file.text-x-php { background-image: url(../images/files/php.png); }
  1225. .icon-file.text-x-ruby { background-image: url(../images/files/ruby.png); }
  1226. .icon-file.text-xml { background-image: url(../images/files/xml.png); }
  1227. .icon-file.text-css { background-image: url(../images/files/css.png); }
  1228. .icon-file.text-html { background-image: url(../images/files/html.png); }
  1229. .icon-file.image-gif { background-image: url(../images/files/image.png); }
  1230. .icon-file.image-jpeg { background-image: url(../images/files/image.png); }
  1231. .icon-file.image-png { background-image: url(../images/files/image.png); }
  1232. .icon-file.image-tiff { background-image: url(../images/files/image.png); }
  1233. .icon-file.application-pdf { background-image: url(../images/files/pdf.png); }
  1234. .icon-file.application-zip { background-image: url(../images/files/zip.png); }
  1235. .icon-file.application-x-gzip { background-image: url(../images/files/zip.png); }
  1236. .sort-handle { width:16px; height:16px; background:url(../images/reorder.png) no-repeat 0 50%; cursor:move; }
  1237. .sort-handle.ajax-loading { background-image: url(../images/loading.gif); }
  1238. tr.ui-sortable-helper { border:1px solid #e4e4e4; }
  1239. .contextual>*:not(:first-child), .buttons>.icon:not(:first-child), .contextual .journal-actions>*:not(:first-child) { margin-left: 5px; }
  1240. img.gravatar {
  1241. vertical-align: middle;
  1242. border-radius: 20%;
  1243. }
  1244. div.issue img.gravatar {
  1245. float: left;
  1246. margin: 0 12px 6px 0;
  1247. }
  1248. div.gravatar-with-child {
  1249. position: relative;
  1250. }
  1251. div.gravatar-with-child > img.gravatar:nth-child(2) {
  1252. position: absolute;
  1253. top: 30px;
  1254. left: 30px;
  1255. border-radius: 20%;
  1256. border: 2px solid rgba(255, 255, 255, 0.9);
  1257. }
  1258. h2 img.gravatar, h3 img.gravatar {margin-right: 4px;}
  1259. h4 img.gravatar {margin: -2px 4px -4px 0;}
  1260. td.username img.gravatar {margin: 0 0.5em 0 0; vertical-align: top;}
  1261. #activity dt img.gravatar {float: left; margin: 0 1em 1em 0;}
  1262. /* Used on 12px Gravatar img tags without the icon background */
  1263. .icon-gravatar {float: left; margin-right: 4px;}
  1264. #activity dt, .journal {clear: left;}
  1265. h2 img { vertical-align:middle; }
  1266. .hascontextmenu { cursor: context-menu; }
  1267. .sample-data {border:1px solid #ccc; border-collapse:collapse; background-color:#fff; margin:0.5em;}
  1268. .sample-data td {border:1px solid #ccc; padding: 2px 4px; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace;}
  1269. .sample-data tr:first-child td {font-weight:bold; text-align:center;}
  1270. .ui-progressbar {position: relative;}
  1271. #progress-label {
  1272. position: absolute; left: 50%; top: 4px;
  1273. font-weight: bold;
  1274. color: #555; text-shadow: 1px 1px 0 #fff;
  1275. }
  1276. .repository-graph {width:75%; margin-bottom:2em;}
  1277. img.filecontent.image {background-image: url(../images/transparent.png);}
  1278. /* Custom JQuery styles */
  1279. .ui-datepicker-title select {width:70px !important; margin-top:-2px !important; margin-right:4px !important;}
  1280. .ui-menu.ui-widget-content {background:#fff;}
  1281. .ui-menu .ui-menu-item:hover {font-weight:normal; color:#555; background:#759FCF; color:#fff !important; border:1px solid #759FCF;}
  1282. .ui-menu .ui-menu-item.ui-state-focus {font-weight:normal; color:#555; border-color:#759FCF;}
  1283. /************* Rouge styles *************/
  1284. /* generated by: pygmentize -f html -a .syntaxhl -S colorful */
  1285. .syntaxhl .hll { background-color: #ffffcc }
  1286. .syntaxhl { background: #fafafa; }
  1287. .syntaxhl .c { color: #888888 } /* Comment */
  1288. .syntaxhl .err { color: #FF0000; background-color: #FFAAAA } /* Error */
  1289. .syntaxhl .k { color: #008800; font-weight: bold } /* Keyword */
  1290. .syntaxhl .o { color: #333333 } /* Operator */
  1291. .syntaxhl .ch { color: #888888 } /* Comment.Hashbang */
  1292. .syntaxhl .cm { color: #888888 } /* Comment.Multiline */
  1293. .syntaxhl .cp { color: #557799 } /* Comment.Preproc */
  1294. .syntaxhl .cpf { color: #888888 } /* Comment.PreprocFile */
  1295. .syntaxhl .c1 { color: #888888 } /* Comment.Single */
  1296. .syntaxhl .cs { color: #cc0000; font-weight: bold } /* Comment.Special */
  1297. .syntaxhl .gd { color: #A00000 } /* Generic.Deleted */
  1298. .syntaxhl .ge { font-style: italic } /* Generic.Emph */
  1299. .syntaxhl .gr { color: #FF0000 } /* Generic.Error */
  1300. .syntaxhl .gh { color: #000080; font-weight: bold } /* Generic.Heading */
  1301. .syntaxhl .gi { color: #00A000 } /* Generic.Inserted */
  1302. .syntaxhl .go { color: #888888 } /* Generic.Output */
  1303. .syntaxhl .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */
  1304. .syntaxhl .gs { font-weight: bold } /* Generic.Strong */
  1305. .syntaxhl .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
  1306. .syntaxhl .gt { color: #0044DD } /* Generic.Traceback */
  1307. .syntaxhl .kc { color: #008800; font-weight: bold } /* Keyword.Constant */
  1308. .syntaxhl .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */
  1309. .syntaxhl .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */
  1310. .syntaxhl .kp { color: #003388; font-weight: bold } /* Keyword.Pseudo */
  1311. .syntaxhl .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */
  1312. .syntaxhl .kt { color: #333399; font-weight: bold } /* Keyword.Type */
  1313. .syntaxhl .m { color: #6600EE; font-weight: bold } /* Literal.Number */
  1314. .syntaxhl .s { background-color: #fff0f0 } /* Literal.String */
  1315. .syntaxhl .na { color: #0000CC } /* Name.Attribute */
  1316. .syntaxhl .nb { color: #007020 } /* Name.Builtin */
  1317. .syntaxhl .nc { color: #BB0066; font-weight: bold } /* Name.Class */
  1318. .syntaxhl .no { color: #003366; font-weight: bold } /* Name.Constant */
  1319. .syntaxhl .nd { color: #555555; font-weight: bold } /* Name.Decorator */
  1320. .syntaxhl .ni { color: #880000; font-weight: bold } /* Name.Entity */
  1321. .syntaxhl .ne { color: #FF0000; font-weight: bold } /* Name.Exception */
  1322. .syntaxhl .nf { color: #0066BB; font-weight: bold } /* Name.Function */
  1323. .syntaxhl .nl { color: #997700; font-weight: bold } /* Name.Label */
  1324. .syntaxhl .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */
  1325. .syntaxhl .nt { color: #007700 } /* Name.Tag */
  1326. .syntaxhl .nv { color: #996633 } /* Name.Variable */
  1327. .syntaxhl .ow { color: #000000; font-weight: bold } /* Operator.Word */
  1328. .syntaxhl .w { color: #bbbbbb } /* Text.Whitespace */
  1329. .syntaxhl .mb { color: #6600EE; font-weight: bold } /* Literal.Number.Bin */
  1330. .syntaxhl .mf { color: #6600EE; font-weight: bold } /* Literal.Number.Float */
  1331. .syntaxhl .mh { color: #005588; font-weight: bold } /* Literal.Number.Hex */
  1332. .syntaxhl .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */
  1333. .syntaxhl .mo { color: #4400EE; font-weight: bold } /* Literal.Number.Oct */
  1334. .syntaxhl .sa { background-color: #fff0f0 } /* Literal.String.Affix */
  1335. .syntaxhl .sb { background-color: #fff0f0 } /* Literal.String.Backtick */
  1336. .syntaxhl .sc { color: #0044DD } /* Literal.String.Char */
  1337. .syntaxhl .dl { background-color: #fff0f0 } /* Literal.String.Delimiter */
  1338. .syntaxhl .sd { color: #DD4422 } /* Literal.String.Doc */
  1339. .syntaxhl .s2 { background-color: #fff0f0 } /* Literal.String.Double */
  1340. .syntaxhl .se { color: #666666; font-weight: bold; background-color: #fff0f0 } /* Literal.String.Escape */
  1341. .syntaxhl .sh { background-color: #fff0f0 } /* Literal.String.Heredoc */
  1342. .syntaxhl .si { background-color: #eeeeee } /* Literal.String.Interpol */
  1343. .syntaxhl .sx { color: #DD2200; background-color: #fff0f0 } /* Literal.String.Other */
  1344. .syntaxhl .sr { color: #000000; background-color: #fff0ff } /* Literal.String.Regex */
  1345. .syntaxhl .s1 { background-color: #fff0f0 } /* Literal.String.Single */
  1346. .syntaxhl .ss { color: #AA6600 } /* Literal.String.Symbol */
  1347. .syntaxhl .bp { color: #007020 } /* Name.Builtin.Pseudo */
  1348. .syntaxhl .fm { color: #0066BB; font-weight: bold } /* Name.Function.Magic */
  1349. .syntaxhl .vc { color: #336699 } /* Name.Variable.Class */
  1350. .syntaxhl .vg { color: #dd7700; font-weight: bold } /* Name.Variable.Global */
  1351. .syntaxhl .vi { color: #3333BB } /* Name.Variable.Instance */
  1352. .syntaxhl .vm { color: #996633 } /* Name.Variable.Magic */
  1353. .syntaxhl .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
  1354. /***** Media print specific styles *****/
  1355. @media print {
  1356. #top-menu, #header, #main-menu, #sidebar, #footer, .contextual, .other-formats { display:none; }
  1357. #main { background: #fff; }
  1358. #content { width: 99%; margin: 0; padding: 0; border: 0; background: #fff; overflow: visible !important;}
  1359. #wiki_add_attachment { display:none; }
  1360. .hide-when-print, .pagination ul.pages, .pagination .per-page { display: none !important; }
  1361. .autoscroll {overflow-x: visible;}
  1362. table.list {margin-top:0.5em;}
  1363. table.list th, table.list td {border: 1px solid #aaa;}
  1364. }
  1365. /* Accessibility specific styles */
  1366. .hidden-for-sighted {
  1367. position:absolute;
  1368. left:-10000px;
  1369. top:auto;
  1370. width:1px;
  1371. height:1px;
  1372. overflow:hidden;
  1373. }
  1374. img {
  1375. image-orientation: from-image;
  1376. }
  1377. .filecontent-container {
  1378. position: relative;
  1379. margin-bottom: 20px;
  1380. min-height: 200px;
  1381. }
  1382. .filecontent-container > .filecontent {
  1383. position: absolute;
  1384. max-height: 100%;
  1385. max-width: 100%;
  1386. }