Portal Knights Wiki
No edit summary
No edit summary
 
Line 13: Line 13:
 
}
 
}
   
.infobox-header{
+
.infobox-header {
 
font-size:10pt;
 
font-size:10pt;
 
font-weight:bold;
 
font-weight:bold;

Latest revision as of 16:27, 24 May 2021

.header{
background-color: var(--theme-page-background-color);
border: 1px solid var(--theme-accent-color--hover);
text-align: center;
font-size: 150%;
text-shadow: 1px 2px 6px #919191;
}

/* Front page styles */
.fpbox {
    border: 1px solid #2E2E2E;
    box-shadow: inset 0 0 5px 0px rgba(255, 153, 0, .5);
}

.infobox-header {
font-size:10pt;
font-weight:bold; 
width:300px; 
height:20px;
background-color: var(--theme-page-background-color);
color: var(--theme-page-text-color);
}