source: main/trunk/model-sites-dev/pei-jones/style/custom.css@ 31793

Last change on this file since 31793 was 31793, checked in by kjdon, 7 years ago

committing core files for pei jones project

File size: 588 bytes
Line 
1table.alternating {
2 font-family: Georgia;
3 font-size: 16px;
4 color: #000;
5 min-width: 30%;
6}
7table.alternating tr:nth-child(odd){
8 background: #CDC3B7;
9}
10table.alternating tr:nth-child(even){
11 background: #EDE4D4;
12}
13table.alternating td {
14 border: 1px solid #000;
15}
16div.container{
17 border: 1px solid #000;
18 display: inline-block;
19 padding: 5px;
20}
21table.alternating td.heading {
22 font-weight: bold;
23 font-style: italic;
24 color: #000;
25}
26
27.metaTableCellName{
28
29 background:#CDC3B7;
30
31}
32
33span.tocSectionTitle {
34 display: none;
35}
Note: See TracBrowser for help on using the repository browser.