MediaWiki:Mobile.css

From Blue Archive Wiki
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* All CSS here will be loaded for users of the mobile site */
@import url("/w/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css");

/* Front page */
.fp-container {
	display: block;
	width: 100%;
	clear: both;
}


.fp-container p {
    margin: 0;
}

.fp-item {
	margin: 10px auto;
}

.fp-item-content {
    margin: 0;
    padding: 10px;
}

.fp-item-content a > img {
	display: block;
	margin: auto;
	clear: both;
}

.fp-item-content ul {
    margin-left: 1em;
}

.fp-item-splash {
    min-height: 250px;
}

.fp-logo {
	height:140px; 
}

.fp-item-splash .countdown .countdown-text {
    margin-left: 10px;
    padding-top: 12px;
    text-align: center;
}

.fp-item-current-gacha {
    text-align: center;
}

.fp-item-current-raid {
    text-align: center;
}

.fp-item-recent-updates {
}

.fp-item-twitter {
    display: none;
}

.fp-item-links { 
    display: flex;
	flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
    row-gap: 10px;
}

.fp-item-links a {
	display: inline-block;
	width:100%;
	max-width: 260px;
    margin: auto;
}

.fp-item-links a .link-image {
    width: 36px;
    height: 36px;
	float: left;
}

.fp-item-links a .link-text {
	margin-top: 0;
    width: auto;
}