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

אין תקציר עריכה
מ (גרסה אחת יובאה)
 
(גרסת ביניים אחת של אותו משתמש אינה מוצגת)
שורה 1: שורה 1:
/* הסגנונות הנכתבים כאן ישפיעו על כל העיצובים */
/* ביטול קווים מתחת לקישורים בתווים מיוחדים */
div#editpage-specialchars a
{
    text-decoration: none;
}
div#editpage-specialchars a:hover
{
    text-decoration: underline;
}


body.page-עמוד_ראשי div.floatleft {display:none !important }
/* הדגשת הודעות שגיאה */
 
p.error
body.page-עמוד_ראשי div.floatleft {display:none !important }
{
 
  font-weight:bold;
body.page-עמוד_ראשי #p-personal a.new:visited { }
}


/* הגדלה של הטקסט בשורה "מקור" בתחתית כל דף */
span#URLSource
{
    direction: ltr;
    font-size: 1.2em;
    font-weight: bold;
}


/* הסתרת שורת הכותרת בעמוד הראשי */
/* הסתרת שורת הכותרת בעמוד הראשי */
שורה 12: שורה 27:
   display : none !important;
   display : none !important;
}
}
.page-עמוד_ראשי #catlinks {
 
display : none !important;
/* הזזת טבלת המידע בדפי תיאור תמונה לצד שמאל */
table.metadata
{
    float: left;
}
}
.page-עמוד_ראשי #contentSub {
 
display : none !important;
/* הסתרת הקישור "ערוך מסגרת זו" בעמוד השינויים האחרונים */
span#edit-for-sysops
{
    display: none;
}
}
.page-משתמש_Men770_עמוד_ראשי_ארגז_חול #firstHeading {
 
  display : none !important;
/* הצגת ההערה על כך שהתמונה משותפת בכתב רגיל */
}
div.sharedUploadNotice
.page-משתמש_Men770_עמוד_ראשי_ארגז_חול #catlinks {
{
display : none !important;
    font-style: normal;
}
.page-משתמש_Men770_עמוד_ראשי_ארגז_חול #contentSub {
display : none !important;
}
}


/* ‫קיצור ה־Site notice כדי שלא יתנגש עם הקואורדינטות‬ */
/* הצגת תיאור התמונה המשותפת משמאל לימין */
#mw-dismissable-notice {
div#shared-image-desc
     width: 80%;
{
     direction: ltr;
}
}


/* הקטנת גודל הטקסט בהערות שוליים */
/* תיקונים קוסמטיים בדף העלאת קבצים: הצמדת תיבות הרישיון ושמות הקובץ לימין */
.references {
input#wpUploadFile, input#wpDestFile, input#wpLicense
    font-size: 85%;
{
  float: right;
}
}


/*הסתרת אייקון של קישורים חיצוניים */
/* עיצוב ה־Site Notice */
.external {
div#siteNotice
padding: 0 !important;
{
background: none !important;
    padding-top: 5px;
    text-align: center;
}
}


/* עבור מונחון */
/* Support for Template:IPA, Template:Unicode and Template:Polytonic. The inherit declaration resets the font for all browsers except MSIE6.  The empty comment must remain. */
.wpAbbreviation{
.IPA
     border-bottom:1px dotted #696969;
{
     cursor:help;
     font-family: Chrysanthi Unicode, Doulos SIL, Gentium, GentiumAlt, Code2000, TITUS Cyberbit Basic, DejaVu Sans, Bitstream Vera Sans, Bitstream Cyberbit, Arial Unicode MS, Lucida Sans Unicode, Hiragino Kaku Gothic Pro, Matrix Unicode;
     font-family /**/:inherit;
}
}


/* עיצוב לתיבת משוב */
/* מחלקות wikitable ו-prettytable לטבלאות, מבוסס על [[:en:MediaWiki:Common.css]] */
#feedbackTextArea {
table.wikitable, table.prettytable
    height:16px;
{
    width:auto;
    overflow:auto;
    color:#999999;
}
.feedbackWrapper{
    text-align:center;
    margin-top: 1em;
}
.feedbackDiv{
    display:inline-block;
     background-color: #F9F9F9;
     background-color: #F9F9F9;
     border: 1px solid #CCCCCC;
     border-color: #AAAAAA;
     font-weight:bold;
    border-style: solid;
     border-width: 1px;
    margin: 1em 1em 1em 0;
}
}
#feedbackTitle {
table.wikitable th, table.wikitable td, table.prettytable th, table.prettytable td
     width:250px;
{
     color:#999999;
    border-color: #AAAAAA;
    border-style: solid;
     border-width: 1px;
     padding: 0.2em;
}
}
#feedbackHelpDiv{
 
     text-align:right;
table.wikitable th, table.prettytable th
     font-size:small;
{
    font-weight:normal;
     background-color: #F2F2F2;
     text-align: center;
}
}
#loadFeedbackHelp{
table.wikitable caption, table.prettytable caption
     cursor:pointer;
{
}
     margin-left: inherit;
#feedbackSubmit {
     margin-right: inherit;
     font-weight:normal;
}
}


/* container for toggles used in [[MediaWiki:ImgToggle.js]] */
/* עיצוב infobox מאנגלית */
.aTogglesContainer{
.infobox {
    clear:both;
  border: 1px solid #aaaaaa;
  background-color: #f9f9f9;
  color: black;
  margin-bottom: 0.5em;
  margin-right: 1em;
  padding: 0.2em;
  float: left;
  clear: left;
}
}
 
.infobox td,
.imgtoggleboxTitle{
.infobox th {
    display:none;
  vertical-align: top;
}
}
 
.infobox caption {
 
  font-size: larger;
/* add horizontal scrollbar to "pre" elements */
  margin-left: inherit;
pre {
    overflow-x: auto;
}
}
/*
.infobox.bordered {
.mw-ui-button.mw-ui-progressive {
  border-collapse: collapse;
    background-color: #3366cc;
    color: #fff;
    border: 1px solid #3366cc;
    text-shadow: 0 1px rgba(0,0,0,0.1);
}
}
.mw-ui-button:not( :disabled ) {
.infobox.bordered td,
    -webkit-transition: background-color 100ms,color 100ms,border-color 100ms,box-shadow 100ms;
.infobox.bordered th {
    -moz-transition: background-color 100ms,color 100ms,border-color 100ms,box-shadow 100ms;
  border: 1px solid #aaaaaa;
    transition: background-color 100ms,color 100ms,border-color 100ms,box-shadow 100ms;
}
}
.mw-ui-vform select, .mw-ui-vform .mw-ui-button {
.infobox.bordered .borderless td,
    display: block;
.infobox.bordered .borderless th {
    -webkit-box-sizing: border-box;
  border: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    width: 100%;
}
}
.mw-ui-button {
 
    font-family: inherit;
/* תיבות ניווט (כלומר, תיבות המסתירות חלקים מעצמן) מוויקיפדיה בגרמנית */
    font-size: 1em;
div.Boxmerge, div.NavFrame
    display: inline-block;
{
    min-width: 4em;
     border-collapse: collapse;
    max-width: 28.75em;
     border-color: #AAAAAA;
    padding: 0.546875em 1em;
     border-style: solid;
    line-height: 1.286;
     border-width: 1px;
    margin: 0;
     font-size: 95%;
     border-radius: 2px;
     margin: 0px;
     -webkit-box-sizing: border-box;
     padding: 2px;
    -moz-box-sizing: border-box;
     box-sizing: border-box;
    -webkit-appearance: none;
     zoom: 1;
    vertical-align: middle;
     background-color: #f8f9fa;
     color: #222222;
     border: 1px solid #a2a9b1;
     text-align: center;
     text-align: center;
    font-weight: bold;
    cursor: pointer;
}
}
 
div.Boxmerge div.NavFrame
input[type="button"] i, input[type="submit"] i, input[type="reset"] i, input[type="file"] i::-webkit-file-upload-button, button {
{
    padding: 1px 6px;
    border-style: none;
    border-style: hidden;
}
div.NavFrame + div.NavFrame
{
    border-top-style: none;
    border-top-style: hidden;
}
}
input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
div.NavPic
     align-items: flex-start;
{
     text-align: center;
     background-color: #FFFFFF;
     cursor: default;
     float: left;
    color: buttontext;
     margin: 0px;
    background-color: buttonface;
     margin-top: 0.5em;
     box-sizing: border-box;
     padding: 2px;
     padding: 2px 6px 3px;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
}
}
user agent stylesheet
div.NavFrame div.NavHead
input, textarea, select, button {
{
     text-rendering: auto;
     background-color: #EFEFEF;
    color: initial;
     font-size: 100%;
     letter-spacing: normal;
     font-weight: bold;
     word-spacing: normal;
     height: 1.6em;
     text-transform: none;
     position: relative;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
     text-align: start;
    margin: 0em;
    font: 400 1.1em Arial;
}
}
input, textarea, select, button, meter, progress {
div.NavFrame p
     -webkit-writing-mode: horizontal-tb;
{
     font-size: 100%;
}
}
button {
div.NavFrame div.NavContent
     -webkit-appearance: button;
{
     font-size: 100%;
}
}
ElementOpacity:hover {
div.NavFrame div.NavContent p
     opacity: 1 !important;
{
     font-size: 100%;
}
}
*/
div.NavEnd
.mw-wiki-logo
{
{
background-image: url(/images/0/08/%D7%A1%D7%9E%D7%9C_%D7%91%22%D7%94.png)
    clear: both;
    line-height: 1px;
    margin: 0px;
    padding: 0px;
}
}
 
a.NavToggle
/* סימון עריכות חשודות בצבע אדום */
{
.mw-tag-מחיקת_הודעה,
    font-size: smaller;
.mw-tag-לחצנים,
    font-weight: normal;
.mw-tag-ריקון,
    left: 3px;
.mw-tag-אולטרה-קצרמר,
    position: absolute;
.mw-tag-ריקון-שיחה,
     top: 0px;
.mw-tag-דואל,
.mw-tag-חזרות,
.mw-tag-הסרת-קטגוריות,
.mw-tag-מילים-בעייתיות,
.mw-tag-מילים_בעייתיות,
.mw-tag-אוהב,
.mw-tag-אות_סופית_באמצע_מילה,
.mw-tag-הוספת_תבנית_חשודה,
.mw-tag-חדש-למחיקה,
.mw-tag-blanking,
.mw-tag-emoji {
     background: #ffe0e0;
}
}


/* הגדרות עבור תבנית:לשוניות */
/* הקטנת הריווח בין האותיות, כדי לפתור (חלקית) את בעיית הניקוד */
@media screen {
body
     .loadingTabsTemplate {
{
        display: block;
     letter-spacing: 0.001em;
    }
 
    .tabsTemplate {
        display:none;
    }
}
}


/* for [[תבנית:לשוניות2]] */
/* עקיפת בעיית הקטגוריות הבלתי לחיצות אם יש קטגוריה עם מספר, באינטרנט אקספלורר 6.0 */
.tabWrapper.ui-widget {
* html div#catlinks
     font-size: 1em;
{
     position: static;
}
}


.tabWrapper .ui-tabs-nav {
/* שינויי הדפסה */
     background: transparent;
@media print
     border-width: 0 0 1px 0;
{
     /* ביטול השורה האוטומטית "מקור:", משום שהיא מציגה את ה-URL עם אחוזים וסימנים מוזרים, ויש כבר את השורה הרגילה והשפויה יותר */
    .printfooter
     {
        display: none;
    }
}
}


.tabWrapper .ui-tabs-nav a {
/* הוספת תמונת רמקול עבור קישור מדיה */
    color: black;
    font-weight: bold;
}


/* used by [[תבנית:ביאורים]] */
.audiolink a
.hebrewRefList .references {
{
     list-style: hebrew;
    background: url("//upload.wikimedia.org/wikipedia/commons/f/f7/Loudspeaker.png") center right no-repeat !important;
    padding-left: 16px !important;
     padding-right: 0 !important;
}
}
.upper-roman-list ol {
html > body .audiolink a
list-style: upper-roman;
{
}
    background: none !important;
.lower-roman-list ol {
    padding-left: 0 !important;
list-style: lower-roman;
}
.upper-latin-list ol {
list-style: upper-latin;
}
.lower-latin-list ol {
list-style: lower-latin;
}
.hebrew-list ol {
list-style:hebrew;
}
}


.sysop-show, .autopatrolled-show {
/* צביעת המספרים שבדף השינויים האחרונים וברשימת המעקב */
     display: none;
.mw-plusminus-pos {
     color: #006400;
}
}
 
/* Define a style that makes the data visible for registered users only. The rest is in mediawiki:Group-user.css*/
.mw-plusminus-neg {
.registered_only, .autoconfirmed_only, .autopatrolled_only, .patroller_only, .sysop_only {
    color: #8B0000;
display: none;
}
}
 
/* Define a style that makes the data visible for some users only.
/* צביעת סימון דף חדש שבדף השינויים והאחרונים וברשימת המעקב */
  The first stage in new templates validation system process.
abbr.newpage {
  The details are in [[שיחת יחידה:פרמטרים]]*/
    background-color: #FF0000;
.parameters, .paramvalidator-wrapper {
    color: #FFFFFF;
display: none;
z-index: 3;
}
}


.paramvalidator-error {
/* עיצוב רשימת גרסאות קודמות כך שלא תתנגש בכפתור "הצגת/הסתרת גרסאות" אצל מפעילים */
color: red;
ul#pagehistory {
font-weight: bold;
  clear: both;
}
}


.ve-ui-surface .paramvalidator-error {
display: none;
}


#Recentchangestext {
/* טבלאות ניווט */
clear:both;
table.navbox {
    background-color: #f9f9f9;
    border: 1px solid #aaa;
    clear: both;
    font-size: 90%;
    margin: 1em 0em 0em;
    padding: 2px;
    text-align: center;
    width: 100%;
}
}
 
table.navbox th {
/* Put the templates list as the first item in the old toolbar. see also [[MediaWiki:Templateslist.js]] */
     background-color: #ccf;
#templatesList {
     float: right;
}
}
 
@media print {
/* עבור תבניות ציטוט */
     .navbox {
.hebrewQuotation {
        display: none;
     font-family: David, serif;
     }
    font-size: 120%;
}
.engQuotation {
    font-family:"Times New Roman", serif;
     font-size: 120%;
}
}


/* הגדלת הטקסט */
/*#mw-content-text {
font-size: 1.1em }*/


body {
/* הדגשת הקישור לכל השפות בסוף רשימת האינטרוויקי בעמוד הראשי */
    background-color: #f6f6f6;
li#interwiki-completelist {
     /*font-size: 1.1em !important;*/
     font-weight: bold;
}
}


/* ace editor (code editor) supports monospace fonts, and courier is monospace font with Hebrew support */
/* T156351: Support for Parsoid's Cite implementation */
.rtl .wikiEditor-ui .ace_editor {
span[rel="mw:referencedBy"]::before {
     font-family: courier;
     font-weight: bold;
    content: "^ ";
}
}
 
a[rel="mw:referencedBy"]::before {
/* temp solution to phabricator.wikimedia.org/T86979  */
    font-weight: bold;
.ui-dialog { right: auto; }
    content: "^";
.ui-autocomplete { right: inherit; } /* experiment, trying to fix autocomplete problem */
#feedbackTextArea{
width:calc(100% - 10px);
}
}

גרסה אחרונה מ־09:47, 21 בספטמבר 2025

/* ביטול קווים מתחת לקישורים בתווים מיוחדים */
div#editpage-specialchars a
{
    text-decoration: none;
}
div#editpage-specialchars a:hover
{
    text-decoration: underline;
}

/* הדגשת הודעות שגיאה */
p.error
{
  font-weight:bold;
}

/* הגדלה של הטקסט בשורה "מקור" בתחתית כל דף */
span#URLSource
{
    direction: ltr;
    font-size: 1.2em;
    font-weight: bold;
}

/* הסתרת שורת הכותרת בעמוד הראשי */
.page-עמוד_ראשי #firstHeading {
  display : none !important;
}

/* הזזת טבלת המידע בדפי תיאור תמונה לצד שמאל */
table.metadata
{
    float: left;
}

/* הסתרת הקישור "ערוך מסגרת זו" בעמוד השינויים האחרונים */
span#edit-for-sysops
{
    display: none;
}

/* הצגת ההערה על כך שהתמונה משותפת בכתב רגיל */
div.sharedUploadNotice
{
    font-style: normal;
}

/* הצגת תיאור התמונה המשותפת משמאל לימין */
div#shared-image-desc
{
    direction: ltr;
}

/* תיקונים קוסמטיים בדף העלאת קבצים: הצמדת תיבות הרישיון ושמות הקובץ לימין */
input#wpUploadFile, input#wpDestFile, input#wpLicense
{
   float: right;
}

/* עיצוב ה־Site Notice */
div#siteNotice
{
    padding-top: 5px;
    text-align: center;
}

/* Support for Template:IPA, Template:Unicode and Template:Polytonic. The inherit declaration resets the font for all browsers except MSIE6.  The empty comment must remain. */
.IPA
{
    font-family: Chrysanthi Unicode, Doulos SIL, Gentium, GentiumAlt, Code2000, TITUS Cyberbit Basic, DejaVu Sans, Bitstream Vera Sans, Bitstream Cyberbit, Arial Unicode MS, Lucida Sans Unicode, Hiragino Kaku Gothic Pro, Matrix Unicode;
    font-family /**/:inherit;
}

/* מחלקות wikitable ו-prettytable לטבלאות, מבוסס על [[:en:MediaWiki:Common.css]] */
table.wikitable, table.prettytable
{
    background-color: #F9F9F9;
    border-color: #AAAAAA;
    border-style: solid;
    border-width: 1px;
    margin: 1em 1em 1em 0;
}
table.wikitable th, table.wikitable td, table.prettytable th, table.prettytable td
{
    border-color: #AAAAAA;
    border-style: solid;
    border-width: 1px;
    padding: 0.2em;
}

table.wikitable th, table.prettytable th
{
    background-color: #F2F2F2;
    text-align: center;
}
table.wikitable caption, table.prettytable caption
{
    margin-left: inherit;
    margin-right: inherit;
}

/* עיצוב infobox מאנגלית */
.infobox {
   border: 1px solid #aaaaaa;
   background-color: #f9f9f9;
   color: black;
   margin-bottom: 0.5em;
   margin-right: 1em;
   padding: 0.2em;
   float: left;
   clear: left;
}
.infobox td,
.infobox th {
   vertical-align: top;
}
.infobox caption {
   font-size: larger;
   margin-left: inherit;
}
.infobox.bordered {
   border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
   border: 1px solid #aaaaaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
   border: 0;
}

/* תיבות ניווט (כלומר, תיבות המסתירות חלקים מעצמן) מוויקיפדיה בגרמנית */
div.Boxmerge, div.NavFrame
{
    border-collapse: collapse;
    border-color: #AAAAAA;
    border-style: solid;
    border-width: 1px;
    font-size: 95%;
    margin: 0px;
    padding: 2px;
    text-align: center;
}
div.Boxmerge div.NavFrame
{
    border-style: none;
    border-style: hidden;
}
div.NavFrame + div.NavFrame
{
    border-top-style: none;
    border-top-style: hidden;
}
div.NavPic
{
    background-color: #FFFFFF;
    float: left;
    margin: 0px;
    margin-top: 0.5em;
    padding: 2px;
}
div.NavFrame div.NavHead
{
    background-color: #EFEFEF;
    font-size: 100%;
    font-weight: bold;
    height: 1.6em;
    position: relative;
}
div.NavFrame p
{
    font-size: 100%;
}
div.NavFrame div.NavContent
{
    font-size: 100%;
}
div.NavFrame div.NavContent p
{
    font-size: 100%;
}
div.NavEnd
{
    clear: both;
    line-height: 1px;
    margin: 0px;
    padding: 0px;
}
a.NavToggle
{
    font-size: smaller;
    font-weight: normal;
    left: 3px;
    position: absolute;
    top: 0px;
}

/* הקטנת הריווח בין האותיות, כדי לפתור (חלקית) את בעיית הניקוד */
body
{
    letter-spacing: 0.001em;
}

/* עקיפת בעיית הקטגוריות הבלתי לחיצות אם יש קטגוריה עם מספר, באינטרנט אקספלורר 6.0 */
* html div#catlinks
{
    position: static;
}

/* שינויי הדפסה */
@media print
{
    /* ביטול השורה האוטומטית "מקור:", משום שהיא מציגה את ה-URL עם אחוזים וסימנים מוזרים, ויש כבר את השורה הרגילה והשפויה יותר */
    .printfooter
    {
        display: none;
    }
}

/* הוספת תמונת רמקול עבור קישור מדיה */

.audiolink a
{
    background: url("//upload.wikimedia.org/wikipedia/commons/f/f7/Loudspeaker.png") center right no-repeat !important;
    padding-left: 16px !important;
    padding-right: 0 !important;
}
html > body .audiolink a
{
    background: none !important;
    padding-left: 0 !important;
}

/* צביעת המספרים שבדף השינויים האחרונים וברשימת המעקב */
.mw-plusminus-pos {
    color: #006400;
}
 
.mw-plusminus-neg {
    color: #8B0000;
}
 
/* צביעת סימון דף חדש שבדף השינויים והאחרונים וברשימת המעקב */
abbr.newpage {
    background-color: #FF0000;
    color: #FFFFFF;
}

/* עיצוב רשימת גרסאות קודמות כך שלא תתנגש בכפתור "הצגת/הסתרת גרסאות" אצל מפעילים */
ul#pagehistory {
  clear: both;
}


/* טבלאות ניווט */
table.navbox {
    background-color: #f9f9f9;
    border: 1px solid #aaa;
    clear: both;
    font-size: 90%;
    margin: 1em 0em 0em;
    padding: 2px;
    text-align: center;
    width: 100%;
}
table.navbox th {
    background-color: #ccf;
}
@media print {
    .navbox {
        display: none;
    }
}


/* הדגשת הקישור לכל השפות בסוף רשימת האינטרוויקי בעמוד הראשי */
li#interwiki-completelist {
    font-weight: bold;
}

/* T156351: Support for Parsoid's Cite implementation */
span[rel="mw:referencedBy"]::before {
    font-weight: bold;
    content: "^ ";
}
a[rel="mw:referencedBy"]::before {
    font-weight: bold;
    content: "^";
}