模板:归档头/style.css

来自「荏苒之境」
.gltd-archive {
	font-size: 0.9em;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	border: 5px solid rgb(189, 189, 189);
	color: white !important;
}

.gltd-archive a {
	font-weight: bold;
	color: #e3e3e3 !important;
}

.gltd-archive .title {
	text-align: center;
	font-size: 1.5em;
	margin-bottom: -0.3em;
}

.gltd-archive .logo {
    background-size: cover;
    opacity: 0.5;
    margin: 20px 20px 0 20px;
    min-width: 150px;
    height: 70px;
}

@media screen and (min-width: 850px) {
	.gltd-archive .logo {
	    position: absolute;
	}
}

@media screen and (max-width: 850px) {
	.gltd-archive {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-evenly;
	}
	
	.gltd-archive .text {
		padding-left: 10px;
		padding-right: 10px;
	}
}