Difference between revisions of "Template:Jim/CSS"

From From The Ashes Wiki
Jump to: navigation, search
Line 26: Line 26:
 
.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; }
 
.jim-body .chat .header div { padding: 10px; }
 
.jim-body .chat .header div { padding: 10px; }
.jim-body .chat .body { }
+
.jim-body .chat .body { padding: 10px; }
 
.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: 40px; width: 100%; display: flex; flex-direction: row;  border-bottom: solid 1px #aaaaaa; }
 
.jim-body .main .header { height: 40px; width: 100%; display: flex; flex-direction: row;  border-bottom: solid 1px #aaaaaa; }
Line 37: Line 37:
 
.jim-body .main .video-meta { border-top: solid 1px #aaaaaa; border-bottom: solid 1px #aaaaaa; }
 
.jim-body .main .video-meta { border-top: solid 1px #aaaaaa; border-bottom: solid 1px #aaaaaa; }
 
.jim-body .main .feed { width: 100%; display: flex; flex-direction: row; }
 
.jim-body .main .feed { width: 100%; display: flex; flex-direction: row; }
 +
.jim-body .main .feed div { width: 50%; }
 
</css>
 
</css>

Revision as of 17:19, 1 April 2018

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