MediaWiki:Mobile.css: Difference between revisions
no edit summary
imported>Jacob Robertson No edit summary |
imported>Jacob Robertson No edit summary |
||
Line 82: | Line 82: | ||
width: 100%; | width: 100%; | ||
display: table; | display: table; | ||
height: 100%; | |||
} | |||
div.em-bubble-container-row1 { | |||
width: 100%; | |||
display: table-row; | |||
height: 95%; | |||
} | } | ||
div.em-bubble { | div.em-bubble { | ||
Line 94: | Line 100: | ||
text-align: center; | text-align: center; | ||
background-image: linear-gradient(to right, #fcbba1, #ffdb8b); | background-image: linear-gradient(to right, #fcbba1, #ffdb8b); | ||
} | |||
div.em-bubble-container-row2{ | |||
width: 100%; | |||
display: table-row; | |||
height: 5%; | |||
} | |||
div.em-pathways { | |||
position: relative; | |||
padding: 0em; | |||
margin: 0em; | |||
bottom: -.25em; | |||
} | |||
div.em-bubble-outer { | |||
position: relative; | |||
top: .85em; | |||
} | |||
:where( | |||
td.em-hide-ee-yes, td.em-hide-milestones-yes, td.em-hide-msarea-yes, | |||
td.em-hide-deluded-yes, td.em-hide-learning-yes, td.em-hide-training-yes, td.em-hide-masterful-yes, td.em-hide-enlightened-yes, | |||
td.em-hide-beacons-yes, td.em-hide-attention-yes, td.em-hide-adaptation-yes, td.em-hide-association-yes, | |||
div.em-hide-pathways-yes, div.em-hide-skills-yes, div.em-hide-trails-yes, div.em-hide-guides-yes | |||
):where(:not(:hover)) | |||
{ | |||
grayscale: 35%; | |||
opacity: 55%; | |||
} | } | ||
Line 290: | Line 322: | ||
margin-block-end: 0em; | margin-block-end: 0em; | ||
color: #000080; | color: #000080; | ||
} | |||
/**************************************** WIKIPEDIA CSS *******************************************/ | |||
/* Infobox template style */ | |||
.infobox { | |||
border: 1px solid #a2a9b1; | |||
border-spacing: 3px; | |||
background-color: #f8f9fa; | |||
color: black; | |||
/* @noflip */ | |||
margin: 0.5em 0 0.5em 1em; | |||
padding: 0.2em; | |||
/* @noflip */ | |||
float: right; | |||
/* @noflip */ | |||
clear: right; | |||
font-size: 88%; | |||
line-height: 1.5em; | |||
width: 22em; | |||
} | |||
.infobox-header, | |||
.infobox-label, | |||
.infobox-above, | |||
.infobox-full-data, | |||
.infobox-data, | |||
.infobox-below, | |||
.infobox-subheader, | |||
.infobox-image, | |||
.infobox-navbar, | |||
/* Remove element selector when every .infobox thing is using the standard module/templates */ | |||
.infobox th, | |||
.infobox td { | |||
vertical-align: top; | |||
} | |||
.infobox-label, | |||
.infobox-data, | |||
/* Remove element selector when every .infobox thing is using the standard module/templates */ | |||
.infobox th, | |||
.infobox td { | |||
/* @noflip */ | |||
text-align: left; | |||
} | |||
/* Remove .infobox when element selectors above are removed */ | |||
.infobox .infobox-above, | |||
.infobox .infobox-title, | |||
/* Remove element selector when every .infobox thing is using the standard module/templates */ | |||
.infobox caption { | |||
font-size: 125%; | |||
font-weight: bold; | |||
text-align: center; | |||
} | |||
.infobox-title, | |||
/* Remove element selector when every .infobox thing is using the standard module/templates */ | |||
.infobox caption { | |||
padding: 0.2em; | |||
} | |||
/* Remove .infobox when element selectors above are removed */ | |||
.infobox .infobox-header, | |||
.infobox .infobox-subheader, | |||
.infobox .infobox-image, | |||
.infobox .infobox-full-data, | |||
.infobox .infobox-below { | |||
text-align: center; | |||
} | |||
/* Remove .infobox when element selectors above are removed */ | |||
.infobox .infobox-navbar { | |||
/* @noflip */ | |||
text-align: right; | |||
} | } |