MilMo Wiki

READ MORE

MilMo Wiki
No edit summary
(Replacing "/media" links with image links. If you have any questions or noticed issues related to this edit, please reach out to us using the Special:Contact page.)
Line 12: Line 12:
 
#mw-mf-page-center {
 
#mw-mf-page-center {
 
border: none;
 
border: none;
background-image: url(https://milmo.gamepedia.com/media/2/26/Background.png);
+
background-image: url(https://static.wikia.nocookie.net/milmo_gamepedia_en/images/2/26/Background.png/revision/latest);
 
background-position: center top;
 
background-position: center top;
 
background-attachment: fixed !important;
 
background-attachment: fixed !important;
Line 46: Line 46:
 
border-color: #FAFAFA;
 
border-color: #FAFAFA;
 
border-color: rgba(250,250,250,0.6);
 
border-color: rgba(250,250,250,0.6);
background-image: url(/media/f/fb/QuoteNPC.png);
+
background-image: url(https://static.wikia.nocookie.net/milmo_gamepedia_en/images/f/fb/QuoteNPC.png/revision/latest);
 
background-repeat: repeat;
 
background-repeat: repeat;
 
padding: 9px;
 
padding: 9px;
Line 60: Line 60:
 
background-color: #FAFAFA;
 
background-color: #FAFAFA;
 
background-color: rgba(250,250,250,0.6);
 
background-color: rgba(250,250,250,0.6);
background-image: url(/media/f/fb/QuoteNPC.png);
+
background-image: url(https://static.wikia.nocookie.net/milmo_gamepedia_en/images/f/fb/QuoteNPC.png/revision/latest);
 
background-repeat: repeat;
 
background-repeat: repeat;
 
padding: 10px;
 
padding: 10px;
Line 137: Line 137:
 
background-color:#2fb0f1;
 
background-color:#2fb0f1;
 
text-align: center;
 
text-align: center;
background-image: url(/media/2/26/Background.png);
+
background-image: url(https://static.wikia.nocookie.net/milmo_gamepedia_en/images/2/26/Background.png/revision/latest);
 
border: none;
 
border: none;
 
}
 
}

Revision as of 15:48, 23 February 2021

/* CSS placed here will affect users of the mobile site */
@import "//milmo-ptbr.gamepedia.com/index.php?title=MediaWiki:Common.css/Styles.css&action=raw&ctype=text/css";
@import "//milmo-ptbr.gamepedia.com/index.php?title=MediaWiki:Common.css/Tabs.css&action=raw&ctype=text/css";
@import "/index.php?title=MediaWiki:Common.css/Infobox.css&action=raw&ctype=text/css";

/*hides content not suitable for mobile*/
.nomobile {
    display: none;
}

/*MilMo Sky*/
#mw-mf-page-center {
    border: none;
    background-image: url(https://static.wikia.nocookie.net/milmo_gamepedia_en/images/2/26/Background.png/revision/latest);
    background-position: center top;
    background-attachment: fixed !important;
    background-blend-mode: soft-light;
    background-repeat: no-repeat;
    background-color: #bbbbbb;
    background-size: auto;
}

/*Eborg Font*/
@font-face {
	font-family: 'EborgITCStd';
	src: local('EborgITCStd'), local('EborgITCStd'), url('/media/hydra/fonts/EborgITCStd.ttf') format('truetype');
}

/* Article headers */
.firstHeading.firstHeading ,
.mw-headline  {
    font-family: 'EborgITCStd';
}

/*Gets rid of the Welcome, username! on the main page*/
.page-Main_Page.is-authenticated .pre-content, .page-Main_Page .pre-content h1 {
    display: none;
}

/** Quote and BigQuote **/
.smallQuote {
    font-family: 'EborgITCStd';
    font-size: 150% ;
    color: white;
    border: solid 1px;
    border-color: #FAFAFA;
    border-color: rgba(250,250,250,0.6);
    background-image: url(https://static.wikia.nocookie.net/milmo_gamepedia_en/images/f/fb/QuoteNPC.png/revision/latest);
    background-repeat: repeat;
    padding: 9px;
    padding-left: 19px;
    display: table;
    word-break: normal;    
}
 
.bigQuote {
    font-family: 'EborgITCStd';
    font-size: 150% ;
    color: white;
    background-color: #FAFAFA;
    background-color: rgba(250,250,250,0.6);
    background-image: url(https://static.wikia.nocookie.net/milmo_gamepedia_en/images/f/fb/QuoteNPC.png/revision/latest);
    background-repeat: repeat;
    padding: 10px;
    padding-left: 20px;
    display: table;
    word-break: normal;    
}
 
.quoteSource {
    text-align: right;
    font-family: 'EborgITCStd';
    font-size: 100% ;
    color: white;
}

/* MilMo Sky texture background in footer */
.header {
	margin-top: 0;
	border-top: none;
}

.overlay-enabled .search-overlay {
	height: auto !important;
	min-height: 100%;
}
.search-overlay {
	background-position: 0 3.35em !important;
}
.search-overlay .overlay-header,
.search-overlay .results,
.search-overlay .search-feedback {
	background: none !important;
}
.search-overlay .overlay-content {
	padding-top: 38px;
}

/* Use logo instead of text */
.branding-box {
	background: url(/images/a/a2/MilMo_Wiki_Logo.png) center center no-repeat;
	background-size: 150px auto;
	min-height: 100%;
	min-width: 150px;
}
.branding-box a {
	height: 3.35em;
	width: 150px;
}
/* Left align on larger screens */
@media all and (min-width: 720px) {
	.branding-box {
		background-position: left center;
	}
}
/* Scale to fit on tiny screens */
@media all and (max-width: 374px) {
	.branding-box {
		background-size: contain;
	}
}

.header .branding-box h1 span, .header .branding-box a span {
    color: transparent;
}

/* Header and footer */
.header-container.header-chrome {
    background: linear-gradient(0deg, #115188, #25a8fa);
}

/**********/
/* FOOTER */
/**********/

.minerva-footer {
    background-color:#2fb0f1;
    text-align: center;
	background-image: url(https://static.wikia.nocookie.net/milmo_gamepedia_en/images/2/26/Background.png/revision/latest);
	border: none;
}

footer .last-modified-bar {
    border-bottom: none;
    background: linear-gradient(to top, #104d83, #24a6f6);
    color: #d0d0d0;
}

footer > .post-content > h2 {
    border: none;
    padding-bottom: 10px;
    margin-top: 42px;
    font-size: 1.5em;
    font-weight: normal;
    font-family: EborgITCStd;
}

footer > .post-content .hlist, footer > .post-content .license {
    line-height: 2em;
}

a#mw-mf-display-toggle {
	
}

.last-modified-bar a, .last-modified-bar a:visited {
    color: #ffffff;
}

.overlay #secondary-button.user-button,
.header #secondary-button.user-button,
.overlay .user-button,
.header .user-button {
    background: transparent;
}

/* end header and footer */

.client-js .toc-mobile {
    background: linear-gradient(0deg, #114d82, #25a8fa);
    left: calc(51.5vw - 115px);
    position: absolute;
    margin: 0px;
    border: none;
    color: #fff;
}

.mw-ui-button,
.last-modified-bar #mw-mf-last-modified {
    background-color: rgba(0, 0, 0, 0);
}

.overlay-enabled,
#content {
    background:none;
}

a,
a:visited,
a.external {
    color: #5a93cc;
}

.thumb,
#content_wrapper .thumb,
li.gallerybox div.thumb {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #505050;
}

/* .content table th {
    background-color: rgba(0, 0, 0, 0);
}*/

.content table {
    display: inline-table;
    width: 100% !important;
}

.content table td,
.content table th {
    border: 1px solid #505050;
    padding: 3px;
}

.content table.wikitable {
    background-color: rgba(0, 0, 0, 0);
    margin: auto;
    margin-bottom: 1em;
}

.content table.wikitable > tr > th,
.content table.wikitable > tr > td,
.content table.wikitable > * > tr > th,
.content table.wikitable > * > tr > td {
    border: 1px solid #505050;
}

.content table.wikitable > tr > th,
.content table.wikitable > * > tr > th {
    background-color: inherit;
    padding: 3px;
}

/* Recent changes */
.content .mw-changeslist table td {
    border: none;
    padding: 1px;
}

/* Template documentation styles */
/* If modifying these styles, be sure to update the desktop skin! */
.doc {
    margin: 0em auto 1em;
    background-color: rgba(0, 0, 0, 0.1);
    border: 2px solid #BDCAC3;
    border-radius: 1em;
    padding: 1em;
}

.doc-header {
    padding-bottom: 3px;
    border-bottom: 1px solid #BDCAC3;
    margin-bottom: 1ex;
}

.doc-footer {
    margin: 0;
    background-color: rgba(0, 0, 0, 0.1);
    border: 2px solid #BDCAC3;
    border-radius: 1em;
    padding: 1em;
}

/* Simulate link styling for JS only links */
.jslink {
	color: #0645AD;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.jslink:hover {
	text-decoration: underline;
	cursor: pointer;
}
.jslink:active {
	color: #FAA700;
}
/************
/* Tooltips *
/************/
.tooltip-block {
	display: none !important;
}
.tooltip-block-item {
	display: none !important;
}
.tooltip-block-weapon {
	display: none !important;
}
.tooltip-block-converter {
	display: none !important;
}
.tooltip-block-shop {
	display: none !important;
}