מדיה ויקי:Common.css: הבדלים בין גרסאות בדף

collapsible table
מאין תקציר עריכה
(collapsible table)
שורה 2: שורה 2:
color: #000000;
color: #000000;
background-color: #FF0000;
background-color: #FF0000;
}
table.collapsed tr.collapsable {
display: none;
}
.collapseButton { /* 'show'/'hide' buttons created dynamically by the */
float: right; /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
font-weight: normal; /* are styled here so they can be customised.   */
text-align: right;
width: auto;
}
}