MediaWiki:Vector.css: Atšķirības starp versijām

Dzēstais saturs Pievienotais saturs
Jauna lapa: →‎Don't display some stuff on the main page: body.page-Main_Page #deleteconfirm, body.page-Main_Page #t-cite, body.page-Main_Page #footer-info-lastmod, body.page-Main_Page #siteSub, b...
 
nNav labojuma kopsavilkuma
 
1 aiļa
#siteSub { display: inline; font-size: 92%; font-weight: normal }
/* Don't display some stuff on the main page */
body.page-Main_Page #deleteconfirm,
body.page-Main_Page #t-cite,
body.page-Main_Page #footer-info-lastmod,
body.page-Main_Page #siteSub,
body.page-Main_Page #contentSub,
body.page-Main_Page h1.firstHeading {
display: none !important;
}
 
body.page-Main_Page #mp-topbanner {
margin-top: 0 !important;
}
 
body.page-Заглавная_страница #siteSub,
#coordinates {
body.page-Заглавная_страница #contentSub,
position: absolute;
body.page-Заглавная_страница h1.firstHeading
top: 0em;
{display:none !important}
right: 0em;
float: right;
margin: 0.0em;
padding: 0.0em;
line-height: 1.5em;
text-align: right;
text-indent: 0;
font-size: 85%;
text-transform: none;
white-space: nowrap;
}
 
/* For positioning icons at top-right, used in Templates
"Spoken Article" and "Featured Article" */
div.topicon {
position: absolute;
top: -2em;
margin-right: -10px;
display: block !important;
}
 
/* FR{Link topicon positionFA} */
.portal li.GA {
div.flaggedrevs_short {
background: url('//upload.wikimedia.org/wikipedia/commons/6/6f/QS_blue_star_small.png') right top no-repeat;
position: absolute;
margin-right: 10px !important;
top: -3em;
right: 80px;
z-index: 1;
margin-left: 0;
/* Because this is not yet a topicon, we emulate it's behavior, this ensure compatibility with edit lead section gadget */
margin-right: -10px;
}
.portal li.FA {
 
background: url('//upload.wikimedia.org/wikipedia/commons/3/33/Small_skew_star.gif') right top no-repeat;
/* Menu over FR box */
margin-right: 10px !important;
div.vectorMenu div {
z-index: 2;
}
.portal li.FL {
 
background: url('//upload.wikimedia.org/wikipedia/commons/thumb/0/02/Purple_star_unboxed.svg/11px-Purple_star_unboxed.svg.png') right top no-repeat;
/* Display "From Wikipedia, the free encyclopedia" */
margin-right: 10px !important;
#siteSub {
display: inline;
font-size: 92%;
font-weight: normal;
}
 
/* {{tl|Link GA}} */
#mw-panel div.portal div.body ul li.GA {
background: url("http://upload.wikimedia.org/wikipedia/commons/4/42/Monobook-bullet-ga.png") no-repeat 0% 0%;
margin-left: -1.25em;
padding-left: 1.25em;
}
 
/* {{tl|Link FA}}Topicons */
.topicon {
#mw-panel div.portal div.body ul li.FA {
position: absolute;
background: url("http://upload.wikimedia.org/wikipedia/commons/d/d4/Monobook-bullet-star.png") no-repeat 0% 0%;
top: -2em;
margin-left: -1.25em;
right: 0;
padding-left: 1.25em;
}
#coordinates {
 
position: absolute;
/* Increase fontsize of diffs */
top: 0;
td.diff-context, td.diff-addedline, td.diff-deletedline {
right: 9em;
font-size: 85%;
font-size: 11px;
vertical-align: top;
white-space: nowrap;
}
 
/* Adjust font-size for inline HTML generated TeX formulae */
span.texhtml {
font-family: 'Times New Roman', serif;
font-size: 120%;
line-height: 1em;
}
 
/* {Right-uppermost image} */
/* Blue instead of yellow padlock for secure links. */
.floating_object {
#bodyContent a.external[href ^="https://"],
position: absolute;
.link-https {
right: 0px !important;
background: url("http://upload.wikimedia.org/wikipedia/en/0/00/Lock_icon_blue.gif") center right no-repeat;
top: -31px !important;
padding-right: 16px;
z-index: 100;
overflow: hidden;
}
body.ns-0 .floating_object { top: -20px !important }
 
/* Soft redirect (bug:26544) */
.redirectText {
font-size: 150%;
margin: 5px;
}
 
/* menu over abs. pos. elements */
/* Fix for empty diff-context lines. Remove when r75658 is live. */
div.vectorMenu div { z-index: 2 }
td.diff-marker {
height: 1.5em;
}
 
/* Change "You have new messages" bar back to orange */
div.usermessage {
background-color: #FFCE7B;
border: 1px solid orange;
}