Diferencia entre revisiones de «MediaWiki:Common.css»
Ir a la navegación
Ir a la búsqueda
Sin resumen de edición Etiqueta: Revertido |
Se ha deshecho la revisión 39448 de LiquidMetalSlime (disc.) Etiqueta: Deshacer |
||
| Línea 47: | Línea 47: | ||
.wikitable > tr > th, .wikitable > * > tr > th { | .wikitable > tr > th, .wikitable > * > tr > th { | ||
background-color: #e1caac; | background-color: #e1caac; | ||
color: #000; | color: #000; | ||
Revisión del 20:00 15 sep 2025
/* Los estilos CSS definidos aquí se aplicarán a todas las pieles (skins) */
@media screen and (min-width: 1024px)
{
.item1
{
width: 65%;
margin-right: 1%;
}
.item2
{
width: 35%;
}
.index-div
{
display: flex;
width: 100%;
}
}
/* SkyBar */
::-webkit-scrollbar {
width: 8px;
}
::-webkit-scrollbar-button {
width: 8px;
height:5px;
}
::-webkit-scrollbar-track {
background:#eee;
border: thin solid lightgray;
box-shadow: 0px 0px 3px #dfdfdf inset;
border-radius:10px;
}
::-webkit-scrollbar-thumb {
background:#999;
border: thin solid gray;
border-radius:10px;
}
::-webkit-scrollbar-thumb:hover {
background:#7d7d7d;
}
/* Estilo visual para tablas */
.wikitable > tr > th, .wikitable > * > tr > th {
background-color: #e1caac;
color: #000;
text-align: center;
}
}
table {
table-layout: fixed;
width: 80%;
min-width: 600px;
margin: 0 auto;
border-collapse: collapse;
background-color: #ffffff;
text-align:center;
}
th,
td {
vertical-align: top;
padding: 0.6em;
}
th {
background-color: #e1caac;
color: black;
}
thead {
background-color: #e1caac;
color: black;
}
tbody tr:nth-child(odd) {
background-color: #f9f5ef;
}
tbody tr:nth-child(even) {
background-color: #ffffff;
}