Differenze tra le versioni di "MediaWiki:Mobile.css"
Jump to navigation
Jump to search
Etichette: Modifica da web per mobile, Modifica da mobile |
|||
| Riga 27: | Riga 27: | ||
padding: 0 10px 10px 10px; | padding: 0 10px 10px 10px; | ||
box-shadow: 0 2px 2px rgba(0,0,0,0.1); | box-shadow: 0 2px 2px rgba(0,0,0,0.1); | ||
| + | } | ||
| + | .mw-parser-output .mainpage_box .items { | ||
| + | |||
| + | border-top: 1px solid | ||
| + | |||
| + | #CCC; | ||
| + | padding-top: 0.5em; | ||
| + | |||
} | } | ||
Versione delle 19:26, 9 gen 2020
/* CSS placed here will affect users of the mobile site */
.mobile-float-reset { float: none !important; width: 100% !important; }
/* Floating table headers for Wikimedia_Hackathon_2018/Program */
@supports (position:sticky) or (position:-webkit-sticky) {
/*.wikitable.sticky {*/
/* max-height: 90vh;*/
/* overflow: auto; !important;*/
/*}*/
/*.wikitable.sticky > * > tr.sticky > th {*/
/* position: -webkit-sticky;*/
/* position: sticky;*/
/* top: 0;*/
/*}*/
/*.wikitable.sticky > * > tr:not(.sticky) > th:first-child {
position: -webkit-sticky;
position: sticky;
left: 0;
}*/
}
.mainpage_box {
flex: 1;
margin: 5px;
min-width: 210px;
border: 1px solid #CCC;
padding: 0 10px 10px 10px;
box-shadow: 0 2px 2px rgba(0,0,0,0.1);
}
.mw-parser-output .mainpage_box .items {
border-top: 1px solid
#CCC;
padding-top: 0.5em;
}