跳转到内容

MediaWiki:Vector-2022.css:修订间差异

此后如竟没有炬火,我便是唯一的光。
无编辑摘要
无编辑摘要
第7行: 第7行:
}
}


@media screen and (min-width: calc(380px)) {
@media screen and (min-width: calc(340px)) {
     .vector-header {
     .vector-header {
         flex-flow: unset !important;
         flex-flow: unset !important;
     }
     }
}
@media screen and (max-width: calc(380px)) {
    .mw-logo-container img {
width: 80% !important;
}
.mw-logo-wordmark {
    display: unset;
}
.vector-button-flush-right {
        margin-right: -18px;
    }
}
}
}


第16行: 第29行:
.vector-user-links .mw-list-item, .vector-user-links .vector-dropdown-label {
.vector-user-links .mw-list-item, .vector-user-links .vector-dropdown-label {
margin:0 -5px !important;
margin:0 -5px !important;
transition-duration: 0.5s;
}
}
#vector-appearance-dropdown{
#vector-appearance-dropdown{
max-width: 2.5em;
max-width: 2.5em;
transition-duration: 0.5s;
}
}
#pt-avatar {
#pt-avatar {
padding-right: 15px;
padding-right: 15px;
transition-duration: 0.5s;
     }
     }
}
}

2025年3月20日 (四) 05:21的版本

body { min-width: 290px; --color-levity: #54595d; }
:root .mw-logo-icon { display: none }
.mw-page-title-separator { margin-right: 0.25em }
.mw-page-title-separator, .mw-page-title-namespace { color: var(--color-levity) }
@media screen and (min-width: 1000px) {   /* to make alot distance to page bottom */
	.vector-header-container { margin-top: 8px; }
}

@media screen and (min-width: calc(340px)) {
    .vector-header {
        flex-flow: unset !important;
    }
}

@media screen and (max-width: calc(380px)) {
    .mw-logo-container img {
		width: 80% !important;
	}
	.mw-logo-wordmark {
    	display: unset; 
	}
	.vector-button-flush-right {
        margin-right: -18px;
    }
}
}

@media screen and (max-width: calc(455px)) {
	.vector-user-links .mw-list-item, .vector-user-links .vector-dropdown-label {
		margin:0 -5px !important;
	}
	#vector-appearance-dropdown{
		max-width: 2.5em;
	}
	#pt-avatar {
		padding-right: 15px;
    }
}