Difference between revisions of "Template:Jim/CSS"
From From The Ashes Wiki
Line 4: | Line 4: | ||
#catlinks, #mw-normal-catlinks { background: transparent !important; } | #catlinks, #mw-normal-catlinks { background: transparent !important; } | ||
#mw-normal-catlinks { padding: 5px; } | #mw-normal-catlinks { padding: 5px; } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
.jim { width: 100%; display: flex; flex-direction: column; font-family: "Helvetica Neue", Helvetica, Arial, sans; font-size: 12px; } | .jim { width: 100%; display: flex; flex-direction: column; font-family: "Helvetica Neue", Helvetica, Arial, sans; font-size: 12px; } | ||
Line 35: | Line 21: | ||
.jim-body .main .video .controls { position: absolute; bottom: 0; left: 0; height: 32px; width: 100%; background-color: rgba(0, 0, 0, .2); color: #ffffff; } | .jim-body .main .video .controls { position: absolute; bottom: 0; left: 0; height: 32px; width: 100%; background-color: rgba(0, 0, 0, .2); color: #ffffff; } | ||
.jim-body .main .video .controls p { margin: 0; margin-left: 20px; font-size: 24px; } | .jim-body .main .video .controls p { margin: 0; margin-left: 20px; font-size: 24px; } | ||
− | .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; display: flex; flex-direction: row; } |
+ | .jim-body .main .video-meta .game-box img { width: auto; height: 50px; } | ||
.jim-body .main .feed { width: 100%; display: flex; flex-direction: row; flex-wrap: wrap; } | .jim-body .main .feed { width: 100%; display: flex; flex-direction: row; flex-wrap: wrap; } | ||
.jim-body .main .feed div { width: 48%; margin: 0px 1% 20px 1%; } | .jim-body .main .feed div { width: 48%; margin: 0px 1% 20px 1%; } | ||
</css> | </css> |
Revision as of 20:21, 1 April 2018
This page is here for Jim's pages to share the same CSS.