مدیاویکی:Gadget-refStyle.css: تفاوت میان نسخهها
جزبدون خلاصۀ ویرایش برچسبها: ویرایش همراه ویرایش از وبگاه همراه |
جزبدون خلاصۀ ویرایش |
||
خط ۵۲: | خط ۵۲: | ||
.farsi-list ol {list-style:farsi;} | .farsi-list ol {list-style:farsi;} | ||
.references-small { | |||
font-size: 80%; | |||
} | |||
@media screen { | @media screen { |
نسخهٔ کنونی تا ۳۱ اوت ۲۰۲۰، ساعت ۱۱:۴۲
/* following lines are for references section display.
"ol.refernece {margin: 0} tested on all major browsers.
ol.reference li {margin: } required so numbers are not hidden (might not be enough for 3-digit refs)
refDisplayRows used by a gadget and refDisplayScroll/Hide used by gadget only. */
.reflist {
background: #fcfcfc;
}
ol.references {
margin: 0;
}
.mw-content-rtl ol.references, .mw-content-rtl ol.references {
margin: 0;
}
ol.references li {
margin:0 3em;
}
.refDisplayRows ol, ol.refDisplayRows{
-webkit-column-width:32em;
-moz-column-width:32em;
column-width:32em;
}
ol.refDisplayScroll{
max-height: 20em;
overflow: auto;
margin:0;
}
ol.refDisplayHide{display: none}
.globegris {
background: url('//upload.wikimedia.org/WikiPedia/commons/1/10/Imamatpedia-logo-v2-200px-transparent.png');
}
span.texhtml{
white-space: nowrap;
}
.farsiReflsit .references{
list-style:farsi;
}
.upper-roman-list ol {list-style: upper-roman; }
.lower-roman-list ol {list-style: lower-roman; }
.upper-latin-list ol {list-style: upper-latin; }
.lower-latin-list ol {list-style: lower-latin; }
.farsi-list ol {list-style:farsi;}
.references-small {
font-size: 80%;
}
@media screen {
.references-small {
overflow: auto;
max-height: 300px;
-webkit-column-count: auto !important;
}
}