Welcome to Assassin's Creed Wiki! Log in and join the community.
MediaWiki:Fandomdesktop.css: Difference between revisions
Jump to navigation
Jump to search
imported>SlyAceZeta Fixing paragraph after Template:Era and Template:WP-REAL |
imported>SlyAceZeta Fixing infobox backgrounds in light theme |
||
| Line 4: | Line 4: | ||
#title-eraicons + p, .title-wp-real + p { | #title-eraicons + p, .title-wp-real + p { | ||
margin-top: 0; | margin-top: 0; | ||
} | |||
/* Fixing infobox backgrounds in light theme */ | |||
.theme-fandomdesktop-light aside.portable-infobox { | |||
background-color: var(--pi-background); | |||
} | } | ||
Revision as of 08:19, 15 August 2021
/* This stylesheet affects the CSS of the FandomDesktop skin. */
/* Fixing paragraph after Template:Era and Template:WP-REAL */
#title-eraicons + p, .title-wp-real + p {
margin-top: 0;
}
/* Fixing infobox backgrounds in light theme */
.theme-fandomdesktop-light aside.portable-infobox {
background-color: var(--pi-background);
}