מדיה ויקי:Common.css: הבדלים בין גרסאות בדף

Make ".noJavascript" only hidden for modern JS browsers, and leave it visible in other cases. This way, we do not need MediaWiki:Noscript.css, which makes pages slower for everybody.
אין תקציר עריכה
 
(16 גרסאות ביניים של 6 משתמשים אינן מוצגות)
שורה 3: שורה 3:
     content: '\200b';
     content: '\200b';
}
}
ins.diffchange, del.diffchange {
 
display:inline-block;
}
/* end workarounds */
/* end workarounds */


שורה 127: שורה 125:


/* @noflip */table.infobox {
/* @noflip */table.infobox {
     width: 18em;
     width: 25em;
}  
}  


שורה 581: שורה 579:
/*  
/*  
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.  
Eelements 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 {
שורה 698: שורה 696:
     background: url("//upload.wikimedia.org/wikipedia/commons/thumb/b/ba/Page_white_excel.png/15px-Page_white_excel.png") no-repeat left !important;
     background: url("//upload.wikimedia.org/wikipedia/commons/thumb/b/ba/Page_white_excel.png/15px-Page_white_excel.png") no-repeat left !important;
     padding-left: 18px !important;
     padding-left: 18px !important;
    display: inline-block; /* workaround to avoid issues in Edge and Chrome */
}
}


שורה 727: שורה 726:
     background: url("//upload.wikimedia.org/wikipedia/he/thumb/1/1e/Word-icon.svg/16px-Word-icon.svg.png") no-repeat left !important;
     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;
     padding-left: 18px !important;
    display: inline-block; /* workaround to avoid issues in Edge and Chrome */
}
}


שורה 986: שורה 986:
     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,133: שורה 1,130:
.mw-prefs-buttons { /* bug T220706 - remove when closed */
.mw-prefs-buttons { /* bug T220706 - remove when closed */
filter: brightness(1);
filter: brightness(1);
}
/*
Emergency fix for https://phabricator.wikimedia.org/T264387 .
Not an ideal solution, should be fixed more thoroughly and then removed.
*/
.mw-footer-container {
clear: both;
}
}