MediaWiki:Common.css
Nota: Após publicar, você pode ter que limpar o "cache" do seu navegador para ver as alterações.
- Firefox / Safari: Pressione Shift enquanto clica Recarregar, ou pressione Ctrl-F5 ou Ctrl-R (⌘-R no Mac)
- Google Chrome: Pressione Ctrl-Shift-R (⌘-Shift-R no Mac)
- Edge: Pressione Ctrl enquanto clica Recarregar, ou pressione Ctrl-F5.
- Opera: Pressione Ctrl-F5.
@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; padding-left: 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: rgb(164,176,0); background: linear-gradient(120deg, rgba(164,176,0,1) 0%, rgba(169,181,5,1) 10%, rgba(173,185,11,1) 20%, rgba(178,190,16,1) 30%, rgba(182,194,22,1) 40%, rgba(187,199,27,1) 50%, rgba(192,204,32,1) 60%, rgba(196,208,38,1) 70%, rgba(201,213,43,1) 80%, rgba(205,217,49,1) 90%, rgba(210,222,54,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: 400px; top:50%; left:50%; margin-top: -225px; margin-left: -250px; margin-right: 250px; margin-bottom: 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; } #crosshair-container { position: fixed; /* Fixa a crosshair na tela */ top: 0; /* Posiciona no topo da tela */ left: 0; /* Posiciona à esquerda */ width: 100%; /* Preenche toda a tela */ height: 100%; /* Preenche toda a tela */ pointer-events: none; /* Evita que o crosshair atrapalhe interações no mapa */ } .crosshair { position: absolute; top: 50%; /* Centraliza verticalmente */ left: 50%; /* Centraliza horizontalmente */ width: 32px; /* Largura do quadrado */ height: 32px; /* Altura do quadrado */ background-color: rgba(255, 0, 0, 0.7); /* Cor da crosshair */ border: 2px solid white; /* Borda branca para destacar */ transform: translate(-50%, -50%); /* Ajusta para o centro exato da tela */ pointer-events: none; /* Não permite interação com o quadrado */ } .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; } a.map_logo { background: url("https://ravendawn.wiki.br/"); 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;} /* Estilo spoiler */ .spoilers-button { background-color: #fcfde5; background: linear-gradient(to bottom,#fefff3,#fefff3); color: #000; font-weight: bold; padding: 4px 4px 2px 4px; border-color: #cbdf82; border-width: 1px; border-style: solid; border-top-right-radius: 3px; border-top-left-radius: 3px; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; } .spoilers-body { border: 1px dashed #000; background-color: #fefff3; padding: 3px; display: none; color: #000; border-top-right-radius: 3px; border-top-left-radius: 3px; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; } .home-box-title { height:30px; background: rgb(164,176,0); background: linear-gradient(120deg, rgba(164,176,0,1) 0%, rgba(169,181,5,1) 10%, rgba(173,185,11,1) 20%, rgba(178,190,16,1) 30%, rgba(182,194,22,1) 40%, rgba(187,199,27,1) 50%, rgba(192,204,32,1) 60%, rgba(196,208,38,1) 70%, rgba(201,213,43,1) 80%, rgba(205,217,49,1) 90%, rgba(210,222,54,1) 100%); border-bottom:1px solid #999400; border-radius:10px 10px 0px 0px; color:#FFFFFF; padding:8px 0px 8px 4px; display:flex; align-items:center; } /* Remover título da Home */ .page-Main_Page .firstHeading { display:none; } .force-black span { color: black !important; } .adsense-banner { text-align: center; margin-bottom: 20px; } /* Eventos Dinâmicos */ .evdinamicoWrapperMain { 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; } .evdinamicoHeaderSubtitle { width: 235px; height: 1.6em; float: left; margin: 0 10px 0 0; padding-right: 5px; padding-left: 5px; font-size: 14px; color: #ced2d9; /* Tom de cinza mais claro */ box-sizing: border-box; } /* Aumentando a especificidade do seletor */ .wikitable > tr > th, .wikitable > * > tr > th { background-color: #e9f2ce !important; /* Cor do cabeçalho */ color: #333 !important; /* Cor do texto */ padding: 8px; } /* Estilo para o cabeçalho da tabela quando há ordenação (célula clicada) */ .wikitable th.headerSortAsc { background-color: #b0e4a1; /* Cor para cabeçalho com ordenação crescente */ } .wikitable th.headerSortDesc { background-color: #c2e8a0; /* Cor para cabeçalho com ordenação decrescente */ } /* Estilo para as células de dados */ .wikitable td { background-color: #f9fded; /* Cor de fundo das células */ padding: 8px; /* Espaçamento interno */ } /* Bordas arredondadas e bordas finas */ .wikitable { border-radius: 10px; border: 1px solid #222; /* Cor escura da borda */ border-collapse: collapse; } /* Para as linhas da tabela ficarem mais visíveis */ .wikitable td, .wikitable th { border: 1px solid #ddd; /* Cor das bordas */ } /* Alternar cor de fundo das linhas */ .wikitable tr:nth-child(even) { background-color: #f1f1f1; /* Cor de fundo alternada */ } .wikitable tr:hover { background-color: #e0e0e0; /* Cor de fundo ao passar o mouse */ } /* Tooltip */ .tip2 { background-color: #F2F2F2; border-radius: 2px; box-shadow: 0 0 6px #B2B2B2; display: none; position: absolute; padding: 10px; z-index: 1; } .tooltip { position: relative; } #tip-espaco { margin-left:10px; } #youtube { margin-left: -155px; } .tooltip, .tooltip:hover + .tip2, .tip2:hover { display: inline; }