SCP Logos Extension Code

REFERENCE SHEET

[[div_ class="insidebox"]]
++ NAME OF FLAG
[[div class="imagebox"]]
[[div class="scp-image-block"]]
[[image LINK TO IMAGE link="LINK TO IMAGE"]]
[[div class="scp-image-caption"]]
NAME OF FLAG Logo
[[/div]]
[[/div]]
[[/div]]
[[div_ class="includebox"]]
> __**NAME OF FLAG Logo Code Block**__
> For Sigma-9:
> {{@[[include :scp-wiki:component:calibri-logos |inc-s9-FLAG= --@]]]}}
>
> For BHL:
> {{@[[include :scp-wiki:component:calibri-logos |inc-FLAG= --@]]]}}
[[/div]]
[[/div]]


CSS CODE

[!-- {$inc-FLAG}
[[module css]]
:root {
--logo-image: url("LINK TO IMAGE") !important;
}
[[/module]]
[!----]

[!-- {$inc-s9-FLAG}
[[module css]]
#header {
background: url("LINK TO IMAGE") 15px 40px no-repeat !important;
background-size: 6rem !important;
}
@media (max-width: 580px) and (min-width: 480px) {
#header {
background-position: 0.5em 4.5em !important;
background-size: 66px 66px !important;
}
}

@media (max-width: 479px) {
#header {
background-position: 0 5.5em !important;
background-size: 55px 55px !important;
}
}
[[/module]]
[!----]

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License