Template:Sections/styles.css: Difference between revisions

From the Audiovisual Identity Database, the motion graphics museum
Content deleted Content added
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
/*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 {
.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 {
.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 {

Latest revision as of 03:35, 8 October 2023

/*center icon galleries*/
.mw-collapsible-content > div {
    text-align: center;
    padding-right: 40px;
}
/*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
}
.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;
}
a:hover {
    text-decoration: none;
}
.production-logos a::before {
    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-weight: 900;
    margin-right: 0.7em;
}

.modified-screens a::before {
	content: "\f065";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 0.7em;
}

.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: "\f008";
    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;
}

.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*/
.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.