Welcome to Assassin's Creed Wiki! Log in and join the community.

Board Thread:Wiki discussion/@comment-126761-20150804170257/@comment-746824-20150805193848

From the Assassin's Creed Wiki
Revision as of 21:38, 5 August 2015 by imported>Zero-ELEC (Created page with "So, if for example, we wanted to change the colours for a book themed template, someone would have to add: <pre>.portable-infobox-theme-book { background-color:#000 !impo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

So, if for example, we wanted to change the colours for a book themed template, someone would have to add:

.portable-infobox-theme-book {
    background-color:#000 !important;
}
.portable-infobox-theme-book .item-type-key-val:not(:last-of-type), .portable-infobox-theme-book .item-type-group {
    border-bottom: 1px solid #445;

to the CSS?