Diferencia entre revisiones de «MediaWiki:Pivot.css»
De WikiCAAD
Línea 4: | Línea 4: | ||
.catlinks { | .catlinks { | ||
display: block !important; | display: block !important; | ||
} | |||
.contributionscores-wrapper { | |||
} | |||
.contributionscores-title { | |||
background-color: #aaa; | |||
margin-bottom: 0px; | |||
padding-left: .4em; | |||
} | |||
.contributionscores .header { | |||
background-color: #ccc; | |||
border-bottom: 1px solid #999; | |||
font-weight: bold; | |||
} | |||
.contributionscores .odd { | |||
background-color: #eee; | |||
} | |||
.contributionscores .header td { | |||
padding-left: .2em; | |||
padding-right: .2em; | |||
} | |||
.contributionscores .content { | |||
padding-left: .2em; | |||
padding-right: .2em; | |||
} | } |
Revisión del 16:52 2 jul 2024
.sidebar-chunk {
display: none !important;
}
.catlinks {
display: block !important;
}
.contributionscores-wrapper {
}
.contributionscores-title {
background-color: #aaa;
margin-bottom: 0px;
padding-left: .4em;
}
.contributionscores .header {
background-color: #ccc;
border-bottom: 1px solid #999;
font-weight: bold;
}
.contributionscores .odd {
background-color: #eee;
}
.contributionscores .header td {
padding-left: .2em;
padding-right: .2em;
}
.contributionscores .content {
padding-left: .2em;
padding-right: .2em;
}