Skip to content

Commit 82852f4

Browse files
committed
update to version 2.0.4
1 parent ed751c7 commit 82852f4

File tree

4 files changed

+25
-5
lines changed

4 files changed

+25
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
v2.0.4 (2024-04-16):
2+
* 文件頁面的視覺微調
3+
* 議題列表的視覺微調
4+
* 論壇頁面的視覺微調
5+
* 移除論壇 Topic 左方小圖示
6+
17
v2.0.3 (2024-04-02):
28

39
* 手機版本的 Header 背景色對齊主色調

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A free Redmine theme made in Taiwan.
66

77
With simple design, create a style that is compatible with English and Chinese visuals. This is my first time working on Github. If you like this, please feel free to give a star to this project.
88

9-
**Version:** 2.0.3
9+
**Version:** 2.0.4
1010

1111
**Compatible with :** Redmine 5.1 - 4.1
1212

stylesheets/application.css

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
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
33
*
44
* Author: Tomy Shen ([email protected])
55
* Website: https://redmine-tw.net
6-
* @2024-04-02
6+
* @2024-04-16
77
* @license https://opensource.org/license/mit/
88
*
99
*/
@@ -49,8 +49,11 @@ table.list th.activity, table.list th.assigned_to, table.list th.attachments, ta
4949
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 {
5050
background-color: #FEFBE7;
5151
}
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+
5256
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%; }
5457
div.issue { padding:20px; margin-top: 2px; background: cornsilk; box-shadow: 0 3px 9px rgba(0,0,0,.2); }
5558
div#history { margin-top: 18px; }
5659
div#replies { padding-left: 28px; }
@@ -234,7 +237,7 @@ ul.cal { border: 0; } /* compatible with Redmine 5.1 */
234237
.cal div.issue { padding:unset; background: white;padding: 4px; }
235238
/* Documents module */
236239
#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; }
238241
.document-item .updated_on em { padding-left: 20px; font-weight: bold; }
239242
.document-item h4.title { padding-bottom: 10px; font-size: 15px; font-weight: 300; }
240243
.document-item h4.title a {
@@ -290,6 +293,17 @@ div.wiki ul.toc {
290293
border: 1px solid #e3e5ec;
291294
box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.3);
292295
}
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+
}
293307
/* Plugin redmine-agile */
294308
body .issue-card { background-color: cornsilk; }
295309
div.agile-board.autoscroll { background-color: whitesmoke; }

stylesheets/icons/icon-topic.png

-270 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)