Usuário(a):Mathglot/common.css: diferenças entre revisões

Origem: Wikipédia, a enciclopédia livre.
Conteúdo apagado Conteúdo adicionado
Mathglot (discussão | contribs)
Try table class ambox-content.
Mathglot (discussão | contribs)
Try using mbox-small-left.
Linha 19: Linha 19:
.skin-timeless table.ambox{margin-left:1em;border-left:10px dashed blue}
.skin-timeless table.ambox{margin-left:1em;border-left:10px dashed blue}
table.ambox-content{margin-left:1em;border-left:10px dashed purple}
table.ambox-content{margin-left:1em;border-left:10px dashed purple}
.mbox-small-left{margin-left:10em;border-left:10px dashed chartreuse} /* inspired by DesertPipeline at en-wiki */

Revisão das 19h38min de 25 de outubro de 2021

/* per my sandbox (Testes) and :en:Template talk:Expand section#How do I remove the left margin? */
/* .mw-parser-output table.ambox-notice{margin-left:1em} : #1 failed; try 2: */
/* .ambox-notice{margin-left:1em} */
/*  table.ambox-notice{border-left:80px solid red} /* can we modify it at all? */
.ambox{margin-left:1em;border-left:10px solid palegreen}
/* .mbox-text-span{color:red; margin-left:1em;border-left:10px solid blue} /* ng; this is on the text td cell */
/* mbox-small-left is one of the table classes (along with plainlinks metadata ambox ambox-content) */
/* .mbox-small-left{color:red; margin-left:1em;border-left:10px solid blue} /* changes txt to red only */
/* Note: unqualified attribute selectors may be slow; but including 'table-dot generates an 'overqualified' warn */
table.ambox[role="presentation"]{margin-left:1em;border-left:20px solid blue}
table.mbox-small-left[role="presentation"]{margin-left:1em;border-left:10px solid green}
table.ambox-content[role="presentation"]{margin-left:1em;border-left:5px solid cyan}
.ambox-notice{border-left:10px dashed purple}
/* skin overrides dflt, so go via skin */
.skin-vector .mw-parser-output table.ambox{margin-left:1em;border-left:10px dashed green}
.skin-cologneblue table.ambox{margin-left:1em;border-left:10px dotted red}
.skin-modern table.ambox{margin-left:1em;border-left:10px dashed purple}
.skin-monobook table.ambox{margin-left:1em;border-left:10px solid brown}
.skin-timeless table.ambox{margin-left:1em;border-left:10px dashed blue}
table.ambox-content{margin-left:1em;border-left:10px dashed purple}
.mbox-small-left{margin-left:10em;border-left:10px dashed chartreuse} /* inspired by DesertPipeline at en-wiki */