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

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