O WikiRio está passando por uma grande atualização
Após uma década de sucesso, estamos passando por nossa primeira grande reestruturação!
Teremos muito conteúdo exclusivo e pensado para ser visto tanto na tela do computador quanto no celular!
Fique ligado para mais atualizações e não perca nenhum detalhe!
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 125: | Linha 125: | ||
margin: 0 0 0 0; | margin: 0 0 0 0; | ||
} | } | ||
.confetti { | |||
position: absolute; | |||
top: 0; | |||
left: 50%; | |||
transform: translateX(-50%); | |||
width: 10px; | |||
height: 10px; | |||
background-color: #f00; /* Cor do confete */ | |||
border-radius: 50%; | |||
animation: confetti-fall 2s ease infinite; | |||
} | |||
@keyframes confetti-fall { | |||
0% { transform: translateY(-200px) rotate(0deg); } | |||
100% { transform: translateY(100vh) rotate(360deg); } | |||
} |
Edição das 20h03min de 13 de fevereiro de 2024
body { font-family: Helvetica, Trebuchet MS, Arial; } a:link { color: #00249c; } /* unvisited links */ a:visited { color: #00249c; } /* visited links */ a:hover { text-decoration: underline;} a.new, .new a { color: #e30059 !important; } #p-logo-text a { font-family: Helvetica, Trebuchet MS, Arial; font-variant: normal; } .color-middle, .color-right, .color-left { background: #66c4ec; } #mw-content-container { border-bottom: 0; background:white; } #mw-header-container { background: #fff; } #mw-footer-container { color: white; background: #00223f; } #mw-footer-container a { color: white; } #mw-content h1, #mw-content h2, #mw-content h3, #mw-content h4, #mw-content h5, #mw-content h6, #mw-content dt { font-family: Helvetica, Trebuchet MS, Arial; color: #00223f; } #personal h2 { color:#000; } #mw-content h2 { border-bottom: solid 0.5px #00223f; font-size:1.4em; font-weight:bold; } #mw-content h3 { border-bottom: solid .5px #00223f; font-size:1.2em; font-weight:bold; } #mw-content h4, #mw-content h5, #mw-content h6 { border-bottom: solid .5px #00223f; font-size:1em; font-weight:normal; } #mw-content h1, #mw-content h2, #mw-content h3, #mw-content h4, #mw-content h5, #mw-content h6, #mw-content dt { color: #00223f; } .mw-body .mw-parser-output h1::after, .mw-body .mw-parser-output h2::after { border-bottom:0!important; } #mw-content blockquote{ font-size:1em; font-weight:bold; } #mw-content blockquote::before { content: "„"; font-size:3em; float:left; margin:0 10px 0 0; } .mw-indicators { margin: 0; } h1.firstHeading { border-bottom: 0!important; font-size:48px!important; font-weight:bold!important; } #site-navigation{ color: #000; font-family: Helvetica, Trebuchet MS, Arial; } .wikirio-title { font-family: Helvetica, Trebuchet MS, Arial; font-size:110%; } /* Main page formatting */ .main-introbox { padding:1em; border:2px solid #294a8d; background: #eaebf0; text-align: center; } .main-introbox-inner { padding:1em; background: #f7f9fa; } .main-introtext { font-size:2em; } .caixaazul { border:2px solid #3265cb; margin: 0; padding:2em 2em 2em 2em; margin-top:2em; } .infobox { float: right; clear: right; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; border: 1px solid #a2a9b1; background: #f8f9fa; color: black; font-size: 90%; } .img-esquerda { padding:0 1em 0 0; margin: 0 0 0 0; } .img-direita { padding:0 0 0 1em; margin: 0 0 0 0; } .confetti { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 10px; height: 10px; background-color: #f00; /* Cor do confete */ border-radius: 50%; animation: confetti-fall 2s ease infinite; } @keyframes confetti-fall { 0% { transform: translateY(-200px) rotate(0deg); } 100% { transform: translateY(100vh) rotate(360deg); } }