MediaWiki:Modern.css: Difference between revisions – Wikinews, the free news source

From Wikinews, the free news source you can write!

Content deleted Content added


 

(One intermediate revision by the same user not shown)
Line 1: Line 1:

/*this depends on js*/

/* depends on js*/

#p-logo {

#p-logo {background: url(//upload.wikimedia.org/wikinews/en/b/bc/Wiki.png) no-repeat center center; height:135px;display:block;position:relative;z-index:200}

background-position: center center;

/*absolute url so it works on secure server

background-repeat: no-repeat;

redirects to appropriate place on upload server*/

background-image: url(/static/images/project-logos/enwikinews-2x.png);

background-size: 135px auto;

height: 135px;

display: block;

/* float in the title bar (Ex little FA icons in top-right corner) */

position: relative;

/*! important is to overide legacy monobook stuff */

z-index: 200;

.float_in_title { position: absolute; z-index: 100; right: 20px; top: 70px !important;}

}


Latest revision as of 16:45, 7 May 2026

/* This depends on [[MediaWiki:Modern.js]] */
#p-logo {
	background-position: center center;
    background-repeat: no-repeat;
	background-image: url(/static/images/project-logos/enwikinews-2x.png);
    background-size: 135px auto;

	height: 135px;
	display: block;
	position: relative;
	z-index: 200;
}

#MediaWikiModern.css #Difference #revisions #Wikinews #free #news #source

发表评论

您的电子邮箱地址不会被公开。