Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

application.css 58KB

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