Mudanças entre as edições de "Widget:Gurren2"

De Wiki Gla
Ir para navegação Ir para pesquisar
 
(19 revisões intermediárias pelo mesmo usuário não estão sendo mostradas)
Linha 1: Linha 1:
<!-- Widget: Dark Theme Pro for GLA Wiki -->
<style>
<style>
:root {
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');
    --bg: #121212;
 
    --fg: #e0e0e0;
#footer-info-lastmod {
    --accent: #66aaff;
display: none;
    --panel-bg: rgba(24,24,24,0.9);
}
    --panel-border: #333333;
 
    --border: #444444;
/*** Template:HK CP Header. ***/
    --code-bg: #1e1e1e;
.hk-cp-header {
    --scrollbar-bg: #2a2a2a;
display: block;
    --scrollbar-thumb: #555555;
font-family: var(--font-headline);
margin-block-start: 1em;
text-align: center;
width: 100%;
}
 
.ext-discussiontools-visualenhancements-enabled .ext-discussiontools-init-section-metaitem,
.ext-discussiontools-init-pageframe-latestcomment,
.ext-discussiontools-ui-replyWidget-footer,
.ext-discussiontools-ui-replyWidget-preview::before,
.oo-ui-popupToolGroup-header {
color: var(--theme-secondary);
}
 
.ve-ui-targetWidget-focused {
border-color: rgb(var(--theme-accent));
box-shadow: inset 0 0 0 1px rgb(var(--theme-accent));
}
}


/* Global */
.ext-discussiontools-ui-targetWidget>.ve-init-target>.ve-ui-surface>.ve-ce-surface .ve-ce-attachedRootNode,
html, body {
.ext-discussiontools-ui-replyWidget-preview,
    background: var(--bg) !important;
.oo-ui-messageWidget.oo-ui-messageWidget-block.oo-ui-flaggedElement-notice,
    color: var(--fg) !important;
.oo-ui-textInputWidget .oo-ui-inputWidget-input {
background-color: rgb(var(--theme-background-secondary));
color: var(--theme-primar);
}
}
.ext-discussiontools-init-targetcomment {
background-color: unset;
}
body {
body {
    transition: background 0.3s, color 0.3s;
background: url('https://i.imgur.com/5txNFHg.png') no-repeat center center fixed;
background-size: cover;
color: #d0d0d0;
font-family: 'Inter', sans-serif;
}
}


/* Content area */
#content {
#content, .mw-body, .mw-body-content {
background: rgba(24, 24, 24, 0.85);
    background: var(--bg) !important;
backdrop-filter: blur(10px);
    color: var(--fg) !important;
-webkit-backdrop-filter: blur(10px);
    border: none !important;
padding: 20px;
    box-shadow: none !important;
border-radius: 0;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}
}


/* Sidebar */
#mw-head,
#mw-panel {
#mw-page-base,
    background: var(--panel-bg) !important;
#mw-navigation {
    border-right: 1px solid var(--panel-border) !important;
background: transparent;
    backdrop-filter: blur(12px) !important;
color: #d0d0d0;
border: none;
}
}


/* Header and navigation */
a {
#mw-head, #mw-head-base {
color: #79a8ff;
    background: var(--panel-bg) !important;
    border-bottom: 1px solid var(--panel-border) !important;
    backdrop-filter: blur(10px) !important;
}
}
#p-navigation, #p-cactions, #p-search, #p-personal {
 
    background: var(--panel-bg) !important;
a:visited {
    border: 1px solid var(--panel-border) !important;
color: #a079ff;
}
}


/* Footer */
a:hover {
#mw-footer {
color: #ffffff;
    background: var(--panel-bg) !important;
    border-top: 1px solid var(--panel-border) !important;
    backdrop-filter: blur(10px) !important;
}
}


/* Links */
input,
a, a:visited {
textarea {
    color: var(--accent) !important;
background-color: #303030;
    text-decoration: none !important;
color: #e0e0e0;
border: 1px solid #555555;
}
}
a:hover, a:focus {
 
    color: #99cfff !important;
button,
    text-decoration: underline !important;
input[type="submit"] {
background-color: #3a3a3a;
color: #e0e0e0;
border: 1px solid #666666;
}
}


/* Headings */
button:hover,
.firstHeading, .mw-body-content h2 {
input[type="submit"]:hover {
    border-bottom: 1px solid var(--border) !important;
background-color: #555555;
    padding-bottom: 0.3em;
    margin-bottom: 0.6em;
}
}


/* Tables and infoboxes */
h1,
table, .wikitable, .infobox {
h2,
    background: #1f1f1f !important;
h3,
    color: var(--fg) !important;
h4,
    border: 1px solid var(--border) !important;
h5 {
color: #ffffff;
font-weight: 600;
}
}
table th, .wikitable th {
 
    background: #2a2a2a !important;
h1 {
border-bottom: 1px solid #444444;
padding-bottom: 5px;
}
}


/* Code blocks */
.vector-menu-tabs li {
pre, code {
background: rgba(36, 36, 36, 0.9) !important;
    background: var(--code-bg) !important;
background-image: none !important;
    color: #c0c0c0 !important;
border: 1px solid rgba(100, 100, 100, 0.5) !important;
    border-radius: 4px;
border-bottom: none !important;
    padding: 2px 4px;
margin-right: 2px;
color: #d0d0d0 !important;
}
}


/* Forms */
.vector-menu-tabs li.current a {
input, textarea, select, #searchInput {
background: rgba(60, 60, 60, 0.9) !important;
    background: #1f1f1f !important;
color: #ffffff !important;
    color: var(--fg) !important;
    border: 1px solid var(--border) !important;
    border-radius: 4px !important;
}
}


/* Blockquotes */
.vector-menu-tabs li a:hover {
blockquote {
background: rgba(50, 50, 50, 0.9) !important;
    border-left: 3px solid var(--accent) !important;
color: #ffffff !important;
    background: #181818 !important;
    padding: 0.5em 1em !important;
}
}


/* Scrollbar */
.vector-menu-tabs,
::-webkit-scrollbar {
.vector-menu-tabs a,
    width: 8px; height: 8px;
#mw-head .vector-menu-dropdown h3 {
    background: var(--scrollbar-bg);
background: none !important;
background-image: none !important;
background-repeat: no-repeat !important;
background-size: 0 !important;
border: none !important;
}
}
::-webkit-scrollbar-thumb {
 
    background: var(--scrollbar-thumb);
.mw-body {
    border-radius: 4px;
margin-top: 0 !important;
border: 1px solid rgba(100, 100, 100, 0.5) !important;
}
}
::-webkit-scrollbar-thumb:hover {
 
    background: #777;
.vector-menu-tabs:first-child {
margin-left: 20px;
}
 
body,
.mw-body-content,
.vector-menu-tabs li a,
#mw-head a,
#mw-head h1,
#p-personal li a,
#footer a,
.searchbox input {
color: #d0d0d0 !important;
}
 
.searchbox input::placeholder {
color: #aaaaaa;
}
 
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Inter', sans-serif !important;
}
 
h1 {
font-weight: 700;
font-size: 1.8em;
}
 
h2 {
font-weight: 600;
font-size: 1.5em;
}
 
.toc {
background-color: rgba(36, 36, 36, 0.9);
color: #d0d0d0;
border: 1px solid rgba(100, 100, 100, 0.5);
}
 
.thumb {
background-color: rgba(36, 36, 36, 0.9);
border: 1px solid rgba(100, 100, 100, 0.5);
}
 
.thumb .thumbcaption {
color: #d0d0d0;
}
 
.mw-warning,
.mw-content-ltr .infobox,
.mw-message-box {
background-color: rgba(36, 36, 36, 0.9);
color: #d0d0d0;
border: 1px solid rgba(100, 100, 100, 0.5);
}
 
table:not(.wikitable) {
background: transparent;
border: none;
border-collapse: collapse;
width: 100%;
}
 
table:not(.wikitable) th,
table:not(.wikitable) td {
border: none;
padding: 4px 8px;
background: transparent;
color: #d0d0d0;
text-align: left;
}
 
.toc ul {
color: #d0d0d0;
}
 
.thumbinner {
background-color: rgba(36, 36, 36, 0.9) !important;
border: 1px solid rgba(100, 100, 100, 0.5) !important;
}
 
.thumbcaption {
color: #d0d0d0 !important;
}
 
#p-tb {
display: none;
}
 
#ca-view {
display: none;
}
 
#ca-history {
display: none;
}
 
#ca-viewsource {
display: none !important;
}
 
body.anonymous #p-tb {
display: none !important;
}
 
body.anonymous #ca-history {
display: none !important;
}
 
#p-variants {
display: none !important;
}
 
/*sidebar*/
#mw-panel .vector-menu-portal {
background: rgba(0, 0, 0, 0.7);
backdrop-filter: blur(4px);
padding: 0.5rem 0.5rem;
margin: 0.5rem 0;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
 
#mw-panel .vector-menu-heading {
font-family: sans-serif;
font-size: 1rem;
font-weight: bold;
color: #cccccc;
text-align: center;
margin-bottom: 0.5rem;
}
 
#mw-panel .vector-menu-content {
list-style: none;
margin: 0;
padding: 0;
}
 
#mw-panel .vector-menu-content li {
margin: 0.2rem 0;
}
 
#mw-panel .vector-menu-content li a {
display: block;
padding: 0.4rem 0.5rem;
color: #88bbee;
font-size: 0.9rem;
text-decoration: none;
text-align: center;
position: relative;
transition: color 0.3s ease;
border-radius: 4px;
}
 
#mw-panel .vector-menu-content li a::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: radial-gradient(circle at center, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
opacity: 0;
transition: opacity 0.4s ease;
border-radius: 4px;
pointer-events: none;
}
 
#mw-panel .vector-menu-content li a:hover::before {
opacity: 1;
}
 
#mw-panel .vector-menu-content li a:hover {
color: #aaccee;
}
}
</style>
</style>

Edição atual tal como às 01h43min de 29 de abril de 2025

<style> @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

  1. footer-info-lastmod {

display: none; }

/*** Template:HK CP Header. ***/ .hk-cp-header { display: block; font-family: var(--font-headline); margin-block-start: 1em; text-align: center; width: 100%; }

.ext-discussiontools-visualenhancements-enabled .ext-discussiontools-init-section-metaitem, .ext-discussiontools-init-pageframe-latestcomment, .ext-discussiontools-ui-replyWidget-footer, .ext-discussiontools-ui-replyWidget-preview::before, .oo-ui-popupToolGroup-header { color: var(--theme-secondary); }

.ve-ui-targetWidget-focused { border-color: rgb(var(--theme-accent)); box-shadow: inset 0 0 0 1px rgb(var(--theme-accent)); }

.ext-discussiontools-ui-targetWidget>.ve-init-target>.ve-ui-surface>.ve-ce-surface .ve-ce-attachedRootNode, .ext-discussiontools-ui-replyWidget-preview, .oo-ui-messageWidget.oo-ui-messageWidget-block.oo-ui-flaggedElement-notice, .oo-ui-textInputWidget .oo-ui-inputWidget-input { background-color: rgb(var(--theme-background-secondary)); color: var(--theme-primar); }

.ext-discussiontools-init-targetcomment { background-color: unset; }

body { background: url('https://i.imgur.com/5txNFHg.png') no-repeat center center fixed; background-size: cover; color: #d0d0d0; font-family: 'Inter', sans-serif; }

  1. content {

background: rgba(24, 24, 24, 0.85); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); padding: 20px; border-radius: 0; box-shadow: 0 0 20px rgba(0, 0, 0, 0.6); }

  1. mw-head,
  2. mw-page-base,
  3. mw-navigation {

background: transparent; color: #d0d0d0; border: none; }

a { color: #79a8ff; }

a:visited { color: #a079ff; }

a:hover { color: #ffffff; }

input, textarea { background-color: #303030; color: #e0e0e0; border: 1px solid #555555; }

button, input[type="submit"] { background-color: #3a3a3a; color: #e0e0e0; border: 1px solid #666666; }

button:hover, input[type="submit"]:hover { background-color: #555555; }

h1, h2, h3, h4, h5 { color: #ffffff; font-weight: 600; }

h1 { border-bottom: 1px solid #444444; padding-bottom: 5px; }

.vector-menu-tabs li { background: rgba(36, 36, 36, 0.9) !important; background-image: none !important; border: 1px solid rgba(100, 100, 100, 0.5) !important; border-bottom: none !important; margin-right: 2px; color: #d0d0d0 !important; }

.vector-menu-tabs li.current a { background: rgba(60, 60, 60, 0.9) !important; color: #ffffff !important; }

.vector-menu-tabs li a:hover { background: rgba(50, 50, 50, 0.9) !important; color: #ffffff !important; }

.vector-menu-tabs, .vector-menu-tabs a,

  1. mw-head .vector-menu-dropdown h3 {

background: none !important; background-image: none !important; background-repeat: no-repeat !important; background-size: 0 !important; border: none !important; }

.mw-body { margin-top: 0 !important; border: 1px solid rgba(100, 100, 100, 0.5) !important; }

.vector-menu-tabs:first-child { margin-left: 20px; }

body, .mw-body-content, .vector-menu-tabs li a,

  1. mw-head a,
  2. mw-head h1,
  3. p-personal li a,
  4. footer a,

.searchbox input { color: #d0d0d0 !important; }

.searchbox input::placeholder { color: #aaaaaa; }

h1, h2, h3, h4, h5, h6 { font-family: 'Inter', sans-serif !important; }

h1 { font-weight: 700; font-size: 1.8em; }

h2 { font-weight: 600; font-size: 1.5em; }

.toc { background-color: rgba(36, 36, 36, 0.9); color: #d0d0d0; border: 1px solid rgba(100, 100, 100, 0.5); }

.thumb { background-color: rgba(36, 36, 36, 0.9); border: 1px solid rgba(100, 100, 100, 0.5); }

.thumb .thumbcaption { color: #d0d0d0; }

.mw-warning, .mw-content-ltr .infobox, .mw-message-box { background-color: rgba(36, 36, 36, 0.9); color: #d0d0d0; border: 1px solid rgba(100, 100, 100, 0.5); }

table:not(.wikitable) { background: transparent; border: none; border-collapse: collapse; width: 100%; }

table:not(.wikitable) th, table:not(.wikitable) td { border: none; padding: 4px 8px; background: transparent; color: #d0d0d0; text-align: left; }

.toc ul { color: #d0d0d0; }

.thumbinner { background-color: rgba(36, 36, 36, 0.9) !important; border: 1px solid rgba(100, 100, 100, 0.5) !important; }

.thumbcaption { color: #d0d0d0 !important; }

  1. p-tb {

display: none; }

  1. ca-view {

display: none; }

  1. ca-history {

display: none; }

  1. ca-viewsource {

display: none !important; }

body.anonymous #p-tb { display: none !important; }

body.anonymous #ca-history { display: none !important; }

  1. p-variants {

display: none !important; }

/*sidebar*/

  1. mw-panel .vector-menu-portal {

background: rgba(0, 0, 0, 0.7); backdrop-filter: blur(4px); padding: 0.5rem 0.5rem; margin: 0.5rem 0; border-radius: 8px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.6); }

  1. mw-panel .vector-menu-heading {

font-family: sans-serif; font-size: 1rem; font-weight: bold; color: #cccccc; text-align: center; margin-bottom: 0.5rem; }

  1. mw-panel .vector-menu-content {

list-style: none; margin: 0; padding: 0; }

  1. mw-panel .vector-menu-content li {

margin: 0.2rem 0; }

  1. mw-panel .vector-menu-content li a {

display: block; padding: 0.4rem 0.5rem; color: #88bbee; font-size: 0.9rem; text-decoration: none; text-align: center; position: relative; transition: color 0.3s ease; border-radius: 4px; }

  1. mw-panel .vector-menu-content li a::before {

content: ; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: radial-gradient(circle at center, rgba(255, 255, 255, 0.15) 0%, transparent 70%); opacity: 0; transition: opacity 0.4s ease; border-radius: 4px; pointer-events: none; }

  1. mw-panel .vector-menu-content li a:hover::before {

opacity: 1; }

  1. mw-panel .vector-menu-content li a:hover {

color: #aaccee; } </style>