MediaWiki:Timeless.css: Difference between revisions

MediaWiki interface page
mNo edit summary
mNo edit summary
Line 14: Line 14:
}
}


table.infobox td {
.infobox tr {
   border-bottom: 1px solid #f0f0f0 !important;
   border-bottom: 1px solid #f0f0f0 !important;
   padding: 8px;
   padding: 8px;
}
}

Revision as of 12:02, 12 May 2019

/* CSS placed here will affect users of the Timeless skin */

tr.hiddenStructure {
    display: none;
}

table.infobox {
    float: right;
    border: 1px solid #f0f0f0;
    border-collapse: collapse;
    margin: 10px;
    padding: 10px;
    width:200px;
}

.infobox tr {
   border-bottom: 1px solid #f0f0f0 !important;
   padding: 8px;
}