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

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