annotate .svn/pristine/3b/3bb5e5f9c78e113c7cca95c62e3d7f0c93e77d6c.svn-base @ 1327:287f201c2802 redmine-2.2-integration

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