|
1 | 1 | /** |
2 | | - * TW-Style theme version 2.1.0, Copyright (C) 2024 Tomy Shen |
| 2 | + * TW-Style theme version 2.2.0, Copyright (C) 2024 Tomy Shen |
3 | 3 | * |
4 | 4 | * Author: Tomy Shen ([email protected]) |
5 | 5 | * Website: https://redmine-tw.net |
|
8 | 8 | * |
9 | 9 | */ |
10 | 10 |
|
| 11 | +@import url("normalize.css"); |
11 | 12 | @import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"); |
12 | 13 | @import url("../../../stylesheets/application.css"); |
13 | 14 |
|
@@ -144,15 +145,20 @@ div#top-menu { |
144 | 145 | .flyout-menu { background-color: #628DB6 !important; } |
145 | 146 | .flyout-menu h3 { background-color: #003153 !important; } |
146 | 147 | } |
147 | | -@media screen and (max-width: 1080px) { |
148 | | - #projects-index ul.projects li.root { width: calc(33.333% - 10px); } |
| 148 | +@media screen and (min-width: 1181px) { |
| 149 | + #projects-index ul.projects li.root { width: calc(25% - 18px); } |
149 | 150 | } |
150 | | -@media screen and (max-width: 880px) { |
151 | | - #projects-index ul.projects li.root { width: calc(50% - 10px); } |
| 151 | +@media screen and (max-width: 1180px) { |
| 152 | + #projects-index ul.projects li.root { width: calc(33.333% - 18px); } |
| 153 | +} |
| 154 | +@media screen and (max-width: 888px) { |
| 155 | + #projects-index ul.projects li.root { width: calc(50% - 18px); } |
152 | 156 | } |
153 | 157 | @media screen and (max-width: 600px) { |
154 | | - #projects-index ul.projects li.root { width: calc(100% - 10px); } |
| 158 | + #projects-index ul.projects li.root { width: calc(100% - 12px); } |
155 | 159 | } |
| 160 | + |
| 161 | + |
156 | 162 | /* Page transition */ |
157 | 163 | #main { |
158 | 164 | animation: fadeInAnimation ease-in-out 0.6s; |
@@ -202,6 +208,19 @@ tr.time-entry td.issue a.issue { |
202 | 208 | border: 1px solid lightgray; |
203 | 209 | margin-right: 4px; |
204 | 210 | } |
| 211 | + |
| 212 | +/* Fix reply subject bug */ |
| 213 | +input#message_subject, input#document_title, input#issue_subject, input#news_title, textarea#news_summary { |
| 214 | + width: 100%; max-width: 100%; |
| 215 | +} |
| 216 | + |
| 217 | +/* compatible for normal.css */ |
| 218 | +div.issue .attribute .value { overflow: visible; } |
| 219 | +[type="checkbox"], [type="radio"] { margin-left: 4px; margin-right: 4px; } |
| 220 | + |
| 221 | +/* Forum setting table borderless*/ |
| 222 | +table.list, .table-list { border:0 } |
| 223 | + |
205 | 224 | /* Popup window style */ |
206 | 225 | div.modal { border-radius:0 ; padding: 0 0 4px 0; } |
207 | 226 | .ui-widget.ui-widget-content { border: unset; } |
@@ -368,3 +387,7 @@ img.gravatar, div.gravatar-with-child > img.gravatar:nth-child(2) { |
368 | 387 | right: 0; |
369 | 388 | background-image: url(icons/ArrowForward.png); |
370 | 389 | } |
| 390 | + |
| 391 | +/* 2024-0402 wiki行間距、字體顏色 */ |
| 392 | +.wiki.wiki-page { font-size: 1.1em; font-weight: 400; } |
| 393 | +div.wiki { color: #121212; line-height: 1.5; } |
0 commit comments