|
1 | 1 | /** |
2 | | - * TW-Style theme version 2.0.3, Copyright (C) 2024 Tomy Shen |
| 2 | + * TW-Style theme version 2.0.4, Copyright (C) 2024 Tomy Shen |
3 | 3 | * |
4 | 4 | * Author: Tomy Shen ([email protected]) |
5 | 5 | * Website: https://redmine-tw.net |
6 | | - * @2024-04-02 |
| 6 | + * @2024-04-16 |
7 | 7 | * @license https://opensource.org/license/mit/ |
8 | 8 | * |
9 | 9 | */ |
@@ -49,8 +49,11 @@ table.list th.activity, table.list th.assigned_to, table.list th.attachments, ta |
49 | 49 | table.list:not(.odd-even) tbody tr:nth-child(odd):hover, .odd:hover, #issue-changesets div.changeset:nth-child(odd):hover, table.list:not(.odd-even) tbody tr:nth-child(even):hover, .even:hover, #issue-changesets div.changeset:nth-child(even):hover { |
50 | 50 | background-color: #FEFBE7; |
51 | 51 | } |
| 52 | +table.list td { padding-top: 3px; padding-bottom: 3px; } /* Issue list */ |
| 53 | +table.issues td { padding-top: 4px; padding-bottom: 4px; } |
| 54 | +table.list table.progress td, table.progress td { padding-top: 2px; padding-bottom: 2px; } |
| 55 | + |
52 | 56 | table.boards a.board { background: url(icons/icon-forum.png) no-repeat 0% 50%; } |
53 | | -td.subject.icon { background: url(icons/icon-topic.png) no-repeat 0% 50%; } |
54 | 57 | div.issue { padding:20px; margin-top: 2px; background: cornsilk; box-shadow: 0 3px 9px rgba(0,0,0,.2); } |
55 | 58 | div#history { margin-top: 18px; } |
56 | 59 | div#replies { padding-left: 28px; } |
@@ -234,7 +237,7 @@ ul.cal { border: 0; } /* compatible with Redmine 5.1 */ |
234 | 237 | .cal div.issue { padding:unset; background: white;padding: 4px; } |
235 | 238 | /* Documents module */ |
236 | 239 | #document-list .document-group { padding: 18px 18px 0 18px; margin-bottom: 2px; } |
237 | | -.document-item { padding-bottom: 10px; padding-top: 2px; padding-left: 24px; margin-left: 32px; border-left: 2px dashed lightgray; } |
| 240 | +.document-item { padding-bottom: 10px; padding-top: 8px; padding-left: 16px; margin-left: 32px; border-left: 2px dashed lightgray; } |
238 | 241 | .document-item .updated_on em { padding-left: 20px; font-weight: bold; } |
239 | 242 | .document-item h4.title { padding-bottom: 10px; font-size: 15px; font-weight: 300; } |
240 | 243 | .document-item h4.title a { |
@@ -290,6 +293,17 @@ div.wiki ul.toc { |
290 | 293 | border: 1px solid #e3e5ec; |
291 | 294 | box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.3); |
292 | 295 | } |
| 296 | +/* Forum module */ |
| 297 | +p.breadcrumb { font-size: 1.05em; } |
| 298 | +table.messages th, table.messages td { text-align: left; padding: 2px 2px 2px 20px; } |
| 299 | +table.boards th { text-align: left; padding-left: 8px;} |
| 300 | +table.boards td { text-align: left; padding-left: 18px;} |
| 301 | +blockquote { |
| 302 | + border-left: 4px solid #3498db; |
| 303 | + margin: 0 0 8px; |
| 304 | + padding: 2px 12px; |
| 305 | + color: gray; |
| 306 | +} |
293 | 307 | /* Plugin redmine-agile */ |
294 | 308 | body .issue-card { background-color: cornsilk; } |
295 | 309 | div.agile-board.autoscroll { background-color: whitesmoke; } |
|
0 commit comments