MilMo Wiki

READ MORE

MilMo Wiki
Advertisement

In other languages: Português do Brasil


CSS and Javascript changes must comply with the wiki design rules.


Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
/* 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 "//milmo-ptbr.gamepedia.com/index.php?title=MediaWiki:Mobile.css/Infobox.css&action=raw&ctype=text/css";

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

/*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';
}

/** 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(/media/f/fb/QuoteNPC.png);
    background-repeat: repeat;
    padding: 9px;
    padding-left: 19px;
    display: table;
}
 
.bigQuote {
    font-family: 'EborgITCStd';
    font-size: 150% ;
    color: white;
    background-color: #FAFAFA;
    background-color: rgba(250,250,250,0.6);
    background-image: url(/media/f/fb/QuoteNPC.png);
    background-repeat: repeat;
    padding: 10px;
    padding-left: 20px;
    display: table;
}
 
.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;
}

#mw-mf-page-center {
	border: none;
	background-color: #bbe1f5;
}

.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 for header instead of text */
.branding-box {
	background: url(https://gamepedia.cursecdn.com/milmo_gamepedia_en/a/a2/MilMo_Wiki_Logo.png) center center no-repeat;
	background-size: 130px auto;
	color: transparent;
}

/* 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 and footer */
.header-container.header-chrome {
    background: linear-gradient(0deg, #115188, #25a8fa);
}

footer.minerva-footer {
    padding-bottom: 0px;
    background-color:#2fb0f1;
	background-image: url(/media/2/26/Background.png);
}

.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 {
    /* This section can be used to style the content area */
}

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 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;
}

/*************/
/* Flexboxes */
/*************/
/*flex container for content items*/
.flex-container {
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
    align-items: center;
}

/*Flex children are the content divs inside flex container*/
.flex-child {
    width: 100px;
    margin: 7px;
    text-align: center;
    font-family: EborgITCStd;
    text-transform: uppercase;
    transition: 0.25s;
}

.flex-child:hover a:hover {
    text-decoration:none;
}

.flex-child:hover {
    transform: scale(1.3);
}
Advertisement