Template:Spacepedia entry/styles.css

From Love and Deepspace Wiki
.spacepedia-entry {
    max-width: 500px;
    background: #ddd;
    border: 1px solid white;
    border-radius: 5px;
    padding: 1em;
}

.spacepedia-entry-header {
	font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    border-bottom: 1px solid #999;
    margin-bottom: 1em;
}