מדיה ויקי:Common.css – הבדלי גרסאות
אין תקציר עריכה |
אין תקציר עריכה |
||
| (31 גרסאות ביניים של 6 משתמשים אינן מוצגות) | |||
| שורה 9: | שורה 9: | ||
/* הסתרת שורת הכותרת בעמוד הראשי */ | /* הסתרת שורת הכותרת בעמוד הראשי */ | ||
.page-עמוד_ראשי | .page-עמוד_ראשי.action-view #firstHeading { | ||
display: none; | |||
. | |||
} | } | ||
/* | /* קיצור ה־Site notice כדי שלא יתנגש עם הקואורדינטות */ | ||
#mw-dismissable-notice { | |||
width: 80%; | |||
} | } | ||
| שורה 34: | שורה 22: | ||
font-size: 85%; | font-size: 85%; | ||
} | } | ||
/* עבור מונחון */ | /* עבור מונחון */ | ||
| שורה 97: | שורה 75: | ||
pre { | pre { | ||
overflow-x: auto; | overflow-x: auto; | ||
} | |||
/* | |||
.mw-ui-button.mw-ui-progressive { | |||
background-color: #3366cc; | |||
color: #fff; | |||
border: 1px solid #3366cc; | |||
text-shadow: 0 1px rgba(0,0,0,0.1); | |||
} | |||
.mw-ui-button:not( :disabled ) { | |||
-webkit-transition: background-color 100ms,color 100ms,border-color 100ms,box-shadow 100ms; | |||
-moz-transition: background-color 100ms,color 100ms,border-color 100ms,box-shadow 100ms; | |||
transition: background-color 100ms,color 100ms,border-color 100ms,box-shadow 100ms; | |||
} | |||
.mw-ui-vform select, .mw-ui-vform .mw-ui-button { | |||
display: block; | |||
-webkit-box-sizing: border-box; | |||
-moz-box-sizing: border-box; | |||
box-sizing: border-box; | |||
margin: 0; | |||
width: 100%; | |||
} | |||
.mw-ui-button { | |||
font-family: inherit; | |||
font-size: 1em; | |||
display: inline-block; | |||
min-width: 4em; | |||
max-width: 28.75em; | |||
padding: 0.546875em 1em; | |||
line-height: 1.286; | |||
margin: 0; | |||
border-radius: 2px; | |||
-webkit-box-sizing: border-box; | |||
-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; | |||
font-weight: bold; | |||
cursor: pointer; | |||
} | |||
input[type="button"] i, input[type="submit"] i, input[type="reset"] i, input[type="file"] i::-webkit-file-upload-button, button { | |||
padding: 1px 6px; | |||
} | |||
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; | |||
text-align: center; | |||
cursor: default; | |||
color: buttontext; | |||
background-color: buttonface; | |||
box-sizing: border-box; | |||
padding: 2px 6px 3px; | |||
border-width: 2px; | |||
border-style: outset; | |||
border-color: buttonface; | |||
border-image: initial; | |||
} | |||
user agent stylesheet | |||
input, textarea, select, button { | |||
text-rendering: auto; | |||
color: initial; | |||
letter-spacing: normal; | |||
word-spacing: normal; | |||
text-transform: none; | |||
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 { | |||
-webkit-writing-mode: horizontal-tb; | |||
} | |||
button { | |||
-webkit-appearance: button; | |||
} | |||
ElementOpacity:hover { | |||
opacity: 1 !important; | |||
} | |||
*/ | |||
.mw-wiki-logo | |||
{ | |||
background-image: url(/images/0/08/%D7%A1%D7%9E%D7%9C_%D7%91%22%D7%94.png) | |||
} | } | ||
/* | /* סימון עריכות חשודות בצבע אדום */ | ||
.mw-tag-מחיקת_הודעה, | |||
.mw-tag-לחצנים, | |||
.mw-tag-ריקון, | |||
.mw-tag-אולטרה-קצרמר, | |||
.mw-tag-ריקון-שיחה, | |||
.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 { | |||
.loadingTabsTemplate { | |||
display: block; | |||
} | |||
.tabsTemplate { | |||
display:none; | |||
} | |||
} | } | ||
/* for [[תבנית:לשוניות2]] */ | |||
font-size: | .tabWrapper.ui-widget { | ||
font-size: 1em; | |||
} | } | ||
.tabWrapper .ui-tabs-nav { | |||
background: transparent; | |||
border-width: 0 0 1px 0; | |||
} | } | ||
.tabWrapper .ui-tabs-nav a { | |||
. | color: black; | ||
font-weight: bold; | |||
} | } | ||
/* | /* used by [[תבנית:ביאורים]] */ | ||
.hebrewRefList .references { | |||
list-style: hebrew; | |||
} | |||
.upper-roman-list ol { | |||
list-style: upper-roman; | |||
} | |||
.lower-roman-list ol { | |||
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; | |||
} | } | ||
/* 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; | |||
# | |||
} | } | ||
/* | /* Put the templates list as the first item in the old toolbar. see also [[MediaWiki:Templateslist.js]] */ | ||
# | #templatesList { | ||
float: right; | |||
} | } | ||
/* | /* עבור תבניות ציטוט */ | ||
. | .hebrewQuotation { | ||
font-family: | font-family: David, serif; | ||
font-size: 120%; | |||
} | } | ||
. | .engQuotation { | ||
font-family: | font-family:"Times New Roman", serif; | ||
font- | font-size: 120%; | ||
} | } | ||
. | |||
/* הגדלת הטקסט */ | |||
font- | /*#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 */ | |||
font-family | .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 */ | |||
#feedbackTextArea{ | |||
width:calc(100% - 10px); | |||
} | } | ||
/* עיצוב infobox מוויקיפדיה באנגלית */ | /* עיצוב infobox מוויקיפדיה באנגלית */ | ||
/* @noflip */.infobox { | /* @noflip */.infobox { | ||
float: left; | |||
clear: left; | |||
border: 1px solid #aaaaaa; | border: 1px solid #aaaaaa; | ||
background-color: #f9f9f9; | background-color: #f9f9f9; | ||
| שורה 196: | שורה 307: | ||
margin-right: 1em; | margin-right: 1em; | ||
padding: 0.2em; | padding: 0.2em; | ||
font-size: 0.9em; | |||
line-height: 1.4em; | |||
} | |||
/* @noflip */table.infobox { | |||
width: 18em; | |||
} | |||
.infobox-nowrap-labels th { | |||
white-space: nowrap; | |||
} | |||
.infobox-padded td, .infobox-padded th { | |||
padding: 0.4em 0.8em 0.4em 0em; | |||
} | |||
.infobox td, | |||
.infobox th { | |||
vertical-align: top; | |||
text-align: right; | |||
} | |||
.infobox caption { | |||
font-size: larger; | |||
margin-left: inherit; | |||
font-weight: bold; | |||
} | |||
.infobox.bordered { | |||
border-collapse: collapse; | |||
} | |||
.infobox.bordered td, | |||
.infobox.bordered th { | |||
border: 1px solid #aaaaaa; | |||
} | |||
.infobox.top-bordered td, | |||
.infobox.top-bordered th { | |||
border-top: 1px solid #aaaaaa; | |||
} | |||
.infobox.bordered .borderless td, | |||
.infobox.bordered .borderless th, | |||
.infobox.top-bordered .borderless th, | |||
.infobox.top-bordered .borderless td, | |||
.infobox td.borderless, | |||
.infobox th.borderless { | |||
border: 0; | |||
} | |||
/* nested infobox - inner infobox is part of a partent infobox */ | |||
.infobox .infobox { | |||
float: none; | |||
font-size: 100%; | |||
margin: 0; | |||
padding: 0; | |||
width: 100%; | |||
} | |||
.infobox.iGray th { | |||
background-color: #DFDFDF; | |||
text-align: right; | |||
font-weight: normal; | |||
} | |||
.infobox.iPink th { | |||
background-color: #FFB2B2; | |||
text-align: right; | |||
font-weight: normal; | |||
} | |||
.infobox.iOrange th { | |||
background-color: #FFCFB2; | |||
text-align: right; | |||
font-weight: normal; | |||
} | |||
.infobox.iYellow th { | |||
background-color: #F6FFB2; | |||
text-align: right; | |||
font-weight: normal; | |||
} | |||
.infobox.iOlive th { | |||
background-color: #D9FFB2; | |||
text-align: right; | |||
font-weight: normal; | |||
} | |||
.infobox.iGreen th { | |||
background-color: #BDFFB2; | |||
text-align: right; | |||
font-weight: normal; | |||
} | |||
.infobox.iBlue th { | |||
background-color: #B2C6FF; | |||
text-align: right; | |||
font-weight: normal; | |||
} | |||
.infobox.iPurple th { | |||
background-color: #BBB2FF; | |||
text-align: right; | |||
font-weight: normal; | |||
} | |||
.infobox.iLightPurple th { | |||
background-color: #D9B2FF; | |||
text-align: right; | |||
font-weight: normal; | |||
} | |||
.infobox.iBrown th { | |||
background-color: #E7DCC4; | |||
text-align: right; | |||
font-weight: normal; | |||
} | |||
.infobox.iDarkKhaki th { | |||
background-color: #BDB76B; | |||
text-align: right; | |||
font-weight: normal; | |||
} | |||
.infobox.iKhaki th { | |||
background-color: #F0E68C; | |||
text-align: right; | |||
font-weight: normal; | |||
} | |||
.infobox.iGold th { | |||
background-color: #FFD700; | |||
text-align: right; | |||
font-weight: normal; | |||
} | |||
.infobox.iDarkGold th { | |||
background-color: #DAA520; | |||
text-align: right; | |||
font-weight: normal; | |||
} | |||
.infobox.iSilver th { | |||
background-color: #C0C0C0; | |||
text-align: right; | |||
font-weight: normal; | |||
} | |||
/* תיבות ניווט (כלומר, תיבות המסתירות חלקים מעצמן) מוויקיפדיה בגרמנית */ | |||
div.Boxmerge, | |||
div.NavFrame { | |||
border-collapse: collapse; | |||
border: 1px #aaaaaa solid; | |||
font-size: 95%; | |||
margin: 0; | |||
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; | float: left; | ||
margin: 0; | |||
margin-top: 0.5em; | |||
padding: 2px; | |||
} | |||
div.NavFrame div.NavHead { | |||
background-color: #ccccff; | |||
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: 0; | |||
padding: 0; | |||
} | |||
a.NavToggle { | |||
font-size: 80%; | |||
font-weight: normal; | |||
left: 3px; | |||
position: absolute; | |||
top: 0; | |||
} | |||
/* טבלאות ניווט */ | |||
.navbox { | |||
background-color: #f9f9f9; | |||
border: 1px solid #aaa; | |||
clear: both; | |||
font-size: 90%; | |||
margin: 1em 0 0; | |||
padding: 2px; | |||
text-align: center; | |||
width: 100%; | |||
} | |||
table.navbox th { | |||
background-color: #ccf; | |||
} | |||
.navbox-abovebelow, th.navbox-group, .navbox-subgroup .navbox-title { | |||
background: #ddddff none repeat scroll 0 0; | |||
} | |||
th.navbox-group { | |||
text-align: left; | |||
white-space: nowrap; | |||
} | |||
.navbox-group, .navbox-title, .navbox-abovebelow { | |||
line-height: 1.5em; | |||
padding: 0.25em 1em; | |||
text-align: center; | |||
} | |||
.navbox-inner, | |||
.navbox-subgroup { | |||
width: 100%; | |||
} | |||
@media print { | |||
.navbox { | |||
display: none; | |||
} | |||
document.addEventListener("play", function(e){ | |||
if(e.target.tagName === "AUDIO"){ | |||
var audios = document.getElementsByTagName("audio"); | |||
for(var i = 0; i < audios.length; i++){ | |||
if(audios[i] !== e.target){ | |||
audios[i].pause(); | |||
} | |||
} | |||
} | |||
}, true); | |||
/*הגדרות עיצוב לדפי ארכיון*/ | |||
.mw-parser-output:has(.mw-archivedtalk):not(.page-תבנית_ארכיון .mw-parser-output) { | |||
background-color: #F3F9FF; | |||
border-color: #AAAAAA; | |||
border-style: solid; | |||
border-width: 1px; | |||
margin: 0px auto; | |||
padding: 0px 10px; | |||
} | |||
/* טיפול בתזוזת הטילדה משמאל לימין בחשבונות זמניים */ | |||
[title^="מיוחד:תרומות/~20"], | |||
[title^="משתמש:~20"] { | |||
direction: ltr; | |||
unicode-bidi: isolate; | |||
} | |||