Difference between revisions of "Template:Jim/CSS"

From From The Ashes Wiki
Jump to: navigation, search
m (Tiny change to fix the logs section. <css> won't do the immediate-child selector, but {{#css:}} will.)
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: {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:39, 15 April 2018

This page is here for Jim's pages to share the same CSS.