"මාධ්යවිකි:Vector.css" හි සංශෝධන අතර වෙනස්කම්
සිංහල විශ්වකෝෂය වෙතින්
| 5 පේළිය: | 5 පේළිය: | ||
position: absolute; /*needed to use z-index */ | position: absolute; /*needed to use z-index */ | ||
top: -600; | top: -600; | ||
| − | left: | + | left: -200; |
height: 600px; | height: 600px; | ||
width: 300px; | width: 300px; | ||
| 21 පේළිය: | 21 පේළිය: | ||
font-size:inherit; | font-size:inherit; | ||
position:absolute; | position:absolute; | ||
| − | top: | + | top:160px; |
padding-top:1em; | padding-top:1em; | ||
width:300px; | width:300px; | ||
left:0 | left:0 | ||
} | } | ||
15:39, 29 අගෝස්තු 2017 තෙක් සංශෝධනය
/* CSS placed here will affect users of the Vector skin */
#p-logo {
z-index: 3;
position: absolute; /*needed to use z-index */
top: -600;
left: -200;
height: 600px;
width: 300px;
overflow: visible;
}
#p-logo a {
display:block;
width:300px;
height:600px;
background-repeat:no-repeat;
background-position:center center;
text-decoration:none
}
#mw-panel {
font-size:inherit;
position:absolute;
top:160px;
padding-top:1em;
width:300px;
left:0
}