MediaWiki:Common.css: mudanças entre as edições
Ir para navegação
Ir para pesquisar
Sem resumo de edição |
Sem resumo de edição |
||
Linha 88: | Linha 88: | ||
color: white; | color: white; | ||
} | } | ||
.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; | |||
} | |||
/* Quest and Sidebar Div Formats */ | /* Quest and Sidebar Div Formats */ |
Edição das 15h17min de 26 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-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; } /* 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;} /* Remover título da Home */ .page-Main_Page .firstHeading { display:none; }