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

מויקיפדיה: https://he.wikipedia.org/wiki/%D7%9E%D7%93%D7%99%D7%94_%D7%95%D7%99%D7%A7%D7%99:Common.css
(תבנית ציטוט, מויקיפדיה: https://he.wikipedia.org/wiki/%D7%9E%D7%93%D7%99%D7%94_%D7%95%D7%99%D7%A7%D7%99:Common.css)
(מויקיפדיה: https://he.wikipedia.org/wiki/%D7%9E%D7%93%D7%99%D7%94_%D7%95%D7%99%D7%A7%D7%99:Common.css)
 
(4 גרסאות ביניים של 2 משתמשים אינן מוצגות)
שורה 27: שורה 27:
  display : none !important;
  display : none !important;
}
}
/*#mw-content-text {
font-size: 1.1em }*/


/* הגדלת הטקסט */
/* ‫קיצור ה־Site notice כדי שלא יתנגש עם הקואורדינטות‬ */
body {
#mw-dismissable-notice {
     background-color: #f6f6f6;
     width: 80%;
    /*font-size: 1.1em !important;*/
}
}


שורה 40: שורה 37:
     font-size: 85%;
     font-size: 85%;
}
}


/*הסתרת אייקון של קישורים חיצוניים */
/*הסתרת אייקון של קישורים חיצוניים */
שורה 47: שורה 43:
background: none !important;
background: none !important;
}
}
}


/* עבור מונחון */
/* עבור מונחון */
שורה 104: שורה 97:
     overflow-x: auto;
     overflow-x: auto;
}
}
/*
.mw-ui-button.mw-ui-progressive {
.mw-ui-button.mw-ui-progressive {
     background-color: #3366cc;
     background-color: #3366cc;
שורה 146: שורה 140:
     cursor: pointer;
     cursor: pointer;
}
}
user agent stylesheet
 
input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
input[type="button"] i, input[type="submit"] i, input[type="reset"] i, input[type="file"] i::-webkit-file-upload-button, button {
     padding: 1px 6px;
     padding: 1px 6px;
}
}
user agent stylesheet
input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
     align-items: flex-start;
     align-items: flex-start;
שורה 187: שורה 180:
     opacity: 1 !important;
     opacity: 1 !important;
}
}
 
*/
.mw-wiki-logo
.mw-wiki-logo
{
{
שורה 261: שורה 254:
.sysop-show, .autopatrolled-show {
.sysop-show, .autopatrolled-show {
     display: none;
     display: none;
}
/* Define a style that makes the data visible for registered users only. The rest is in mediawiki:Group-user.css*/
.registered_only, .autoconfirmed_only, .autopatrolled_only, .patroller_only, .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;
z-index: 3;
}
.paramvalidator-error {
color: red;
font-weight: bold;
}
.ve-ui-surface .paramvalidator-error {
display: none;
}
#Recentchangestext {
clear:both;
}
}


שורה 277: שורה 296:
     font-size: 120%;
     font-size: 120%;
}
}
/* הגדלת הטקסט */
/*#mw-content-text {
font-size: 1.1em }*/
body {
    background-color: #f6f6f6;
    /*font-size: 1.1em !important;*/
}
/* ace editor (code editor) supports monospace fonts, and courier is monospace font with Hebrew support */
.rtl .wikiEditor-ui .ace_editor {
    font-family: courier;
}
/* temp solution to phabricator.wikimedia.org/T86979  */
.ui-dialog { right: auto; }
.ui-autocomplete { right: inherit; } /* experiment, trying to fix autocomplete problem */