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

מתוך אוצר הספרים היהודי השיתופי
קפיצה לניווט קפיצה לחיפוש
(לקראת החלת הגופן החדש לניידים. מוויקיפדיה העברית, קרדיט ליוצרי הדף המקביל שם)
תגיות: עריכה ממכשיר נייד עריכה דרך האתר הנייד
(ניסוי)
 
שורה 1: שורה 1:
/* הסגנונות הנכתבים כאן ישפיעו על הגולשים באתר למכשירים ניידים בלבד */
/* הסגנונות הנכתבים כאן ישפיעו על הגולשים באתר למכשירים ניידים בלבד */
/* CSS placed here will affect users of the mobile site */
/* CSS placed here will affect users of the mobile site */
/*שינוי הפונט של תכני האתר*/
@import url('https://fonts.googleapis.com/css2?family=Bona+Nova:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css?family=Varela+Round');
.body{
font-family: 'Varela Round', sans-serif;
}
.mw-body{
font-family: 'Bona Nova', serif; font-size: 1.25em;
}


.noJavascript { display: none; }
.noJavascript { display: none; }
שורה 49: שורה 59:
*/
*/
ol.references { padding-left: 2em; }
ol.references { padding-left: 2em; }
/* ‫עיצוב infobox מוויקיפדיה באנגלית‬ */
/* @noflip */.infobox {
    float: left;
    clear: left;
    border: 1px solid #aaaaaa;
    background-color: #f9f9f9;
    color: black;
    margin-bottom: 0.5em;
    margin-right: 1em;
    padding: 0.2em;
    font-size: 0.9em;
    line-height: 1.4em;
}

גרסה אחרונה מ־12:55, 9 במאי 2024

/* הסגנונות הנכתבים כאן ישפיעו על הגולשים באתר למכשירים ניידים בלבד */
/* CSS placed here will affect users of the mobile site */
/*שינוי הפונט של תכני האתר*/
@import url('https://fonts.googleapis.com/css2?family=Bona+Nova:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css?family=Varela+Round');
.body{
	font-family: 'Varela Round', sans-serif;
}
.mw-body{
	font-family: 'Bona Nova', serif; font-size: 1.25em;
}


.noJavascript { display: none; }


.parameters, .paramvalidator-wrapper {
	display: none;
}

.imgtoggleboxTitle { display: none; }

/* required for pie chart in [[Module:גרפים]]  */
.transborder {
    border: solid transparent;
}


.mobileonly { display: inherit !important; }
.desktoponly { display: none; }

.content table.infobox caption {
	padding: 1px;
}

.content table.infobox td {
    width: inherit !important ;
}

.infobox caption {
    font-size: larger;
    margin-left: inherit;
    font-weight: bold;
}

.geo-nondefault, .geo-multi-punct { display: none; }

/* הצגת תבנית:אזהרה כללית במובייל */
.client-js .ambox .hide-when-compact,.client-js .ambox .mbox-image{display:inline-block;}

/* השוואת הפונט בכותרות לפונט בגוף הערך */
.pre-content h1, .content h1, .content h2 {
	font-family:inherit!important;
}

/*
ol.reference has margin-right of 2.25em in minerva. this is required so the ref number will be visible
for left-justified references, same is required on the left-hand side.
*/
ol.references { padding-left: 2em; }

/* ‫עיצוב infobox מוויקיפדיה באנגלית‬ */
/* @noflip */.infobox {
    float: left;
    clear: left;	
    border: 1px solid #aaaaaa;
    background-color: #f9f9f9;
    color: black;
    margin-bottom: 0.5em;
    margin-right: 1em;
    padding: 0.2em;
    font-size: 0.9em;
    line-height: 1.4em;
}