「使用者:MintCandy/timeless.css」:各本之異

刪去的內容 新增的內容
MintCandy
新文「.mw-wiki-logo.timeless-logo { display: none !important; } →‎简洁 #ca-varlang-2, #ca-varlang-4, #ca-varlang-5, #ca-varlang-6, #ca-varlang-7, #ca-varlang-8, #ca-ve-edit{ display: none !important; } →‎page-links #mw-page-header-links li { border-bottom-width: .15em; } →‎header #mw-header-hack { top: 3em; } #mw-header-nav-hack, #mw-header-hack { box-shadow: none; } →‎footer #mw-content-container { margin-top: 3.35em; border-bottom-width : .2e……」
 
(無異)

二〇二一年七月一五日 (四) 一九時五六分之今審

.mw-wiki-logo.timeless-logo {
    display: none !important;
}

/* 简洁 */
#ca-varlang-2, #ca-varlang-4, #ca-varlang-5, #ca-varlang-6, #ca-varlang-7, #ca-varlang-8, #ca-ve-edit{
    display: none !important;
}

/* page-links */
#mw-page-header-links li {
	border-bottom-width: .15em;
}

/* header */
#mw-header-hack {
	top: 3em;
}
#mw-header-nav-hack, #mw-header-hack {
    box-shadow: none;
}

/* footer */
#mw-content-container {
	margin-top: 3.35em;
	border-bottom-width : .2em;
}
#mw-footer-container {
	border-top : 0;
	box-shadow : none;
}

/* sidebar */
@media screen and (min-width:1340px) {
    .sidebar-chunk {
    	padding: 1.2em 1em 0 !important;
    }
    #mw-site-navigation, #mw-related-navigation {
        width : 11.5em;
        max-width : 11.5em;
    }
    .color-middle {
        margin-left: 11.5em;
        margin-right: 11.5em;
    }
    #mw-header, .color-middle-container, #mw-content-block{
    	padding: 0 1.5em;
    	max-width : 120em;
    }
    .mw-wiki-logo {
    	width : auto;
    }
}

/* ui-editor */
.oo-ui-toolbar:not(.ve-ui-toolbar-floating) {
	margin-top: -1.2em;
}
.ve-init-mw-desktopArticleTarget-originalContent {
    margin-top: 1.2em;
}
.ve-ui-toolbar-floating > .oo-ui-toolbar-bar {
    top: 3.775em;
}
.ve-init-mw-desktopArticleTarget-loading-overlay {
	width: 100vw;
    position: fixed;
    top : 3.125em !important;/* UI-editor */
    margin-top: 0;
    z-index : 98;
	background : #fff;
}
.ve-init-mw-progressBarWidget {
	margin : 0;
	border : none;
	border-radius : 0;
	box-shadow : none;
	height : .2em;
	background : rgba(0,0,0,0.15);
}
.ve-init-mw-progressBarWidget-bar {
	background : #006699;
}
#mw-content {
	z-index: auto;
}
.ve-init-target #mw-page-header-links {
	/* The chosen one 只是想点一点就出去 */
	pointer-events: all;
	-webkit-user-select: all;
	-moz-user-select: all;
	-ms-user-select: all;
	user-select: all;
	opacity : 1;
}
.ve-init-target #p-views {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	opacity : 0.5;
}
.ve-init-target #p-namespaces::before {
	content: "返回:";
	color: #001133;
	font-weight: bold;
	font-family: 'Helvetica Neue','Nimbus Sans','Helvetica','Arial',sans-serif;
    font-size: 0.95em;
    line-height: 1.4;
}
.CodeMirror.cm-s-default.CodeMirror-wrap {
    padding-top: 0;
}

/* search */
#searchButton, #mw-searchButton {
    right : .5em;
}
#searchInput {
    padding : .3em .5em;
}
.mw-search-form-wrapper input{
    z-index: 0;
    padding-right: 1em !important;
}
.mw-search-form-wrapper #searchText, .mw-search-form-wrapper .oo-ui-actionFieldLayout-button{
    z-index: 0;
}

/* disambig, redirect */
a.mw-redirect { text-decoration: underline !important; }