|
|
| Linha 1: |
Linha 1: |
| .classes-flex {
| |
| display: flex;
| |
| gap: 12px;
| |
| align-items: stretch;
| |
| justify-content: space-between;
| |
| min-width: 100%;
| |
| }
| |
|
| |
|
| .classe-card {
| |
| min-width: 170px;
| |
| }
| |
|
| |
| .divider {
| |
| border-right: 1px solid #35215f;
| |
| margin: 0 4px;
| |
| }
| |
|
| |
| .classe-table {
| |
| width: 100%;
| |
| }
| |
|
| |
| /* TOPO */
| |
| .classe-top {
| |
| text-align: center;
| |
| font-size: 14px;
| |
| color: #f5df9d;
| |
| background: linear-gradient(to right,#36040d,#851515,#36040d);
| |
| }
| |
|
| |
| /* BASE */
| |
| .classe-bottom {
| |
| text-align: center;
| |
| background: linear-gradient(to right,#36040d,#851515,#36040d);
| |
| color: white;
| |
| }
| |
|
| |
| /* TAGS */
| |
| .tag-green { background:#43cc91; color:#000; padding:2px 4px; border-radius:3px; }
| |
| .tag-red { background:#ff8a8a; color:#000; padding:2px 4px; border-radius:3px; }
| |
| .tag-yellow { background:#ffc107; color:#000; padding:2px 4px; border-radius:3px; }
| |
| .tag-blue { background:#42a1c9; color:#000; padding:2px 4px; border-radius:3px; }
| |
|
| |
| /* WRAPPER DAS CLASSES */
| |
| .classes-wrapper {
| |
| display: flex;
| |
| flex-wrap: wrap;
| |
| gap: 14px;
| |
| justify-content: space-between;
| |
| padding: 12px;
| |
| }
| |
|
| |
| /* CARD */
| |
| .classe-card {
| |
| flex: 1 1 180px;
| |
| max-width: 220px;
| |
| }
| |
|
| |
| /* TABELA */
| |
| .classe-table {
| |
| width: 100%;
| |
| background: #f6ecd6;
| |
| border: 1px solid #8e6a3a;
| |
| border-radius: 8px;
| |
| overflow: hidden;
| |
| }
| |
|
| |
| /* TOPO */
| |
| .classe-top {
| |
| text-align: center;
| |
| font-size: 14px;
| |
| color: #f5df9d;
| |
| background: linear-gradient(to right,#36040d,#851515,#36040d);
| |
| padding: 6px;
| |
| }
| |
|
| |
| /* BASE */
| |
| .classe-bottom {
| |
| text-align: center;
| |
| background: linear-gradient(to right,#36040d,#851515,#36040d);
| |
| color: white;
| |
| padding: 6px;
| |
| }
| |
|
| |
| /* TAGS */
| |
| .tag-green { background:#43cc91; color:#000; padding:2px 6px; border-radius:4px; }
| |
| .tag-red { background:#ff8a8a; color:#000; padding:2px 6px; border-radius:4px; }
| |
| .tag-yellow { background:#ffc107; color:#000; padding:2px 6px; border-radius:4px; }
| |
| .tag-blue { background:#42a1c9; color:#000; padding:2px 6px; border-radius:4px; }
| |
|
| |
| /* HOVER */
| |
| .classe-card:hover {
| |
| transform: translateY(-2px);
| |
| transition: 0.15s;
| |
| }
| |
|
| |
| .classes-wrapper {
| |
| display: flex;
| |
| flex-wrap: wrap;
| |
| gap: 14px;
| |
| justify-content: space-between;
| |
| padding: 14px;
| |
| }
| |
|
| |
| .classe-card {
| |
| flex: 1 1 180px;
| |
| min-width: 180px;
| |
| max-width: 220px;
| |
| }
| |
|
| |
| .classe-card table {
| |
| width: 100%;
| |
| background: #f6ecd6;
| |
| border: 1px solid #8e6a3a;
| |
| border-radius: 8px;
| |
| overflow: hidden;
| |
| }
| |
|
| |
| .classe-card-top,
| |
| .classe-card-bottom {
| |
| text-align: center;
| |
| font-size: 14px;
| |
| color: #f5df9d;
| |
| background: linear-gradient(to right, #36040d, #851515, #36040d);
| |
| padding: 6px 4px;
| |
| }
| |
|
| |
| .tag-green,
| |
| .tag-red,
| |
| .tag-yellow,
| |
| .tag-blue {
| |
| color: #000;
| |
| padding: 2px 6px;
| |
| border-radius: 4px;
| |
| font-weight: bold;
| |
| display: inline-block;
| |
| }
| |
|
| |
| .tag-green { background-color: #43cc91; }
| |
| .tag-red { background-color: #ff8a8a; }
| |
| .tag-yellow { background-color: #ffc107; }
| |
| .tag-blue { background-color: #42a1c9; }
| |
|
| |
| /* FUNDO GLOBAL */
| |
| body {
| |
| background: #0b0d12 url("/images/wiki-bg.png") no-repeat center top fixed;
| |
| background-size: cover;
| |
| }
| |
|
| |
| /* ÁREA CENTRAL */
| |
| .mw-page-container,
| |
| .vector-body,
| |
| .mw-body {
| |
| background: #e9d7a8 !important;
| |
| border: 1px solid #7a3b12;
| |
| box-shadow: 0 0 12px rgba(0,0,0,0.55);
| |
| }
| |
|
| |
| /* TÍTULO DA PÁGINA */
| |
| .firstHeading,
| |
| .mw-first-heading {
| |
| color: #4e1208;
| |
| font-family: Georgia, serif;
| |
| border-bottom: 2px solid #8b1e12;
| |
| padding-bottom: 8px;
| |
| }
| |
|
| |
| /* HEADER */
| |
| .vector-header-container,
| |
| .vector-sticky-header-container {
| |
| background: linear-gradient(#3a1205, #1a0802) !important;
| |
| border-bottom: 2px solid #c28b2f;
| |
| }
| |
|
| |
| .vector-header {
| |
| background: transparent !important;
| |
| }
| |
|
| |
| /* LOGO */
| |
| .vector-header .mw-logo-container {
| |
| display: flex;
| |
| align-items: center;
| |
| justify-content: center;
| |
| min-width: 140px;
| |
| margin: 0 16px 0 0;
| |
| }
| |
|
| |
| .vector-header .mw-logo img {
| |
| max-height: 42px;
| |
| width: auto;
| |
| display: block;
| |
| }
| |
|
| |
| .mw-logo-wordmark,
| |
| .mw-logo-tagline {
| |
| display: none !important;
| |
| }
| |
|
| |
| /* SEARCH */
| |
| .vector-search-box-input {
| |
| background: #f1e2b8 !important;
| |
| border: 1px solid #8a5a16 !important;
| |
| color: #000 !important;
| |
| }
| |
|
| |
| /* SIDEBAR */
| |
| .vector-column-start,
| |
| #mw-panel,
| |
| .vector-pinned-container {
| |
| background: rgba(34, 12, 3, 0.92);
| |
| border-right: 1px solid #8a5a16;
| |
| }
| |
|
| |
| /* LINKS SIDEBAR */
| |
| .vector-menu-content a,
| |
| #mw-panel a {
| |
| color: #f3d17d !important;
| |
| }
| |
|
| |
| .vector-menu-content a:hover,
| |
| #mw-panel a:hover {
| |
| color: #fff0b3 !important;
| |
| text-decoration: none;
| |
| }
| |
|
| |
| /* LINKS GERAIS */
| |
| a {
| |
| color: #9d1f12;
| |
| }
| |
|
| |
| a:visited {
| |
| color: #7b1a10;
| |
| }
| |
|
| |
| a:hover {
| |
| color: #c4311c;
| |
| }
| |
|
| |
| /* HOMEPAGE */
| |
| .mp-wrapper {
| |
| max-width: 1200px;
| |
| margin: 0 auto;
| |
| }
| |
|
| |
| .mp-panel {
| |
| background: #efe4c8;
| |
| border: 2px solid #6b130e;
| |
| border-radius: 14px;
| |
| margin-bottom: 16px;
| |
| overflow: hidden;
| |
| box-shadow: 0 3px 10px rgba(0,0,0,0.35);
| |
| }
| |
|
| |
| .mp-title {
| |
| background: linear-gradient(#8f1717, #4e0909);
| |
| color: #f5df9d;
| |
| text-align: center;
| |
| font-weight: bold;
| |
| padding: 10px;
| |
| font-size: 18px;
| |
| text-shadow: 1px 1px 1px #000;
| |
| }
| |
|
| |
| .mp-content,
| |
| .mp-links,
| |
| .mp-grid {
| |
| padding: 14px;
| |
| }
| |
|
| |
| .mp-grid {
| |
| display: grid;
| |
| gap: 10px;
| |
| }
| |
|
| |
| .mp-grid-classes {
| |
| grid-template-columns: repeat(5, 1fr);
| |
| }
| |
|
| |
| .mp-grid-equip,
| |
| .mp-grid-systems {
| |
| grid-template-columns: repeat(6, 1fr);
| |
| }
| |
|
| |
| .mp-card,
| |
| .mp-icon {
| |
| background: #f8f1df;
| |
| border: 1px solid #b99d72;
| |
| border-radius: 8px;
| |
| text-align: center;
| |
| padding: 12px 8px;
| |
| font-weight: bold;
| |
| transition: transform 0.15s ease, box-shadow 0.15s ease;
| |
| }
| |
|
| |
| .mp-card:hover,
| |
| .mp-icon:hover {
| |
| transform: translateY(-2px);
| |
| box-shadow: 0 2px 8px rgba(0,0,0,0.2);
| |
| }
| |
|
| |
| .mp-card a,
| |
| .mp-icon a {
| |
| display: block;
| |
| text-decoration: none;
| |
| color: #7d120d !important;
| |
| font-weight: bold;
| |
| }
| |
|
| |
| .mp-columns {
| |
| display: grid;
| |
| grid-template-columns: 1fr 1fr 1fr;
| |
| gap: 14px;
| |
| }
| |
|
| |
| .mp-col {
| |
| min-width: 0;
| |
| }
| |
|
| |
| .mp-links ul {
| |
| margin: 0;
| |
| padding-left: 18px;
| |
| }
| |
|
| |
| .mp-links li {
| |
| margin-bottom: 6px;
| |
| }
| |
|
| |
| .two-cols {
| |
| column-count: 2;
| |
| }
| |
|
| |
| /* BANNER TOPO PERSONALIZADO */
| |
| .mp-header {
| |
| margin-bottom: 14px;
| |
| border: 2px solid #6b130e;
| |
| border-radius: 12px;
| |
| overflow: hidden;
| |
| box-shadow: 0 4px 12px rgba(0,0,0,0.5);
| |
| }
| |
|
| |
| .mp-header img {
| |
| display: block;
| |
| width: 100%;
| |
| height: auto;
| |
| }
| |
|
| |
| /* RESPONSIVO */
| |
| @media (max-width: 1000px) {
| |
| .mp-grid-classes,
| |
| .mp-grid-equip,
| |
| .mp-grid-systems,
| |
| .mp-columns {
| |
| grid-template-columns: 1fr 1fr;
| |
| }
| |
| }
| |
|
| |
| @media (max-width: 700px) {
| |
| .mp-grid-classes,
| |
| .mp-grid-equip,
| |
| .mp-grid-systems,
| |
| .mp-columns {
| |
| grid-template-columns: 1fr;
| |
| }
| |
| }
| |