MediaWiki:Mobile.css: Difference between revisions
no edit summary
imported>Jacob Robertson No edit summary |
imported>Jacob Robertson No edit summary |
||
Line 56: | Line 56: | ||
grid-template-rows: 50% 50%; | grid-template-rows: 50% 50%; | ||
grid-template-columns: 50% 50%; | grid-template-columns: 50% 50%; | ||
grid-area: 4 / 2 / | grid-area: 4 / 2 / 8 / 4; | ||
} | } | ||
Line 91: | Line 91: | ||
.em-trails { | .em-trails { | ||
grid-area: 1 / 1; | grid-area: 1 / 1; | ||
margin-top: | margin-top: .8em; | ||
margin-bottom: . | margin-bottom: .4em; | ||
margin-left: | margin-left: .8em; | ||
margin-right: . | margin-right: .4em; | ||
} | } | ||
.em-guides { | .em-guides { | ||
grid-area: 1 / 2; | grid-area: 1 / 2; | ||
margin-top: | margin-top: .8em; | ||
margin-bottom: . | margin-bottom: .4em; | ||
margin-left: . | margin-left: .4em; | ||
margin-right: | margin-right: .8em; | ||
} | } | ||
.em-skills { | .em-skills { | ||
grid-area: 2 / 1; | grid-area: 2 / 1; | ||
margin-top: . | margin-top: .4em; | ||
margin-bottom: | margin-bottom: .8em; | ||
margin-left: | margin-left: .8em; | ||
margin-right: . | margin-right: .4em; | ||
} | } | ||
.em-landmarks { | .em-landmarks { | ||
grid-area: 2 / 2; | grid-area: 2 / 2; | ||
margin-top: . | margin-top: .4em; | ||
margin-bottom: | margin-bottom: .8em; | ||
margin-left: . | margin-left: .4em; | ||
margin-right: | margin-right: .8em; | ||
} | } | ||
.em-pathways { | .em-pathways { | ||
grid-area: | grid-area: 8 / 2 / 9 / 4; | ||
font-style: italic; | font-style: italic; | ||
font-weight: bold; | font-weight: bold; | ||
Line 153: | Line 153: | ||
padding: 0.2em 1em 0.2em 1em; | padding: 0.2em 1em 0.2em 1em; | ||
font-weight: bold; | font-weight: bold; | ||
text-align: center; | text-align: center; | ||
} | } | ||
Line 183: | Line 182: | ||
} | } | ||
.em-bphrase { | .em-bphrase { | ||
padding-top: 0em; | padding-top: 0em; | ||
font-style: italic; | font-style: italic; | ||
Line 255: | Line 253: | ||
display: table-row; | display: table-row; | ||
height: 5%; | height: 5%; | ||
} | } | ||
div.em-bubble-outer-old { | div.em-bubble-outer-old { | ||
Line 271: | Line 263: | ||
div.em-hide-deluded-yes, div.em-hide-learning-yes, div.em-hide-training-yes, div.em-hide-masterful-yes, div.em-hide-enlightened-yes, | div.em-hide-deluded-yes, div.em-hide-learning-yes, div.em-hide-training-yes, div.em-hide-masterful-yes, div.em-hide-enlightened-yes, | ||
div.em-hide-beacons-yes, div.em-hide-attention-yes, div.em-hide-adaptation-yes, div.em-hide-association-yes, | div.em-hide-beacons-yes, div.em-hide-attention-yes, div.em-hide-adaptation-yes, div.em-hide-association-yes, | ||
div.em-hide-pathways-yes, div.em-hide-skills-yes, div.em-hide-trails-yes, div.em-hide-guides-yes | div.em-hide-pathways-yes, div.em-hide-skills-yes, div.em-hide-trails-yes, div.em-hide-guides-yes, div.em-hide-landmarks-yes | ||
):where(:not(:hover)) | ):where(:not(:hover)) | ||
{ | { |