Difference between revisions of "Template:Jim/CSS"
From From The Ashes Wiki
Line 1: | Line 1: | ||
+ | <noinclude>This page is here for [[Jim]]'s pages to share the same CSS..</noinclude><css> | ||
+ | #content { background: #eeeeee !important; background: linear-gradient(to right, rgba(244,239,255,1) 0%,rgba(255,253,239,1) 100%) !important; } | ||
+ | #content a, #content a:visited { color: #bf0a30; } | ||
+ | #catlinks, #mw-normal-catlinks { background: transparent !important; } | ||
+ | #mw-normal-catlinks { padding: 5px; } | ||
+ | #firstHeading { display: none; !important } | ||
+ | #jimtopquotes { text-align: center; font-style: italic; } | ||
+ | #jim-wrapper .block { display: inline-block; width: 100%; } | ||
+ | #jim-wrapper .block img { max-width: 100%; height: auto; } | ||
+ | #jim-wrapper { position: relative; columns: 2; } | ||
+ | #jim-wrapper .tamu { background-color: #500000; color: #ffffff; font-weight: bold; border-radius: 5px; padding: 1px; } | ||
+ | #jim-wrapper .glow { text-shadow: 1px 1px 2px rgba(255, 255, 0, 0.3), -1px 1px 3px rgba(255, 255, 0, 0.3), 1px -1px 3px rgba(255, 255, 0, 0.3), -1px -1px 3px rgba(255, 255, 0, 0.3); } | ||
+ | #jim-wrapper #flag-wrapper { text-align: center; } | ||
+ | #jim-wrapper .flag { font-family: mono; display: inline-block; } | ||
+ | #jim-wrapper .flag span { display: inline-block; } | ||
+ | #jim-wrapper .flag .star { background: #002868; color: #ffffff; float: left; padding: 1.7ex 0.2em; } | ||
+ | #jim-wrapper .flag .red { background: #bf0a30; } | ||
+ | #jim-wrapper .flag .white { background: #ffffff; } | ||
+ | #jim-wrapper #logs .loglist { columns: 2; } | ||
.jim { width: 100%; display: flex; flex-direction: column; } | .jim { width: 100%; display: flex; flex-direction: column; } | ||
− | .jim-header { width: 100%; display: flex; flex-direction: row | + | .jim-header { width: 100%; display: flex; flex-direction: row; } |
.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; | + | .jim-body .chat { width: 400px; display: flex; flex-direction: column; } |
.jim-body .chat .header { height: 50px; width: 100%; } | .jim-body .chat .header { height: 50px; width: 100%; } | ||
− | .jim-body .main { flex-grow: 1; display: flex; flex-direction: column | + | .jim-body .main { flex-grow: 1; display: flex; flex-direction: column; } |
.jim-body .main .header { height: 50px; width: 100%; } | .jim-body .main .header { height: 50px; width: 100%; } | ||
.jim-body .main .video { } | .jim-body .main .video { } | ||
Line 11: | Line 30: | ||
.jim-body .main .video-meta { } | .jim-body .main .video-meta { } | ||
.jim-body .main .feed { width: 100%; display: flex; flex-direction: row; } | .jim-body .main .feed { width: 100%; display: flex; flex-direction: row; } | ||
+ | |||
+ | |||
+ | </css> |
Revision as of 15:49, 1 April 2018
This page is here for Jim's pages to share the same CSS..