Welcome to Assassin's Creed Wiki! Log in and join the community.
User:Soranin/common.css
Jump to navigation
Jump to search
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
.page-content .portable-infobox.pi-background {
background: var(--pi-background) top/cover no-repeat url(https://cdn.discordapp.com/attachments/922561379054006312/1089619593867305150/b90a06270660e5f0d861b17ca4ec101d.png);
border-radius: 6px;
margin: 6px;
padding-bottom: 10px;
}
/** 4.2. Title cell. **/
.page-content .portable-infobox .pi-title {
padding: 12px 24px;
}
/** 4.3. Info cells. **/
.page-content .portable-infobox .pi-item-spacing:not(.pi-title),
.page-content .pi-horizontal-group .pi-horizontal-group-item {
border-image: linear-gradient(to right, #FFF0, var(--theme-accent-label-color), #FFF0) 47% 0%;
padding: 10px;
padding-top: 9px;
}
/***
* Removing left border and restoring top border's styles on horizontal
* cells.
***/
.pi-horizontal-group {
border-collapse: initial;
}
.pi-horizontal-group .pi-horizontal-group-item {
border: none;
border-image: linear-gradient(to right, #FFF0, var(--theme-accent-label-color), #FFF0) 47% 0%;
border-top: 1px solid;
}
.pi-horizontal-group .pi-horizontal-group-item:not(:first-child) {
border-left: none;
}
/** 4.4. Image section. **/
.portable-infobox .pi-image {
padding: 16px 8px;
}