MediaWiki:Common.css: Difference between revisions

Content added Content deleted
No edit summary
No edit summary
Line 43: Line 43:
table.todo td.done ~ td {
table.todo td.done ~ td {
background: #E4FFE3;
background: #E4FFE3;
}

/*===========================*/
/* INFOBOX TABS */
/*===========================*/
/* Styles for both InfoboxTabs and InfoboxTabs2 */
/* The main container and subcontainer */
.infoboxtabs, .infoboxtabs2, .infoboxtabs .tabberlive, .infoboxtabs2 .tabberlive {
margin: 0;
padding: 0;
}
/* The link of the active tab */
.infoboxtabs ul.tabbernav li.tabberactive a, .infoboxtabs ul.tabbernav li.tabberactive a:hover, .infoboxtabs2 ul.tabbernav li.tabberactive a, .infoboxtabs2 ul.tabbernav li.tabberactive a:hover {
}
/* Styles for InfoboxTabs */
/* The block that contains the tabs */
.infoboxtabs ul.tabbernav {
border-bottom: 1px outset #c0c0c0;
border-bottom: 1px outset #c0c0c0;
}
/* General styles for the links */
.infoboxtabs ul.tabbernav li a, .infoboxtabs ul.tabbernav li a:hover {
color: #000 !important;
}
/* The link of the active tab */
.infoboxtabs ul.tabbernav li.tabberactive a, .infoboxtabs ul.tabbernav li.tabberactive a:hover {
border-style: inset outset solid inset;
border-width: 1px;
}
/* The block that contains the image */
.infoboxtabs .tabberlive .tabbertab {
border-bottom: 1px outset #c0c0c0;
border-left: 1px inset #c0c0c0;
border-right: 1px outset #c0c0c0;
}
/* Styles for InfoboxTabs2 */
/* The block that contains the tabs */
.infoboxtabs2 ul.tabbernav {
border: 0;
line-height: 12px;
overflow: hidden;
padding: 0;
}
/* General styles for the links */
.infoboxtabs2 ul.tabbernav li a, .infoboxtabs2 ul.tabbernav li a:hover {
background-color: transparent !important;
border-right: 0 !important;
font-family: "Raleway" sans-serif;
font-size: 90%;
color:#000;
margin: 0;
}
/* The first tab */
.infoboxtabs2 ul.tabbernav li:first-child a, .infoboxtabs2 ul.tabbernav li:first-child a:hover {
border-left: 0 !important;
}
/* The block that contains the image */
.infoboxtabs2 .tabberlive .tabbertab {
border: 0;
padding: 0;
}
}