Difference between revisions of "Template:Character/styles.css"

From WildRP
Jump to navigation Jump to search
Line 1: Line 1:
 
.infobox {
 
.infobox {
background-color: #f6e1b1;
+
background-color: #fff2d5;
 
border: 2px solid #000e8f;
 
border: 2px solid #000e8f;
 
float: right;
 
float: right;
Line 11: Line 11:
 
font-size: 1.5em;
 
font-size: 1.5em;
 
text-align: center;
 
text-align: center;
background-color: #f6e1b1;
+
background-color: #fff2d5;
 
}
 
}
 
.infobox-subtitle {
 
.infobox-subtitle {
 
font-size: 1em;
 
font-size: 1em;
 
text-align: center;
 
text-align: center;
background-color: #f6e1b1;
+
background-color: #fff2d5;
 
}
 
}
 
.infobox-image {
 
.infobox-image {
 
text-align: center;
 
text-align: center;
background-color: #f6e1b1;
+
background-color: #fff2d5;
 
}
 
}

Revision as of 13:06, 24 February 2021

.infobox {
background-color: #fff2d5;
border: 2px solid #000e8f;
float: right;
margin: 0 0 1em 1em;
padding: 1em;
width: 400px;
}      
.infobox-title {
border: 1px solid #000000;
font-size: 1.5em;
text-align: center;
background-color: #fff2d5;
}
.infobox-subtitle {
font-size: 1em;
text-align: center;
background-color: #fff2d5;
}
.infobox-image {
text-align: center;
background-color: #fff2d5;
}