MediaWiki:Cologneblue.css

维基百科,自由的百科全书

注意:保存之后,你必须清除浏览器缓存才能看到做出的更改。Google ChromeFirefoxMicrosoft EdgeSafari:按住⇧ Shift键并单击工具栏的“刷新”按钮。参阅Help:绕过浏览器缓存以获取更多帮助。

/* This [[Cascading Style Sheets|CSS]] is called in addition to [[MediaWiki:Common.css]]. See [[Wikipedia:Catalogue of CSS classes|Catalogue of CSS classes]] for full list.

/* The versions for Monobook are at [[MediaWiki:Monobook.css]] and [[MediaWiki:Monobook.js]]

/*<pre><nowiki>*/

#pabanner { text-align:left !important; }

/* Standard Navigationsleisten, aka box hiding thingy from .de.*/

div.Boxmerge,
div.NavFrame {
        margin: 0px;
        padding: 2px;
        border: 1px solid #aaa;
        text-align: center;
        border-collapse: collapse;
        font-size: 95%;
}
div.Boxmerge div.NavFrame {
        border-style: none;
        border-style: hidden;
}
div.NavFrame + div.NavFrame {
        border-top-style: none;
        border-top-style: hidden;
}
div.NavPic {
        background-color: #fff;
        margin: 0px;
        padding: 2px;
        float: left;
}
div.NavFrame div.NavHead {
        height: 1.6em;
        font-weight: bold;
        font-size: 100%;
        background-color: #efefef;
        position:relative;
}
div.NavFrame p {
        font-size: 100%;
}
div.NavFrame div.NavContent {
        font-size: 100%;
}
div.NavFrame div.NavContent p {
        font-size: 100%;
}
div.NavEnd {
        margin: 0px;
        padding: 0px;
        line-height: 1px;
        clear: both;
}
a.NavToggle {
        position:absolute;
        top:0px;
        right:3px;
        font-weight:normal;
        font-size:smaller;
}



#coordinates {  
    position:absolute;
    z-index:1;
    border:none;
    background:none;
    left:9px;
    top:5.7em;
    float:left;
    margin:0.0em;
    padding:0.0em;
    line-height:1.5em;
    text-align:left;
    text-indent:0;
    font-size:85%;
    text-transform:none;
    white-space:nowrap;
}

/* For patrolled newpages */
li.not-patrolled {
 background-color: #ffffaa;
 }

/* T281974#8869238 */
.mw-indicators #coordinates {  
	position: absolute;
	z-index: 1;
	border: none;
	background: none;
	left: 9px;
	top: 5.7em;
	float: left;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	text-align: left;
	text-indent: 0;
	font-size: 85%;
	text-transform: none;
	white-space: nowrap;
}

/*</nowiki></pre>*/