User:Saag/common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
visibility: visible !important; | visibility: visible !important; | ||
width: 100% !important; | width: 100% !important; | ||
} | |||
.wikitable { | |||
overflow: visible !important; | |||
white-space: normal !important; | |||
table-layout: auto !important; | |||
max-width: 100% !important; | |||
} | |||
.wikitable, | |||
.wikitable * { | |||
display: block !important; | |||
visibility: visible !important; | |||
opacity: 1 !important; | |||
max-width: 100% !important; | |||
} | |||
.wikitable, | |||
.wikitable * { | |||
display: block !important; | |||
visibility: visible !important; | |||
} | |||
.wikitable, | |||
.wikitable > * { | |||
max-width: 100% !important; | |||
overflow: visible !important; | |||
} | |||
.wikitable { | |||
position: relative !important; | |||
} | |||
.wikitable { | |||
all: unset; | |||
display: table !important; | |||
visibility: visible !important; | |||
width: 100% !important; | |||
margin: 0 auto; | |||
border-collapse: collapse !important; | |||
table-layout: auto !important; | |||
} | |||
.wikitable * { | |||
all: unset; | |||
display: table-cell; | |||
visibility: visible; | |||
padding: 4px; | |||
} | } |
Revision as of 10:39, 3 September 2024
.wikitable {
display: table !important;
visibility: visible !important;
width: 100% !important;
}
.wikitable {
overflow: visible !important;
white-space: normal !important;
table-layout: auto !important;
max-width: 100% !important;
}
.wikitable,
.wikitable * {
display: block !important;
visibility: visible !important;
opacity: 1 !important;
max-width: 100% !important;
}
.wikitable,
.wikitable * {
display: block !important;
visibility: visible !important;
}
.wikitable,
.wikitable > * {
max-width: 100% !important;
overflow: visible !important;
}
.wikitable {
position: relative !important;
}
.wikitable {
all: unset;
display: table !important;
visibility: visible !important;
width: 100% !important;
margin: 0 auto;
border-collapse: collapse !important;
table-layout: auto !important;
}
.wikitable * {
all: unset;
display: table-cell;
visibility: visible;
padding: 4px;
}