MediaWiki:Mobile.css: differenze tra le versioni
Vai alla navigazione
Vai alla ricerca
Nessun oggetto della modifica Etichette: Modifica da mobile Modifica da web per mobile |
Nessun oggetto della modifica |
||
| (2 versioni intermedie di uno stesso utente non sono mostrate) | |||
| 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); | ||
background:#red; | |||
} | |||
.mw-parser-output .mainpage_box .items { | |||
border-top: 1px solid | |||
#CCC; | |||
padding-top: 0.5em; | |||
} | } | ||
Versione attuale delle 18:34, 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);
background:#red;
}
.mw-parser-output .mainpage_box .items {
border-top: 1px solid
#CCC;
padding-top: 0.5em;
}