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

来自「荏苒之境」
创建页面,内容为“.gltd-archive a { color: #e3e3e3 !important; }”
 
Sicusa移动页面模块:Gltd-Archive/Style.css模板:归档头/Style.css,不留重定向
(未显示同一用户的30个中间版本)
第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-level1 { background-color: #8b9fb6; }
.gltd-archive-level2 { background-color: #5f9a65; }
.gltd-archive-level3 { background-color: #d58647; }
.gltd-archive-level4 { background-color: #c14f4b; }
.gltd-archive-level5 { background-color: black; }
.gltd-archive a {
.gltd-archive a {
font-weight: bold;
color: #e3e3e3 !important;
color: #e3e3e3 !important;
}
.gltd-archive-content {
text-align: center;
}
.gltd-archive-title {
font-size: 1.5em;
margin-bottom: -0.3em;
}
.gltd-archive-eventgroup {
font-size: 0.6em;
}
.gltd-archive-logo {
    background-size: cover;
    opacity: 0.5;
    margin: 12px 20px 0 20px;
    min-width: 90px;
    height: 90px;
}
@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-content {
padding-left: 10px;
padding-right: 10px;
}
}
}

2025年8月6日 (三) 20:17的版本

.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-level1 { background-color: #8b9fb6; }
.gltd-archive-level2 { background-color: #5f9a65; }
.gltd-archive-level3 { background-color: #d58647; }
.gltd-archive-level4 { background-color: #c14f4b; }
.gltd-archive-level5 { background-color: black; }

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

.gltd-archive-content {
	text-align: center;
}

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

.gltd-archive-eventgroup {
	font-size: 0.6em;
}

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

@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-content {
		padding-left: 10px;
		padding-right: 10px;
	}
}