میڈیاویکی:Vector.css

ویکی کتب سے

یاد دہانی: محفوظ کرنے کے بعد ان تبدیلیوں کو دیکھنے کے لیے آپ کو اپنے براؤزر کا کیش (cache) صاف کرنا ہوگا۔

  • فائرفاکس/ سفاری: جب Reload پر کلک کریں تو Shift دباکر رکھیں، یا Ctrl-F5 یا Ctrl-R دبائیں (Mac پر R-⌘)
  • گوگل کروم: Ctrl-Shift-R دبائیں (Mac پر Shift-R-⌘)
  • انٹرنیٹ ایکسپلورر: جب Refresh پر کلک کریں تو Ctrl یا Ctrl-F5 دبائیں
  • اوپیرا: Tools → Preferences میں جائیں اور کیش (cache) صاف کریں
/* CSS placed here will affect users of the Vector skin */

 @media screen {
div.toplink {
    position: absolute;
    top: -50px;
    z-index: 100;
}
}
 
 @media print {
div.toplink {
    position: absolute;
    top: 0px;
    left:0px;
}
}
 
div#p-logo a {
  height: 177px;
}

div#p-logo{
  top: -177px;
  height: 177px;
}
 
div#panel{
  top: 177px;
}

/* {{tl|Link FA}} */
#panel div.portal div.body ul li.FA {
  background: url("//upload.wikimedia.org/wikipedia/commons/d/d4/Monobook-bullet-star.png") no-repeat 100% 0%;
  margin-right: -10px;
  padding-right: 10px;
}
/* {{tl|Link GA}} */
#panel div.portal div.body ul li.GA {
  background: url("//upload.wikimedia.org/wikipedia/commons/a/a1/Monobook-bullet-star-gray.png") no-repeat 100% 0%;
  margin-right: -10px;
  padding-right: 10px;
}

ol {
  list-style-type:-moz-urdu;
  list-style-type:urdu;
}