MediaWiki:Common.css: mudanças entre as edições

De Edda World Wiki
Ir para navegação Ir para pesquisar
Sem resumo de edição
Sem resumo de edição
 
(22 revisões intermediárias pelo mesmo usuário não estão sendo mostradas)
Linha 1: Linha 1:
/* ============================================================
/* ============================================================
   EDDA WORLD WIKI — Common.css
   EDDA WORLD WIKI — Common.css COMPLETO
   Paleta: Azul Espacial/Ciano
   Versão final · Um arquivo · Cola e esquece
  Compatível com: MediaWiki 1.41 · Skin Vector
   ============================================================ */
   ============================================================ */


/* === VARIÁVEIS ============================================= */
/* === VARIÁVEIS ============================================ */
:root {
:root {
  --edda-bg:        #050E1F;
   --edda-primary: #0EA5E9;
  --edda-bg2:      #0A1A35;
   --edda-primary2: #0284C7;
   --edda-primary:   #0EA5E9;
   --edda-dark:     #050E1F;
   --edda-primary2: #0284C7;
   --edda-accent:   #7DD8FF;
   --edda-glow:     rgba(14, 165, 233, 0.18);
   --edda-border:   rgba(14, 165, 233, 0.18);
   --edda-accent:   #7DD8FF;
   --edda-text:     #1A2640;
   --edda-border:   rgba(14, 165, 233, 0.18);
   --edda-muted:   #7A90AC;
  --edda-border2:  rgba(14, 165, 233, 0.35);
   --edda-surface: #F4F8FF;
   --edda-text:     #0C1A36;
   --edda-radius:   10px;
   --edda-muted:     #8EA8C4;
  --edda-white:    #ffffff;
   --edda-surface:   #F5F8FF;
   --edda-radius:   10px;
  --edda-font:      -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
}


/* === RESET BASE ============================================ */
/* === FUNDO GERAL ========================================== */
body {
body {
   font-family: var(--edda-font) !important;
   background: #F4F8FF !important;
   background: var(--edda-surface) !important;
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
   color: var(--edda-text) !important;
   color: #1A2640 !important;
}
}


/* === HEADER / TOPBAR ====================================== */
/* === LOGO ================================================= */
a.mw-wiki-logo {
  width: 200px !important;
  height: 200px !important;
  background-size: 190px 190px !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  display: block !important;
}
 
#p-logo {
  width: 220px !important;
  height: 200px !important;
  padding: 0 !important;
  margin: 0 0 -10px 0 !important;
  overflow: visible !important;
}
 
/* === TOPBAR (barra preta do topo) ========================= */
#mw-head,
#mw-head,
.vector-header,
.vector-header,
#head {
div#mw-head {
   background: var(--edda-bg) !important;
   background: #050E1F !important;
   border-bottom: 1px solid rgba(14, 165, 233, 0.2) !important;
   border-bottom: 1px solid rgba(14,165,233,0.25) !important;
   box-shadow: 0 2px 20px rgba(0, 0, 0, 0.4) !important;
   box-shadow: 0 2px 12px rgba(0,0,0,0.3) !important;
}
 
/* Logo */
#p-logo a,
.mw-logo {
  filter: brightness(1.1);
}
}


/* Tabs de navegação da página (Página, Discussão, Ler, Editar...) */
/* Tabs: Página / Discussão / Ler / Editar */
#p-namespaces li a,
#p-namespaces li a,
#p-views li a,
#p-views li a,
.vector-tab-noaction a,
li.selected a,
.selected a {
.vector-tab-noaction a {
   background: transparent !important;
   background: transparent !important;
  border-color: var(--edda-border2) !important;
   color: rgba(255,255,255,0.6) !important;
   color: rgba(255,255,255,0.65) !important;
  border-color: transparent !important;
   font-size: 12px !important;
   font-size: 12px !important;
  transition: all 0.2s !important;
}
}
#p-namespaces li.selected a,
#p-namespaces li.selected a,
#p-views li.selected a {
#p-views li.selected a {
   color: var(--edda-accent) !important;
   color: #7DD8FF !important;
   background: rgba(14,165,233,0.12) !important;
  border-bottom: 2px solid #0EA5E9 !important;
  border-bottom-color: var(--edda-primary) !important;
   background: rgba(14,165,233,0.1) !important;
}
}
#p-namespaces li a:hover,
#p-namespaces li a:hover,
#p-views li a:hover {
#p-views li a:hover {
   color: var(--edda-accent) !important;
   color: #fff !important;
   background: rgba(14,165,233,0.1) !important;
  background: rgba(255,255,255,0.08) !important;
}
 
/* Campo de pesquisa */
#searchInput,
input[name="search"],
.cdx-text-input__input {
  border-radius: 20px !important;
  border: 1px solid rgba(255,255,255,0.15) !important;
   background: rgba(255,255,255,0.08) !important;
  color: rgba(255,255,255,0.85) !important;
  padding: 4px 14px !important;
  font-size: 12px !important;
}
#searchInput::placeholder { color: rgba(255,255,255,0.35) !important; }
#searchButton, .searchButton {
  background: #0EA5E9 !important;
  border-radius: 0 20px 20px 0 !important;
  border: none !important;
  color: #fff !important;
}
}


/* === SIDEBAR ============================================== */
/* === SIDEBAR ============================================== */
#mw-panel,
#mw-panel {
.vector-column-start,
  position: absolute !important;
  width: 220px !important;
  left: 0 !important;
  top: 0 !important;
  padding-top: 0 !important;
  background: #fff !important;
  border-right: 1px solid rgba(14,165,233,0.12) !important;
}
.vector-column-start {
  width: 220px !important;
  flex-shrink: 0 !important;
  background: #fff !important;
  border-right: 1px solid rgba(14,165,233,0.12) !important;
}
#column-one {
#column-one {
   background: var(--edda-bg) !important;
   width: 220px !important;
   border-right: 1px solid rgba(14,165,233,0.12) !important;
   background: #fff !important;
}
}


/* Títulos de seção na sidebar */
.portal h3,
.portal h3,
.portal .pBody h3,
#p-tb h3,
#p-tb h3,
#p-navigation h3 {
#p-navigation h3 {
   color: var(--edda-accent) !important;
   color: #0EA5E9 !important;
   font-size: 10px !important;
   font-size: 9.5px !important;
   font-weight: 700 !important;
   font-weight: 700 !important;
   letter-spacing: 1px !important;
   letter-spacing: 1px !important;
   text-transform: uppercase !important;
   text-transform: uppercase !important;
   border-bottom: 1px solid rgba(14,165,233,0.2) !important;
   border-bottom: 1px solid rgba(14,165,233,0.15) !important;
   padding-bottom: 4px !important;
   padding-bottom: 4px !important;
   margin-bottom: 6px !important;
   margin-bottom: 5px !important;
}
}


/* Links da sidebar */
.portal li a,
.portal li a,
#p-tb li a,
#p-tb li a,
#p-navigation li a {
#p-navigation li a {
   color: rgba(255,255,255,0.55) !important;
   color: #5A7A9A !important;
   font-size: 12px !important;
   font-size: 12px !important;
   text-decoration: none !important;
   text-decoration: none !important;
   padding: 2px 0 !important;
   line-height: 1.8 !important;
  display: block !important;
   transition: color 0.15s !important;
   transition: color 0.15s !important;
}
}
.portal li a:hover,
.portal li a:hover,
#p-tb li a:hover,
#p-tb li a:hover,
#p-navigation li a:hover {
#p-navigation li a:hover {
   color: var(--edda-primary) !important;
   color: #0EA5E9 !important;
}
 
.portal {
  margin: 6px 0 !important;
  padding: 0 8px !important;
}
}


/* === CONTEÚDO PRINCIPAL =================================== */
/* === CONTEÚDO PRINCIPAL =================================== */
#content,
#content, div#content {
#mw-content-text,
  margin-left: 260px !important;
.mw-body,
  margin-right: 8px !important;
.mw-body-content {
  margin-top: 8px !important;
   background: var(--edda-white) !important;
  margin-bottom: 8px !important;
   border: 1px solid var(--edda-border) !important;
   background: #fff !important;
   border-radius: var(--edda-radius) !important;
   border: 1px solid rgba(14,165,233,0.15) !important;
   border-radius: 10px !important;
  box-shadow: 0 1px 6px rgba(14,165,233,0.07) !important;
   padding: 24px 28px !important;
   padding: 24px 28px !important;
   margin: 12px !important;
}
   box-shadow: 0 1px 8px rgba(14,165,233,0.06) !important;
#column-content {
   margin-left: 250px !important;
}
#mw-head-base {
   margin-left: 230px !important;
}
}


/* === TIPOGRAFIA =========================================== */
/* === TIPOGRAFIA =========================================== */
h1, .firstHeading {
h1.firstHeading,
   color: var(--edda-text) !important;
#firstHeading {
   color: #0C1A36 !important;
   font-size: 22px !important;
   font-size: 22px !important;
   font-weight: 700 !important;
   font-weight: 700 !important;
  letter-spacing: -0.3px !important;
   border-bottom: 2px solid #0EA5E9 !important;
   border-bottom: 2px solid var(--edda-primary) !important;
   padding-bottom: 10px !important;
   padding-bottom: 10px !important;
   margin-bottom: 18px !important;
   margin-bottom: 20px !important;
}
}
h2 {
h2 {
   color: var(--edda-text) !important;
   color: #0C1A36 !important;
   font-size: 17px !important;
   font-size: 16px !important;
   font-weight: 700 !important;
   font-weight: 700 !important;
   border-bottom: 1px solid rgba(14,165,233,0.2) !important;
   border-bottom: 1px solid rgba(14,165,233,0.2) !important;
   padding-bottom: 6px !important;
   padding-bottom: 6px !important;
   margin: 22px 0 12px !important;
   margin: 24px 0 12px !important;
}
}
h3 {
h3 {
   color: var(--edda-primary2) !important;
   color: #0284C7 !important;
   font-size: 14px !important;
   font-size: 14px !important;
   font-weight: 700 !important;
   font-weight: 700 !important;
Linha 151: Linha 190:
}
}


h4, h5, h6 {
a, a:visited { color: #0284C7 !important; text-decoration: none !important; }
  color: var(--edda-text) !important;
a:hover { color: #0EA5E9 !important; text-decoration: underline !important; }
  font-weight: 600 !important;
a.new { color: #E05252 !important; }
}
 
/* Links */
a, a:visited {
  color: var(--edda-primary2) !important;
  text-decoration: none !important;
  transition: color 0.15s !important;
}
 
a:hover {
  color: var(--edda-primary) !important;
  text-decoration: underline !important;
}


/* === TABELAS ============================================== */
/* === TABELAS ============================================== */
Linha 172: Linha 198:
   border-collapse: collapse !important;
   border-collapse: collapse !important;
   width: 100% !important;
   width: 100% !important;
  font-size: 13px !important;
  margin: 14px 0 !important;
  border: 1px solid rgba(14,165,233,0.18) !important;
   border-radius: 8px !important;
   border-radius: 8px !important;
   overflow: hidden !important;
   overflow: hidden !important;
  border: 1px solid var(--edda-border) !important;
  font-size: 13px !important;
  margin: 12px 0 !important;
}
}
table.wikitable th {
table.wikitable th {
   background: var(--edda-bg) !important;
   background: #050E1F !important;
   color: var(--edda-accent) !important;
   color: #7DD8FF !important;
   font-size: 11px !important;
   font-size: 10.5px !important;
   font-weight: 700 !important;
   font-weight: 700 !important;
   text-transform: uppercase !important;
   text-transform: uppercase !important;
Linha 188: Linha 213:
   padding: 10px 14px !important;
   padding: 10px 14px !important;
   border: 1px solid rgba(14,165,233,0.2) !important;
   border: 1px solid rgba(14,165,233,0.2) !important;
  white-space: nowrap !important;
}
}
table.wikitable td {
table.wikitable td {
   padding: 9px 14px !important;
   padding: 8px 14px !important;
   border: 1px solid rgba(14,165,233,0.1) !important;
   border: 1px solid rgba(14,165,233,0.1) !important;
  color: var(--edda-text) !important;
   background: #fff !important;
   background: #fff !important;
  color: #1A2640 !important;
}
}
table.wikitable tr:nth-child(even) td { background: #F4FAFF !important; }
table.wikitable tr:hover td { background: #E8F5FF !important; }


table.wikitable tr:nth-child(even) td {
/* === TOC ================================================== */
  background: #F0F8FF !important;
#toc, .toc {
}
   background: #F4F8FF !important;
 
   border: 1px solid rgba(14,165,233,0.18) !important;
table.wikitable tr:hover td {
  background: #E8F4FF !important;
}
 
/* === SEARCH BOX ========================================== */
#searchInput,
input[name="search"],
.cdx-text-input__input {
  background: rgba(255,255,255,0.08) !important;
  border: 1px solid rgba(255,255,255,0.15) !important;
  border-radius: 20px !important;
  color: rgba(255,255,255,0.8) !important;
  padding: 5px 14px !important;
  font-size: 12px !important;
}
 
#searchInput::placeholder {
  color: rgba(255,255,255,0.4) !important;
}
 
/* === BOTÕES =============================================== */
.mw-ui-button,
input[type="submit"],
input[type="button"],
button {
  background: var(--edda-primary) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 6px !important;
  padding: 7px 16px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: background 0.2s !important;
}
 
.mw-ui-button:hover,
input[type="submit"]:hover {
  background: var(--edda-primary2) !important;
}
 
/* === TOC (Tabela de conteúdo) ============================ */
#toc,
.toc {
   background: #F0F8FF !important;
   border: 1px solid var(--edda-border) !important;
   border-radius: 8px !important;
   border-radius: 8px !important;
   padding: 14px 16px !important;
   padding: 12px 16px !important;
   font-size: 12px !important;
   font-size: 12.5px !important;
}
}
 
#toc h2, .toc h2 {
#toc h2,
   font-size: 11px !important;
.toc h2 {
   color: #7A90AC !important;
  border: none !important;
   font-size: 12px !important;
   color: var(--edda-muted) !important;
   font-weight: 700 !important;
   font-weight: 700 !important;
  text-transform: uppercase !important;
   letter-spacing: 0.5px !important;
   letter-spacing: 0.5px !important;
   text-transform: uppercase !important;
   border: none !important;
   margin: 0 0 8px !important;
   margin: 0 0 8px !important;
   padding: 0 !important;
   padding: 0 !important;
}
}
 
#toc a, .toc a { color: #0284C7 !important; font-size: 12px !important; }
#toc li,
.toc li {
  padding: 2px 0 !important;
}
 
#toc a,
.toc a {
  color: var(--edda-primary2) !important;
  font-size: 12px !important;
}


/* === CATEGORIAS =========================================== */
/* === CATEGORIAS =========================================== */
#catlinks {
#catlinks {
   background: #F0F8FF !important;
   background: #F4F8FF !important;
   border: 1px solid var(--edda-border) !important;
   border: 1px solid rgba(14,165,233,0.15) !important;
   border-radius: 8px !important;
   border-radius: 8px !important;
   padding: 8px 14px !important;
   padding: 8px 14px !important;
   font-size: 12px !important;
   font-size: 12px !important;
   margin-top: 20px !important;
   margin-top: 24px !important;
}
}


/* === EDIT AREA =========================================== */
/* === FOOTER ============================================== */
#wpTextbox1 {
#footer-info-lastmod,
  border: 1px solid var(--edda-border) !important;
li#footer-info-lastmod { display: none !important; }
  border-radius: 6px !important;
 
  padding: 10px !important;
.page-Página_principal #footer-places { display: none !important; }
  font-family: "Courier New", monospace !important;
.page-Página_principal #footer-info   { display: none !important; }
   font-size: 13px !important;
}


/* === FOOTER ============================================== */
#footer, .mw-footer {
#footer,
   background: #050E1F !important;
.mw-footer {
   border-top: 1px solid rgba(14,165,233,0.1) !important;
   background: var(--edda-bg) !important;
   padding: 10px 20px !important;
   border-top: 1px solid rgba(14,165,233,0.12) !important;
   min-height: unset !important;
   padding: 16px 24px !important;
   margin-top: 0 !important;
}
}


#footer-places li,
#footer-info li,
#footer-info li,
#footer-places li,
#footer li {
#footer-icons li,
  display: inline !important;
.mw-footer li {
  color: rgba(255,255,255,0.45) !important;
   font-size: 11px !important;
   font-size: 11px !important;
  color: rgba(255,255,255,0.4) !important;
}
}


#footer a,
#footer-places li::after { content: " · "; color: rgba(255,255,255,0.2); }
.mw-footer a {
#footer-places li:last-child::after { content: ""; }
  color: rgba(255,255,255,0.5) !important;
#footer a { color: rgba(255,255,255,0.45) !important; }
}
#footer a:hover { color: #0EA5E9 !important; }
#footer-icons { display: none !important; }


#footer a:hover,
/* === EDIT BOX ============================================= */
.mw-footer a:hover {
#wpTextbox1 {
   color: var(--edda-primary) !important;
  border: 1px solid rgba(14,165,233,0.25) !important;
  border-radius: 6px !important;
   padding: 10px !important;
  font-size: 13px !important;
  font-family: "Courier New", monospace !important;
}
}


/* === NOTIFICAÇÕES / ALERTAS ============================== */
/* === BOTÕES =============================================== */
.mw-message-box,
.mw-ui-progressive,
.successbox,
.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button {
.warningbox,
   background: #0EA5E9 !important;
.errorbox {
   border-color: #0284C7 !important;
   border-radius: 8px !important;
   color: #fff !important;
   padding: 10px 14px !important;
   border-radius: 6px !important;
   font-size: 12px !important;
   border-left: 3px solid var(--edda-primary) !important;
}
}


/* === SCROLLBAR =========================================== */
/* === SCROLLBAR =========================================== */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar { width: 5px; height: 5px; }
::-webkit-scrollbar-track { background: rgba(14,165,233,0.05); }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb {
::-webkit-scrollbar-thumb { background: rgba(14,165,233,0.25); border-radius: 3px; }
  background: rgba(14,165,233,0.3);
::-webkit-scrollbar-thumb:hover { background: #0EA5E9; }
  border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover { background: var(--edda-primary); }


/* === COMPONENTES CUSTOMIZADOS (use em páginas wiki) ======
/* ============================================================
  COMPONENTES
  ============================================================ */


  CARD GRID — <html><div class="edda-grid edda-grid-3"></html>
.edda-grid { display: grid; gap: 12px; margin: 16px 0; }
  CARD      — <html><div class="edda-card"></html>
  BADGE    — <html><span class="edda-badge">Texto</span></html>
  HERO BOX  — <html><div class="edda-hero"></html>
  INFOBOX  — <html><div class="edda-infobox"></html>
 
  ======================================================== */
 
/* GRID SYSTEM */
.edda-grid {
  display: grid;
  gap: 12px;
  margin: 16px 0;
}
.edda-grid-2 { grid-template-columns: repeat(2, 1fr); }
.edda-grid-2 { grid-template-columns: repeat(2, 1fr); }
.edda-grid-3 { grid-template-columns: repeat(3, 1fr); }
.edda-grid-3 { grid-template-columns: repeat(3, 1fr); }
.edda-grid-4 { grid-template-columns: repeat(4, 1fr); }
.edda-grid-4 { grid-template-columns: repeat(4, 1fr); }
.edda-grid-6 { grid-template-columns: repeat(6, 1fr); }
@media (max-width: 800px) {
@media (max-width: 800px) {
   .edda-grid-3, .edda-grid-4, .edda-grid-6 { grid-template-columns: repeat(2, 1fr); }
   .edda-grid-3, .edda-grid-4 { grid-template-columns: repeat(2, 1fr); }
}
}
@media (max-width: 500px) {
@media (max-width: 500px) {
   .edda-grid-2, .edda-grid-3, .edda-grid-4, .edda-grid-6 { grid-template-columns: 1fr; }
   .edda-grid-2, .edda-grid-3, .edda-grid-4 { grid-template-columns: 1fr; }
}
}


/* CARD */
.edda-card {
.edda-card {
   background: #fff;
   background: #fff;
   border: 1px solid var(--edda-border);
   border: 1px solid rgba(14,165,233,0.16);
   border-radius: var(--edda-radius);
   border-radius: 10px;
   padding: 16px;
   padding: 16px;
   transition: all 0.2s;
   display: block;
   text-decoration: none !important;
   text-decoration: none !important;
   display: block;
   color: #1A2640 !important;
   color: var(--edda-text) !important;
   transition: all 0.18s;
}
}
.edda-card:hover {
.edda-card:hover {
   border-color: var(--edda-primary);
   border-color: #0EA5E9;
   box-shadow: 0 4px 16px rgba(14,165,233,0.14);
   box-shadow: 0 4px 16px rgba(14,165,233,0.14);
   transform: translateY(-2px);
   transform: translateY(-2px);
  text-decoration: none !important;
}
}
.edda-card-icon {
.edda-card-icon { font-size: 24px; margin-bottom: 8px; }
  font-size: 24px;
.edda-card-title { font-size: 13px; font-weight: 700; color: #0C1A36; margin-bottom: 4px; }
  margin-bottom: 8px;
.edda-card-desc { font-size: 11px; color: #7A90AC; line-height: 1.5; }
}
.edda-card-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--edda-text);
  margin-bottom: 4px;
}
.edda-card-desc {
  font-size: 11px;
  color: var(--edda-muted);
  line-height: 1.5;
}


/* HERO BOX */
.edda-hero {
.edda-hero {
   background: var(--edda-bg);
   background: #050E1F;
   border-radius: var(--edda-radius);
   border-radius: 10px;
   padding: 32px 28px;
   padding: 32px 28px;
   text-align: center;
   text-align: center;
Linha 412: Linha 349:
   overflow: hidden;
   overflow: hidden;
}
}
.edda-hero-title {
.edda-hero-title { color: #fff; font-size: 22px; font-weight: 700; margin-bottom: 8px; }
  color: #fff;
.edda-hero-title .accent { color: #0EA5E9; }
  font-size: 22px;
.edda-hero-sub { color: rgba(255,255,255,0.5); font-size: 12.5px; line-height: 1.6; margin-bottom: 16px; }
  font-weight: 700;
  margin-bottom: 8px;
}
.edda-hero-title .accent { color: var(--edda-primary); }
.edda-hero-sub {
  color: rgba(255,255,255,0.55);
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 16px;
}


/* PILLS / BADGES */
.edda-pills { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; }
.edda-pills {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
}
.edda-pill {
.edda-pill {
   background: rgba(255,255,255,0.08);
   background: rgba(255,255,255,0.07);
   border: 1px solid rgba(255,255,255,0.14);
   border: 1px solid rgba(255,255,255,0.13);
   color: rgba(255,255,255,0.8);
   color: rgba(255,255,255,0.75);
   padding: 4px 12px;
   padding: 4px 12px;
   border-radius: 20px;
   border-radius: 20px;
Linha 443: Linha 364:
   align-items: center;
   align-items: center;
   gap: 5px;
   gap: 5px;
}
.edda-badge {
  display: inline-flex;
  align-items: center;
  background: rgba(14,165,233,0.12);
  border: 1px solid var(--edda-border2);
  color: var(--edda-primary);
  font-size: 10px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
}


/* INFO BAR (linha de stats do servidor) */
.edda-infobar {
.edda-infobar {
   display: grid;
   display: grid;
   grid-template-columns: repeat(6, 1fr);
   grid-template-columns: repeat(6, 1fr);
   background: #fff;
   background: #fff;
   border: 1px solid var(--edda-border);
   border: 1px solid rgba(14,165,233,0.18);
   border-radius: var(--edda-radius);
   border-radius: 10px;
   overflow: hidden;
   overflow: hidden;
   margin-bottom: 16px;
   margin-bottom: 18px;
}
.edda-infobar-cell {
  padding: 10px 12px;
  border-right: 1px solid rgba(14,165,233,0.1);
  text-align: center;
}
}
.edda-infobar-cell { padding: 10px 12px; border-right: 1px solid rgba(14,165,233,0.1); text-align: center; }
.edda-infobar-cell:last-child { border-right: none; }
.edda-infobar-cell:last-child { border-right: none; }
.edda-infobar-label {
.edda-infobar-label { font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; color: #7A90AC; margin-bottom: 3px; }
  font-size: 9px;
.edda-infobar-value { font-size: 12px; font-weight: 700; color: #0C1A36; }
  font-weight: 700;
.edda-infobar-value.blue { color: #0284C7; }
  text-transform: uppercase;
 
  letter-spacing: 0.5px;
.edda-section-header { display: flex; align-items: center; gap: 10px; margin: 20px 0 12px; }
  color: var(--edda-muted);
.edda-section-title { font-size: 12.5px; font-weight: 700; color: #0C1A36; white-space: nowrap; }
  margin-bottom: 3px;
.edda-section-line { flex: 1; height: 1px; background: rgba(14,165,233,0.15); }
}
.edda-infobar-value {
  font-size: 12px;
  font-weight: 700;
  color: var(--edda-text);
}
.edda-infobar-value.blue { color: var(--edda-primary2); }


/* SECTION HEADER */
.edda-banner {
.edda-section-header {
  background: #050E1F;
  border: 1px solid rgba(14,165,233,0.22);
  border-radius: 10px;
  padding: 16px 20px;
   display: flex;
   display: flex;
   align-items: center;
   align-items: center;
   gap: 10px;
   gap: 14px;
   margin: 20px 0 12px;
   margin: 16px 0;
}
}
.edda-section-title {
.edda-banner-icon { font-size: 22px; }
   font-size: 13px;
.edda-banner-title { color: #fff; font-weight: 700; font-size: 13px; margin-bottom: 3px; }
.edda-banner-sub { color: rgba(255,255,255,0.45); font-size: 11px; line-height: 1.4; }
.edda-banner-tags { display: flex; gap: 7px; margin-left: auto; flex-shrink: 0; }
.edda-banner-tag {
  background: rgba(14,165,233,0.18);
  border: 1px solid rgba(14,165,233,0.35);
  color: #7DD8FF;
   font-size: 10px;
   font-weight: 700;
   font-weight: 700;
   color: var(--edda-text);
   padding: 4px 10px;
  border-radius: 20px;
   white-space: nowrap;
   white-space: nowrap;
}
.edda-section-line {
  flex: 1;
  height: 1px;
  background: rgba(14,165,233,0.15);
}
}


/* INFOBOX (float right para páginas de sistema/evento) */
.edda-infobox {
.edda-infobox {
   float: right;
   float: right;
   clear: right;
   clear: right;
   background: #fff;
   background: #fff;
   border: 1px solid var(--edda-border);
   border: 1px solid rgba(14,165,233,0.18);
   border-radius: var(--edda-radius);
   border-radius: 10px;
  padding: 0;
   margin: 0 0 16px 20px;
   margin: 0 0 16px 20px;
   width: 280px;
   width: 280px;
Linha 522: Linha 422:
}
}
.edda-infobox-title {
.edda-infobox-title {
   background: var(--edda-bg);
   background: #050E1F;
   color: var(--edda-accent);
   color: #7DD8FF;
   font-size: 12px;
   font-size: 12px;
   font-weight: 700;
   font-weight: 700;
   padding: 10px 14px;
   padding: 10px 14px;
   text-align: center;
   text-align: center;
  letter-spacing: 0.3px;
}
}
.edda-infobox-img img {
.edda-infobox table { width: 100%; border-collapse: collapse; }
  width: 100%;
.edda-infobox td { padding: 7px 12px; border-bottom: 1px solid rgba(14,165,233,0.08); font-size: 12px; }
   display: block;
.edda-infobox td:first-child { font-weight: 700; color: #7A90AC; width: 45%; }
.edda-infobox tr:last-child td { border-bottom: none; }
 
.edda-drops { width: 100%; border-collapse: collapse; font-size: 12px; border: 1px solid rgba(14,165,233,0.15); border-radius: 8px; overflow: hidden; }
.edda-drops thead th { background: #050E1F; color: #7DD8FF; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; padding: 8px 12px; }
.edda-drops tbody td { padding: 7px 12px; border-bottom: 1px solid rgba(14,165,233,0.07); color: #1A2640; }
.edda-drops tbody tr:hover td { background: #EBF6FF; }
.drop-rare    { color: #9B59D0; font-weight: 700; }
.drop-uncommon { color: #D97706; font-weight: 600; }
.drop-common  { color: #7A90AC; }
 
/* === FIX ABAS DO HEADER =================================== */
#p-namespaces li,
#p-namespaces li a,
#p-namespaces li.selected,
#p-namespaces li.selected a,
#p-views li,
#p-views li a,
#p-views li.selected,
#p-views li.selected a,
.vector-tab-noaction,
.vector-tab-noaction a,
div#p-namespaces ul li,
div#p-views ul li {
  background: transparent !important;
  background-color: transparent !important;
   background-image: none !important;
  border: none !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
}
.edda-infobox table {
 
   width: 100%;
#p-namespaces li a,
   border-collapse: collapse;
#p-views li a,
.vector-tab-noaction a {
   color: rgba(255,255,255,0.55) !important;
  font-size: 12px !important;
  padding: 6px 12px !important;
   border-radius: 4px !important;
  transition: all 0.15s !important;
}
}
.edda-infobox td {
 
   padding: 7px 12px;
#p-namespaces li.selected a,
   border-bottom: 1px solid rgba(14,165,233,0.08);
#p-views li.selected a {
   font-size: 12px;
   color: #7DD8FF !important;
   background: rgba(14,165,233,0.15) !important;
   border-bottom: 2px solid #0EA5E9 !important;
}
}
.edda-infobox td:first-child {
 
   font-weight: 700;
#p-namespaces li a:hover,
   color: var(--edda-muted);
#p-views li a:hover {
   width: 45%;
   color: #fff !important;
   background: rgba(255,255,255,0.08) !important;
   text-decoration: none !important;
}
}
.edda-infobox td:last-child { color: var(--edda-text); }
.edda-infobox tr:last-child td { border-bottom: none; }


/* BANNER ANUNCIO */
#p-namespaces,
.edda-banner {
#p-views,
  background: var(--edda-bg);
div#p-namespaces,
  border: 1px solid rgba(14,165,233,0.22);
div#p-views {
  border-radius: var(--edda-radius);
   background: transparent !important;
  padding: 16px 20px;
   border: none !important;
  display: flex;
   padding: 0 !important;
  align-items: center;
  gap: 14px;
  margin: 16px 0;
}
.edda-banner-icon { font-size: 24px; }
.edda-banner-title { color: #fff; font-weight: 700; font-size: 13px; margin-bottom: 3px; }
.edda-banner-sub { color: rgba(255,255,255,0.5); font-size: 11px; line-height: 1.4; }
.edda-banner-tags { display: flex; gap: 8px; margin-left: auto; flex-shrink: 0; }
.edda-banner-tag {
   background: rgba(14,165,233,0.2);
   border: 1px solid rgba(14,165,233,0.38);
  color: var(--edda-accent);
  font-size: 10px;
  font-weight: 700;
   padding: 4px 10px;
  border-radius: 20px;
  white-space: nowrap;
}
}


/* DROP TABLE (tabela de drops de monstros) */
#left-navigation {
.edda-drops {
   margin-left: 230px !important;
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  border: 1px solid var(--edda-border);
  border-radius: 8px;
  overflow: hidden;
}
.edda-drops thead th {
   background: var(--edda-bg);
  color: var(--edda-accent);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 8px 12px;
}
}
.edda-drops tbody td { padding: 7px 12px; border-bottom: 1px solid rgba(14,165,233,0.08); }
.edda-drops tbody tr:last-child td { border-bottom: none; }
.edda-drops tbody tr:hover td { background: #EBF6FF; }
.drop-rare { color: #C084FC; font-weight: 700; }
.drop-uncommon { color: #F59E0B; font-weight: 600; }
.drop-common { color: var(--edda-muted); }

Edição atual tal como às 07h16min de 22 de abril de 2026

/* ============================================================
   EDDA WORLD WIKI — Common.css COMPLETO
   Versão final · Um arquivo · Cola e esquece
   ============================================================ */

/* === VARIÁVEIS ============================================ */
:root {
  --edda-primary:  #0EA5E9;
  --edda-primary2: #0284C7;
  --edda-dark:     #050E1F;
  --edda-accent:   #7DD8FF;
  --edda-border:   rgba(14, 165, 233, 0.18);
  --edda-text:     #1A2640;
  --edda-muted:    #7A90AC;
  --edda-surface:  #F4F8FF;
  --edda-radius:   10px;
}

/* === FUNDO GERAL ========================================== */
body {
  background: #F4F8FF !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  color: #1A2640 !important;
}

/* === LOGO ================================================= */
a.mw-wiki-logo {
  width: 200px !important;
  height: 200px !important;
  background-size: 190px 190px !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  display: block !important;
}

#p-logo {
  width: 220px !important;
  height: 200px !important;
  padding: 0 !important;
  margin: 0 0 -10px 0 !important;
  overflow: visible !important;
}

/* === TOPBAR (barra preta do topo) ========================= */
#mw-head,
.vector-header,
div#mw-head {
  background: #050E1F !important;
  border-bottom: 1px solid rgba(14,165,233,0.25) !important;
  box-shadow: 0 2px 12px rgba(0,0,0,0.3) !important;
}

/* Tabs: Página / Discussão / Ler / Editar */
#p-namespaces li a,
#p-views li a,
li.selected a,
.vector-tab-noaction a {
  background: transparent !important;
  color: rgba(255,255,255,0.6) !important;
  border-color: transparent !important;
  font-size: 12px !important;
}
#p-namespaces li.selected a,
#p-views li.selected a {
  color: #7DD8FF !important;
  border-bottom: 2px solid #0EA5E9 !important;
  background: rgba(14,165,233,0.1) !important;
}
#p-namespaces li a:hover,
#p-views li a:hover {
  color: #fff !important;
  background: rgba(255,255,255,0.08) !important;
}

/* Campo de pesquisa */
#searchInput,
input[name="search"],
.cdx-text-input__input {
  border-radius: 20px !important;
  border: 1px solid rgba(255,255,255,0.15) !important;
  background: rgba(255,255,255,0.08) !important;
  color: rgba(255,255,255,0.85) !important;
  padding: 4px 14px !important;
  font-size: 12px !important;
}
#searchInput::placeholder { color: rgba(255,255,255,0.35) !important; }
#searchButton, .searchButton {
  background: #0EA5E9 !important;
  border-radius: 0 20px 20px 0 !important;
  border: none !important;
  color: #fff !important;
}

/* === SIDEBAR ============================================== */
#mw-panel {
  position: absolute !important;
  width: 220px !important;
  left: 0 !important;
  top: 0 !important;
  padding-top: 0 !important;
  background: #fff !important;
  border-right: 1px solid rgba(14,165,233,0.12) !important;
}
.vector-column-start {
  width: 220px !important;
  flex-shrink: 0 !important;
  background: #fff !important;
  border-right: 1px solid rgba(14,165,233,0.12) !important;
}
#column-one {
  width: 220px !important;
  background: #fff !important;
}

.portal h3,
#p-tb h3,
#p-navigation h3 {
  color: #0EA5E9 !important;
  font-size: 9.5px !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  border-bottom: 1px solid rgba(14,165,233,0.15) !important;
  padding-bottom: 4px !important;
  margin-bottom: 5px !important;
}

.portal li a,
#p-tb li a,
#p-navigation li a {
  color: #5A7A9A !important;
  font-size: 12px !important;
  text-decoration: none !important;
  line-height: 1.8 !important;
  transition: color 0.15s !important;
}
.portal li a:hover,
#p-tb li a:hover,
#p-navigation li a:hover {
  color: #0EA5E9 !important;
}

.portal {
  margin: 6px 0 !important;
  padding: 0 8px !important;
}

/* === CONTEÚDO PRINCIPAL =================================== */
#content, div#content {
  margin-left: 260px !important;
  margin-right: 8px !important;
  margin-top: 8px !important;
  margin-bottom: 8px !important;
  background: #fff !important;
  border: 1px solid rgba(14,165,233,0.15) !important;
  border-radius: 10px !important;
  box-shadow: 0 1px 6px rgba(14,165,233,0.07) !important;
  padding: 24px 28px !important;
}
#column-content {
  margin-left: 250px !important;
}
#mw-head-base {
  margin-left: 230px !important;
}

/* === TIPOGRAFIA =========================================== */
h1.firstHeading,
#firstHeading {
  color: #0C1A36 !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  border-bottom: 2px solid #0EA5E9 !important;
  padding-bottom: 10px !important;
  margin-bottom: 20px !important;
}
h2 {
  color: #0C1A36 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  border-bottom: 1px solid rgba(14,165,233,0.2) !important;
  padding-bottom: 6px !important;
  margin: 24px 0 12px !important;
}
h3 {
  color: #0284C7 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  margin: 16px 0 8px !important;
}

a, a:visited { color: #0284C7 !important; text-decoration: none !important; }
a:hover { color: #0EA5E9 !important; text-decoration: underline !important; }
a.new { color: #E05252 !important; }

/* === TABELAS ============================================== */
table.wikitable {
  border-collapse: collapse !important;
  width: 100% !important;
  font-size: 13px !important;
  margin: 14px 0 !important;
  border: 1px solid rgba(14,165,233,0.18) !important;
  border-radius: 8px !important;
  overflow: hidden !important;
}
table.wikitable th {
  background: #050E1F !important;
  color: #7DD8FF !important;
  font-size: 10.5px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  padding: 10px 14px !important;
  border: 1px solid rgba(14,165,233,0.2) !important;
}
table.wikitable td {
  padding: 8px 14px !important;
  border: 1px solid rgba(14,165,233,0.1) !important;
  background: #fff !important;
  color: #1A2640 !important;
}
table.wikitable tr:nth-child(even) td { background: #F4FAFF !important; }
table.wikitable tr:hover td { background: #E8F5FF !important; }

/* === TOC ================================================== */
#toc, .toc {
  background: #F4F8FF !important;
  border: 1px solid rgba(14,165,233,0.18) !important;
  border-radius: 8px !important;
  padding: 12px 16px !important;
  font-size: 12.5px !important;
}
#toc h2, .toc h2 {
  font-size: 11px !important;
  color: #7A90AC !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  border: none !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
}
#toc a, .toc a { color: #0284C7 !important; font-size: 12px !important; }

/* === CATEGORIAS =========================================== */
#catlinks {
  background: #F4F8FF !important;
  border: 1px solid rgba(14,165,233,0.15) !important;
  border-radius: 8px !important;
  padding: 8px 14px !important;
  font-size: 12px !important;
  margin-top: 24px !important;
}

/* === FOOTER ============================================== */
#footer-info-lastmod,
li#footer-info-lastmod { display: none !important; }

.page-Página_principal #footer-places { display: none !important; }
.page-Página_principal #footer-info   { display: none !important; }

#footer, .mw-footer {
  background: #050E1F !important;
  border-top: 1px solid rgba(14,165,233,0.1) !important;
  padding: 10px 20px !important;
  min-height: unset !important;
}

#footer-places li,
#footer-info li,
#footer li {
  display: inline !important;
  color: rgba(255,255,255,0.45) !important;
  font-size: 11px !important;
}

#footer-places li::after { content: " · "; color: rgba(255,255,255,0.2); }
#footer-places li:last-child::after { content: ""; }
#footer a { color: rgba(255,255,255,0.45) !important; }
#footer a:hover { color: #0EA5E9 !important; }
#footer-icons { display: none !important; }

/* === EDIT BOX ============================================= */
#wpTextbox1 {
  border: 1px solid rgba(14,165,233,0.25) !important;
  border-radius: 6px !important;
  padding: 10px !important;
  font-size: 13px !important;
  font-family: "Courier New", monospace !important;
}

/* === BOTÕES =============================================== */
.mw-ui-progressive,
.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button {
  background: #0EA5E9 !important;
  border-color: #0284C7 !important;
  color: #fff !important;
  border-radius: 6px !important;
}

/* === SCROLLBAR =========================================== */
::-webkit-scrollbar { width: 5px; height: 5px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: rgba(14,165,233,0.25); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: #0EA5E9; }

/* ============================================================
   COMPONENTES
   ============================================================ */

.edda-grid { display: grid; gap: 12px; margin: 16px 0; }
.edda-grid-2 { grid-template-columns: repeat(2, 1fr); }
.edda-grid-3 { grid-template-columns: repeat(3, 1fr); }
.edda-grid-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 800px) {
  .edda-grid-3, .edda-grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 500px) {
  .edda-grid-2, .edda-grid-3, .edda-grid-4 { grid-template-columns: 1fr; }
}

.edda-card {
  background: #fff;
  border: 1px solid rgba(14,165,233,0.16);
  border-radius: 10px;
  padding: 16px;
  display: block;
  text-decoration: none !important;
  color: #1A2640 !important;
  transition: all 0.18s;
}
.edda-card:hover {
  border-color: #0EA5E9;
  box-shadow: 0 4px 16px rgba(14,165,233,0.14);
  transform: translateY(-2px);
  text-decoration: none !important;
}
.edda-card-icon { font-size: 24px; margin-bottom: 8px; }
.edda-card-title { font-size: 13px; font-weight: 700; color: #0C1A36; margin-bottom: 4px; }
.edda-card-desc  { font-size: 11px; color: #7A90AC; line-height: 1.5; }

.edda-hero {
  background: #050E1F;
  border-radius: 10px;
  padding: 32px 28px;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.edda-hero-title { color: #fff; font-size: 22px; font-weight: 700; margin-bottom: 8px; }
.edda-hero-title .accent { color: #0EA5E9; }
.edda-hero-sub { color: rgba(255,255,255,0.5); font-size: 12.5px; line-height: 1.6; margin-bottom: 16px; }

.edda-pills { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; }
.edda-pill {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.13);
  color: rgba(255,255,255,0.75);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 11px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.edda-infobar {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  background: #fff;
  border: 1px solid rgba(14,165,233,0.18);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 18px;
}
.edda-infobar-cell { padding: 10px 12px; border-right: 1px solid rgba(14,165,233,0.1); text-align: center; }
.edda-infobar-cell:last-child { border-right: none; }
.edda-infobar-label { font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; color: #7A90AC; margin-bottom: 3px; }
.edda-infobar-value { font-size: 12px; font-weight: 700; color: #0C1A36; }
.edda-infobar-value.blue { color: #0284C7; }

.edda-section-header { display: flex; align-items: center; gap: 10px; margin: 20px 0 12px; }
.edda-section-title { font-size: 12.5px; font-weight: 700; color: #0C1A36; white-space: nowrap; }
.edda-section-line { flex: 1; height: 1px; background: rgba(14,165,233,0.15); }

.edda-banner {
  background: #050E1F;
  border: 1px solid rgba(14,165,233,0.22);
  border-radius: 10px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 16px 0;
}
.edda-banner-icon { font-size: 22px; }
.edda-banner-title { color: #fff; font-weight: 700; font-size: 13px; margin-bottom: 3px; }
.edda-banner-sub { color: rgba(255,255,255,0.45); font-size: 11px; line-height: 1.4; }
.edda-banner-tags { display: flex; gap: 7px; margin-left: auto; flex-shrink: 0; }
.edda-banner-tag {
  background: rgba(14,165,233,0.18);
  border: 1px solid rgba(14,165,233,0.35);
  color: #7DD8FF;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
  white-space: nowrap;
}

.edda-infobox {
  float: right;
  clear: right;
  background: #fff;
  border: 1px solid rgba(14,165,233,0.18);
  border-radius: 10px;
  margin: 0 0 16px 20px;
  width: 280px;
  overflow: hidden;
  font-size: 12px;
}
.edda-infobox-title {
  background: #050E1F;
  color: #7DD8FF;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 14px;
  text-align: center;
}
.edda-infobox table { width: 100%; border-collapse: collapse; }
.edda-infobox td { padding: 7px 12px; border-bottom: 1px solid rgba(14,165,233,0.08); font-size: 12px; }
.edda-infobox td:first-child { font-weight: 700; color: #7A90AC; width: 45%; }
.edda-infobox tr:last-child td { border-bottom: none; }

.edda-drops { width: 100%; border-collapse: collapse; font-size: 12px; border: 1px solid rgba(14,165,233,0.15); border-radius: 8px; overflow: hidden; }
.edda-drops thead th { background: #050E1F; color: #7DD8FF; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; padding: 8px 12px; }
.edda-drops tbody td { padding: 7px 12px; border-bottom: 1px solid rgba(14,165,233,0.07); color: #1A2640; }
.edda-drops tbody tr:hover td { background: #EBF6FF; }
.drop-rare     { color: #9B59D0; font-weight: 700; }
.drop-uncommon { color: #D97706; font-weight: 600; }
.drop-common   { color: #7A90AC; }

/* === FIX ABAS DO HEADER =================================== */
#p-namespaces li,
#p-namespaces li a,
#p-namespaces li.selected,
#p-namespaces li.selected a,
#p-views li,
#p-views li a,
#p-views li.selected,
#p-views li.selected a,
.vector-tab-noaction,
.vector-tab-noaction a,
div#p-namespaces ul li,
div#p-views ul li {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: none !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

#p-namespaces li a,
#p-views li a,
.vector-tab-noaction a {
  color: rgba(255,255,255,0.55) !important;
  font-size: 12px !important;
  padding: 6px 12px !important;
  border-radius: 4px !important;
  transition: all 0.15s !important;
}

#p-namespaces li.selected a,
#p-views li.selected a {
  color: #7DD8FF !important;
  background: rgba(14,165,233,0.15) !important;
  border-bottom: 2px solid #0EA5E9 !important;
}

#p-namespaces li a:hover,
#p-views li a:hover {
  color: #fff !important;
  background: rgba(255,255,255,0.08) !important;
  text-decoration: none !important;
}

#p-namespaces,
#p-views,
div#p-namespaces,
div#p-views {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}

#left-navigation {
  margin-left: 230px !important;
}