模板:归档头/style.css:修订间差异

来自「荏苒之境」
无编辑摘要
标签手工回退
无编辑摘要
 
(未显示同一用户的12个中间版本)
第1行: 第1行:
.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 {
.gltd-archive a {
font-weight: bold;
font-weight: bold;
color: #e3e3e3 !important;
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;
}
}
}

2025年7月31日 (四) 23:21的最新版本

.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;
	}
}