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

מאין תקציר עריכה
אין תקציר עריכה
 
(24 גרסאות ביניים של 8 משתמשים אינן מוצגות)
שורה 1: שורה 1:
/* workarounds for chrome bugs */
.mw-tag-marker:last-child:after {
    content: '\200b';
}
/* end workarounds */
/* add horizontal scrollbar to "pre" elements */
/* add horizontal scrollbar to "pre" elements */
pre {
pre {
שורה 117: שורה 125:


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


שורה 500: שורה 508:
td.mbox-text {    /* The message body cell(s) */
td.mbox-text {    /* The message body cell(s) */
     border: none;  
     border: none;  
     padding: 0.25em 0.9em;      /* 0.9em left/right */
     padding: 0.25em;      /* 0.9em left/right */
     width: 100%;    /* Make all mboxes the same width regardless of text length */
     width: 100%;    /* Make all mboxes the same width regardless of text length */
}
}
שורה 570: שורה 578:


/*  
/*  
create class named "noJavascript" with display:none.  
HTML elements with class named "noJavascript" get "display:none" in modern JS-enabled browsers.  
add to mediawiki:Noscript.css, "display: inherit" to this class, to override the "display: none" here, so elements with this class
Elements with this class will still be seen by users surfing with JS disabled.  
will only be seen by users surfing with JS disabled.  
*/
*/
.noJavascript {
.client-js .noJavascript {
     display: none;
     display: none;
}
}
שורה 689: שורה 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 */
}
}


שורה 718: שורה 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 */
}
}


שורה 799: שורה 808:
.geo-nondefault, .geo-multi-punct { display: none; }
.geo-nondefault, .geo-multi-punct { display: none; }
.longitude, .latitude            { white-space: nowrap; }
.longitude, .latitude            { white-space: nowrap; }
/* workaround for bug in Chrome 78 */
.geo-default {
display: inline-block;
}


/* Make clickable edit summaries in Gadget-Summarieslist.js work more nicely with LTR UI */
/* Make clickable edit summaries in Gadget-Summarieslist.js work more nicely with LTR UI */
שורה 972: שורה 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,115: שורה 1,126:
background-color: #fbfbfb;
background-color: #fbfbfb;
box-sizing: border-box;
box-sizing: border-box;
}
.mw-prefs-buttons { /* bug T220706 - remove when closed */
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;
}
}