(Created page with "→‎CSS placed here will be applied to all skins: div#p-logo a { background: url(https://indie.page/indie-page-logo.png); background-size: contain; }")
 
No edit summary
Line 3: Line 3:
     background: url(https://indie.page/indie-page-logo.png);
     background: url(https://indie.page/indie-page-logo.png);
     background-size: contain;
     background-size: contain;
}
.boxie + p {
    display: none;
}
.containerr .boxie {
    width: 350px;
    border: 1px solid #000;
    text-align: center;
}
}

Revision as of 15:01, 20 December 2023

/* CSS placed here will be applied to all skins */
div#p-logo a {
    background: url(https://indie.page/indie-page-logo.png);
    background-size: contain;
}
.boxie + p {
    display: none;
}
.containerr .boxie {
    width: 350px;
    border: 1px solid #000;
    text-align: center;
}