Differenze tra le versioni di "MediaWiki:Common.css"
Vai alla navigazione
Vai alla ricerca
(Creata pagina con "→fucking pseudo-responsive theme: @media screen and (max-width:600px) { #mw-panel #p-navigation { display:none; } #mw-panel #p-tb { display:none; } #mw-p...") |
(do not overflow thumb and videos) |
||
| Riga 15: | Riga 15: | ||
} | } | ||
#mw-panel #p-logo .mw-wiki-logo { | #mw-panel #p-logo .mw-wiki-logo { | ||
| − | width: | + | width:50px; |
| − | height: | + | height:50px; |
background-size: contain; | background-size: contain; | ||
} | } | ||
| Riga 41: | Riga 41: | ||
.mw-body { | .mw-body { | ||
margin-left: 0; | margin-left: 0; | ||
| + | } | ||
| + | .thumbinner { | ||
| + | width:100% !important; | ||
| + | padding:0 !important; | ||
| + | margin:auto; | ||
| + | } | ||
| + | .thumb.tright { | ||
| + | float:none; | ||
| + | margin:0; | ||
| + | } | ||
| + | iframe { | ||
| + | width:100%; | ||
| + | height:auto; | ||
} | } | ||
#footer { | #footer { | ||
Versione delle 07:56, 28 feb 2020
/* fucking pseudo-responsive theme */
@media screen and (max-width:600px) {
#mw-panel #p-navigation {
display:none;
}
#mw-panel #p-tb {
display:none;
}
#mw-panel {
width: auto;
}
#mw-panel #p-logo {
width:auto;
height:auto;
}
#mw-panel #p-logo .mw-wiki-logo {
width:50px;
height:50px;
background-size: contain;
}
#left-navigation {
float: left;
margin-left: 0;
}
#pt-preferences,
#pt-watchlist,
#pt-mycontris,
#pt-mytalk {
display:none;
}
#p-personal ul {
padding-left:0;
}
#ca-nstab-main {
display:none;
}
#ca-talk.new a {
font-size:0.7em;
color:grey;
}
.mw-body {
margin-left: 0;
}
.thumbinner {
width:100% !important;
padding:0 !important;
margin:auto;
}
.thumb.tright {
float:none;
margin:0;
}
iframe {
width:100%;
height:auto;
}
#footer {
margin-left:0;
}
}