organized code into Smr module
[smr.git] / gui / app / assets / stylesheets / quoterecords.css
blob95835105e0c09dad35a77d6745cc401569df1a3c
2 /*
3 * Quoterecords
4 */
5 table#quoterecords { }
6 table#quoterecords > tbody td:first-child { text-align: right; width:30%;
7 font-size: 1.5em; background-color: lightgray;
9 table#quoterecords > tbody td:first-child > span { text-align: justify; }
10 table#quoterecords > tbody td,
11 table#quoterecords > thead > tr:nth-child(2) { text-align: center; font-size: 2em; }
12 table#quoterecords > tbody td > span { display: block; font-size: 0.5em; }
13 table#quoterecords > tbody td:nth-child(2) { background-color: #A4CCAB; }
14 table#quoterecords > tbody td:nth-child(3) { background-color: #92CCA0; }
15 table#quoterecords > tbody td:nth-child(4) { background-color: #85B991; }
16 table#quoterecords > tbody td:nth-child(5) { background-color: #D59C95; }
17 table#quoterecords > tbody td:nth-child(6) { background-color: #D5ACA4; }
18 table#quoterecords > tbody td:nth-child(7) { background-color: #D5B8A4; }
20 table#quoterecord_observations > tbody td { border-bottom: dashed 1px; padding: 0.5em 0 0.25em 0; }
21 table#quoterecord_observations > tbody td:nth-child(1) { background-color: lightgray; }
22 table#quoterecord_observations > tbody td:nth-child(2) span { background-color: #f4eded; padding: 5px;}