Difference between revisions of "Template:Jim/CSS"
From From The Ashes Wiki
Line 18: | Line 18: | ||
#jim-wrapper .flag .white { background: #ffffff; } | #jim-wrapper .flag .white { background: #ffffff; } | ||
#jim-wrapper #logs .loglist { columns: 2; } | #jim-wrapper #logs .loglist { columns: 2; } | ||
+ | |||
+ | |||
+ | .jim { width: 100%; display: flex; flex-direction: column; } | ||
+ | .jim-header { width: 100%; display: flex; flex-direction: row; } | ||
+ | .jim-body { width: 100%; display: flex; flex-direction: row-reverse; } | ||
+ | .jim-body .chat { width: 400px; display: flex; flex-direction: column; } | ||
+ | .jim-body .chat .header { height: 50px; width: 100%; } | ||
+ | .jim-body .main { flex-grow: 1; display: flex; flex-direction: column; } | ||
+ | .jim-body .main .header { height: 50px; width: 100%; } | ||
+ | .jim-body .main .video { } | ||
+ | .jim-body .main .video .control { } | ||
+ | .jim-body .main .video .control { } | ||
+ | .jim-body .main .video-meta { } | ||
+ | .jim-body .main .feed { width: 100%; display: flex; flex-direction: row; } | ||
+ | |||
+ | |||
</css> | </css> |
Revision as of 15:15, 1 April 2018
This page is here for Jim's pages to share the same CSS..