Difference between revisions of "Template:Jim/CSS"
From From The Ashes Wiki
Line 12: | Line 12: | ||
.jim-header div { padding: 10px; } | .jim-header div { padding: 10px; } | ||
.jim-body { width: 100%; display: flex; flex-direction: row-reverse; } | .jim-body { width: 100%; display: flex; flex-direction: row-reverse; } | ||
− | .jim-body .loglist | + | .jim-body .loglist {columns: 2;} |
.jim-body .chat { width: 400px; display: flex; flex-direction: column; background-color: #efeef1; color: #19171c; } | .jim-body .chat { width: 400px; display: flex; flex-direction: column; background-color: #efeef1; color: #19171c; } | ||
.jim-body .chat .header { height: 40px; width: 100%; display: flex; flex-direction: row; border-bottom: solid 1px #aaaaaa; } | .jim-body .chat .header { height: 40px; width: 100%; display: flex; flex-direction: row; border-bottom: solid 1px #aaaaaa; } |
Revision as of 20:40, 15 April 2018
This page is here for Jim's pages to share the same CSS.