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

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