欢迎来到奇葩栖息地!欢迎加入Discord服务器:XfrfHCzfbW欢迎加入QQ频道:r01m9y3iz6请先至特殊:参数设置验证邮箱后再进行编辑。特殊:参数设置挑选自己想要使用的小工具!不会编辑?请至这里学习Wikitext语法。

MediaWiki:Timeless.css

来自奇葩栖息地

注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Internet Explorer或Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
  • Opera:Ctrl-F5
/* All CSS here will be loaded for users of the Timeless skin */
.color-left {
	background: #264a8d;
}

.color-middle {
    background: #c9151e;
}

.color-right {
	background: #000000;
}

@media screen and (min-width: 1100px) and (max-width: 1339px){
    .color-right {
        background: #c9151e;
    }
}

@media screen and (max-width: 850px), 
@media screen and (max-width: 1099px) and (min-width: 851px){
    .color-right, .color-middle, .color-left {
        background: #c9151e;
    }
    .mw-body h1.firstHeading {
        margin: 0.25em 0 0.5em;
        border-bottom: solid 4px #bd0f04;
    }
}

#mw-content-container {
	border-bottom: solid 4px #209751;
}

/* catlink fix */
#catlinks-sidebar {
	display: none;
}

#catlinks div {
	margin-bottom: 0.35em;
}

#catlinks div:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 900px) {
	#catlinks {
		display: inherit;
		margin-top: 1em;
		padding: 1em 2em;
		background-color: #F8F9FA;
		border: 1px solid #EAECF0;
		border-bottom-width: 0.2em;
		box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.02);
	}

	#catlinks.catlinks-allhidden {
		display: none;
	}
}

@media screen and (max-width: 850px) {
    #p-logo-text {
        position: static;
    }
}