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

מתוך ויקיפדיה, האנציקלופדיה החופשית
תוכן שנמחק תוכן שנוסף
מאין תקציר עריכה
מאין תקציר עריכה
שורה 53: שורה 53:
text-align: center !important;
text-align: center !important;
}
}

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

גרסה מ־23:10, 5 באפריל 2019

/* CSS placed here will affect users of the mobile site */

.noJavascript { display: none; }


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

.imgtoggleboxTitle { display: none; }


/*  עבור תבנית pgn, להצגת משחקי שחמט. */
.pgn-sourcegame { display: none }
 
img.pgn-chessPiece { position: absolute; z-index: 3; }
div.pgn-board-div { position: relative; margin: 1em; border: 8px ridge grey; border-radius: 10px; }
div.pgn-slider { width: 180px; margin: auto; }
table.pgn-table { direction: ltr; width: 360px; }
td.pgn-selector { height: 2em; text-align: center; vertical-aligh: middle; }
td.pgn-controls { height: 2em; text-align: right; vertical-align: top; }
td.pgn-legend { text-align: center; vertical-align: middle; }
div.pgn-pgn-display, div.pgn-gameset-div { direction: ltr; }
div.pgn-descriptions { width: 16em; overflow: auto; }
span.pgn-movelink { margin: 0 0.3em; cursor: alias; }
span.pgn-steplink { margin: 0 0.3em; color: green; font-weight: bold; }
span.pgn-comment { margin: 0 0.3em; color: blue; background-color: lightblue; font-weight: bold; }
p.pgn-rtl-comment { direction: rtl; text-align: right; }
span.pgn-current-move { background-color: #00c; color: yellow; cursor: auto; }
span.pgn-row-legend, span.pgn-file-legend { position: absolute; }
div.pgn-pgndiv { direction: ltr; text-align: left; overflow-y: auto; overflow-x: hidden; position: relative; }

/* 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 ;
}

.chess-template  td { 
	padding: 0 !important; 
	vertical-align: middle !important;
	text-align: center !important;
}

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