Template:Sections/styles.css: Difference between revisions
Jump to navigation
Jump to search
no edit summary
imported>Hb1290 (Created page with "→center icon galleries: .mw-collapsible-content > div { text-align: center; padding-right: 40px; } →Styling for menu options: .on-screen-logos a, .company-bumpers a, .station-ids a, .commercial-tags a, .cinema-trailers a, .bootscreens a { color: #000 !important; } .on-screen-logos, .company-bumpers, .station-ids, .commercial-tags, .cinema-trailers, .bootscreens { padding-bottom:10px; } a:hover { text-decoration: none; } .on-screen-logos a::before...") |
imported>Hb1290 No edit summary |
||
(12 intermediate revisions by 2 users not shown) | |||
Line 5: | Line 5: | ||
} | } | ||
/*Styling for menu options*/ | /*Styling for menu options*/ | ||
. | .production-logos a, .television-bumpers a, .home-media-bumpers a, .rating-bumpers a, .modified-screens a, .splash-screens a, .test-cards a, .film-leaders a, .commercial-tags a, .cinema-trailers a, .bootscreens a { | ||
color: #000 !important | color: #000 !important | ||
} | } | ||
. | .production-logos a, .television-bumpers a, .home-media-bumpers a, .rating-bumpers a, .modified-screens a, .splash-screens a, .test-cards a, .film-leaders a, .commercial-tags a, .cinema-trailers a, .bootscreens a { | ||
padding-bottom:10px; | padding-bottom:10px; | ||
} | } | ||
Line 14: | Line 14: | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
. | .production-logos a::before { | ||
content: "\ | content: "\f03d"; | ||
font-family: 'Font Awesome 5 Free'; | |||
font-weight: 900; | |||
margin-right: 0.7em; | |||
} | |||
.television-bumpers a::before { | |||
content: "\f26c"; | |||
font-family: 'Font Awesome 5 Free'; | |||
font-weight: 900; | |||
margin-left: -0; | |||
margin-right: 0.7em; | |||
} | |||
.home-media-bumpers a::before { | |||
content: "\f51f"; | |||
font-family: 'Font Awesome 5 Free'; | |||
font-weight: 900; | |||
margin-left: 0; | |||
margin-right: 0.7em; | |||
} | |||
.rating-bumpers a::before { | |||
content: "\f5bf"; | |||
font-family: 'Font Awesome 5 Free'; | font-family: 'Font Awesome 5 Free'; | ||
font-weight: 900; | font-weight: 900; | ||
Line 21: | Line 44: | ||
} | } | ||
. | .modified-screens a::before { | ||
content: "\f065"; | |||
font-family: 'Font Awesome 5 Free'; | font-family: 'Font Awesome 5 Free'; | ||
font-weight: 900; | font-weight: 900; | ||
margin-right: 0.7em; | |||
margin-right: 0. | |||
} | } | ||
.commercial-tags a::before { | .commercial-tags a::before { | ||
content: "\f02c"; | content: "\f02c"; | ||
Line 41: | Line 64: | ||
} | } | ||
.cinema-trailers a::before { | .cinema-trailers a::before { | ||
content: "\ | content: "\f008"; | ||
font-family: 'Font Awesome 5 Free'; | font-family: 'Font Awesome 5 Free'; | ||
font-weight: 900; | font-weight: 900; | ||
Line 53: | Line 76: | ||
} | } | ||
.splash-screens a::before { | |||
content: "\f11b"; | |||
font-family: 'Font Awesome 5 Free'; | |||
font-weight: 900; | |||
margin-right: 0.76em; | |||
} | |||
.test-cards a::before { | |||
content: "\f7c0"; | |||
font-family: 'Font Awesome 5 Free'; | |||
font-weight: 900; | |||
margin-right: 0.76em; | |||
} | |||
.film-leaders a::before { | |||
content: "\f05b"; | |||
font-family: 'Font Awesome 5 Free'; | |||
font-weight: 900; | |||
margin-right: 0.76em; | |||
} | |||
/*positioning tweaks for collapse icon*/ | /*positioning tweaks for collapse icon*/ | ||
.mw-collapsible span.mw-collapsible-toggle { | .mw-collapsible span.mw-collapsible-toggle { |