Jump to content

MediaWiki:Mobile.css: Difference between revisions

no edit summary
No edit summary
No edit summary
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 */


/*  
/**********************************
  *  PageNotice Extension Footer Fixes for Packed Galleries  
* Related Articles modifications *
  */
  **********************************/
 
.ra-read-more h2 {
    font-family: Tico;
}
 
/* Dark mode specific */
 
.client-dark-mode .ra-read-more h2, .client-dark-mode .ext-related-articles-card-list .ext-related-articles-card-extract {
    color: white;
}
.client-dark-mode .ext-related-articles-card-list h3:after {
    background-image: linear-gradient(to right,rgba(255,255,255,0),#222222 50%);
}
.client-dark-mode .ext-related-articles-card-list .ext-related-articles-card {
    background: #222222;
}
.client-dark-mode .ext-related-articles-card-list .ext-related-articles-card-thumb {
    background-color: gray;
}
.client-dark-mode ul.ext-related-articles-card-list {
    list-style-image: none;
}
.client-dark-mode .ext-related-articles-card-list .ext-related-articles-card-thumb-placeholder {
    filter: invert(1);
}
.client-dark-mode .ext-related-articles-card-list .ext-related-articles-card-thumb {
    filter: invert(0);
}
 
/**********************************************************
  * PageNotice Extension Footer Fixes for Packed Galleries *
  **********************************************************/
#bottom-notice-ns ul.mw-gallery-packed,  
#bottom-notice-ns ul.mw-gallery-packed,  
#bottom-notice-ns ul.mw-gallery-packed-overlay,  
#bottom-notice-ns ul.mw-gallery-packed-overlay,