אונטערשייד צווישן ווערסיעס פון "מעדיעוויקי:Common.css"

1,316 בייטן צוגעלייגט ,  פֿאַר 2 יאָר
אפדעיט פון וויקי
(דאפלט)
(אפדעיט פון וויקי)
שורה 165: שורה 165:
     display: none;
     display: none;
}
}
#pagehistory input[type=checkbox] { display: none; }
.action-history button[name="revisiondelete"], button[name=editchangetags] { display: none; }


/* aspaklaryacheck fix */
/* aspaklaryacheck fix */
שורה 304: שורה 307:


/* ‫קיצור ה־Site notice כדי שלא יתנגש עם הקואורדינטות‬ */
/* ‫קיצור ה־Site notice כדי שלא יתנגש עם הקואורדינטות‬ */
.mw-dismissable-notice img {
#mw-dismissable-notice {
display: block;
     width: 80%;
     width: 100%;
    object-fit: contain;
}
}
/* ביטול קווים מתחת לקישורים בתווים מיוחדים */
/* ביטול קווים מתחת לקישורים בתווים מיוחדים */
#editpage-specialchars a {
#editpage-specialchars a {
שורה 850: שורה 852:
HTML elements with class named "noJavascript" get "display:none" in modern JS-enabled browsers.  
HTML elements with class named "noJavascript" get "display:none" in modern JS-enabled browsers.  
Elements with this class will still be seen by users surfing with JS disabled.  
Elements with this class will still be seen by users surfing with JS disabled.  
 
*/
.client-js .noJavascript {
.client-js .noJavascript {
     display: none;
     display: none;
}
}
*/
 
/* following lines are for references section display.  
/* following lines are for references section display.  
"ol.refernece {margin: 0} tested on all major browsers.
"ol.refernece {margin: 0} tested on all major browsers.
שורה 880: שורה 882:
ol.refDisplayHide{
ol.refDisplayHide{
     display: none
     display: none
}
/* T156351: Support for Parsoid's Cite implementation */
span[rel="mw:referencedBy"] {
    counter-reset: mw-ref-linkback 0;
}
span[rel="mw:referencedBy"] > a::before {
    content: counter( mw-ref-linkback, decimal );
}
span[rel="mw:referencedBy"]::before {
    content: "^ ";
}
a[rel="mw:referencedBy"]::before {
    content: "^";
}
.mw-ref > a[data-mw-group=hebrew]::after {
    content: '[' counter( mw-Ref, hebrew ) ']';
}
}


.globegris {  
.globegris {  
    background: url('/w/upload/michlolyi/1/17/Transperent_%28Custom%29.png');
    background: url('/w/upload/michlolyi/1/17/Transperent_%28Custom%29.png');
}
}


שורה 1,118: שורה 1,137:
** on global user pages.
** on global user pages.
**/
**/
.messagebox, .mw-message-box {
.messagebox {
  width: 80%;
  width: 80%;
  margin: 0 auto 1em auto;
  margin: 0 auto 1em auto;
שורה 1,125: שורה 1,144:
  background: #F9F9F9;
  background: #F9F9F9;
}
}
.messagebox.merge, .mw-message-box.merge {
.messagebox.merge {
  border: 1px solid #C0B8CC;
  border: 1px solid #C0B8CC;
  background: #F0E5FF;
  background: #F0E5FF;
  text-align: center;
  text-align: center;
}
}
.messagebox.cleanup, .mw-message-box.cleanup {
.messagebox.cleanup {
  border: 1px solid #9F9FFF;
  border: 1px solid #9F9FFF;
  background: #EFEFFF;
  background: #EFEFFF;
  text-align: center;
  text-align: center;
}
}
.messagebox .standard-talk, .mw-message-box .standard-talk {
.messagebox .standard-talk {
  border: 1px solid #C0C090;
  border: 1px solid #C0C090;
  background: #F8EABA;
  background: #F8EABA;
}
}
.messagebox.nested-talk, .mw-message-box.nested-talk {
.messagebox.nested-talk {
  width: 100%;
  width: 100%;
  margin: 2px 4px 2px 4px;
  margin: 2px 4px 2px 4px;
שורה 1,145: שורה 1,164:
  background: #F8EABA;
  background: #F8EABA;
}
}
.messagebox.small, .mw-message-box.small {
.messagebox.small {
  float: right;
  float: right;
  clear: both;
  clear: both;
שורה 1,162: שורה 1,181:
}
}


/* Define a style that makes the data visible for registered users only. The rest is in mediawiki:Group-user.css*/
/* Define a style that makes the data visible for registered users only. The rest is in mediawiki:Group-user.css */
.registered_only, .sysop_only {
.registered_only, .autoconfirmed_only, .autopatrolled_only, .patroller_only, .sysop_only {
display: none;
display: none;
}
}


/* Define a Style that makes the data visible for some users only.
/* Define a style that makes the data visible for Vector-2022 only/ The rest is in mediawiki:Vector-2022.css */
.newvector_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 first stage in new templates validation system process.
   The details are in [[שיחת יחידה:פרמטרים]]*/
   The details are in [[שיחת יחידה:פרמטרים]]*/
שורה 1,256: שורה 1,280:
     opacity: 1;
     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 {{מסגרת שקופה}} */
/* Allow highlighting content when hovering over it, for {{תוכן שקוף}} and {{מסגרת שקופה}} */
שורה 1,355: שורה 1,377:
.mobileonly { display: none; }
.mobileonly { display: none; }


/* hide Lua / Scribunto errors from users */
/* Hide unexisting templates in articles from anonyms. */
.scribunto-error {
.action-view.ns-0 a[title^='תבנית:'].new { display: none; }
    display: none;
}


/* Image highlight legend local link style */
/* Image highlight legend local link style */
שורה 1,406: שורה 1,426:
}
}


/* ace editor supports monospace fonts, and courier is monospace font with Hebrew support */
.rtl .wikiEditor-ui .ace_editor {
    font-family: courier;
}
/* workaround after these two classes were removed in the new Vector and will be removed in all skins until August 12th */
.mw-content-ltr {
/* @noflip */ direction: ltr;
}
.mw-content-rtl {
/* @noflip */ direction: rtl;
}
/* Fixing appearance of hardcoded Hebrew strings in wiki pages with code */
.mw-highlight .s2, /* When reading the page */
.ace_string { /* When editing the page */
unicode-bidi: embed;
}
/* עיצוב לוגו */
/*
/*
Emergency fix for https://phabricator.wikimedia.org/T264387 .
.mw-wiki-logo {
Not an ideal solution, should be fixed more thoroughly and then removed.
    background-image: url("") !important;
    background-size: 115px !important;
}
 
.mw-logo {
  position: relative;
}
 
@media ( min-width: 720px ) {
.mw-logo:before {
    content: '';
    background-image: url("") !important;
    width: 60px;
    height: 65px;
    background-repeat: no-repeat;
    background-size: 60px auto;
    position: absolute;
    top: -5px;
    right: -5px;
}
}
*/
*/
.mw-footer-container {
clear: both;
}


/* ace editor supports monospace fonts, and courier is monospace font with Hebrew support */
/* this class replaces the toccolours class */
.rtl .wikiEditor-ui .ace_editor {
.stdbox {
    font-family: courier;
border: 1px solid #a2a9b1;
background-color: #f8f9fa;
padding: 5px;
font-size: 95%;
}
}