מדיה ויקי:Common.css: הבדלים בין גרסאות בדף
קפיצה לניווט
קפיצה לחיפוש
(יצירת דף עם התוכן "←הסגנונות הנכתבים כאן ישפיעו על כל העיצובים: body.page-עמוד_ראשי div.floatleft {display:none !important } body.page-עמוד_ראשי div.floatleft {display:none !important } body.page-עמוד_ראשי #p-personal a.new:visited { } ←הסתרת שורת הכותרת בעמוד הראשי: .page-עמוד_ראשי #firstHeading { display : none !important; } .page-עמוד_ראשי #catlinks { display...") |
מ (גרסה אחת יובאה) |
||
| (2 גרסאות ביניים של אותו משתמש אינן מוצגות) | |||
| שורה 1: | שורה 1: | ||
/* | /* ביטול קווים מתחת לקישורים בתווים מיוחדים */ | ||
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; | |||
} | |||
/* הסתרת שורת הכותרת בעמוד הראשי */ | /* הסתרת שורת הכותרת בעמוד הראשי */ | ||
| שורה 11: | שורה 27: | ||
display : none !important; | 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: "^"; | |||
} | } | ||
גרסה אחרונה מ־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: "^";
}