MilMo Wiki
Advertisement

Em outros idiomas: English


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


Nota: Depois de salvar, você terá de limpar o cache do seu navegador para ver as alterações.

  • Firefox / Safari: pressione Shift enquanto clica em Recarregar, ou pressione Ctrl-F5 ou Ctrl-R (Command-R para Mac);
  • Google Chrome: pressione Ctrl-Shift-R (Command-Shift-R em um Mac)
  • Internet Explorer: pressione Ctrl enquanto clica em Recarregar ou pressione Ctrl-F5;
  • Opera: limpe o cache em Ferramentas → Preferências (Tools → Preferences)
/* CSS placed here will be applied to all skins */
/* Custom styles made specifically for MW */
@import "/index.php?title=MediaWiki:Common.css/Styles.css&action=raw&ctype=text/css";
@import "/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";

/*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';
}
/* Show logo */
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
	.mw-wiki-logo {
		background-image: url(/media/0/0c/MilMoWikiLogo.png);
		background-size: 160px auto;
	}
}
/************
/* Tooltips *
/************/
.tooltip-block {
	display      : none;
	position     : fixed;
    background   : #9A99FF;
    border: 1px solid black;
    left: -3px;
    top: -3px;
    width: 266px;
    height: 128px;
    z-index: 1;
}
.tooltip:hover .tooltip-block {
	display: initial;
}

.tooltip-block * {
	margin: auto;
}

.tooltip:hover .tooltip-row {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
}

.Name {
  font-size: 17px;
  font-family: "Eborg ITC Std";
  color: rgb(0, 0, 0);
  line-height: 1.2;
  text-align: left;
  position: absolute;
  left: 5.524px;
  top: 1.8px;
  z-index: 3;
}
.Icon {
  position: absolute;
  left: 157px;
  top: 23px;
  width: 98px;
  height: 98px;
  z-index: 2;
}
.Description {
  font-size: 12px;
  font-family: "ArialRoundedMTBold";
  width:260px;
  word-wrap:break-word;
  color: rgb(0, 0, 0);
  line-height: 1.2;
  text-align: left;
  position: absolute;
  left: 6.844px;
  top: 30.3px;
  z-index: 4;
}

/*Weapon Master*/
table.weaponsmaster {
	margin: 1em 1em 1em 0;
	background: #f9f9f9;
    border: 1px #AFCFE2 solid;
    padding: 0.2em;
	-moz-border-radius: .7em;
    -webkit-border-radius: .7em;
    border-radius: .7em;
/*
        border-spacing: 0;
        border-collapse: collapse;
*/
}
.weaponsmaster th, .weaponsmaster td {
	padding: 0.2em;
}
.weaponsmaster th {
	background: #E4F0F7;
    color:  #063B5E;
	text-align: center;
}
.weaponsmaster caption {
	font-weight: bold;
}

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

/*ButtonHover*/
.imagehover {
    display: none;
    position: relative;
    top: -10px;
    left: 50px;
    background: #9A99FF; 
    padding: 5px; 
    border: 1px solid #000;
}
 
/*ButtonHover*/
.fadeout img:hover {
	opacity:0;
}
.fadeout img:active {
	opacity:0;
}
body:not(.editor) .fadeout-container.fadeout-hide-bottom > :nth-child(2) {
	visibility: hidden; /* the 'body:not(.editor)' is used to prevent hiding the image in editing mode where it is not displayed properly */
}

div.menu li#ca-cargo-purge {
display: none;
} 

/* main page structure */

#mp-layout {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

#mp-layout #mp-left {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin-right: 1em;
}

#mp-layout #mp-right {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 500px;
	flex: 0 0 500px;
}

#mp-layout .mp-block {
	margin-bottom: 1em;
	padding: 1em;
	border: solid 1px #600;
}

#mp-layout .mp-block#battle-pass {
	padding: 0;
	border: none;
	background: #000;
	text-align: center;
}

#mp-layout .mp-heading {
	height: 50px;
	border-bottom: solid 1px #ccc;
	color: #600;
	text-align: center;
	font-weight: bold;
	font-size: 170%;
}

#mp-layout #heroes .mp-content {
	text-align: center;
}

/* This governs the sections on the Community portal */
.cpbox {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

.cpbox #admins {
    box-sizing: border-box;
    width: calc(33% - 10px);
    margin: 5px;
    flex-grow: 1;
    min-width: 300px;
}

.cpbox #help {
    box-sizing: border-box;
    width: calc(67% - 10px);
    margin: 5px;
    flex-grow: 1;
}

/* Template documentation styles */
/* If modifying these styles, be sure to update the mobile 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;
}

/* Classes permitting setting of alignment on desktop only or differently on desktop and mobile */
/* (See .mobileleft, .mobilecenter, .mobileright in MediaWiki:Mobile.css for the mobile equivalents */
.desktopleft {
    text-align: left;
}

.desktopcenter {
    text-align: center;
}

.desktopright {
    text-align: right;
}

/* Front page structure */
.fpmain {
    width: 100%;
    overflow: hidden;
}

.fpbox {
    margin: 5px;
    padding: 5px;
    overflow: auto;
}

.fpbox.plain {
    background: transparent;
    border: none;
    box-shadow: none;
}

.fpbox .heading,
.fpbox .mainheading,
.fpbox .welcome {
    margin: 0 0 10px;
    padding: 0 0 5px;
    overflow: auto;
}

.fpbox .mainheading,
.fpbox .welcome {
    font-size: 150%;
    font-weight: bold;
}

.fpbox .heading {
    text-align: center;
    font-size: 132%;
}

.linkslabel {
    margin: 15px 5px 5px;
    padding: 0 0 5px;
}

/* Template:FP links styles */
.fplinks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: stretch;
    text-align: center;
}

.fplink-outer {
    padding: 5px;
    flex-basis: calc(25% - 10px);
    width: calc(25% - 15px);
    min-width: 115px;
    display: inline-block;
    vertical-align: middle;
}

.fplink-wide {
    flex-basis: calc(33% - 10px);
    width: calc(33% - 15px);
}

.fplink-fullwidth {
    flex-basis: 100%;
    width: calc(100% - 15px);
    font-weight: bold;
}

.fplink {
    padding: 0.5em;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: table;
}

.fplink-plain {
    background: transparent;
    border-radius: 0;
    border: 0;
    box-shadow: none;
}

.fplink-inner {
    display: table-row;
}

.fplink a {
    display: table-cell;
    vertical-align: middle;
}

.fplink img {
    max-width: 150px;
    width: 100%;
    height: auto;
}
/* Auto-resize front page video to fit smaller columns */
.fpbox .embedvideowrap {
    width: 100%!important;
    max-width: 480px;
    margin: 0 auto;
}

.fpbox .embedvideowrap iframe {
    width: 100%!important;
}
Advertisement