MediaWiki:Common.css: Difference between revisions

From Emmy The Robot Fandom Wiki
Content added Content deleted
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
#content { background: linear-gradient(180deg, #DBF5FF 0%, #fff 77%); }
#content { background: linear-gradient(180deg, #DBF5FF 0%, #fff 77%); }
@font-face {
#@font-face {
font-family: Life-Savers;
font-family: Life-Savers;
src: https://files.catbox.moe/vwhnsd.ttf(sansation_light.woff);
src: https://files.catbox.moe/vwhnsd.ttf(sansation_light.woff);
}
}
.infobox {
#.infobox {
float: right;
float: right;
padding: 5px;
padding: 5px;
Line 14: Line 14:
}
}


.infobox th {
#.infobox th {
text-align: left;
text-align: left;
}
}

Revision as of 04:13, 25 August 2022

/* CSS placed here will be applied to all skins */
#content { background: linear-gradient(180deg, #DBF5FF 0%, #fff 77%); }
#@font-face {
  font-family: Life-Savers;
  src: https://files.catbox.moe/vwhnsd.ttf(sansation_light.woff);
}
#.infobox {
    float: right;
    padding: 5px;
    margin-left: 3px;
    background: #eaecf0;
    border: 3px solid #003aff;
    width: 25%;
}

#.infobox th {
    text-align: left;
}