MediaWiki:Common.css: mudanças entre as edições

De Ravendawn Wiki
Ir para navegação Ir para pesquisar
Sem resumo de edição
Sem resumo de edição
Linha 277: Linha 277:
#tabelaDPL td:first-child {padding-left: 4px; background-color:transparent; text-align:left;}
#tabelaDPL td:first-child {padding-left: 4px; background-color:transparent; text-align:left;}
#tabelaDPL td:last-child {padding-left: 4px; text-align:left;}
#tabelaDPL td:last-child {padding-left: 4px; text-align:left;}
#tabelaDPL td:nth-child(even) {background-color: #e9f2ce;}
#tabelaDPL tr td:nth-child(even) {background-color: #e9f2ce;}





Edição das 12h00min de 27 de fevereiro de 2025

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');

.itemWrapperMain {
    width: 350px;
    clear: right;
    border: 1px solid #222; /* Cor escura da borda */
    background-color: #1f2124; /* Fundo escuro */
    padding: 10px;
    border-radius: 10px; /* Bordas arredondadas */
    color: #c5c7cb; /* Cor do texto */
    font-family: 'Poppins', sans-serif;
}

.itemBoxGuideLeft {
	width: 60px;
	height: 60px;
	margin: 10px 0 10px 10px;
	padding: 5px;
	line-height: 60px;
	background-color: #131416;
	border-radius: 7px;
	border: 1px solid #303238;
	float: left;
	text-align: center;
	color: #ced2d9;
}

.itemBoxGuideRight {
	width: 235px;
	margin: 0 10px 0 0;
	padding: 0 5px 0 5px;
	text-align: left;
	font-size: 16px;
	font-weight: 500;
	float: right;
	color: #ced2d9;
}

.itemHeaderSubtitle {
    width: 235px;
    height: 1.6em;
    float: left;
    margin: 0 10px 0 0;
    padding-right: 5px;
    font-size: 14px;
    color: #ced2d9; /* Tom de cinza mais claro */
    box-sizing: border-box;
}

.itemDescriptionBox {
    margin-top: 10px;
    font-size: 14px;
    color: #c5bdab; /* Texto claro */
    background-color: #181a1d; /* Fundo levemente mais escuro */
    padding: 10px;
    border-radius: 5px;
}

.itemBottomDetails {
    margin: 0;
    padding: 10px 15px;
    font-size: 12px;
    color: #c5bdab; /* Texto mais apagado */
    border-top: 1px solid #222;
    box-sizing: border-box;
}

.equipmentDetails {
    background-color: rgba(0, 0, 0, 0.6); /* Fundo escuro semi-transparente */
    border: 1px solid #6b5cff; /* Borda roxa para destacar equipamentos */
    padding: 10px;
    border-radius: 5px;
    margin-top: 5px;
    font-size: 14px;
    color: #fff;
}

.ravenWrapperMain {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	background: linear-gradient(180deg, rgba(21, 21, 21, .95), rgba(21, 21, 21, 0) 95%),
				linear-gradient(0deg, rgba(21, 21, 21, .75), rgba(21, 21, 21, 0) 95%);
	border-top: 5px solid #272727;
	border-bottom: 5px solid #272727;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	margin: 5px;
	color: white;
}

/* Infobox Borda */
.infobox {
    width:100%;
    box-shadow: 0 0 .3em #999;
    border-radius: 12px;
    padding: 1px;
}

.infobox-header {
    text-align: center;
    /*background: #0095CC;*//*Valor Hex Azul Antigo*/
    background: rgb(176,0,2); 
    background: linear-gradient(120deg, rgba(176,0,2,1) 0%, rgba(181,5,3,1) 10%, rgba(185,11,5,1) 20%, rgba(190,16,6,1) 30%, rgba(194,22,7,1) 40%, rgba(199,27,9,1) 50%, rgba(204,32,10,1) 60%, rgba(208,38,11,1) 70%, rgba(213,43,12,1) 80%, rgba(217,49,14,1) 90%, rgba(222,54,15,1) 100%);
    border-radius: 6px;
    color: #FFF;
    padding: .1em .2em .1em;
}

.infobox-holder {
    width: 100%;
    display: flex;
}

.infobox-holder > div:first-child {
    width: 100%;
    flex: 100%;
    margin-right: 10px;
}

.infobox-holder > div:nth-child(2) {
    width: 200px;
    flex: 0 0 200px;
}

.infobox-main {
    width: 100%;
    box-shadow: 0 0 .3em #999;
    border-collapse: collapse;
    border-radius: 12px;
}

.infobox-main .infobox-separator {
    border-top: 1px dotted #CCC;
}

.infobox-main > tbody > tr > td:first-child {
    width: 20%;
    min-width: 135px;
    text-align: right;
    vertical-align: top;
    padding: 2px 5px 2px 12px;
}

.infobox-main > tbody > tr > td:last-child {
    width: 80%;
    text-align: left;
    padding: 2px 12px 2px 5px;
}

.infobox-main > tbody > tr:first-child > td {
    padding-top: 12px;
    padding-bottom: 12px;
    vertical-align: top;
}

.infobox-main > tbody > tr:last-child > td {
    padding-bottom: 12px;
}

.infobox-sidebar {
    width: calc(100% - 10px);
    height: 225px;
    box-shadow: 0 0 .3em #999;
    border-radius: 12px;
    padding: 5px 0px 0px 10px;
    overflow: hidden;
    overflow-y: scroll;
    resize: vertical;    
}

/* Mapa */
.map_frame {
    z-index:8010;
    display:none;
    position:fixed;
    width: 520px;
    height: 450px;
    top:50%;
    left:50%;
    margin: -225px auto auto -250px;
    -webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
    box-shadow: 0 10px 25px rgba(0,0,0,0.5);
}

#my-map
{
    position : absolute;
    top      : -374px;
    left     : -192px;
    width    : 1280px;
    height   : 1200px;
}

.map_box {
    clip: rect(0px,520px,462px,0px);
    position: absolute;
}

.map_show {
    cursor:pointer;
    color:#0645AD;
}

.map_show:hover {
    cursor:pointer;
    color:#0645AD;
    text-decoration:underline;
}

.map_cross {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    z-index: 8040;
}

.map_overlay {
    opacity: 0.65;
    cursor: auto;
    display:none;
    height: 7628px;
    background-color: rgb(0,0,0);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 8000;
}

.map_logobox {
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
    z-index: 8040;
    opacity: 0.8;
}

.map_logobox:hover {
    opacity: 1;
}

.map_logo {
    background: url("https://ravendawnwiki.miraheze.org/wiki/arquivo:Logo_Wiki_Mapa.png");
    background-repeat: no-repeat;
    width: 70px;
    height: 60px;
    position: absolute;
    bottom: 18px;
    right: 8px;
}

/* Mapa/Box */
.mapbox_show {
    cursor:pointer;
}


/* Quest and Sidebar Div Formats */
.questBoxHeader {
	background-color: #1f2124;
	padding: 3px 10px 10px 13px;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	text-align: center;
}


/* Estilo das Tabelas de DPL */
#tabelaDPL {border-collapse: collapse; background-color: #e9f2ce; width:100%;}
#tabelaDPL th {border:2px solid white;}
#tabelaDPL tr td {border:2px solid white; background-color:#f9fded; text-align:center;}
#tabelaDPL td:first-child {padding-left: 4px; background-color:transparent; text-align:left;}
#tabelaDPL td:last-child {padding-left: 4px; text-align:left;}
#tabelaDPL tr td:nth-child(even) {background-color: #e9f2ce;}


/* Remover título da Home */
.page-Main_Page .firstHeading {
    display:none;
}