|
|
שורה 11: |
שורה 11: |
| } | | } |
| div { | | div { |
| font-size: 100% } | | font-size: 105% } |
|
| |
|
|
| |
|
שורה 743: |
שורה 743: |
| #content a[href*=".DOC?"].external, | | #content a[href*=".DOC?"].external, |
| #content a[href*=".DOC#"].external, | | #content a[href*=".DOC#"].external, |
| #content a[href$=".DOCX"].external, | | #content a[href$=".DOCX"].external, |
| #content a[href*=".DOCX?"].external,
| |
| #content a[href*=".DOCX#"].external,
| |
| #mw_content a[href$=".doc"].external,
| |
| #mw_content a[href*=".doc?"].external,
| |
| #mw_content a[href*=".doc#"].external,
| |
| #mw_content a[href$=".DOC"].external,
| |
| #mw_content a[href*=".DOC?"].external,
| |
| #mw_content a[href*=".DOC#"].external,
| |
| #mw_content a[href$=".docx"].external,
| |
| #mw_content a[href*=".docx?"].external,
| |
| #mw_content a[href*=".docx#"].external,
| |
| #mw_content a[href$=".DOCX"].external,
| |
| #mw_content a[href*=".DOCX?"].external,
| |
| #mw_content a[href*=".DOCX#"].external {
| |
| /* @embed */
| |
| background: url("//upload.wikimedia.org/wikipedia/he/thumb/1/1e/Word-icon.svg/16px-Word-icon.svg.png") no-repeat left !important;
| |
| padding-left: 18px !important;
| |
| }
| |
| | |
| .catlist-in-columns {
| |
| -webkit-column-width: 20em;
| |
| -moz-column-width: 20em;
| |
| -ms-column-width: 20em;
| |
| column-width: 20em;
| |
| }
| |
| | |
| /* עבור תבנית pgn, להצגת משחקי שחמט. */
| |
| .pgn-sourcegame {
| |
| display: none
| |
| }
| |
| | |
| /* for [[תבנית:לשוניות2]] */
| |
| .tabWrapper.ui-widget {
| |
| font-size: 1em;
| |
| }
| |
| | |
| .tabWrapper .ui-tabs-nav {
| |
| background: transparent;
| |
| border-width: 0 0 1px 0;
| |
| }
| |
| | |
| .tabWrapper .ui-tabs-nav a {
| |
| color: black;
| |
| font-weight: bold;
| |
| }
| |
| | |
| /* Pie chart: Transparent borders */
| |
| .transborder {
| |
| border: solid transparent;
| |
| }
| |
| * html .transborder { /* IE6 */
| |
| border: solid #000001;
| |
| filter: chroma(color=#000001);
| |
| }
| |
| | |
| .rot90 {
| |
| -webkit-transform: rotate(90deg);
| |
| -moz-transform: rotate(90deg);
| |
| -ms-transform: rotate(90deg);
| |
| -o-transform: rotate(90deg);
| |
| transform: rotate(90deg);
| |
| }
| |
| | |
| .rot180 {
| |
| -webkit-transform: rotate(180deg);
| |
| -moz-transform: rotate(180deg);
| |
| -ms-transform: rotate(180deg);
| |
| -o-transform: rotate(180deg);
| |
| transform: rotate(180deg);
| |
| }
| |
| | |
| .rot270 {
| |
| -webkit-transform: rotate(270deg);
| |
| -moz-transform: rotate(270deg);
| |
| -ms-transform: rotate(270deg);
| |
| -o-transform: rotate(270deg);
| |
| transform: rotate(270deg);
| |
| }
| |
| | |
| /* scrollbar for main page language list */
| |
| .page-עמוד_ראשי #p-lang .body {
| |
| max-height:650px;
| |
| overflow: auto;
| |
| }
| |
| | |
| /* fix bug in IE for code element not shown */
| |
| @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
| |
| code {
| |
| display: inline-block;
| |
| }
| |
| }
| |
| | |
| /* Geographical coordinates defaults. See [[Template:Coord/link]]
| |
| for how these are used. The classes "geo", "longitude", and
| |
| "latitude" are used by the [[Geo microformat]]. */
| |
| .geo-default, .geo-dms, .geo-dec { display: inline; }
| |
| .geo-nondefault, .geo-multi-punct { display: none; }
| |
| .longitude, .latitude { white-space: nowrap; }
| |
| | |
| /* Make clickable edit summaries in Gadget-Summarieslist.js work more nicely with LTR UI */
| |
| #summariesList .clickable-edit-summary {
| |
| unicode-bidi: embed;
| |
| }
| |
| | |
| /*
| |
| * On Special:ListGroupRights:
| |
| * Make sure that the right name in parentheses appears correctly
| |
| * even if the description of the right ends in LTR characters.
| |
| * Can be removed when https://gerrit.wikimedia.org/r/#/c/159684/ is merged and deployed.
| |
| */
| |
| .mw-listgrouprights-table li span code:last-child {
| |
| direction: ltr;
| |
| | |
| /*
| |
| * Ideally this should be unicode-bidi: embed,
| |
| * but this is the only way to get consistent behavior on current
| |
| * versions of Firefox and Chrome.
| |
| */
| |
| unicode-bidi: -moz-isolate;
| |
| unicode-bidi: -webkit-isolate;
| |
| unicode-bidi: isolate;
| |
| }
| |
| | |
| /* temp solution to https://phabricator.wikimedia.org/T86979 */
| |
| .ui-dialog { right: auto; }
| |
| .ui-autocomplete { right: inherit; } /* experiment, trying to fix autocomplete problem
| |
| | |
| /**
| |
| ** Messagebox templates
| |
| ** Imported from [[meta:MediaWiki:Common.css]]
| |
| ** To make sure that templates from meta that use this style are shown correctly
| |
| ** on global user pages.
| |
| **/
| |
| .messagebox {
| |
| width: 80%;
| |
| margin: 0 auto 1em auto;
| |
| padding: 0.2em;
| |
| border: 1px solid #AAA;
| |
| background: #F9F9F9;
| |
| }
| |
| .messagebox.merge {
| |
| border: 1px solid #C0B8CC;
| |
| background: #F0E5FF;
| |
| text-align: center;
| |
| }
| |
| .messagebox.cleanup {
| |
| border: 1px solid #9F9FFF;
| |
| background: #EFEFFF;
| |
| text-align: center;
| |
| }
| |
| .messagebox .standard-talk {
| |
| border: 1px solid #C0C090;
| |
| background: #F8EABA;
| |
| }
| |
| .messagebox.nested-talk {
| |
| width: 100%;
| |
| margin: 2px 4px 2px 4px;
| |
| border: 1px solid #C0C090;
| |
| background: #F8EABA;
| |
| }
| |
| .messagebox.small {
| |
| float: right;
| |
| clear: both;
| |
| width: 238px;
| |
| margin: 0 0 1em 1em;
| |
| font-size: 85%;
| |
| line-height: 1.25em;
| |
| }
| |
| | |
| /*
| |
| ACE is usually for code and code is usually LTR.
| |
| Can be switched to RTL if needed.
| |
| */
| |
| .ace_search .ace_search_field {
| |
| direction: ltr;
| |
| }
| |
| | |
| /* Define a style that makes the data visible for registered users only. The rest is in mediawiki:Group-user.css*/
| |
| .registered_only {
| |
| display: none;
| |
| }
| |
| .sysop_only {
| |
| display: none;
| |
| }
| |
| | |
| /* Define a style that makes the data visible for some users only.
| |
| The first stage in new templates validation system process.
| |
| The details are in [[שיחת יחידה:פרמטרים]]*/
| |
| .parameters, .paramvalidator-wrapper {
| |
| display: none;
| |
| }
| |
| | |
| .paramvalidator-error {
| |
| color: red;
| |
| font-weight: bold;
| |
| }
| |
| | |
| .ve-ui-surface .paramvalidator-error {
| |
| display: none;
| |
| }
| |
| | |
| #Recentchangestext {
| |
| clear:both;
| |
| }
| |
| | |
| /* see https://gerrit.wikimedia.org/r/#/c/233483/ */
| |
| sup.reference {
| |
| display: inline-block;
| |
| }
| |
| | |
| /* revert of https://gerrit.wikimedia.org/r/#/c/196541, see https://phabricator.wikimedia.org/T118029 */
| |
| .tocnumber::after {
| |
| content: none;
| |
| padding-left: 0;
| |
| }
| |
| | |
| .tocnumber, .toctext {
| |
| display: inline;
| |
| }
| |
| | |
| /* color references preview in topic edit title */
| |
| #mw-ext-cite-cite_section_preview_references_header {
| |
| color: green;
| |
| }
| |
| | |
| /*
| |
| Can be removed after the deployment of
| |
| https://gerrit.wikimedia.org/r/#/c/286128/
| |
| */
| |
| /* @noflip */ .rtl a.external.free,
| |
| .rtl a.external.autonumber {
| |
| direction: ltr;
| |
| unicode-bidi: -moz-isolate;
| |
| unicode-bidi: -webkit-isolate;
| |
| unicode-bidi: isolate;
| |
| display: inline-block; /* Fake bidi isolation for Microsoft browsers. */
| |
| }
| |
| | |
| /*
| |
| Experiment:
| |
| Add the shim recommended by w3c:
| |
| https://www.w3.org/International/articles/inline-bidi-markup/
| |
| This tries add support for auto-isolation of elements with
| |
| the dir attribute in browsers that don't fully support it yet.
| |
| This shouldn't change the behavior in browsers that support it fully
| |
| or don't support it at all.
| |
| <bdo> is probably not used in MediaWiki, but adding it according
| |
| to the recommendation, just in case.
| |
| If it works well, it should be added to core MediaWiki.
| |
| */
| |
| [dir='ltr'],
| |
| [dir='rtl'] {
| |
| unicode-bidi: -webkit-isolate;
| |
| unicode-bidi: -moz-isolate;
| |
| unicode-bidi: -ms-isolate;
| |
| unicode-bidi: isolate;
| |
| }
| |
| bdo[dir='ltr'],
| |
| bdo[dir='rtl'] {
| |
| unicode-bidi: bidi-override;
| |
| unicode-bidi: -webkit-isolate-override;
| |
| unicode-bidi: -moz-isolate-override;
| |
| unicode-bidi: -ms-isolate-override;
| |
| unicode-bidi: isolate-override;
| |
| }
| |
| | |
| /* Enhancements for [[MediaWiki:Anoneditwarning]] */
| |
| #mw-anon-edit-warning img {
| |
| opacity: 0.75;
| |
| }
| |
| #mw-anon-edit-warning img:hover {
| |
| opacity: 1;
| |
| }
| |
| | |
| #pagehistory input[type=checkbox] { display: none; }
| |
| .action-history button[name="revisiondelete"], button[name=editchangetags] { display: none; }
| |
| | |
| /* Allow highlighting content when hovering over it, for {{תוכן שקוף}} and {{מסגרת שקופה}} */
| |
| .ElementOpacity:hover {
| |
| opacity: 1 !important;
| |
| }
| |
| #mwcontent {size=125%}
| |