|
|
Linha 11: |
Linha 11: |
|
| |
|
| /* GLOBAL */ | | /* GLOBAL */ |
| body {
| |
| background: var(--color-primary-dark);
| |
| }
| |
| /* FIM GLOBAL */
| |
|
| |
| h1, h2, h3, h4, h5, h6 { | | h1, h2, h3, h4, h5, h6 { |
| font-family: 'Gemunu Libre', sans-serif !important; | | font-family: 'Gemunu Libre', sans-serif !important; |
| font-weight: 700!important; | | font-weight: 700!important; |
| } | | } |
| | | /* FIM GLOBAL */ |
| /* FIM FONTES */ | |
| | |
| /* BARRA MENU NAVBAR SUPERIOR */
| |
| .color-middle {
| |
| background: var(--color-primary-dark);
| |
| }
| |
| | |
| .color-right {
| |
| background: var(--color-primary-dark);
| |
| }
| |
| | |
| .color-left {
| |
| background: var(--color-primary-dark);
| |
| }
| |
| | |
| #mw-header-container {
| |
| background: var(--color-primary-dark);
| |
| color: #fff;
| |
| }
| |
| | |
| #mw-header {
| |
| padding-right: 30px;
| |
| padding-left: 30px;
| |
| }
| |
| | |
| #site-navigation h2 {
| |
| background-image: url(/images/menu-large-white.svg);
| |
| }
| |
| | |
| #site-navigation h2::after {
| |
| background-image: url(/images/arrow-down-white.svg);
| |
| display: none;
| |
| }
| |
| | |
| #site-tools h2 {
| |
| background-image: url(/images/gear-large-white.svg);
| |
| }
| |
| | |
| #site-tools h2::after {
| |
| background-image: url(/images/arrow-down-white.svg);
| |
| display: none;
| |
| }
| |
| | |
| #personal h2 {
| |
| background-image: url(/images/user-white.svg);
| |
| }
| |
| | |
| #personal h2::after {
| |
| background-image: url(/images/arrow-down-white.svg);
| |
| }
| |
| | |
| #personal-inner {
| |
| color: #000;
| |
| }
| |
| | |
| | |
| #p-logo {
| |
| display: none;
| |
| }
| |
| | |
| #p-logo-text {
| |
| /* 1. Defina o tamanho que você quer para a sua imagem/logo */
| |
| width: 63px; /* Ajuste a largura conforme necessário */
| |
| height: 30px; /* Ajuste a altura conforme necessário */
| |
| | |
| /* 2. Adicione o link para a sua imagem */
| |
| background-image: url("https://i0.wp.com/cinelinux.com/wp-content/uploads/2025/06/Cine-Linux-Logo-Branca.png?fit=63%2C30&ssl=1") !important;
| |
| background-repeat: no-repeat;
| |
| background-size: contain; /* Garante que a imagem caiba no espaço definido */
| |
| background-position: left center; /* Alinha a imagem à esquerda */
| |
| | |
| /* 3. Esconde o texto "Cine Linux Wiki" */
| |
| text-indent: -9999px;
| |
| overflow: hidden;
| |
| }
| |
| | |
| #simpleSearch {
| |
| border-radius: 20px;
| |
| }
| |
| | |
| #searchInput-container input{
| |
| border-radius: 20px;
| |
| }
| |
| | |
| .suggestions {
| |
| border-radius: 15px;
| |
| | |
| }
| |
| /* FIM BARRA MENU NAVBAR SUPERIOR */
| |
| | |
| /* RODAPÉ */
| |
| #mw-content-container {
| |
| border-bottom: solid 4px var(--color-primary-dark);
| |
| }
| |
| /* FIM RODAPÉ */
| |
| | |
| /* SIDEBAR GLOBAL */
| |
| .sidebar-chunk {
| |
| border-radius: 8px;
| |
| }
| |
| /* FIM SIDEBAR GLOBAL */
| |
|
| |
|
| /* SOFTWARE INFOBOX */ | | /* SOFTWARE INFOBOX */ |
Linha 194: |
Linha 88: |
| font-style: italic; | | font-style: italic; |
| } | | } |
| | /* FIM SOFTWARE INFOBOX */ |
|
| |
|
| /* FIM SOFTWARE INFOBOX */
| |
|
| |
|
| /* GRID CATEGORIAS */ | | /* GRID CATEGORIAS */ |
|
| |
| #categories-list { | | #categories-list { |
| list-style: none; | | list-style: none; |
Linha 231: |
Linha 124: |
| color: #fff; | | color: #fff; |
| } | | } |
|
| |
|
| |
| /* GRID CATEGORIAS */ | | /* GRID CATEGORIAS */ |