"මාධ්යවිකි:Vector.css" හි සංශෝධන අතර වෙනස්කම්
සිංහල විශ්වකෝෂය වෙතින්
| 14 පේළිය: | 14 පේළිය: | ||
top: -600; | top: -600; | ||
left: -200; | left: -200; | ||
| − | width: | + | width:150px; |
| − | height: | + | height:300px; |
background-repeat:no-repeat; | background-repeat:no-repeat; | ||
background-position:center center; | background-position:center center; | ||
| 25 පේළිය: | 25 පේළිය: | ||
top:-600px; | top:-600px; | ||
padding-top:1em; | padding-top:1em; | ||
| − | width: | + | width:150px; |
left:-200 | left:-200 | ||
} | } | ||
15:42, 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: 300px;
width: 150px;
overflow: visible;
}
#p-logo a {
display:block;
top: -600;
left: -200;
width:150px;
height:300px;
background-repeat:no-repeat;
background-position:center center;
text-decoration:none
}
#mw-panel {
font-size:inherit;
position:absolute;
top:-600px;
padding-top:1em;
width:150px;
left:-200
}