organized code into Smr module
[smr.git] / gui / public / stylesheets / all.css
blobb43e22d416b0727b1b4b5b0fd21a3f96f593aadd
2 ul#smr_menu {
3 float: right;
4 font-size: smaller;
7 /*
8 generic throught the application
9 */
10 fieldset {
11 border: 1px solid;
14 table { margin-left:auto; margin-right:auto; }
15 table thead th { padding: 0 1em 0 1em; }
17 /* pagination */
18 .paginate { overflow: hidden; }
19 .paginate li {
20 float: left;
21 padding: 0 0 0.5em 0.5em;
22 list-style-type: none;
24 .paginate .disabled { display: none; }
26 /* assets */
27 table#assets { }
28 table#assets > tbody td {
29 border-bottom: dashed 1px;
30 padding: 0.5em 0 0.25em 0;
32 table#assets > tbody td > span {
33 display: block; font-size: smaller;
35 table#assets > tbody td:nth-child(2),
36 table#assets > tbody td:nth-child(3),
37 table#assets > tbody td:nth-child(4),
38 table#assets > tbody td:nth-child(5),
39 table#assets > tbody td:nth-child(6),
40 table#assets > tbody td:nth-child(7) {
41 text-align: right;
44 /* executed orders */
45 table#executed_orders {}
46 table#executed_orders > tbody td > span {
47 display: block; font-size: smaller;
49 table#executed_orders > tbody td:nth-child(4),
50 table#executed_orders > tbody td:nth-child(5),
51 table#executed_orders > tbody td:nth-child(6),
52 table#executed_orders > tbody td:nth-child(7) {
53 text-align: right;
56 /* cashflow */
57 table#cashflow {}
58 table#cashflow > tbody td:nth-child(3) {
59 text-align: right;
62 /* quoterecords */
63 table#quoterecords { }
64 table#quoterecords > tbody td:first-child {
65 text-align: right; width:30%; font-size: 1.5em;
66 background-color: lightgray;
68 table#quoterecords > tbody td:first-child > span { text-align: justify; }
69 table#quoterecords > tbody td,
70 table#quoterecords > thead > tr:nth-child(2) {
71 text-align: center; font-size: 2em;
73 table#quoterecords > tbody td > span { display: block; font-size: 0.5em; }
74 table#quoterecords > tbody td:nth-child(2) { background-color: #A4CCAB; }
75 table#quoterecords > tbody td:nth-child(3) { background-color: #92CCA0; }
76 table#quoterecords > tbody td:nth-child(4) { background-color: #85B991; }
77 table#quoterecords > tbody td:nth-child(5) { background-color: #D59C95; }
78 table#quoterecords > tbody td:nth-child(6) { background-color: #D5ACA4; }
79 table#quoterecords > tbody td:nth-child(7) { background-color: #D5B8A4; }
83 /* figures */
84 table#figures {}
85 table#figures > tbody > tr:nth-child(1) > td { padding: 0 1em 0 1em; font-weight: bold; }
86 table#figures > tbody td:nth-child(3),
87 table#figures > tbody td:nth-child(4),
88 table#figures > tbody td:nth-child(5),
89 table#figures > tbody td:nth-child(6),
90 table#figures > tbody td:nth-child(7),
91 table#figures > tbody td:nth-child(8) {
92 text-align: right;
94 table#figures > tbody td:nth-child(3) { background-color: lightgray }