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

מתוך צפונות ויקי
(ניסוי)
 
(ניסוי.)
שורה 20: שורה 20:
span.pgn-row-legend, span.pgn-file-legend { position: absolute; }
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; }
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;
}

גרסה מ־15:10, 6 בנובמבר 2015

/* CSS placed here will affect users of the mobile site */
.noJavascript { 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;
}