2,956
edits
No edit summary Tags: Mobile edit Mobile web edit |
(Kept up to date with Common.css) |
||
Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the mobile site */ | /* All CSS here will be loaded for users of the mobile site */ | ||
/*==Expandables and calculations==*/ | |||
.xpContent{display:none; color:#090; cursor:crosshair} | .xpContent{display:none; color:#090; cursor:crosshair} | ||
.ppContent{display:none; position:absolute; padding:0.5em; border:1px solid; box-shadow:0 0 1em #999; cursor:crosshair; background:#FFFFF3; z-index:2} | .ppContent{display:none; position:absolute; padding:0.5em; border:1px solid; box-shadow:0 0 1em #999; cursor:crosshair; background:#FFFFF3; z-index:2} | ||
Line 13: | Line 15: | ||
.calc a:hover{text-decoration:underline} | .calc a:hover{text-decoration:underline} | ||
.ecalc{display:none} | .ecalc{display:none} | ||
.forMore{color:#090; cursor:pointer; text-decoration:none} | .forMore{color:#090; cursor:pointer; text-decoration:none; border:1px solid #EEE} | ||
.forMore:hover{text-decoration:underline} | .forMore:hover{text-decoration:underline} | ||
/*==File graph==*/ | |||
.fileGraph{position:relative; width:100%; height:28em; border:1px dashed grey; background:#FFFFF3; user-select:none} | .fileGraph{position:relative; width:100%; height:28em; border:1px dashed grey; background:#FFFFF3; user-select:none} | ||
.fgNode{position:absolute; border:1px solid; padding:0 0.25em; background:#FFF; box-shadow:0 0 0.1em #333; transform:translate(-50%,0%); z-index:1} | .fgNode{position:absolute; border:1px solid; padding:0 0.25em; background:#FFF; box-shadow:0 0 0.1em #333; transform:translate(-50%,0%); z-index:1} | ||
.fgConnect{display:none; position:absolute; border:1px solid; background:#FFF; font-family:sans-serif; font-size:75%; transform-origin:0% 50%; white-space:nowrap; overflow:hidden} | .fgConnect{display:none; position:absolute; border:1px solid; background:#FFF; font-family:sans-serif; font-size:75%; transform-origin:0% 50%; white-space:nowrap; overflow:hidden} | ||
/*==Considerations table==*/ | |||
.consideration-summary { margin:-0.125em 0 0.125em 1em; display:list-item; list-style:square inside; font-style:italic; color:#652; text-decoration:underline #CD0} | |||
/*==Text levels==*/ | |||
pre.levels { padding:0.125em } | |||
/*==Word changers==*/ | |||
.altOuter {color:#2F2; cursor:pointer; display:none} | |||
.altInner {color:#080; border:1px solid #EEE} | |||