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

از مشروطه
پرش به ناوبری پرش به جستجو

نکته: پس از ذخیره کردن ممکن است برای دیدن تغییرات نیاز باشد که حافظهٔ نهانی مرورگر خود را پاک کنید.

  • فایرفاکس / سافاری: کلید Shift را نگه دارید و روی دکمهٔ Reload کلیک کنید، یا کلید‌های Ctrl-F5 یا Ctrl-R را با هم فشار دهید (در رایانه‌های اپل مکینتاش کلید‌های ⌘-R)
  • گوگل کروم: کلیدهای Ctrl+Shift+R را با هم فشار دهید (در رایانه‌های اپل مکینتاش کلید‌های ⌘-Shift-R)
  • اینترنت اکسپلورر: کلید Ctrl را نگه‌دارید و روی دکمهٔ Refresh کلیک کنید، یا کلید‌های Ctrl-F5 را با هم فشار دهید
  • اپرا: بروید به Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* Font*/
body{
  font-family: Tahoma, 'DejaVu Sans', sans-serif;
font-size: 110%;
}

/* 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;
}
}
 
.editsection{
float:left;
}
 
/*fix thumbs to be in the right position*/
div.tleft {
	clear: left;
	float: left;
	border-width: .5em 1.4em .8em 0;
}
div.tright {
	float: right;
	clear: right;
	margin-left: .5em;
	border-width: .5em 0 .8em 1.4em;
}
 
div.floatright, table.floatright {
	clear: right;
	float: right;
}
div.floatleft, table.floatleft {
	float: left;
	clear: left;
}
  
ul {
    margin-left: 1.5em;
    margin-right: 1.5em;
}
ol {
    margin-left: 2.4em;
    margin-right: 2.4em;
}

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("http://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("http://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-persian;
  list-style-type:persian;
}