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