Difference between revisions of "Template:Jim/CSS"

From From The Ashes Wiki
Jump to: navigation, search
Line 24: Line 24:
 
.jim-body { width: 100%; display: flex; flex-direction: row-reverse; }
 
.jim-body { width: 100%; display: flex; flex-direction: row-reverse; }
 
.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: 50px; 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; }
 
.jim-body .chat .header div { padding: 10px; }
 
.jim-body .chat .header div { padding: 10px; }
 
.jim-body .chat .body { }
 
.jim-body .chat .body { }
 
.jim-body .main { flex-grow: 1; display: flex; flex-direction: column; background-color: #ffffff; color: #000000; }
 
.jim-body .main { flex-grow: 1; display: flex; flex-direction: column; background-color: #ffffff; color: #000000; }
.jim-body .main .header { height: 50px; width: 100%;  border-bottom: solid 1px #aaaaaa; }
+
.jim-body .main .header { height: 40px; width: 100%; display: flex; flex-direction: row;  border-bottom: solid 1px #aaaaaa; }
 
.jim-body .main .header div { padding: 10px; }
 
.jim-body .main .header div { padding: 10px; }
 
.jim-body .main .video { background-color: black; position: relative; }
 
.jim-body .main .video { background-color: black; position: relative; }

Revision as of 16:57, 1 April 2018

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