annotate .svn/pristine/3b/3bb5e5f9c78e113c7cca95c62e3d7f0c93e77d6c.svn-base @ 1298:4f746d8966dd redmine_2.3_integration

Merge from redmine-2.3 branch to create new branch redmine-2.3-integration
author Chris Cannam
date Fri, 14 Jun 2013 09:28:30 +0100
parents 622f24f53b42
children
rev   line source
Chris@1295 1 html {overflow-y:scroll;}
Chris@1295 2 body { font-family: Verdana, sans-serif; font-size: 12px; color:#484848; margin: 0; padding: 0; min-width: 900px; }
Chris@1295 3
Chris@1295 4 h1, h2, h3, h4 {font-family: "Trebuchet MS", Verdana, sans-serif;padding: 2px 10px 1px 0px;margin: 0 0 10px 0;}
Chris@1295 5 #content h1, h2, h3, h4 {color: #555;}
Chris@1295 6 h2, .wiki h1 {font-size: 20px;}
Chris@1295 7 h3, .wiki h2 {font-size: 16px;}
Chris@1295 8 h4, .wiki h3 {font-size: 13px;}
Chris@1295 9 h4 {border-bottom: 1px dotted #bbb;}
Chris@1295 10
Chris@1295 11 /***** Layout *****/
Chris@1295 12 #wrapper {background: white;}
Chris@1295 13
Chris@1295 14 #top-menu {background: #3E5B76; color: #fff; height:1.8em; font-size: 0.8em; padding: 2px 2px 0px 6px;}
Chris@1295 15 #top-menu ul {margin: 0; padding: 0;}
Chris@1295 16 #top-menu li {
Chris@1295 17 float:left;
Chris@1295 18 list-style-type:none;
Chris@1295 19 margin: 0px 0px 0px 0px;
Chris@1295 20 padding: 0px 0px 0px 0px;
Chris@1295 21 white-space:nowrap;
Chris@1295 22 }
Chris@1295 23 #top-menu a {color: #fff; margin-right: 8px; font-weight: bold;}
Chris@1295 24 #top-menu #loggedas { float: right; margin-right: 0.5em; color: #fff; }
Chris@1295 25
Chris@1295 26 #account {float:right;}
Chris@1295 27
Chris@1295 28 #header {min-height:5.3em;margin:0;background-color:#628DB6;color:#f8f8f8; padding: 4px 8px 20px 6px; position:relative;}
Chris@1295 29 #header a {color:#f8f8f8;}
Chris@1295 30 #header h1 a.ancestor { font-size: 80%; }
Chris@1295 31 #quick-search {float:right;}
Chris@1295 32
Chris@1295 33 #main-menu {position: absolute; bottom: 0px; left:6px; margin-right: -500px;}
Chris@1295 34 #main-menu ul {margin: 0; padding: 0;}
Chris@1295 35 #main-menu li {
Chris@1295 36 float:left;
Chris@1295 37 list-style-type:none;
Chris@1295 38 margin: 0px 2px 0px 0px;
Chris@1295 39 padding: 0px 0px 0px 0px;
Chris@1295 40 white-space:nowrap;
Chris@1295 41 }
Chris@1295 42 #main-menu li a {
Chris@1295 43 display: block;
Chris@1295 44 color: #fff;
Chris@1295 45 text-decoration: none;
Chris@1295 46 font-weight: bold;
Chris@1295 47 margin: 0;
Chris@1295 48 padding: 4px 10px 4px 10px;
Chris@1295 49 }
Chris@1295 50 #main-menu li a:hover {background:#759FCF; color:#fff;}
Chris@1295 51 #main-menu li a.selected, #main-menu li a.selected:hover {background:#fff; color:#555;}
Chris@1295 52
Chris@1295 53 #admin-menu ul {margin: 0; padding: 0;}
Chris@1295 54 #admin-menu li {margin: 0; padding: 0 0 6px 0; list-style-type:none;}
Chris@1295 55
Chris@1295 56 #admin-menu a { background-position: 0% 40%; background-repeat: no-repeat; padding-left: 20px; padding-top: 2px; padding-bottom: 3px;}
Chris@1295 57 #admin-menu a.projects { background-image: url(../images/projects.png); }
Chris@1295 58 #admin-menu a.users { background-image: url(../images/user.png); }
Chris@1295 59 #admin-menu a.groups { background-image: url(../images/group.png); }
Chris@1295 60 #admin-menu a.roles { background-image: url(../images/database_key.png); }
Chris@1295 61 #admin-menu a.trackers { background-image: url(../images/ticket.png); }
Chris@1295 62 #admin-menu a.issue_statuses { background-image: url(../images/ticket_edit.png); }
Chris@1295 63 #admin-menu a.workflows { background-image: url(../images/ticket_go.png); }
Chris@1295 64 #admin-menu a.custom_fields { background-image: url(../images/textfield.png); }
Chris@1295 65 #admin-menu a.enumerations { background-image: url(../images/text_list_bullets.png); }
Chris@1295 66 #admin-menu a.settings { background-image: url(../images/changeset.png); }
Chris@1295 67 #admin-menu a.plugins { background-image: url(../images/plugin.png); }
Chris@1295 68 #admin-menu a.info { background-image: url(../images/help.png); }
Chris@1295 69 #admin-menu a.server_authentication { background-image: url(../images/server_key.png); }
Chris@1295 70
Chris@1295 71 #main {background-color:#EEEEEE;}
Chris@1295 72
Chris@1295 73 #sidebar{ float: right; width: 22%; position: relative; z-index: 9; padding: 0; margin: 0;}
Chris@1295 74 * html #sidebar{ width: 22%; }
Chris@1295 75 #sidebar h3{ font-size: 14px; margin-top:14px; color: #666; }
Chris@1295 76 #sidebar hr{ width: 100%; margin: 0 auto; height: 1px; background: #ccc; border: 0; }
Chris@1295 77 * html #sidebar hr{ width: 95%; position: relative; left: -6px; color: #ccc; }
Chris@1295 78 #sidebar .contextual { margin-right: 1em; }
Chris@1295 79
Chris@1295 80 #content { width: 75%; background-color: #fff; margin: 0px; border-right: 1px solid #ddd; padding: 6px 10px 10px 10px; z-index: 10; }
Chris@1295 81 * html #content{ width: 75%; padding-left: 0; margin-top: 0px; padding: 6px 10px 10px 10px;}
Chris@1295 82 html>body #content { min-height: 600px; }
Chris@1295 83 * html body #content { height: 600px; } /* IE */
Chris@1295 84
Chris@1295 85 #main.nosidebar #sidebar{ display: none; }
Chris@1295 86 #main.nosidebar #content{ width: auto; border-right: 0; }
Chris@1295 87
Chris@1295 88 #footer {clear: both; border-top: 1px solid #bbb; font-size: 0.9em; color: #aaa; padding: 5px; text-align:center; background:#fff;}
Chris@1295 89
Chris@1295 90 #login-form table {margin-top:5em; padding:1em; margin-left: auto; margin-right: auto; border: 2px solid #FDBF3B; background-color:#FFEBC1; }
Chris@1295 91 #login-form table td {padding: 6px;}
Chris@1295 92 #login-form label {font-weight: bold;}
Chris@1295 93 #login-form input#username, #login-form input#password { width: 300px; }
Chris@1295 94
Chris@1295 95 div.modal { border-radius:5px; background:#fff; z-index:50; padding:4px;}
Chris@1295 96 div.modal h3.title {display:none;}
Chris@1295 97 div.modal p.buttons {text-align:right; margin-bottom:0;}
Chris@1295 98
Chris@1295 99 input#openid_url { background: url(../images/openid-bg.gif) no-repeat; background-color: #fff; background-position: 0 50%; padding-left: 18px; }
Chris@1295 100
Chris@1295 101 .clear:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
Chris@1295 102
Chris@1295 103 /***** Links *****/
Chris@1295 104 a, a:link, a:visited{ color: #169; text-decoration: none; }
Chris@1295 105 a:hover, a:active{ color: #c61a1a; text-decoration: underline;}
Chris@1295 106 a img{ border: 0; }
Chris@1295 107
Chris@1295 108 a.issue.closed, a.issue.closed:link, a.issue.closed:visited { color: #999; text-decoration: line-through; }
Chris@1295 109 a.project.closed, a.project.closed:link, a.project.closed:visited { color: #999; }
Chris@1295 110 a.user.locked, a.user.locked:link, a.user.locked:visited {color: #999;}
Chris@1295 111
Chris@1295 112 #sidebar a.selected {line-height:1.7em; padding:1px 3px 2px 2px; margin-left:-2px; background-color:#9DB9D5; color:#fff; border-radius:2px;}
Chris@1295 113 #sidebar a.selected:hover {text-decoration:none;}
Chris@1295 114 #admin-menu a {line-height:1.7em;}
Chris@1295 115 #admin-menu a.selected {padding-left: 20px !important; background-position: 2px 40%;}
Chris@1295 116
Chris@1295 117 a.collapsible {padding-left: 12px; background: url(../images/arrow_expanded.png) no-repeat -3px 40%;}
Chris@1295 118 a.collapsible.collapsed {background: url(../images/arrow_collapsed.png) no-repeat -5px 40%;}
Chris@1295 119
Chris@1295 120 a#toggle-completed-versions {color:#999;}
Chris@1295 121 /***** Tables *****/
Chris@1295 122 table.list { border: 1px solid #e4e4e4; border-collapse: collapse; width: 100%; margin-bottom: 4px; }
Chris@1295 123 table.list th { background-color:#EEEEEE; padding: 4px; white-space:nowrap; }
Chris@1295 124 table.list td { vertical-align: top; padding-right:10px; }
Chris@1295 125 table.list td.id { width: 2%; text-align: center;}
Chris@1295 126 table.list td.checkbox { width: 15px; padding: 2px 0 0 0; }
Chris@1295 127 table.list td.checkbox input {padding:0px;}
Chris@1295 128 table.list td.buttons { width: 15%; white-space:nowrap; text-align: right; }
Chris@1295 129 table.list td.buttons a { padding-right: 0.6em; }
Chris@1295 130 table.list caption { text-align: left; padding: 0.5em 0.5em 0.5em 0; }
Chris@1295 131
Chris@1295 132 tr.project td.name a { white-space:nowrap; }
Chris@1295 133 tr.project.closed, tr.project.archived { color: #aaa; }
Chris@1295 134 tr.project.closed a, tr.project.archived a { color: #aaa; }
Chris@1295 135
Chris@1295 136 tr.project.idnt td.name span {background: url(../images/bullet_arrow_right.png) no-repeat 0 50%; padding-left: 16px;}
Chris@1295 137 tr.project.idnt-1 td.name {padding-left: 0.5em;}
Chris@1295 138 tr.project.idnt-2 td.name {padding-left: 2em;}
Chris@1295 139 tr.project.idnt-3 td.name {padding-left: 3.5em;}
Chris@1295 140 tr.project.idnt-4 td.name {padding-left: 5em;}
Chris@1295 141 tr.project.idnt-5 td.name {padding-left: 6.5em;}
Chris@1295 142 tr.project.idnt-6 td.name {padding-left: 8em;}
Chris@1295 143 tr.project.idnt-7 td.name {padding-left: 9.5em;}
Chris@1295 144 tr.project.idnt-8 td.name {padding-left: 11em;}
Chris@1295 145 tr.project.idnt-9 td.name {padding-left: 12.5em;}
Chris@1295 146
Chris@1295 147 tr.issue { text-align: center; white-space: nowrap; }
Chris@1295 148 tr.issue td.subject, tr.issue td.category, td.assigned_to, tr.issue td.string, tr.issue td.text, tr.issue td.relations { white-space: normal; }
Chris@1295 149 tr.issue td.subject, tr.issue td.relations { text-align: left; }
Chris@1295 150 tr.issue td.done_ratio table.progress { margin-left:auto; margin-right: auto;}
Chris@1295 151 tr.issue td.relations span {white-space: nowrap;}
Chris@1295 152 table.issues td.description {color:#777; font-size:90%; padding:4px 4px 4px 24px; text-align:left; white-space:normal;}
Chris@1295 153 table.issues td.description pre {white-space:normal;}
Chris@1295 154
Chris@1295 155 tr.issue.idnt td.subject a {background: url(../images/bullet_arrow_right.png) no-repeat 0 50%; padding-left: 16px;}
Chris@1295 156 tr.issue.idnt-1 td.subject {padding-left: 0.5em;}
Chris@1295 157 tr.issue.idnt-2 td.subject {padding-left: 2em;}
Chris@1295 158 tr.issue.idnt-3 td.subject {padding-left: 3.5em;}
Chris@1295 159 tr.issue.idnt-4 td.subject {padding-left: 5em;}
Chris@1295 160 tr.issue.idnt-5 td.subject {padding-left: 6.5em;}
Chris@1295 161 tr.issue.idnt-6 td.subject {padding-left: 8em;}
Chris@1295 162 tr.issue.idnt-7 td.subject {padding-left: 9.5em;}
Chris@1295 163 tr.issue.idnt-8 td.subject {padding-left: 11em;}
Chris@1295 164 tr.issue.idnt-9 td.subject {padding-left: 12.5em;}
Chris@1295 165
Chris@1295 166 tr.entry { border: 1px solid #f8f8f8; }
Chris@1295 167 tr.entry td { white-space: nowrap; }
Chris@1295 168 tr.entry td.filename { width: 30%; }
Chris@1295 169 tr.entry td.filename_no_report { width: 70%; }
Chris@1295 170 tr.entry td.size { text-align: right; font-size: 90%; }
Chris@1295 171 tr.entry td.revision, tr.entry td.author { text-align: center; }
Chris@1295 172 tr.entry td.age { text-align: right; }
Chris@1295 173 tr.entry.file td.filename a { margin-left: 16px; }
Chris@1295 174 tr.entry.file td.filename_no_report a { margin-left: 16px; }
Chris@1295 175
Chris@1295 176 tr span.expander {background-image: url(../images/bullet_toggle_plus.png); padding-left: 8px; margin-left: 0; cursor: pointer;}
Chris@1295 177 tr.open span.expander {background-image: url(../images/bullet_toggle_minus.png);}
Chris@1295 178
Chris@1295 179 tr.changeset { height: 20px }
Chris@1295 180 tr.changeset ul, ol { margin-top: 0px; margin-bottom: 0px; }
Chris@1295 181 tr.changeset td.revision_graph { width: 15%; background-color: #fffffb; }
Chris@1295 182 tr.changeset td.author { text-align: center; width: 15%; white-space:nowrap;}
Chris@1295 183 tr.changeset td.committed_on { text-align: center; width: 15%; white-space:nowrap;}
Chris@1295 184
Chris@1295 185 table.files tr.file td { text-align: center; }
Chris@1295 186 table.files tr.file td.filename { text-align: left; padding-left: 24px; }
Chris@1295 187 table.files tr.file td.digest { font-size: 80%; }
Chris@1295 188
Chris@1295 189 table.members td.roles, table.memberships td.roles { width: 45%; }
Chris@1295 190
Chris@1295 191 tr.message { height: 2.6em; }
Chris@1295 192 tr.message td.subject { padding-left: 20px; }
Chris@1295 193 tr.message td.created_on { white-space: nowrap; }
Chris@1295 194 tr.message td.last_message { font-size: 80%; white-space: nowrap; }
Chris@1295 195 tr.message.locked td.subject { background: url(../images/locked.png) no-repeat 0 1px; }
Chris@1295 196 tr.message.sticky td.subject { background: url(../images/bullet_go.png) no-repeat 0 1px; font-weight: bold; }
Chris@1295 197
Chris@1295 198 tr.version.closed, tr.version.closed a { color: #999; }
Chris@1295 199 tr.version td.name { padding-left: 20px; }
Chris@1295 200 tr.version.shared td.name { background: url(../images/link.png) no-repeat 0% 70%; }
Chris@1295 201 tr.version td.date, tr.version td.status, tr.version td.sharing { text-align: center; white-space:nowrap; }
Chris@1295 202
Chris@1295 203 tr.user td { width:13%; }
Chris@1295 204 tr.user td.email { width:18%; }
Chris@1295 205 tr.user td { white-space: nowrap; }
Chris@1295 206 tr.user.locked, tr.user.registered { color: #aaa; }
Chris@1295 207 tr.user.locked a, tr.user.registered a { color: #aaa; }
Chris@1295 208
Chris@1295 209 table.permissions td.role {color:#999;font-size:90%;font-weight:normal !important;text-align:center;vertical-align:bottom;}
Chris@1295 210
Chris@1295 211 tr.wiki-page-version td.updated_on, tr.wiki-page-version td.author {text-align:center;}
Chris@1295 212
Chris@1295 213 tr.time-entry { text-align: center; white-space: nowrap; }
Chris@1295 214 tr.time-entry td.subject, tr.time-entry td.comments { text-align: left; white-space: normal; }
Chris@1295 215 td.hours { text-align: right; font-weight: bold; padding-right: 0.5em; }
Chris@1295 216 td.hours .hours-dec { font-size: 0.9em; }
Chris@1295 217
Chris@1295 218 table.plugins td { vertical-align: middle; }
Chris@1295 219 table.plugins td.configure { text-align: right; padding-right: 1em; }
Chris@1295 220 table.plugins span.name { font-weight: bold; display: block; margin-bottom: 6px; }
Chris@1295 221 table.plugins span.description { display: block; font-size: 0.9em; }
Chris@1295 222 table.plugins span.url { display: block; font-size: 0.9em; }
Chris@1295 223
Chris@1295 224 table.list tbody tr.group td { padding: 0.8em 0 0.5em 0.3em; font-weight: bold; border-bottom: 1px solid #ccc; }
Chris@1295 225 table.list tbody tr.group span.count {position:relative; top:-1px; color:#fff; font-size:10px; background:#9DB9D5; padding:0px 6px 1px 6px; border-radius:3px; margin-left:4px;}
Chris@1295 226 tr.group a.toggle-all { color: #aaa; font-size: 80%; font-weight: normal; display:none;}
Chris@1295 227 tr.group:hover a.toggle-all { display:inline;}
Chris@1295 228 a.toggle-all:hover {text-decoration:none;}
Chris@1295 229
Chris@1295 230 table.list tbody tr:hover { background-color:#ffffdd; }
Chris@1295 231 table.list tbody tr.group:hover { background-color:inherit; }
Chris@1295 232 table td {padding:2px;}
Chris@1295 233 table p {margin:0;}
Chris@1295 234 .odd {background-color:#f6f7f8;}
Chris@1295 235 .even {background-color: #fff;}
Chris@1295 236
Chris@1295 237 a.sort { padding-right: 16px; background-position: 100% 50%; background-repeat: no-repeat; }
Chris@1295 238 a.sort.asc { background-image: url(../images/sort_asc.png); }
Chris@1295 239 a.sort.desc { background-image: url(../images/sort_desc.png); }
Chris@1295 240
Chris@1295 241 table.attributes { width: 100% }
Chris@1295 242 table.attributes th { vertical-align: top; text-align: left; }
Chris@1295 243 table.attributes td { vertical-align: top; }
Chris@1295 244
Chris@1295 245 table.boards a.board, h3.comments { background: url(../images/comment.png) no-repeat 0% 50%; padding-left: 20px; }
Chris@1295 246 table.boards td.topic-count, table.boards td.message-count {text-align:center;}
Chris@1295 247 table.boards td.last-message {font-size:80%;}
Chris@1295 248
Chris@1295 249 table.messages td.author, table.messages td.created_on, table.messages td.reply-count {text-align:center;}
Chris@1295 250
Chris@1295 251 table.query-columns {
Chris@1295 252 border-collapse: collapse;
Chris@1295 253 border: 0;
Chris@1295 254 }
Chris@1295 255
Chris@1295 256 table.query-columns td.buttons {
Chris@1295 257 vertical-align: middle;
Chris@1295 258 text-align: center;
Chris@1295 259 }
Chris@1295 260
Chris@1295 261 td.center {text-align:center;}
Chris@1295 262
Chris@1295 263 h3.version { background: url(../images/package.png) no-repeat 0% 50%; padding-left: 20px; }
Chris@1295 264
Chris@1295 265 div.issues h3 { background: url(../images/ticket.png) no-repeat 0% 50%; padding-left: 20px; }
Chris@1295 266 div.members h3 { background: url(../images/group.png) no-repeat 0% 50%; padding-left: 20px; }
Chris@1295 267 div.news h3 { background: url(../images/news.png) no-repeat 0% 50%; padding-left: 20px; }
Chris@1295 268 div.projects h3 { background: url(../images/projects.png) no-repeat 0% 50%; padding-left: 20px; }
Chris@1295 269
Chris@1295 270 #watchers ul {margin: 0; padding: 0;}
Chris@1295 271 #watchers li {list-style-type:none;margin: 0px 2px 0px 0px; padding: 0px 0px 0px 0px;}
Chris@1295 272 #watchers select {width: 95%; display: block;}
Chris@1295 273 #watchers a.delete {opacity: 0.4;}
Chris@1295 274 #watchers a.delete:hover {opacity: 1;}
Chris@1295 275 #watchers img.gravatar {margin: 0 4px 2px 0;}
Chris@1295 276
Chris@1295 277 span#watchers_inputs {overflow:auto; display:block;}
Chris@1295 278 span.search_for_watchers {display:block;}
Chris@1295 279 span.search_for_watchers, span.add_attachment {font-size:80%; line-height:2.5em;}
Chris@1295 280 span.search_for_watchers a, span.add_attachment a {padding-left:16px; background: url(../images/bullet_add.png) no-repeat 0 50%; }
Chris@1295 281
Chris@1295 282
Chris@1295 283 .highlight { background-color: #FCFD8D;}
Chris@1295 284 .highlight.token-1 { background-color: #faa;}
Chris@1295 285 .highlight.token-2 { background-color: #afa;}
Chris@1295 286 .highlight.token-3 { background-color: #aaf;}
Chris@1295 287
Chris@1295 288 .box{
Chris@1295 289 padding:6px;
Chris@1295 290 margin-bottom: 10px;
Chris@1295 291 background-color:#f6f6f6;
Chris@1295 292 color:#505050;
Chris@1295 293 line-height:1.5em;
Chris@1295 294 border: 1px solid #e4e4e4;
Chris@1295 295 }
Chris@1295 296
Chris@1295 297 div.square {
Chris@1295 298 border: 1px solid #999;
Chris@1295 299 float: left;
Chris@1295 300 margin: .3em .4em 0 .4em;
Chris@1295 301 overflow: hidden;
Chris@1295 302 width: .6em; height: .6em;
Chris@1295 303 }
Chris@1295 304 .contextual {float:right; white-space: nowrap; line-height:1.4em;margin-top:5px; padding-left: 10px; font-size:0.9em;}
Chris@1295 305 .contextual input, .contextual select {font-size:0.9em;}
Chris@1295 306 .message .contextual { margin-top: 0; }
Chris@1295 307
Chris@1295 308 .splitcontent {overflow:auto;}
Chris@1295 309 .splitcontentleft{float:left; width:49%;}
Chris@1295 310 .splitcontentright{float:right; width:49%;}
Chris@1295 311 form {display: inline;}
Chris@1295 312 input, select {vertical-align: middle; margin-top: 1px; margin-bottom: 1px;}
Chris@1295 313 fieldset {border: 1px solid #e4e4e4; margin:0;}
Chris@1295 314 legend {color: #484848;}
Chris@1295 315 hr { width: 100%; height: 1px; background: #ccc; border: 0;}
Chris@1295 316 blockquote { font-style: italic; border-left: 3px solid #e0e0e0; padding-left: 0.6em; margin-left: 2.4em;}
Chris@1295 317 blockquote blockquote { margin-left: 0;}
Chris@1295 318 acronym { border-bottom: 1px dotted; cursor: help; }
Chris@1295 319 textarea.wiki-edit {width:99%; resize:vertical;}
Chris@1295 320 li p {margin-top: 0;}
Chris@1295 321 div.issue {background:#ffffdd; padding:6px; margin-bottom:6px;border: 1px solid #d7d7d7;}
Chris@1295 322 p.breadcrumb { font-size: 0.9em; margin: 4px 0 4px 0;}
Chris@1295 323 p.subtitle { font-size: 0.9em; margin: -6px 0 12px 0; font-style: italic; }
Chris@1295 324 p.footnote { font-size: 0.9em; margin-top: 0px; margin-bottom: 0px; }
Chris@1295 325
Chris@1295 326 div.issue div.subject div div { padding-left: 16px; }
Chris@1295 327 div.issue div.subject p {margin: 0; margin-bottom: 0.1em; font-size: 90%; color: #999;}
Chris@1295 328 div.issue div.subject>div>p { margin-top: 0.5em; }
Chris@1295 329 div.issue div.subject h3 {margin: 0; margin-bottom: 0.1em;}
Chris@1295 330 div.issue 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;}
Chris@1295 331 div.issue .next-prev-links {color:#999;}
Chris@1295 332 div.issue table.attributes th {width:22%;}
Chris@1295 333 div.issue table.attributes td {width:28%;}
Chris@1295 334
Chris@1295 335 #issue_tree table.issues, #relations table.issues { border: 0; }
Chris@1295 336 #issue_tree td.checkbox, #relations td.checkbox {display:none;}
Chris@1295 337 #relations td.buttons {padding:0;}
Chris@1295 338
Chris@1295 339 fieldset.collapsible { border-width: 1px 0 0 0; font-size: 0.9em; }
Chris@1295 340 fieldset.collapsible legend { padding-left: 16px; background: url(../images/arrow_expanded.png) no-repeat 0% 40%; cursor:pointer; }
Chris@1295 341 fieldset.collapsible.collapsed legend { background-image: url(../images/arrow_collapsed.png); }
Chris@1295 342
Chris@1295 343 fieldset#date-range p { margin: 2px 0 2px 0; }
Chris@1295 344 fieldset#filters table { border-collapse: collapse; }
Chris@1295 345 fieldset#filters table td { padding: 0; vertical-align: middle; }
Chris@1295 346 fieldset#filters tr.filter { height: 2.1em; }
Chris@1295 347 fieldset#filters td.field { width:230px; }
Chris@1295 348 fieldset#filters td.operator { width:180px; }
Chris@1295 349 fieldset#filters td.operator select {max-width:170px;}
Chris@1295 350 fieldset#filters td.values { white-space:nowrap; }
Chris@1295 351 fieldset#filters td.values select {min-width:130px;}
Chris@1295 352 fieldset#filters td.values input {height:1em;}
Chris@1295 353 fieldset#filters td.add-filter { text-align: right; vertical-align: top; }
Chris@1295 354
Chris@1295 355 .toggle-multiselect {background: url(../images/bullet_toggle_plus.png) no-repeat 0% 40%; padding-left:8px; margin-left:0; cursor:pointer;}
Chris@1295 356 .buttons { font-size: 0.9em; margin-bottom: 1.4em; margin-top: 1em; }
Chris@1295 357
Chris@1295 358 div#issue-changesets {float:right; width:45%; margin-left: 1em; margin-bottom: 1em; background: #fff; padding-left: 1em; font-size: 90%;}
Chris@1295 359 div#issue-changesets div.changeset { padding: 4px;}
Chris@1295 360 div#issue-changesets div.changeset { border-bottom: 1px solid #ddd; }
Chris@1295 361 div#issue-changesets p { margin-top: 0; margin-bottom: 1em;}
Chris@1295 362
Chris@1295 363 .journal ul.details img {margin:0 0 -3px 4px;}
Chris@1295 364 div.journal {overflow:auto;}
Chris@1295 365 div.journal.private-notes {border-left:2px solid #d22; padding-left:4px; margin-left:-6px;}
Chris@1295 366
Chris@1295 367 div#activity dl, #search-results { margin-left: 2em; }
Chris@1295 368 div#activity dd, #search-results dd { margin-bottom: 1em; padding-left: 18px; font-size: 0.9em; }
Chris@1295 369 div#activity dt, #search-results dt { margin-bottom: 0px; padding-left: 20px; line-height: 18px; background-position: 0 50%; background-repeat: no-repeat; }
Chris@1295 370 div#activity dt.me .time { border-bottom: 1px solid #999; }
Chris@1295 371 div#activity dt .time { color: #777; font-size: 80%; }
Chris@1295 372 div#activity dd .description, #search-results dd .description { font-style: italic; }
Chris@1295 373 div#activity span.project:after, #search-results span.project:after { content: " -"; }
Chris@1295 374 div#activity dd span.description, #search-results dd span.description { display:block; color: #808080; }
Chris@1295 375
Chris@1295 376 #search-results dd { margin-bottom: 1em; padding-left: 20px; margin-left:0px; }
Chris@1295 377
Chris@1295 378 div#search-results-counts {float:right;}
Chris@1295 379 div#search-results-counts ul { margin-top: 0.5em; }
Chris@1295 380 div#search-results-counts li { list-style-type:none; float: left; margin-left: 1em; }
Chris@1295 381
Chris@1295 382 dt.issue { background-image: url(../images/ticket.png); }
Chris@1295 383 dt.issue-edit { background-image: url(../images/ticket_edit.png); }
Chris@1295 384 dt.issue-closed { background-image: url(../images/ticket_checked.png); }
Chris@1295 385 dt.issue-note { background-image: url(../images/ticket_note.png); }
Chris@1295 386 dt.changeset { background-image: url(../images/changeset.png); }
Chris@1295 387 dt.news { background-image: url(../images/news.png); }
Chris@1295 388 dt.message { background-image: url(../images/message.png); }
Chris@1295 389 dt.reply { background-image: url(../images/comments.png); }
Chris@1295 390 dt.wiki-page { background-image: url(../images/wiki_edit.png); }
Chris@1295 391 dt.attachment { background-image: url(../images/attachment.png); }
Chris@1295 392 dt.document { background-image: url(../images/document.png); }
Chris@1295 393 dt.project { background-image: url(../images/projects.png); }
Chris@1295 394 dt.time-entry { background-image: url(../images/time.png); }
Chris@1295 395
Chris@1295 396 #search-results dt.issue.closed { background-image: url(../images/ticket_checked.png); }
Chris@1295 397
Chris@1295 398 div#roadmap .related-issues { margin-bottom: 1em; }
Chris@1295 399 div#roadmap .related-issues td.checkbox { display: none; }
Chris@1295 400 div#roadmap .wiki h1:first-child { display: none; }
Chris@1295 401 div#roadmap .wiki h1 { font-size: 120%; }
Chris@1295 402 div#roadmap .wiki h2 { font-size: 110%; }
Chris@1295 403 body.controller-versions.action-show div#roadmap .related-issues {width:70%;}
Chris@1295 404
Chris@1295 405 div#version-summary { float:right; width:28%; margin-left: 16px; margin-bottom: 16px; background-color: #fff; }
Chris@1295 406 div#version-summary fieldset { margin-bottom: 1em; }
Chris@1295 407 div#version-summary fieldset.time-tracking table { width:100%; }
Chris@1295 408 div#version-summary th, div#version-summary td.total-hours { text-align: right; }
Chris@1295 409
Chris@1295 410 table#time-report td.hours, table#time-report th.period, table#time-report th.total { text-align: right; padding-right: 0.5em; }
Chris@1295 411 table#time-report tbody tr.subtotal { font-style: italic; color:#777;}
Chris@1295 412 table#time-report tbody tr.subtotal td.hours { color:#b0b0b0; }
Chris@1295 413 table#time-report tbody tr.total { font-weight: bold; background-color:#EEEEEE; border-top:1px solid #e4e4e4;}
Chris@1295 414 table#time-report .hours-dec { font-size: 0.9em; }
Chris@1295 415
Chris@1295 416 div.wiki-page .contextual a {opacity: 0.4}
Chris@1295 417 div.wiki-page .contextual a:hover {opacity: 1}
Chris@1295 418
Chris@1295 419 form .attributes select { width: 60%; }
Chris@1295 420 input#issue_subject { width: 99%; }
Chris@1295 421 select#issue_done_ratio { width: 95px; }
Chris@1295 422
Chris@1295 423 ul.projects {margin:0; padding-left:1em;}
Chris@1295 424 ul.projects ul {padding-left:1.6em;}
Chris@1295 425 ul.projects.root {margin:0; padding:0;}
Chris@1295 426 ul.projects li {list-style-type:none;}
Chris@1295 427
Chris@1295 428 #projects-index ul.projects ul.projects { border-left: 3px solid #e0e0e0; padding-left:1em;}
Chris@1295 429 #projects-index ul.projects li.root {margin-bottom: 1em;}
Chris@1295 430 #projects-index ul.projects li.child {margin-top: 1em;}
Chris@1295 431 #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; }
Chris@1295 432 .my-project { padding-left: 18px; background: url(../images/fav.png) no-repeat 0 50%; }
Chris@1295 433
Chris@1295 434 #notified-projects ul, #tracker_project_ids ul {max-height:250px; overflow-y:auto;}
Chris@1295 435
Chris@1295 436 #related-issues li img {vertical-align:middle;}
Chris@1295 437
Chris@1295 438 ul.properties {padding:0; font-size: 0.9em; color: #777;}
Chris@1295 439 ul.properties li {list-style-type:none;}
Chris@1295 440 ul.properties li span {font-style:italic;}
Chris@1295 441
Chris@1295 442 .total-hours { font-size: 110%; font-weight: bold; }
Chris@1295 443 .total-hours span.hours-int { font-size: 120%; }
Chris@1295 444
Chris@1295 445 .autoscroll {overflow-x: auto; padding:1px; margin-bottom: 1.2em;}
Chris@1295 446 #user_login, #user_firstname, #user_lastname, #user_mail, #my_account_form select, #user_form select, #user_identity_url { width: 90%; }
Chris@1295 447
Chris@1295 448 #workflow_copy_form select { width: 200px; }
Chris@1295 449 table.transitions td.enabled {background: #bfb;}
Chris@1295 450 table.fields_permissions select {font-size:90%}
Chris@1295 451 table.fields_permissions td.readonly {background:#ddd;}
Chris@1295 452 table.fields_permissions td.required {background:#d88;}
Chris@1295 453
Chris@1295 454 textarea#custom_field_possible_values {width: 99%}
Chris@1295 455 input#content_comments {width: 99%}
Chris@1295 456
Chris@1295 457 .pagination {font-size: 90%}
Chris@1295 458 p.pagination {margin-top:8px;}
Chris@1295 459
Chris@1295 460 /***** Tabular forms ******/
Chris@1295 461 .tabular p{
Chris@1295 462 margin: 0;
Chris@1295 463 padding: 3px 0 3px 0;
Chris@1295 464 padding-left: 180px; /* width of left column containing the label elements */
Chris@1295 465 min-height: 1.8em;
Chris@1295 466 clear:left;
Chris@1295 467 }
Chris@1295 468
Chris@1295 469 html>body .tabular p {overflow:hidden;}
Chris@1295 470
Chris@1295 471 .tabular label{
Chris@1295 472 font-weight: bold;
Chris@1295 473 float: left;
Chris@1295 474 text-align: right;
Chris@1295 475 /* width of left column */
Chris@1295 476 margin-left: -180px;
Chris@1295 477 /* width of labels. Should be smaller than left column to create some right margin */
Chris@1295 478 width: 175px;
Chris@1295 479 }
Chris@1295 480
Chris@1295 481 .tabular label.floating{
Chris@1295 482 font-weight: normal;
Chris@1295 483 margin-left: 0px;
Chris@1295 484 text-align: left;
Chris@1295 485 width: 270px;
Chris@1295 486 }
Chris@1295 487
Chris@1295 488 .tabular label.block{
Chris@1295 489 font-weight: normal;
Chris@1295 490 margin-left: 0px !important;
Chris@1295 491 text-align: left;
Chris@1295 492 float: none;
Chris@1295 493 display: block;
Chris@1295 494 width: auto;
Chris@1295 495 }
Chris@1295 496
Chris@1295 497 .tabular label.inline{
Chris@1295 498 font-weight: normal;
Chris@1295 499 float:none;
Chris@1295 500 margin-left: 5px !important;
Chris@1295 501 width: auto;
Chris@1295 502 }
Chris@1295 503
Chris@1295 504 label.no-css {
Chris@1295 505 font-weight: inherit;
Chris@1295 506 float:none;
Chris@1295 507 text-align:left;
Chris@1295 508 margin-left:0px;
Chris@1295 509 width:auto;
Chris@1295 510 }
Chris@1295 511 input#time_entry_comments { width: 90%;}
Chris@1295 512
Chris@1295 513 #preview fieldset {margin-top: 1em; background: url(../images/draft.png)}
Chris@1295 514
Chris@1295 515 .tabular.settings p{ padding-left: 300px; }
Chris@1295 516 .tabular.settings label{ margin-left: -300px; width: 295px; }
Chris@1295 517 .tabular.settings textarea { width: 99%; }
Chris@1295 518
Chris@1295 519 .settings.enabled_scm table {width:100%}
Chris@1295 520 .settings.enabled_scm td.scm_name{ font-weight: bold; }
Chris@1295 521
Chris@1295 522 fieldset.settings label { display: block; }
Chris@1295 523 fieldset#notified_events .parent { padding-left: 20px; }
Chris@1295 524
Chris@1295 525 span.required {color: #bb0000;}
Chris@1295 526 .summary {font-style: italic;}
Chris@1295 527
Chris@1295 528 #attachments_fields input.description {margin-left: 8px; width:340px;}
Chris@1295 529 #attachments_fields span {display:block; white-space:nowrap;}
Chris@1295 530 #attachments_fields img {vertical-align: middle;}
Chris@1295 531
Chris@1295 532 div.attachments { margin-top: 12px; }
Chris@1295 533 div.attachments p { margin:4px 0 2px 0; }
Chris@1295 534 div.attachments img { vertical-align: middle; }
Chris@1295 535 div.attachments span.author { font-size: 0.9em; color: #888; }
Chris@1295 536
Chris@1295 537 div.thumbnails {margin-top:0.6em;}
Chris@1295 538 div.thumbnails div {background:#fff;border:2px solid #ddd;display:inline-block;margin-right:2px;}
Chris@1295 539 div.thumbnails img {margin: 3px;}
Chris@1295 540
Chris@1295 541 p.other-formats { text-align: right; font-size:0.9em; color: #666; }
Chris@1295 542 .other-formats span + span:before { content: "| "; }
Chris@1295 543
Chris@1295 544 a.atom { background: url(../images/feed.png) no-repeat 1px 50%; padding: 2px 0px 3px 16px; }
Chris@1295 545
Chris@1295 546 em.info {font-style:normal;font-size:90%;color:#888;display:block;}
Chris@1295 547 em.info.error {padding-left:20px; background:url(../images/exclamation.png) no-repeat 0 50%;}
Chris@1295 548
Chris@1295 549 textarea.text_cf {width:90%;}
Chris@1295 550
Chris@1295 551 /* Project members tab */
Chris@1295 552 div#tab-content-members .splitcontentleft, div#tab-content-memberships .splitcontentleft, div#tab-content-users .splitcontentleft { width: 64% }
Chris@1295 553 div#tab-content-members .splitcontentright, div#tab-content-memberships .splitcontentright, div#tab-content-users .splitcontentright { width: 34% }
Chris@1295 554 div#tab-content-members fieldset, div#tab-content-memberships fieldset, div#tab-content-users fieldset { padding:1em; margin-bottom: 1em; }
Chris@1295 555 div#tab-content-members fieldset legend, div#tab-content-memberships fieldset legend, div#tab-content-users fieldset legend { font-weight: bold; }
Chris@1295 556 div#tab-content-members fieldset label, div#tab-content-memberships fieldset label, div#tab-content-users fieldset label { display: block; }
Chris@1295 557 div#tab-content-members fieldset div, div#tab-content-users fieldset div { max-height: 400px; overflow:auto; }
Chris@1295 558
Chris@1295 559 #users_for_watcher {height: 200px; overflow:auto;}
Chris@1295 560 #users_for_watcher label {display: block;}
Chris@1295 561
Chris@1295 562 table.members td.group { padding-left: 20px; background: url(../images/group.png) no-repeat 0% 50%; }
Chris@1295 563
Chris@1295 564 input#principal_search, input#user_search {width:100%}
Chris@1295 565 input#principal_search, input#user_search {
Chris@1295 566 background: url(../images/magnifier.png) no-repeat 2px 50%; padding-left:20px;
Chris@1295 567 border:1px solid #9EB1C2; border-radius:3px; height:1.5em; width:95%;
Chris@1295 568 }
Chris@1295 569 input#principal_search.ajax-loading, input#user_search.ajax-loading {
Chris@1295 570 background-image: url(../images/loading.gif);
Chris@1295 571 }
Chris@1295 572
Chris@1295 573 * html div#tab-content-members fieldset div { height: 450px; }
Chris@1295 574
Chris@1295 575 /***** Flash & error messages ****/
Chris@1295 576 #errorExplanation, div.flash, .nodata, .warning, .conflict {
Chris@1295 577 padding: 4px 4px 4px 30px;
Chris@1295 578 margin-bottom: 12px;
Chris@1295 579 font-size: 1.1em;
Chris@1295 580 border: 2px solid;
Chris@1295 581 }
Chris@1295 582
Chris@1295 583 div.flash {margin-top: 8px;}
Chris@1295 584
Chris@1295 585 div.flash.error, #errorExplanation {
Chris@1295 586 background: url(../images/exclamation.png) 8px 50% no-repeat;
Chris@1295 587 background-color: #ffe3e3;
Chris@1295 588 border-color: #dd0000;
Chris@1295 589 color: #880000;
Chris@1295 590 }
Chris@1295 591
Chris@1295 592 div.flash.notice {
Chris@1295 593 background: url(../images/true.png) 8px 5px no-repeat;
Chris@1295 594 background-color: #dfffdf;
Chris@1295 595 border-color: #9fcf9f;
Chris@1295 596 color: #005f00;
Chris@1295 597 }
Chris@1295 598
Chris@1295 599 div.flash.warning, .conflict {
Chris@1295 600 background: url(../images/warning.png) 8px 5px no-repeat;
Chris@1295 601 background-color: #FFEBC1;
Chris@1295 602 border-color: #FDBF3B;
Chris@1295 603 color: #A6750C;
Chris@1295 604 text-align: left;
Chris@1295 605 }
Chris@1295 606
Chris@1295 607 .nodata, .warning {
Chris@1295 608 text-align: center;
Chris@1295 609 background-color: #FFEBC1;
Chris@1295 610 border-color: #FDBF3B;
Chris@1295 611 color: #A6750C;
Chris@1295 612 }
Chris@1295 613
Chris@1295 614 #errorExplanation ul { font-size: 0.9em;}
Chris@1295 615 #errorExplanation h2, #errorExplanation p { display: none; }
Chris@1295 616
Chris@1295 617 .conflict-details {font-size:80%;}
Chris@1295 618
Chris@1295 619 /***** Ajax indicator ******/
Chris@1295 620 #ajax-indicator {
Chris@1295 621 position: absolute; /* fixed not supported by IE */
Chris@1295 622 background-color:#eee;
Chris@1295 623 border: 1px solid #bbb;
Chris@1295 624 top:35%;
Chris@1295 625 left:40%;
Chris@1295 626 width:20%;
Chris@1295 627 font-weight:bold;
Chris@1295 628 text-align:center;
Chris@1295 629 padding:0.6em;
Chris@1295 630 z-index:100;
Chris@1295 631 opacity: 0.5;
Chris@1295 632 }
Chris@1295 633
Chris@1295 634 html>body #ajax-indicator { position: fixed; }
Chris@1295 635
Chris@1295 636 #ajax-indicator span {
Chris@1295 637 background-position: 0% 40%;
Chris@1295 638 background-repeat: no-repeat;
Chris@1295 639 background-image: url(../images/loading.gif);
Chris@1295 640 padding-left: 26px;
Chris@1295 641 vertical-align: bottom;
Chris@1295 642 }
Chris@1295 643
Chris@1295 644 /***** Calendar *****/
Chris@1295 645 table.cal {border-collapse: collapse; width: 100%; margin: 0px 0 6px 0;border: 1px solid #d7d7d7;}
Chris@1295 646 table.cal thead th {width: 14%; background-color:#EEEEEE; padding: 4px; }
Chris@1295 647 table.cal thead th.week-number {width: auto;}
Chris@1295 648 table.cal tbody tr {height: 100px;}
Chris@1295 649 table.cal td {border: 1px solid #d7d7d7; vertical-align: top; font-size: 0.9em;}
Chris@1295 650 table.cal td.week-number { background-color:#EEEEEE; padding: 4px; border:none; font-size: 1em;}
Chris@1295 651 table.cal td p.day-num {font-size: 1.1em; text-align:right;}
Chris@1295 652 table.cal td.odd p.day-num {color: #bbb;}
Chris@1295 653 table.cal td.today {background:#ffffdd;}
Chris@1295 654 table.cal td.today p.day-num {font-weight: bold;}
Chris@1295 655 table.cal .starting a, p.cal.legend .starting {background: url(../images/bullet_go.png) no-repeat -1px -2px; padding-left:16px;}
Chris@1295 656 table.cal .ending a, p.cal.legend .ending {background: url(../images/bullet_end.png) no-repeat -1px -2px; padding-left:16px;}
Chris@1295 657 table.cal .starting.ending a, p.cal.legend .starting.ending {background: url(../images/bullet_diamond.png) no-repeat -1px -2px; padding-left:16px;}
Chris@1295 658 p.cal.legend span {display:block;}
Chris@1295 659
Chris@1295 660 /***** Tooltips ******/
Chris@1295 661 .tooltip{position:relative;z-index:24;}
Chris@1295 662 .tooltip:hover{z-index:25;color:#000;}
Chris@1295 663 .tooltip span.tip{display: none; text-align:left;}
Chris@1295 664
Chris@1295 665 div.tooltip:hover span.tip{
Chris@1295 666 display:block;
Chris@1295 667 position:absolute;
Chris@1295 668 top:12px; left:24px; width:270px;
Chris@1295 669 border:1px solid #555;
Chris@1295 670 background-color:#fff;
Chris@1295 671 padding: 4px;
Chris@1295 672 font-size: 0.8em;
Chris@1295 673 color:#505050;
Chris@1295 674 }
Chris@1295 675
Chris@1295 676 img.ui-datepicker-trigger {
Chris@1295 677 cursor: pointer;
Chris@1295 678 vertical-align: middle;
Chris@1295 679 margin-left: 4px;
Chris@1295 680 }
Chris@1295 681
Chris@1295 682 /***** Progress bar *****/
Chris@1295 683 table.progress {
Chris@1295 684 border-collapse: collapse;
Chris@1295 685 border-spacing: 0pt;
Chris@1295 686 empty-cells: show;
Chris@1295 687 text-align: center;
Chris@1295 688 float:left;
Chris@1295 689 margin: 1px 6px 1px 0px;
Chris@1295 690 }
Chris@1295 691
Chris@1295 692 table.progress td { height: 1em; }
Chris@1295 693 table.progress td.closed { background: #BAE0BA none repeat scroll 0%; }
Chris@1295 694 table.progress td.done { background: #D3EDD3 none repeat scroll 0%; }
Chris@1295 695 table.progress td.todo { background: #eee none repeat scroll 0%; }
Chris@1295 696 p.pourcent {font-size: 80%;}
Chris@1295 697 p.progress-info {clear: left; font-size: 80%; margin-top:-4px; color:#777;}
Chris@1295 698
Chris@1295 699 #roadmap table.progress td { height: 1.2em; }
Chris@1295 700 /***** Tabs *****/
Chris@1295 701 #content .tabs {height: 2.6em; margin-bottom:1.2em; position:relative; overflow:hidden;}
Chris@1295 702 #content .tabs ul {margin:0; position:absolute; bottom:0; padding-left:0.5em; width: 2000px; border-bottom: 1px solid #bbbbbb;}
Chris@1295 703 #content .tabs ul li {
Chris@1295 704 float:left;
Chris@1295 705 list-style-type:none;
Chris@1295 706 white-space:nowrap;
Chris@1295 707 margin-right:4px;
Chris@1295 708 background:#fff;
Chris@1295 709 position:relative;
Chris@1295 710 margin-bottom:-1px;
Chris@1295 711 }
Chris@1295 712 #content .tabs ul li a{
Chris@1295 713 display:block;
Chris@1295 714 font-size: 0.9em;
Chris@1295 715 text-decoration:none;
Chris@1295 716 line-height:1.3em;
Chris@1295 717 padding:4px 6px 4px 6px;
Chris@1295 718 border: 1px solid #ccc;
Chris@1295 719 border-bottom: 1px solid #bbbbbb;
Chris@1295 720 background-color: #f6f6f6;
Chris@1295 721 color:#999;
Chris@1295 722 font-weight:bold;
Chris@1295 723 border-top-left-radius:3px;
Chris@1295 724 border-top-right-radius:3px;
Chris@1295 725 }
Chris@1295 726
Chris@1295 727 #content .tabs ul li a:hover {
Chris@1295 728 background-color: #ffffdd;
Chris@1295 729 text-decoration:none;
Chris@1295 730 }
Chris@1295 731
Chris@1295 732 #content .tabs ul li a.selected {
Chris@1295 733 background-color: #fff;
Chris@1295 734 border: 1px solid #bbbbbb;
Chris@1295 735 border-bottom: 1px solid #fff;
Chris@1295 736 color:#444;
Chris@1295 737 }
Chris@1295 738
Chris@1295 739 #content .tabs ul li a.selected:hover {background-color: #fff;}
Chris@1295 740
Chris@1295 741 div.tabs-buttons { position:absolute; right: 0; width: 48px; height: 24px; background: white; bottom: 0; border-bottom: 1px solid #bbbbbb; }
Chris@1295 742
Chris@1295 743 button.tab-left, button.tab-right {
Chris@1295 744 font-size: 0.9em;
Chris@1295 745 cursor: pointer;
Chris@1295 746 height:24px;
Chris@1295 747 border: 1px solid #ccc;
Chris@1295 748 border-bottom: 1px solid #bbbbbb;
Chris@1295 749 position:absolute;
Chris@1295 750 padding:4px;
Chris@1295 751 width: 20px;
Chris@1295 752 bottom: -1px;
Chris@1295 753 }
Chris@1295 754
Chris@1295 755 button.tab-left {
Chris@1295 756 right: 20px;
Chris@1295 757 background: #eeeeee url(../images/bullet_arrow_left.png) no-repeat 50% 50%;
Chris@1295 758 border-top-left-radius:3px;
Chris@1295 759 }
Chris@1295 760
Chris@1295 761 button.tab-right {
Chris@1295 762 right: 0;
Chris@1295 763 background: #eeeeee url(../images/bullet_arrow_right.png) no-repeat 50% 50%;
Chris@1295 764 border-top-right-radius:3px;
Chris@1295 765 }
Chris@1295 766
Chris@1295 767 /***** Diff *****/
Chris@1295 768 .diff_out { background: #fcc; }
Chris@1295 769 .diff_out span { background: #faa; }
Chris@1295 770 .diff_in { background: #cfc; }
Chris@1295 771 .diff_in span { background: #afa; }
Chris@1295 772
Chris@1295 773 .text-diff {
Chris@1295 774 padding: 1em;
Chris@1295 775 background-color:#f6f6f6;
Chris@1295 776 color:#505050;
Chris@1295 777 border: 1px solid #e4e4e4;
Chris@1295 778 }
Chris@1295 779
Chris@1295 780 /***** Wiki *****/
Chris@1295 781 div.wiki table {
Chris@1295 782 border-collapse: collapse;
Chris@1295 783 margin-bottom: 1em;
Chris@1295 784 }
Chris@1295 785
Chris@1295 786 div.wiki table, div.wiki td, div.wiki th {
Chris@1295 787 border: 1px solid #bbb;
Chris@1295 788 padding: 4px;
Chris@1295 789 }
Chris@1295 790
Chris@1295 791 div.wiki .noborder, div.wiki .noborder td, div.wiki .noborder th {border:0;}
Chris@1295 792
Chris@1295 793 div.wiki .external {
Chris@1295 794 background-position: 0% 60%;
Chris@1295 795 background-repeat: no-repeat;
Chris@1295 796 padding-left: 12px;
Chris@1295 797 background-image: url(../images/external.png);
Chris@1295 798 }
Chris@1295 799
Chris@1295 800 div.wiki a.new {color: #b73535;}
Chris@1295 801
Chris@1295 802 div.wiki ul, div.wiki ol {margin-bottom:1em;}
Chris@1295 803
Chris@1295 804 div.wiki pre {
Chris@1295 805 margin: 1em 1em 1em 1.6em;
Chris@1295 806 padding: 8px;
Chris@1295 807 background-color: #fafafa;
Chris@1295 808 border: 1px solid #e2e2e2;
Chris@1295 809 width:auto;
Chris@1295 810 overflow-x: auto;
Chris@1295 811 overflow-y: hidden;
Chris@1295 812 }
Chris@1295 813
Chris@1295 814 div.wiki ul.toc {
Chris@1295 815 background-color: #ffffdd;
Chris@1295 816 border: 1px solid #e4e4e4;
Chris@1295 817 padding: 4px;
Chris@1295 818 line-height: 1.2em;
Chris@1295 819 margin-bottom: 12px;
Chris@1295 820 margin-right: 12px;
Chris@1295 821 margin-left: 0;
Chris@1295 822 display: table
Chris@1295 823 }
Chris@1295 824 * html div.wiki ul.toc { width: 50%; } /* IE6 doesn't autosize div */
Chris@1295 825
Chris@1295 826 div.wiki ul.toc.right { float: right; margin-left: 12px; margin-right: 0; width: auto; }
Chris@1295 827 div.wiki ul.toc.left { float: left; margin-right: 12px; margin-left: 0; width: auto; }
Chris@1295 828 div.wiki ul.toc ul { margin: 0; padding: 0; }
Chris@1295 829 div.wiki ul.toc li {list-style-type:none; margin: 0; font-size:12px;}
Chris@1295 830 div.wiki ul.toc li li {margin-left: 1.5em; font-size:10px;}
Chris@1295 831 div.wiki ul.toc a {
Chris@1295 832 font-size: 0.9em;
Chris@1295 833 font-weight: normal;
Chris@1295 834 text-decoration: none;
Chris@1295 835 color: #606060;
Chris@1295 836 }
Chris@1295 837 div.wiki ul.toc a:hover { color: #c61a1a; text-decoration: underline;}
Chris@1295 838
Chris@1295 839 a.wiki-anchor { display: none; margin-left: 6px; text-decoration: none; }
Chris@1295 840 a.wiki-anchor:hover { color: #aaa !important; text-decoration: none; }
Chris@1295 841 h1:hover a.wiki-anchor, h2:hover a.wiki-anchor, h3:hover a.wiki-anchor { display: inline; color: #ddd; }
Chris@1295 842
Chris@1295 843 div.wiki img { vertical-align: middle; }
Chris@1295 844
Chris@1295 845 /***** My page layout *****/
Chris@1295 846 .block-receiver {
Chris@1295 847 border:1px dashed #c0c0c0;
Chris@1295 848 margin-bottom: 20px;
Chris@1295 849 padding: 15px 0 15px 0;
Chris@1295 850 }
Chris@1295 851
Chris@1295 852 .mypage-box {
Chris@1295 853 margin:0 0 20px 0;
Chris@1295 854 color:#505050;
Chris@1295 855 line-height:1.5em;
Chris@1295 856 }
Chris@1295 857
Chris@1295 858 .handle {cursor: move;}
Chris@1295 859
Chris@1295 860 a.close-icon {
Chris@1295 861 display:block;
Chris@1295 862 margin-top:3px;
Chris@1295 863 overflow:hidden;
Chris@1295 864 width:12px;
Chris@1295 865 height:12px;
Chris@1295 866 background-repeat: no-repeat;
Chris@1295 867 cursor:pointer;
Chris@1295 868 background-image:url('../images/close.png');
Chris@1295 869 }
Chris@1295 870 a.close-icon:hover {background-image:url('../images/close_hl.png');}
Chris@1295 871
Chris@1295 872 /***** Gantt chart *****/
Chris@1295 873 .gantt_hdr {
Chris@1295 874 position:absolute;
Chris@1295 875 top:0;
Chris@1295 876 height:16px;
Chris@1295 877 border-top: 1px solid #c0c0c0;
Chris@1295 878 border-bottom: 1px solid #c0c0c0;
Chris@1295 879 border-right: 1px solid #c0c0c0;
Chris@1295 880 text-align: center;
Chris@1295 881 overflow: hidden;
Chris@1295 882 }
Chris@1295 883
Chris@1295 884 .gantt_hdr.nwday {background-color:#f1f1f1;}
Chris@1295 885
Chris@1295 886 .gantt_subjects { font-size: 0.8em; }
Chris@1295 887 .gantt_subjects div { line-height:16px;height:16px;overflow:hidden;white-space:nowrap;text-overflow: ellipsis; }
Chris@1295 888
Chris@1295 889 .task {
Chris@1295 890 position: absolute;
Chris@1295 891 height:8px;
Chris@1295 892 font-size:0.8em;
Chris@1295 893 color:#888;
Chris@1295 894 padding:0;
Chris@1295 895 margin:0;
Chris@1295 896 line-height:16px;
Chris@1295 897 white-space:nowrap;
Chris@1295 898 }
Chris@1295 899
Chris@1295 900 .task.label {width:100%;}
Chris@1295 901 .task.label.project, .task.label.version { font-weight: bold; }
Chris@1295 902
Chris@1295 903 .task_late { background:#f66 url(../images/task_late.png); border: 1px solid #f66; }
Chris@1295 904 .task_done { background:#00c600 url(../images/task_done.png); border: 1px solid #00c600; }
Chris@1295 905 .task_todo { background:#aaa url(../images/task_todo.png); border: 1px solid #aaa; }
Chris@1295 906
Chris@1295 907 .task_todo.parent { background: #888; border: 1px solid #888; height: 3px;}
Chris@1295 908 .task_late.parent, .task_done.parent { height: 3px;}
Chris@1295 909 .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;}
Chris@1295 910 .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;}
Chris@1295 911
Chris@1295 912 .version.task_late { background:#f66 url(../images/milestone_late.png); border: 1px solid #f66; height: 2px; margin-top: 3px;}
Chris@1295 913 .version.task_done { background:#00c600 url(../images/milestone_done.png); border: 1px solid #00c600; height: 2px; margin-top: 3px;}
Chris@1295 914 .version.task_todo { background:#fff url(../images/milestone_todo.png); border: 1px solid #fff; height: 2px; margin-top: 3px;}
Chris@1295 915 .version.marker { background-image:url(../images/version_marker.png); background-repeat: no-repeat; border: 0; margin-left: -4px; margin-top: 1px; }
Chris@1295 916
Chris@1295 917 .project.task_late { background:#f66 url(../images/milestone_late.png); border: 1px solid #f66; height: 2px; margin-top: 3px;}
Chris@1295 918 .project.task_done { background:#00c600 url(../images/milestone_done.png); border: 1px solid #00c600; height: 2px; margin-top: 3px;}
Chris@1295 919 .project.task_todo { background:#fff url(../images/milestone_todo.png); border: 1px solid #fff; height: 2px; margin-top: 3px;}
Chris@1295 920 .project.marker { background-image:url(../images/project_marker.png); background-repeat: no-repeat; border: 0; margin-left: -4px; margin-top: 1px; }
Chris@1295 921
Chris@1295 922 .version-behind-schedule a, .issue-behind-schedule a {color: #f66914;}
Chris@1295 923 .version-overdue a, .issue-overdue a, .project-overdue a {color: #f00;}
Chris@1295 924
Chris@1295 925 /***** Icons *****/
Chris@1295 926 .icon {
Chris@1295 927 background-position: 0% 50%;
Chris@1295 928 background-repeat: no-repeat;
Chris@1295 929 padding-left: 20px;
Chris@1295 930 padding-top: 2px;
Chris@1295 931 padding-bottom: 3px;
Chris@1295 932 }
Chris@1295 933
Chris@1295 934 .icon-add { background-image: url(../images/add.png); }
Chris@1295 935 .icon-edit { background-image: url(../images/edit.png); }
Chris@1295 936 .icon-copy { background-image: url(../images/copy.png); }
Chris@1295 937 .icon-duplicate { background-image: url(../images/duplicate.png); }
Chris@1295 938 .icon-del { background-image: url(../images/delete.png); }
Chris@1295 939 .icon-move { background-image: url(../images/move.png); }
Chris@1295 940 .icon-save { background-image: url(../images/save.png); }
Chris@1295 941 .icon-cancel { background-image: url(../images/cancel.png); }
Chris@1295 942 .icon-multiple { background-image: url(../images/table_multiple.png); }
Chris@1295 943 .icon-folder { background-image: url(../images/folder.png); }
Chris@1295 944 .open .icon-folder { background-image: url(../images/folder_open.png); }
Chris@1295 945 .icon-package { background-image: url(../images/package.png); }
Chris@1295 946 .icon-user { background-image: url(../images/user.png); }
Chris@1295 947 .icon-projects { background-image: url(../images/projects.png); }
Chris@1295 948 .icon-help { background-image: url(../images/help.png); }
Chris@1295 949 .icon-attachment { background-image: url(../images/attachment.png); }
Chris@1295 950 .icon-history { background-image: url(../images/history.png); }
Chris@1295 951 .icon-time { background-image: url(../images/time.png); }
Chris@1295 952 .icon-time-add { background-image: url(../images/time_add.png); }
Chris@1295 953 .icon-stats { background-image: url(../images/stats.png); }
Chris@1295 954 .icon-warning { background-image: url(../images/warning.png); }
Chris@1295 955 .icon-fav { background-image: url(../images/fav.png); }
Chris@1295 956 .icon-fav-off { background-image: url(../images/fav_off.png); }
Chris@1295 957 .icon-reload { background-image: url(../images/reload.png); }
Chris@1295 958 .icon-lock { background-image: url(../images/locked.png); }
Chris@1295 959 .icon-unlock { background-image: url(../images/unlock.png); }
Chris@1295 960 .icon-checked { background-image: url(../images/true.png); }
Chris@1295 961 .icon-details { background-image: url(../images/zoom_in.png); }
Chris@1295 962 .icon-report { background-image: url(../images/report.png); }
Chris@1295 963 .icon-comment { background-image: url(../images/comment.png); }
Chris@1295 964 .icon-summary { background-image: url(../images/lightning.png); }
Chris@1295 965 .icon-server-authentication { background-image: url(../images/server_key.png); }
Chris@1295 966 .icon-issue { background-image: url(../images/ticket.png); }
Chris@1295 967 .icon-zoom-in { background-image: url(../images/zoom_in.png); }
Chris@1295 968 .icon-zoom-out { background-image: url(../images/zoom_out.png); }
Chris@1295 969 .icon-passwd { background-image: url(../images/textfield_key.png); }
Chris@1295 970 .icon-test { background-image: url(../images/bullet_go.png); }
Chris@1295 971
Chris@1295 972 .icon-file { background-image: url(../images/files/default.png); }
Chris@1295 973 .icon-file.text-plain { background-image: url(../images/files/text.png); }
Chris@1295 974 .icon-file.text-x-c { background-image: url(../images/files/c.png); }
Chris@1295 975 .icon-file.text-x-csharp { background-image: url(../images/files/csharp.png); }
Chris@1295 976 .icon-file.text-x-java { background-image: url(../images/files/java.png); }
Chris@1295 977 .icon-file.text-x-javascript { background-image: url(../images/files/js.png); }
Chris@1295 978 .icon-file.text-x-php { background-image: url(../images/files/php.png); }
Chris@1295 979 .icon-file.text-x-ruby { background-image: url(../images/files/ruby.png); }
Chris@1295 980 .icon-file.text-xml { background-image: url(../images/files/xml.png); }
Chris@1295 981 .icon-file.text-css { background-image: url(../images/files/css.png); }
Chris@1295 982 .icon-file.text-html { background-image: url(../images/files/html.png); }
Chris@1295 983 .icon-file.image-gif { background-image: url(../images/files/image.png); }
Chris@1295 984 .icon-file.image-jpeg { background-image: url(../images/files/image.png); }
Chris@1295 985 .icon-file.image-png { background-image: url(../images/files/image.png); }
Chris@1295 986 .icon-file.image-tiff { background-image: url(../images/files/image.png); }
Chris@1295 987 .icon-file.application-pdf { background-image: url(../images/files/pdf.png); }
Chris@1295 988 .icon-file.application-zip { background-image: url(../images/files/zip.png); }
Chris@1295 989 .icon-file.application-x-gzip { background-image: url(../images/files/zip.png); }
Chris@1295 990
Chris@1295 991 img.gravatar {
Chris@1295 992 padding: 2px;
Chris@1295 993 border: solid 1px #d5d5d5;
Chris@1295 994 background: #fff;
Chris@1295 995 vertical-align: middle;
Chris@1295 996 }
Chris@1295 997
Chris@1295 998 div.issue img.gravatar {
Chris@1295 999 float: left;
Chris@1295 1000 margin: 0 6px 0 0;
Chris@1295 1001 padding: 5px;
Chris@1295 1002 }
Chris@1295 1003
Chris@1295 1004 div.issue table img.gravatar {
Chris@1295 1005 height: 14px;
Chris@1295 1006 width: 14px;
Chris@1295 1007 padding: 2px;
Chris@1295 1008 float: left;
Chris@1295 1009 margin: 0 0.5em 0 0;
Chris@1295 1010 }
Chris@1295 1011
Chris@1295 1012 h2 img.gravatar {margin: -2px 4px -4px 0;}
Chris@1295 1013 h3 img.gravatar {margin: -4px 4px -4px 0;}
Chris@1295 1014 h4 img.gravatar {margin: -6px 4px -4px 0;}
Chris@1295 1015 td.username img.gravatar {margin: 0 0.5em 0 0; vertical-align: top;}
Chris@1295 1016 #activity dt img.gravatar {float: left; margin: 0 1em 1em 0;}
Chris@1295 1017 /* Used on 12px Gravatar img tags without the icon background */
Chris@1295 1018 .icon-gravatar {float: left; margin-right: 4px;}
Chris@1295 1019
Chris@1295 1020 #activity dt, .journal {clear: left;}
Chris@1295 1021
Chris@1295 1022 .journal-link {float: right;}
Chris@1295 1023
Chris@1295 1024 h2 img { vertical-align:middle; }
Chris@1295 1025
Chris@1295 1026 .hascontextmenu { cursor: context-menu; }
Chris@1295 1027
Chris@1295 1028 /************* CodeRay styles *************/
Chris@1295 1029 .syntaxhl div {display: inline;}
Chris@1295 1030 .syntaxhl .line-numbers {padding: 2px 4px 2px 4px; background-color: #eee; margin:0px 5px 0px 0px;}
Chris@1295 1031 .syntaxhl .code pre { overflow: auto }
Chris@1295 1032 .syntaxhl .debug { color: white !important; background: blue !important; }
Chris@1295 1033
Chris@1295 1034 .syntaxhl .annotation { color:#007 }
Chris@1295 1035 .syntaxhl .attribute-name { color:#b48 }
Chris@1295 1036 .syntaxhl .attribute-value { color:#700 }
Chris@1295 1037 .syntaxhl .binary { color:#509 }
Chris@1295 1038 .syntaxhl .char .content { color:#D20 }
Chris@1295 1039 .syntaxhl .char .delimiter { color:#710 }
Chris@1295 1040 .syntaxhl .char { color:#D20 }
Chris@1295 1041 .syntaxhl .class { color:#258; font-weight:bold }
Chris@1295 1042 .syntaxhl .class-variable { color:#369 }
Chris@1295 1043 .syntaxhl .color { color:#0A0 }
Chris@1295 1044 .syntaxhl .comment { color:#385 }
Chris@1295 1045 .syntaxhl .comment .char { color:#385 }
Chris@1295 1046 .syntaxhl .comment .delimiter { color:#385 }
Chris@1295 1047 .syntaxhl .complex { color:#A08 }
Chris@1295 1048 .syntaxhl .constant { color:#258; font-weight:bold }
Chris@1295 1049 .syntaxhl .decorator { color:#B0B }
Chris@1295 1050 .syntaxhl .definition { color:#099; font-weight:bold }
Chris@1295 1051 .syntaxhl .delimiter { color:black }
Chris@1295 1052 .syntaxhl .directive { color:#088; font-weight:bold }
Chris@1295 1053 .syntaxhl .doc { color:#970 }
Chris@1295 1054 .syntaxhl .doc-string { color:#D42; font-weight:bold }
Chris@1295 1055 .syntaxhl .doctype { color:#34b }
Chris@1295 1056 .syntaxhl .entity { color:#800; font-weight:bold }
Chris@1295 1057 .syntaxhl .error { color:#F00; background-color:#FAA }
Chris@1295 1058 .syntaxhl .escape { color:#666 }
Chris@1295 1059 .syntaxhl .exception { color:#C00; font-weight:bold }
Chris@1295 1060 .syntaxhl .float { color:#06D }
Chris@1295 1061 .syntaxhl .function { color:#06B; font-weight:bold }
Chris@1295 1062 .syntaxhl .global-variable { color:#d70 }
Chris@1295 1063 .syntaxhl .hex { color:#02b }
Chris@1295 1064 .syntaxhl .imaginary { color:#f00 }
Chris@1295 1065 .syntaxhl .include { color:#B44; font-weight:bold }
Chris@1295 1066 .syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black }
Chris@1295 1067 .syntaxhl .inline-delimiter { font-weight: bold; color: #666 }
Chris@1295 1068 .syntaxhl .instance-variable { color:#33B }
Chris@1295 1069 .syntaxhl .integer { color:#06D }
Chris@1295 1070 .syntaxhl .key .char { color: #60f }
Chris@1295 1071 .syntaxhl .key .delimiter { color: #404 }
Chris@1295 1072 .syntaxhl .key { color: #606 }
Chris@1295 1073 .syntaxhl .keyword { color:#939; font-weight:bold }
Chris@1295 1074 .syntaxhl .label { color:#970; font-weight:bold }
Chris@1295 1075 .syntaxhl .local-variable { color:#963 }
Chris@1295 1076 .syntaxhl .namespace { color:#707; font-weight:bold }
Chris@1295 1077 .syntaxhl .octal { color:#40E }
Chris@1295 1078 .syntaxhl .operator { }
Chris@1295 1079 .syntaxhl .predefined { color:#369; font-weight:bold }
Chris@1295 1080 .syntaxhl .predefined-constant { color:#069 }
Chris@1295 1081 .syntaxhl .predefined-type { color:#0a5; font-weight:bold }
Chris@1295 1082 .syntaxhl .preprocessor { color:#579 }
Chris@1295 1083 .syntaxhl .pseudo-class { color:#00C; font-weight:bold }
Chris@1295 1084 .syntaxhl .regexp .content { color:#808 }
Chris@1295 1085 .syntaxhl .regexp .delimiter { color:#404 }
Chris@1295 1086 .syntaxhl .regexp .modifier { color:#C2C }
Chris@1295 1087 .syntaxhl .regexp { background-color:hsla(300,100%,50%,0.06); }
Chris@1295 1088 .syntaxhl .reserved { color:#080; font-weight:bold }
Chris@1295 1089 .syntaxhl .shell .content { color:#2B2 }
Chris@1295 1090 .syntaxhl .shell .delimiter { color:#161 }
Chris@1295 1091 .syntaxhl .shell { background-color:hsla(120,100%,50%,0.06); }
Chris@1295 1092 .syntaxhl .string .char { color: #46a }
Chris@1295 1093 .syntaxhl .string .content { color: #46a }
Chris@1295 1094 .syntaxhl .string .delimiter { color: #46a }
Chris@1295 1095 .syntaxhl .string .modifier { color: #46a }
Chris@1295 1096 .syntaxhl .symbol .content { color:#d33 }
Chris@1295 1097 .syntaxhl .symbol .delimiter { color:#d33 }
Chris@1295 1098 .syntaxhl .symbol { color:#d33 }
Chris@1295 1099 .syntaxhl .tag { color:#070 }
Chris@1295 1100 .syntaxhl .type { color:#339; font-weight:bold }
Chris@1295 1101 .syntaxhl .value { color: #088; }
Chris@1295 1102 .syntaxhl .variable { color:#037 }
Chris@1295 1103
Chris@1295 1104 .syntaxhl .insert { background: hsla(120,100%,50%,0.12) }
Chris@1295 1105 .syntaxhl .delete { background: hsla(0,100%,50%,0.12) }
Chris@1295 1106 .syntaxhl .change { color: #bbf; background: #007; }
Chris@1295 1107 .syntaxhl .head { color: #f8f; background: #505 }
Chris@1295 1108 .syntaxhl .head .filename { color: white; }
Chris@1295 1109
Chris@1295 1110 .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; }
Chris@1295 1111 .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; }
Chris@1295 1112
Chris@1295 1113 .syntaxhl .insert .insert { color: #0c0; background:transparent; font-weight:bold }
Chris@1295 1114 .syntaxhl .delete .delete { color: #c00; background:transparent; font-weight:bold }
Chris@1295 1115 .syntaxhl .change .change { color: #88f }
Chris@1295 1116 .syntaxhl .head .head { color: #f4f }
Chris@1295 1117
Chris@1295 1118 /***** Media print specific styles *****/
Chris@1295 1119 @media print {
Chris@1295 1120 #top-menu, #header, #main-menu, #sidebar, #footer, .contextual, .other-formats { display:none; }
Chris@1295 1121 #main { background: #fff; }
Chris@1295 1122 #content { width: 99%; margin: 0; padding: 0; border: 0; background: #fff; overflow: visible !important;}
Chris@1295 1123 #wiki_add_attachment { display:none; }
Chris@1295 1124 .hide-when-print { display: none; }
Chris@1295 1125 .autoscroll {overflow-x: visible;}
Chris@1295 1126 table.list {margin-top:0.5em;}
Chris@1295 1127 table.list th, table.list td {border: 1px solid #aaa;}
Chris@1295 1128 }
Chris@1295 1129
Chris@1295 1130 /* Accessibility specific styles */
Chris@1295 1131 .hidden-for-sighted {
Chris@1295 1132 position:absolute;
Chris@1295 1133 left:-10000px;
Chris@1295 1134 top:auto;
Chris@1295 1135 width:1px;
Chris@1295 1136 height:1px;
Chris@1295 1137 overflow:hidden;
Chris@1295 1138 }