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 11: Linha 11:


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


.itemBoxGuideRight {
.itemBoxGuideRight {
    float: left;
width: 235px;
    font-size: 18px;
margin: 0 10px 0 0;
    font-weight: bold;
padding: 0 5px 0 5px;
    margin-left: 10px;
text-align: left;
    color: #ffffff; /* Cor branca para o título */
font-size: 16px;
font-weight: 500;
float: right;
color: #ced2d9;
}
}



Edição das 19h38min de 21 de fevereiro de 2025

.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: Arial, 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: #8b8d93; /* Tom de cinza mais claro */
    box-sizing: border-box;
}

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

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