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...") |
(min) |
||
| (6 versioni intermedie di uno stesso utente non sono mostrate) | |||
| 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 38: | Riga 38: | ||
font-size:0.7em; | font-size:0.7em; | ||
color:grey; | color:grey; | ||
| + | } | ||
| + | /* languages popup */ | ||
| + | div.uls-wide { | ||
| + | left:10px !important; | ||
| + | /*min-width set via JavaScript */ | ||
| + | } | ||
| + | /* languages table */ | ||
| + | .uls-wide .row .three { | ||
| + | float:unset !important; | ||
| + | width:100% !important; | ||
| + | } | ||
| + | /* change language button that spawns a giant box */ | ||
| + | #pt-uls { | ||
| + | display:none; | ||
| + | } | ||
| + | #input-settings-block { | ||
| + | display:none !important; | ||
| + | } | ||
| + | .grid .row { | ||
| + | min-width: unset !important; | ||
} | } | ||
.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 { | ||
margin-left:0; | margin-left:0; | ||
| + | } | ||
| + | #footer-icons { | ||
| + | clear:both; | ||
| + | } | ||
| + | #footer-icons img { | ||
| + | width:80px !important; | ||
| + | height:auto !important; | ||
| + | } | ||
| + | } | ||
| + | |||
| + | @media screen and (min-width:601px) { | ||
| + | .infobox-side { | ||
| + | width: 200px; | ||
| + | float: right; | ||
| + | clear:both; | ||
| + | margin-left: 0.8em !important; | ||
| + | margin-bottom:0.8em !important; | ||
} | } | ||
} | } | ||
Versione attuale delle 13:14, 30 nov 2021
/* 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;
}
/* languages popup */
div.uls-wide {
left:10px !important;
/*min-width set via JavaScript */
}
/* languages table */
.uls-wide .row .three {
float:unset !important;
width:100% !important;
}
/* change language button that spawns a giant box */
#pt-uls {
display:none;
}
#input-settings-block {
display:none !important;
}
.grid .row {
min-width: unset !important;
}
.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;
}
#footer-icons {
clear:both;
}
#footer-icons img {
width:80px !important;
height:auto !important;
}
}
@media screen and (min-width:601px) {
.infobox-side {
width: 200px;
float: right;
clear:both;
margin-left: 0.8em !important;
margin-bottom:0.8em !important;
}
}