MediaWiki:Mobile.css: Difference between revisions

From The Last Starwiki
Jump to navigation Jump to search
No edit summary
Tags: Mobile edit Mobile web edit
(Add <kbd> styling)
 
Line 7: Line 7:
background-repeat: no-repeat !important;
background-repeat: no-repeat !important;
padding-right: inherit !important;
padding-right: inherit !important;
}
kbd {
    display: inline-block;
    margin: 0 .1em;
    padding: .1em .6em;
    color: #232629;
    text-shadow: 0 1px 0 #ffffff;
    background-color: #e3e6e8;
    border: 1px solid #9fa6ad;
    border-radius: 3px;
    box-shadow: 0 1px 1px #0c0d0e26, inset 0 1px 0 0 #ffffff;
    overflow-wrap: break-word;
}
}



Latest revision as of 13:30, 29 July 2022

/* All CSS here will be loaded for users of the mobile site */
.social a, .social a:visited {
	font-size: 2.3em !important;
	color: #000 !important;
	background-image: none !important;
	background-position: initial !important;
	background-repeat: no-repeat !important;
	padding-right: inherit !important;
}

kbd {
    display: inline-block;
    margin: 0 .1em;
    padding: .1em .6em;
    color: #232629;
    text-shadow: 0 1px 0 #ffffff;
    background-color: #e3e6e8;
    border: 1px solid #9fa6ad;
    border-radius: 3px;
    box-shadow: 0 1px 1px #0c0d0e26, inset 0 1px 0 0 #ffffff;
    overflow-wrap: break-word;
}

.main-news {
	display: none;
}

#main-guides {
	margin-right: 0.5em;
}

#main-guides .column {
	padding: 0.5em;
}

#main-guides .header {
	font-weight: bold;
	background-color: #1b4f72;
	color: #fff;
	padding: 0 0.5em;
	margin: -0.5em -0.5em 0;
}

#main-guides .header a {
	color: #fff;
}