Fix wheel scrolling on LiveGrid content
[infodrom/rico3] / ricoClient / css / seaglass.css
1 /* -------------------------------------------------------
2 Based on sea glass table design
3 Author: Stephanie Leary
4 URL: http://www.sillybean.net/
5  ------------------------------------------------------- */
6 .ricoLG_table, .ricoTitle, a.RicoButton, .Rico_tabTitle , .Rico_accTitle, .ricoTree *, .ricoBookmark, 
7 .ricoCalContainer div.ricoCalYearPrompt, .ricoCalContainer .ricoCalMenu {
8   font-family: Georgia, "Times New Roman", Times, serif;
9 }
10 .Rico_accordion , .Rico_tabPanel, .ricoWindow {
11   font-size:90%;
12 }
13
14 caption { font-size: 1.3em; font-weight: bold; text-align: left; padding: 1em 4px; }
15 tr.ricoLG_hdg .ricoLG_cell, tr.ricoLG_hdg .ricoLG_cell a, tr.ricoLG_hdg .ricoLG_cell a:visited, tr.ricoLG_hdg th, tr.ricoLG_hdg td, table.ricoLiveGrid thead td, table.ricoLiveGrid thead th {
16   background-color: #2C5755 !important;
17   color: #ffffff !important;
18   text-decoration: none;
19   height: 1.4em;
20   text-align: center;
21   font-weight: normal;
22 }
23 tr.ricoLG_hdg .ricoLG_cell a:hover {
24   text-decoration: underline;
25 }
26 .odd th { background: #6E8D88; }
27 .ricoLG_bottom .ricoLG_cell { padding: 3px; }
28 .ricoLG_bottom  a, .ricoLG_bottom  a:link { color: #325C91; }
29 .ricoLG_bottom  a:visited { color: #466C8E; }
30 .ricoLG_bottom a:hover, .ricoLG_bottom  a:focus { color: #1E4C94; }
31 .ricoLG_bottom {
32   background-color: #f1f8ee;
33   color: #033;
34 }
35 div.ricoLG_messageDiv {
36   border:2px solid black;
37   background-color:#f1f8ee;
38   color:#2C5755;
39 }
40
41 div.ricoLG_selection {
42   background-color: #839E99;
43   color: #ffffff;
44 }
45 .ricoLG_top .ricoClearNative {
46   background-position: -10px -223px;
47 }
48
49 .ricoWindow {
50   border: 1px solid black;
51   background-color: #f1f8ee;
52 }
53 .ricoTitle  {
54   background-color: #2C5755;
55   color: #FFF;
56   padding: 0.4em 1em;
57 }
58 a.RicoButton {
59   background-color: #4C7775;
60   color: #FFF;
61 }
62 a.RicoButton.hover {
63   background-color: #6C9795;
64 }
65
66 .Rico_tabNavContainer .selected {
67   background: #2C5755;
68   cursor: auto;
69 }
70 .Rico_tabContent, .Rico_accContent {
71   background: #f1f8ee;
72 }
73
74 .Rico_tabContentContainer {
75   border : 2px solid #2C5755;
76 }
77 .Rico_tabTitle {
78   height: 1.5em;
79   background: #839E99;
80   margin-left: 2px;
81   margin-right: 2px;
82   text-align: center;
83   white-space:nowrap;
84   overflow:hidden;
85   padding: 5px 7px 0px 7px;
86 }
87
88
89 .Rico_accTitle {
90   background-color : #2C5755;
91   height: 1.7em;
92   border-bottom:1px solid #1C4745;
93   border-top:1px solid #6C9795;
94   font-weight : normal;
95   padding-left: 1em;
96   padding-top:0.3em;
97 }
98
99 .Rico_accTitle a , .Rico_tabTitle a {
100   color : #CCC;
101   text-decoration: none;
102 }
103
104 .Rico_accordion .hover a, .Rico_tabNavContainer .hover a {
105   color : #FFF;
106 }
107 .Rico_accordion .selected a, .Rico_tabNavContainer .selected a {
108   color : #FFF;
109   font-weight : bold;
110 }
111 .Rico_accordion  {
112   border : 1px solid #1f669b;
113 }
114
115 td.RicoCalHeading {
116   background-color: #2C5755;
117   color:#FFFFFF;
118 }
119 .ricoCalContainer tfoot td {
120   background-color:#1C4745;
121   color:#FFFFFF;
122 }
123 .ricoCalContainer, .ricoCalContainer tr.ricoCalDayNames td  {
124   background-color:#DBE6DD;
125 }
126 .ricoCalContainer div.ricoCalYearPrompt {
127   background-color:#f1f8ee;
128   border:1px solid #2C5755;
129 }
130 .ricoCalContainer .ricoCalMenu {
131   background-color:#f1f8ee;
132   border-bottom:1px solid #2C5755;
133   border-right:1px solid #2C5755;
134 }
135 span.Rico_leftArrow {
136   background-position: -10px -1077px;
137 }
138 span.Rico_rightArrow {
139   background-position: -10px -1139px;
140 }
141 span.RicoClose {
142   background-position: -10px -155px;
143 }
144 td.RicoCalHeading a.hover, a.ricoCloseHover {
145   background-color: #4C7775 !important;
146 }
147 td.RicoCalHeading a:link, td.RicoCalHeading a:visited {
148   color:#FFFFFF;
149 }
150 .ricoTree a.hover {
151   text-decoration: underline;
152   cursor:pointer;
153 }