Diferencia entre revisiones de «Plantilla:Colored box/style.css»
De WikiCAAD
(No se muestran 6 ediciones intermedias del mismo usuario) | |||
Línea 3: | Línea 3: | ||
margin: 0.5em 0.5em 1em 0.5em; | margin: 0.5em 0.5em 1em 0.5em; | ||
border-radius: 0.2em; | border-radius: 0.2em; | ||
background: none !important; | |||
box-shadow: 0 0 0.2em #999999; | box-shadow: 0 0 0.2em #999999; | ||
} | } | ||
Línea 50: | Línea 50: | ||
display: block; | display: block; | ||
clear: both; | clear: both; | ||
} | |||
.contributionscores-wrapper { | |||
font-size: small !important; | |||
} | |||
.contributionscores-title { | |||
/*background-color: #aaa;*/ | |||
margin-bottom: 0px; | |||
padding-left: .4em; | |||
} | |||
.contributionscores .header { | |||
background-color: #ccc; | |||
border-bottom: 1px solid #999; | |||
font-weight: bold; | |||
font-size: 0.65rem; | |||
} | |||
.contributionscores .odd { | |||
background-color: #eee; | |||
font-size: 0.75rem; | |||
} | |||
.contributionscores .header td { | |||
padding-left: .1em; | |||
padding-right: .1em; | |||
} | |||
.contributionscores .content { | |||
padding-left: .1em; | |||
padding-right: .1em; | |||
font-size: 0.75rem; | |||
} | } |
Revisión actual - 17:05 2 jul 2024
.mw-tpl-colorbox {
box-sizing: border-box;
margin: 0.5em 0.5em 1em 0.5em;
border-radius: 0.2em;
background: none !important;
box-shadow: 0 0 0.2em #999999;
}
.mw-tpl-colorbox-title {
background: #eaecf0;
color: #000000;
border-radius: 0.2em 0.2em 0 0;
display: flex;
gap: 0.5rem;
line-height: 2.4rem;
}
.mw-tpl-colorbox-title--linked:hover {
background: #eaf3ff;
}
.mw-tpl-colorbox-title > *:first-child {
padding-left: 1rem;
}
.mw-tpl-colorbox-title > *:last-child {
padding-right: 1rem;
}
/* Let title-link take up whole heading area for easy target.
* Direct strong or link child is the title, as icon and view-link have their own element.
* we can't add class names to links in wikitext.
*/
.mw-tpl-colorbox-title > strong,
.mw-tpl-colorbox-title > a {
flex-grow: 1;
}
.mw-tpl-colorbox-title-icon {
opacity: 0.8;
}
.mw-tpl-colorbox-title-corner {
float: right;
font-size: 0.7em;
}
.mw-tpl-colorbox-content {
padding: 0.5rem 1rem;
}
.mw-tpl-colorbox-content::after {
content: "";
display: block;
clear: both;
}
.contributionscores-wrapper {
font-size: small !important;
}
.contributionscores-title {
/*background-color: #aaa;*/
margin-bottom: 0px;
padding-left: .4em;
}
.contributionscores .header {
background-color: #ccc;
border-bottom: 1px solid #999;
font-weight: bold;
font-size: 0.65rem;
}
.contributionscores .odd {
background-color: #eee;
font-size: 0.75rem;
}
.contributionscores .header td {
padding-left: .1em;
padding-right: .1em;
}
.contributionscores .content {
padding-left: .1em;
padding-right: .1em;
font-size: 0.75rem;
}