Difference between revisions of "Common.css"
From
| Line 7: | Line 7: | ||
h3 { font-size:1.1em; } | h3 { font-size:1.1em; } | ||
div[type=FOOTER] table.minimalistBlack { | |||
border: 3px solid #000000; | border: 3px solid #000000; | ||
width: 100%; | width: 100%; | ||
| Line 13: | Line 13: | ||
border-collapse: collapse; | border-collapse: collapse; | ||
} | } | ||
div[type=FOOTER] table.minimalistBlack td, table.minimalistBlack th { | |||
border: 1px solid #000000; | border: 1px solid #000000; | ||
padding: 5px 4px; | padding: 5px 4px; | ||
} | } | ||
div[type=FOOTER] table.minimalistBlack tbody td { | |||
font-size: 13px; | font-size: 13px; | ||
} | } | ||
div[type=FOOTER] table.minimalistBlack thead { | |||
background: #CFCFCF; | background: #CFCFCF; | ||
background: -moz-linear-gradient(top, #dbdbdb 0%, #d3d3d3 66%, #CFCFCF 100%); | background: -moz-linear-gradient(top, #dbdbdb 0%, #d3d3d3 66%, #CFCFCF 100%); | ||
| Line 27: | Line 27: | ||
border-bottom: 3px solid #000000; | border-bottom: 3px solid #000000; | ||
} | } | ||
div[type=FOOTER] table.minimalistBlack thead th { | |||
font-size: 15px; | font-size: 15px; | ||
font-weight: bold; | font-weight: bold; | ||
| Line 33: | Line 33: | ||
text-align: left; | text-align: left; | ||
} | } | ||
div[type=FOOTER] table.minimalistBlack tfoot { | |||
font-size: 14px; | font-size: 14px; | ||
font-weight: bold; | font-weight: bold; | ||
| Line 39: | Line 39: | ||
border-top: 3px solid #000000; | border-top: 3px solid #000000; | ||
} | } | ||
div[type=FOOTER] table.minimalistBlack tfoot td { | |||
font-size: 14px; | font-size: 14px; | ||
} | } | ||
Revision as of 09:17, 6 February 2019
/* CSS placed here will be applied to all skins */
#firstHeading { display:none !important; }
#tagline { display:none !important; }
.tocnumber { display: none; }
h1 { font-size:1.5em; }
h2 { font-size:1.3em; }
h3 { font-size:1.1em; }
div[type=FOOTER] table.minimalistBlack {
border: 3px solid #000000;
width: 100%;
text-align: left;
border-collapse: collapse;
}
div[type=FOOTER] table.minimalistBlack td, table.minimalistBlack th {
border: 1px solid #000000;
padding: 5px 4px;
}
div[type=FOOTER] table.minimalistBlack tbody td {
font-size: 13px;
}
div[type=FOOTER] table.minimalistBlack thead {
background: #CFCFCF;
background: -moz-linear-gradient(top, #dbdbdb 0%, #d3d3d3 66%, #CFCFCF 100%);
background: -webkit-linear-gradient(top, #dbdbdb 0%, #d3d3d3 66%, #CFCFCF 100%);
background: linear-gradient(to bottom, #dbdbdb 0%, #d3d3d3 66%, #CFCFCF 100%);
border-bottom: 3px solid #000000;
}
div[type=FOOTER] table.minimalistBlack thead th {
font-size: 15px;
font-weight: bold;
color: #000000;
text-align: left;
}
div[type=FOOTER] table.minimalistBlack tfoot {
font-size: 14px;
font-weight: bold;
color: #000000;
border-top: 3px solid #000000;
}
div[type=FOOTER] table.minimalistBlack tfoot td {
font-size: 14px;
}