מדיה ויקי: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) |
||
(47 גרסאות ביניים של 4 משתמשים אינן מוצגות) | |||
שורה 1: | שורה 1: | ||
/* הסגנונות הנכתבים כאן ישפיעו על כל העיצובים */ | /* הסגנונות הנכתבים כאן ישפיעו על כל העיצובים */ | ||
body.page-עמוד_ראשי div.floatleft { | body.page-עמוד_ראשי div.floatleft {display:none !important } | ||
body.page-עמוד_ראשי div.floatleft {display:none !important } | |||
body.page-עמוד_ראשי #p-personal a.new:visited { } | |||
/* הסתרת שורת הכותרת בעמוד הראשי */ | /* הסתרת שורת הכותרת בעמוד הראשי */ | ||
.page-עמוד_ראשי #firstHeading { | .page-עמוד_ראשי #firstHeading { | ||
display : none !important; | display : none !important; | ||
} | |||
.page-עמוד_ראשי #catlinks { | |||
display : none !important; | |||
} | |||
.page-עמוד_ראשי #contentSub { | |||
display : none !important; | |||
} | |||
.page-משתמש_Men770_עמוד_ראשי_ארגז_חול #firstHeading { | |||
display : none !important; | |||
} | |||
.page-משתמש_Men770_עמוד_ראשי_ארגז_חול #catlinks { | |||
display : none !important; | |||
} | |||
.page-משתמש_Men770_עמוד_ראשי_ארגז_חול #contentSub { | |||
display : none !important; | |||
} | } | ||
/* קיצור ה־Site notice כדי שלא יתנגש עם הקואורדינטות */ | |||
#mw-dismissable-notice { | |||
width: 80%; | |||
} | |||
/* הקטנת גודל הטקסט בהערות שוליים */ | /* הקטנת גודל הטקסט בהערות שוליים */ | ||
שורה 13: | שורה 37: | ||
font-size: 85%; | font-size: 85%; | ||
} | } | ||
/*הסתרת אייקון של קישורים חיצוניים */ | /*הסתרת אייקון של קישורים חיצוניים */ | ||
שורה 20: | שורה 43: | ||
background: none !important; | background: none !important; | ||
} | } | ||
/* עבור מונחון */ | |||
.wpAbbreviation{ | |||
border-bottom:1px dotted #696969; | |||
cursor:help; | |||
} | |||
/* עיצוב לתיבת משוב */ | |||
#feedbackTextArea { | |||
height:16px; | |||
width:auto; | |||
overflow:auto; | |||
color:#999999; | |||
} | |||
.feedbackWrapper{ | |||
text-align:center; | |||
margin-top: 1em; | |||
} | |||
.feedbackDiv{ | |||
display:inline-block; | |||
background-color: #F9F9F9; | |||
border: 1px solid #CCCCCC; | |||
font-weight:bold; | |||
} | |||
#feedbackTitle { | |||
width:250px; | |||
color:#999999; | |||
} | |||
#feedbackHelpDiv{ | |||
text-align:right; | |||
font-size:small; | |||
font-weight:normal; | |||
} | |||
#loadFeedbackHelp{ | |||
cursor:pointer; | |||
} | |||
#feedbackSubmit { | |||
font-weight:normal; | |||
} | |||
/* container for toggles used in [[MediaWiki:ImgToggle.js]] */ | |||
.aTogglesContainer{ | |||
clear:both; | |||
} | |||
.imgtoggleboxTitle{ | |||
display:none; | |||
} | |||
/* add horizontal scrollbar to "pre" elements */ | |||
pre { | |||
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]] */ | |||
.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; | |||
ol | |||
} | } | ||
.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: 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; | |||
/*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 */ |
גרסה אחרונה מ־13:44, 4 ביולי 2024
/* הסגנונות הנכתבים כאן ישפיעו על כל העיצובים */
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 : none !important;
}
.page-עמוד_ראשי #contentSub {
display : none !important;
}
.page-משתמש_Men770_עמוד_ראשי_ארגז_חול #firstHeading {
display : none !important;
}
.page-משתמש_Men770_עמוד_ראשי_ארגז_חול #catlinks {
display : none !important;
}
.page-משתמש_Men770_עמוד_ראשי_ארגז_חול #contentSub {
display : none !important;
}
/* קיצור ה־Site notice כדי שלא יתנגש עם הקואורדינטות */
#mw-dismissable-notice {
width: 80%;
}
/* הקטנת גודל הטקסט בהערות שוליים */
.references {
font-size: 85%;
}
/*הסתרת אייקון של קישורים חיצוניים */
.external {
padding: 0 !important;
background: none !important;
}
/* עבור מונחון */
.wpAbbreviation{
border-bottom:1px dotted #696969;
cursor:help;
}
/* עיצוב לתיבת משוב */
#feedbackTextArea {
height:16px;
width:auto;
overflow:auto;
color:#999999;
}
.feedbackWrapper{
text-align:center;
margin-top: 1em;
}
.feedbackDiv{
display:inline-block;
background-color: #F9F9F9;
border: 1px solid #CCCCCC;
font-weight:bold;
}
#feedbackTitle {
width:250px;
color:#999999;
}
#feedbackHelpDiv{
text-align:right;
font-size:small;
font-weight:normal;
}
#loadFeedbackHelp{
cursor:pointer;
}
#feedbackSubmit {
font-weight:normal;
}
/* container for toggles used in [[MediaWiki:ImgToggle.js]] */
.aTogglesContainer{
clear:both;
}
.imgtoggleboxTitle{
display:none;
}
/* add horizontal scrollbar to "pre" elements */
pre {
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]] */
.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: 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;
/*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 */