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 infobox backgrounds in light theme |
imported>ReverieCode No edit summary |
||
| Line 9: | Line 9: | ||
.theme-fandomdesktop-light aside.portable-infobox { | .theme-fandomdesktop-light aside.portable-infobox { | ||
background-color: var(--pi-background); | background-color: var(--pi-background); | ||
} | |||
/* This section removes the unnecesary breakline when listing elements in character infobox */ | |||
.page-content ul ul { | |||
margin: 1px 0 1px 36px; | |||
} | } | ||
Revision as of 11:46, 13 November 2023
/* 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);
}
/* This section removes the unnecesary breakline when listing elements in character infobox */
.page-content ul ul {
margin: 1px 0 1px 36px;
}