Difference between revisions 32485 and 32486 on wikimania2012wiki

/* CSS placed here will affect the print output */

/* Hiding infoboxes, categories and other stuff*/
.ns-0 .InformationBox,  
.ns-0 div#catlinks,
.ns-0 a.external.text, 
.ns-0 div#contentSub {
display:none;
}

/* Rules for the Schedule */
*[class^="page-Schedule"] table#toc,
*[class^="page-Schedule"] div.thumbinner,
*[class^="page-Schedule"] div.mw-pt-translate-headecontent-ltr {
display:none;
}

/* Rules for tables in the Schedule */
*[class^="page-Schedule"] table.wikitable {
width:100% !important;
}

*[class^="page-Schedule"] table.wikitable,
*[class^="page-Schedule"] table.wikitable tr,
*[class^="page-Schedule"] table.wikitable tr td {
background-color:transparent !important;
border-width:1px;
border-color:black;
}

/* CSS2 compatibility */
.page-Schedule table#toc,
.page-Schedule div.thumbinner,
.page-Schedule div.mw-pt-translate-headecontent-ltr {
display:none;
}

.page-Schedule table.wikitable {
width:100% !important;
}

.page-Schedule table.wikitable,
.page-Schedule table.wikitable tr,
.page-Schedule table.wikitable tr td {
background-color:transparent !important;
border-width:1px;
border-color:black;
}