Template:Sections/styles.css: Difference between revisions

From the Audiovisual Identity Database, the motion graphics museum
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..."
 
m Hb1290 moved page Main Page/sections/styles.css to Template:Sections/styles.css without leaving a redirect
(No difference)

Revision as of 11:39, 2 February 2023

/*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 {
    content: "\f005";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 0.7em;
}

.company-bumpers a::before {
    content: "\f04b";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 0.15em;
    margin-right: 0.76em;
}
.commercial-tags a::before {
    content: "\f02c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 0.5em;
}
.station-ids a::before {
	content: "\f7c0";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 0.76em;
}
.cinema-trailers a::before {
    content: "\f03d";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 0.6em;
}
.bootscreens a::before {
    content: "\f011";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 0.76em;
}

/*positioning tweaks for collapse icon*/
.mw-collapsible span.mw-collapsible-toggle {
    float:right;
    margin-left:0;
    margin-right:1em;
}
@media screen and (max-width:1200px) {
    .mw-collapsible span.mw-collapsible-toggle {
    float:right;
    margin-left:0;
    margin-right:0em;
 
}
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.