Template:Spacepedia entry/styles.css

From Love and Deepspace Wiki
.spacepedia-entry {
    max-width: 500px;
    background: linear-gradient(145deg, rgba(204,204,204,1) 0%, rgba(238,238,238,1) 25%, rgba(238,238,238,1) 100%);
    padding: 1em;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0,0,0,0.1);
    margin-bottom: 0.5em;
}

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