MediaWiki:Mobile.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 12:
* Group common css rules together where possible.
 
If you are looking for .mobile-float-reset (see [[:phab:T56176]]), use TemplateStyles instead.
Do not put specific styles for the following into this file:
.mobile-float-reset {
 
float: none !important;
== Template:Navbar (.navbar) ==
width: 100% !important;
See [[Template:Navbar/styles.css]] ([[Template_talk:Navbar#Request%3A_Add_template_styles_to_existing_stylesheet]])
}
 
== Template:Hlist (.hlist) ==
See [[Template:Hlist/styles.css]]
 
*/
 
/* Reset user agent styles. We don't reset small or blockquote here deliberately */
/* Mobile template hacks (see phab T56176)
cite,
If you are looking for the following, please update your template to use TemplateStyles:
dfn {
.mobile-float-reset {
font-style: inherit;
float: none !important;
width: 100% !important;
}
 
q {
*/
quotes: '"' '"' "'" "'";
 
}
 
/* Hide the images */
Line 51 ⟶ 48:
}
 
/* For linked citation numbers and document IDs, where
the number need not be shown on a screen or a handheld,
but should be included in the printed version
TODO: Move to Citation template when templates have stylesheets
See https://www.mediawiki.org/wiki/Requests_for_comment/Allow_styling_in_templates
*/
@media screen, handheld {
.citation *.printonly {
display: none;
}
}
/*
Should be moved into Template:Cite_web
Line 73 ⟶ 59:
DO NOT style infobox's here. That should be taken care of in the associated templates via template styles. Styles here will lead to flash of unstyled content on mobile.
*/
/* removed inline from module as we work toward Tstyles support
* Use three classes to match specificity of MobileFrontend/Minerva selectors */
.content .mw-parser-output .infobox-header,
.content .mw-parser-output .infobox-subheader,
.content .mw-parser-output .infobox-above,
.content .mw-parser-output .infobox-title,
.content .mw-parser-output .infobox-image,
.content .mw-parser-output .infobox-full-data,
.content .mw-parser-output .infobox-below {
text-align: center;
}
 
/* Default styling for Navbar template
TODO: Move to Navbar template ASAP
*/
.navbar {
display: inline;
font-size: 88%;
font-weight: normal;
}
.navbar ul {
display: inline;
white-space: nowrap;
}
.navbar li {
word-spacing: -0.125em;
}
.navbar.mini li span {
font-variant: small-caps;
}
/* Navbar styling when nested in infobox and navbox */
.navbox .navbar,
.infobox .navbar {
font-size: 100%;
}
.navbox .navbar {
display: block;
}
.navbox-title .navbar {
/* @noflip */
float: left;
/* @noflip */
text-align: left;
/* @noflip */
margin-right: 0.5em;
width: 6em;
}
/* Unbulleted lists e.g. Barack Obama page*/
.plainlist ul {
Line 114 ⟶ 76:
padding-left: 0; /* Reset Minerva defaults */
}
 
.visualhide {
position: absolute;
left: -10000px;
top: auto;
width: 1px;
height: 1px;
overflow: hidden;
}
 
/* Geographical coordinates hidden in mobile. Any styles relating to them should be put inside
.[[Template:Coord/link]]
*/
 
/* Prevent line breaks in silly places:
1) Where desired
2) Links when we don't want them to
3) Bold "links" to the page itself
4) Ref tags with group names <ref group="Note"> --> "[Note 1]"
Please document here what pages use this
Enabled
*/
.mw-parser-output .nowrap,
.nowraplinks a, {
.nowraplinks .selflink,
sup.reference a {
white-space: nowrap;
}
Line 151 ⟶ 94:
}
 
/* Generic class for Times-based serif, texhtml class for inline math */
.times-serif,
span.texhtml {
font-family: serif;
}
span.texhtml {
white-space: nowrap;
}
 
/* Enable custom list style types for lists of references */
.reflist ol.references {
list-style-type: inherit;
}
 
/* Hanging indentation for Template:Refbegin */
.refbegin-hanging-indents > ul,
.refbegin-hanging-indents > dl {
list-style-type: none;
margin-left: 0;
}
.refbegin-hanging-indents > ul > li,
.refbegin-hanging-indents > dl > dd {
margin-left: 0;
padding-left: 1.0em;
text-indent: -1.0em;
list-style: none;
}
 
Line 201 ⟶ 122:
padding: 0.25em 0.9em;
}
 
/* Normal font styling for wikitable row headers with scope="row" tag */
.wikitable.plainrowheaders th[scope=row] {
font-weight: normal;
/* @noflip */
text-align: left;
}
 
 
/**
Line 241 ⟶ 170:
content: ": ";
}
/* Should be removed and moved to templates once TemplateStyles is live */
 
/* Should be removed and moved to templates once TemplateStyles is live */
.heading-holder hlist li:after,
.mw-parser-output .hlist dd:last-child:after,
Line 251 ⟶ 180:
/* Add parentheses around nested lists */
/* Should be removed and moved to templates once TemplateStyles is live */
.mw-parser-output .hlist dd dd:first-child:before, .mw-parser-output .hlist dd dt:first-child:before, .mw-parser-output .hlist dd li:first-child:before,
.mw-parser-output .hlist dt dd:first-child:before, .mw-parser-output .hlist dt dt:first-child:before, .mw-parser-output .hlist dt li:first-child:before,
.mw-parser-output .hlist li dd:first-child:before, .mw-parser-output .hlist li dt:first-child:before, .mw-parser-output .hlist li li:first-child:before {
.mw-parser-output .hlist dt dd:first-child:before,
.mw-parser-output .hlist dt dt:first-child:before,
.mw-parser-output .hlist dt li:first-child:before,
.mw-parser-output .hlist li dd:first-child:before,
.mw-parser-output .hlist li dt:first-child:before,
.mw-parser-output .hlist li li:first-child:before {
content: " (";
font-weight: normal;
}
/* Should be removed and moved to templates once TemplateStyles is live */
.mw-parser-output .hlist dd dd:last-child:after, .mw-parser-output .hlist dd dt:last-child:after, .mw-parser-output .hlist dd li:last-child:after,
.mw-parser-output .hlist dt dd:last-child:after, .mw-parser-output .hlist dt dt:last-child:after, .mw-parser-output .hlist dt li:last-child:after,
.mw-parser-output .hlist li dd:last-child:after, .mw-parser-output .hlist li dt:last-child:after, .mw-parser-output .hlist li li:last-child:after {
.mw-parser-output .hlist dt dd:last-child:after,
.mw-parser-output .hlist dt dt:last-child:after,
.mw-parser-output .hlist dt li:last-child:after,
.mw-parser-output .hlist li dd:last-child:after,
.mw-parser-output .hlist li dt:last-child:after,
.mw-parser-output .hlist li li:last-child:after {
content: ") ";
font-weight: normal;
}
 
/* Put ordinals in front of ordered list items */
/* Should be removed and moved to templates once TemplateStyles is live */
Line 269 ⟶ 211:
counter-reset: listitem;
}
 
/* Should be removed and moved to templates once TemplateStyles is live */
.mw-parser-output .hlist ol > li {
counter-increment: listitem;
}
 
/* Should be removed and moved to templates once TemplateStyles is live */
.mw-parser-output .hlist ol > li:before {
Line 278 ⟶ 222:
white-space: nowrap;
}
 
/* Should be removed and moved to templates once TemplateStyles is live */
.mw-parser-output .hlist dd ol > li:first-child:before,
Line 288 ⟶ 233:
 
@media print {
.navbox,
.navbox, .hatnote, .ambox { display: none; }
.hatnote,
}
.ambox {
 
display: none !important;
.mobileonly {
}
display: initial;
}
 
.nomobile {
display: none;
}
 
span.bibleQuoteRef {
color: #36b;
font-weight: bold;
Line 308 ⟶ 249:
}
 
div.bibleQuoteRef {
border: 1px solid Gray;
border-radius: 6px;
padding: 6px 12px;
margin: 6px auto;
max-width: 80%;
background-color:Gray;
}
/*
.bibleQuoteRef:hover {
text-decoration: underline;
}
*/
.bibleGetQuote {
display: none;
position: absolute;
border: 1px solid #aaa;
padding: 9px 12px;
background-color: white;
box-shadow: 6px 6px 12px lightgray;
max-width: 90vw400px;
min-width: 380px;
font-size: .8em;
}
 
.bibleGetQuote .bibleVersionready {
position: absolute;
text-align: center;
top: 0;
}
 
.bibleGetQuote.hidden {
left: -1000px;
}
 
.bibleGetQuote.sticky {
overflow-y: auto;
height: 90vh;
border-right: 0px;
}
 
.bibleGetQuote.sticky .closeButton {
display: block;
position: absolute;
top: 3px;
right: 5px;
background-color: lightgrey;
border: 1px groove Gray;
font-weight: bold;
text-align: center;
color: darkred;
width: 2em;
height: 1.8em;
font-size: 1em;
padding-top: .4em;
color: DarkRed;
cursor: pointer;
}
 
.bibleGetQuote.sticky .bookChaptercloseButton:hover {
background-color: darkred#dfdfdf;
color: Red;
}
 
.bibleQuoteRefBroken {
color:#36b;
font-weight:bold;
display: inline-block;
line-height: 0.8em;
border-bottom: 1px dashed Red;
cursor: help;
}
 
.bibleQuoteRefBrokenReason {
color:red;
font-weight:bold;
cursor:help;
}
 
/*.bibleQuote.results { font-family:'Quattrocento'; }*/
.bibleQuote.results p { margin: 0; }
.bibleQuote.results .bibleVersion {
color: #5a5aad;
text-align: center;
font-size:0.9em;
font-weight: bold;
font-style: normal;
text-decoration: none;
}
.bibleQuote.results .bookChapter {
color: #b40505;
font-size:1em;
font-weight: bold;
font-style: normal;
text-decoration: none;
text-align: left;
}
.bibleQuote.results .versesParagraph {
color: #666666;
text-align: justify;
font-size:1em;
font-weight: normal;
font-style: normal;
text-decoration: none;
line-height: 1.5em;
}
 
.bibleGetQuotebibleQuote.results .versesParagraph .verseNum {
color: #AA0000;
margin: 0px 3px;
font-weight: bold;
font-style: normal;
text-decoration: none;
vertical-align: baseline;
position: relative; top: -0.6em;
font-size: .83em;
/*vertical-align: super;*/
color: Blue;
}
 
.bibleGetQuotebibleQuote.results .versesParagraph .sm { text-transform: lowercase; font-variant: small-caps; }
.bibleQuote.results .versesParagraph .pof { display: block; text-indent: 0; margin-top:.1em; margin-left:5%; line-height: 160%; }
text-align: justify;
.bibleQuote.results .versesParagraph .po { display: block; margin-left:5%; line-height: 160%; }
.bibleQuote.results .versesParagraph .pol { display: block; margin-left:5%; margin-bottom:1em; line-height: 160%; }
.bibleQuote.results .versesParagraph .pos { display: block; margin-top:0.3em; margin-left:5%; line-height: 110%; }
.bibleQuote.results .versesParagraph .poif { display: block; margin-left:7%; margin-top:1%; line-height: 160%; }
.bibleQuote.results .versesParagraph .poi { display: block; margin-left:7%; line-height: 160%; }
.bibleQuote.results .versesParagraph .poil { display: block; margin-left:7%; margin-bottom:.1em; line-height: 160%; }
.bibleQuote.results .versesParagraph .po3 { display: block; margin-left:7%; line-height: 110%; }
.bibleQuote.results .versesParagraph .po3l { display: block; margin-left:7%; line-height: 110%; }
.bibleQuote.results .versesParagraph .speaker { font-weight: bold; background-color: #eeeeee; padding: 3px; border-radius: 3px; font-size: 1em; }
.bibleQuote.results .versesParagraph .pr { display: block; text-align: right; font-style: italic; font-size: .8em; line-height: 90%; margin-bottom: -.1em; }
.bibleQuote.results span.bookChapter { margin-left: 12px; }
.bibleQuote.errors { display: none; }
.bibleQuote.info { display: none; }
 
.citation.libro .autore, .citation.pubblicazione .autore { font-variant: small-caps; }
 
.lds-spinner {
display: block;
position: relative;
margin: 0px auto;
width: 80px;
height: 80px;
}
.lds-spinner div {
transform-origin: 40px 40px;
animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
content: " ";
display: block;
position: absolute;
top: 3px;
left: 37px;
width: 6px;
height: 18px;
border-radius: 20%;
background: #fff;
}
.lds-spinner div:nth-child(1) {
transform: rotate(0deg);
animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
transform: rotate(30deg);
animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
transform: rotate(60deg);
animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
transform: rotate(90deg);
animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
transform: rotate(120deg);
animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
transform: rotate(150deg);
animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
transform: rotate(180deg);
animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
transform: rotate(210deg);
animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
transform: rotate(240deg);
animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
transform: rotate(270deg);
animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
transform: rotate(300deg);
animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
transform: rotate(330deg);
animation-delay: 0s;
}
@keyframes lds-spinner {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}