Mudanças entre as edições de "MediaWiki:Common.css"
Ir para navegação
Ir para pesquisar
Etiqueta: Reversão manual |
(Página substituída por '→** Template:HK CP Header. **: .hk-cp-header { display: block; font-family: var(--font-headline); margin-block-start: 1em; text-align: center; width: 100%;...') Etiqueta: Substituído |
||
| Linha 1: | Linha 1: | ||
/** | /*** Template:HK CP Header. ***/ | ||
.hk-cp-header { | |||
. | |||
display: block; | display: block; | ||
font-family: var(--font-headline); | |||
margin-block-start: 1em; | |||
margin | |||
text-align: center; | text-align: center; | ||
width: 100%; | 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; | |||
background | |||
} | } | ||
Edição das 01h22min de 28 de abril de 2025
/*** 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;
}