Anonymous

MediaWiki:Mobile.css: Difference between revisions

From Zelda Wiki, the Zelda encyclopedia
no edit summary
No edit summary
No edit summary
Line 14: Line 14:


@import url("/w/index.php?title=MediaWiki:Timeless.css&action=raw&ctype=text/css");
@import url("/w/index.php?title=MediaWiki:Timeless.css&action=raw&ctype=text/css");
.nomobile, .no-mobile {
display: none;
}


/* Variables */
/* Variables */
Line 410: Line 414:
}
}


/* FACELIFT */
/* All CSS placed under there is for the upcoming facelift of Zelda Wiki, place any other CSS above it */
/* COMMON */
/* MISC */
/* MISC */
.caption {
.caption {
font-size: 12px;
font-size: 12px;
}
.centered {
text-align: center;
}
.nomobile {
display: none;
}
/* TABLES */
table.wikitable.compressed td:last-child {
width: 100%;
}
table.wikitable.compressed th {
padding-top: 15px;
}
/* NATIVE SKIN FIXES */
.content table {
display: table;
}
/* Revisions */
div.mw-revision {
color: white;
background-color: var(--zw-dark-1);
border-color: var(--zw-dark-2);
}
}