alecpl
2012-04-19 5d66a4bcf3ad5d584255184776f1f04451c929fc
commit | author | age
d5fedc 1 /**
T 2  * Roundcube webmail SVG-based gradients for IE 9
3  *
4  * Copyright (c) 2012, The Roundcube Dev Team
5  *
6  * The contents are subject to the Creative Commons Attribution-ShareAlike
7  * License. It is allowed to copy, distribute, transmit and to adapt the work
8  * by keeping credits to the original autors in the README file.
9  * See http://creativecommons.org/licenses/by-sa/3.0/ for details.
10  *
11  * $Id$
12  */
13
14 input.button {
15     background-image: url(svggradient.php?c=f9f9f9;e6e6e6);
16 }
17
18 .formbuttons input.button {
19     background-image: url(svggradient.php?c=7b7b7b;606060);
20 }
21
22 .formbuttons input.button:active {
23     background-image: url(svggradient.php?c=5c5c5c;7b7b7b);
24 }
25
26 input.button.mainaction {
27     background-image: url(svggradient.php?c=505050;2a2e31);
28 }
29
30 input.button.mainaction:active {
31     background-image: url(svggradient.php?c=2a2e31;505050);
32 }
33
34 a.button {
35     background-image: url(svggradient.php?c=f9f9f9;e6e6e6);
36 }
37
38 a.button.pressed,
39 a.button:active,
40 input.button:active {
41     background-image: url(svggradient.php?c=e6e6e6;f9f9f9);
42 }
43
44 .pagenav.dark a.button {
45     background-image: url(svggradient.php?c=d8d8d8;bababa);
46 }
47
48 .pagenav.dark a.button.pressed {
49     background-image: url(svggradient.php?c=bababa;d8d8d8);
50 }
51
52 #message.statusbar {
53     background-image: url(svggradient.php?c=eaeaea;c8c8c8);
54 }
55
56 .ui-dialog.popupmessage .ui-dialog-titlebar {
57     background-image: url(svggradient.php?c=e3e3e3;cfcfcf);
58 }
59
60 .ui-dialog.popupmessage .ui-widget-content {
61     background-image: url(svggradient.php?c=eeeeee;dcdcdc);
62 }
63
64 #topnav {
65     background-image: url(svggradient.php?c=404040;060606);
66 }
67
68 .records-table tr.selected td {
69     background-image: url(svggradient.php?c=019bc6;017cb4);
70 }
71
72 .contentbox .boxtitle,
73 body.iframe .boxtitle {
74     background-image: url(svggradient.php?c=eeeeee;dfdfdf);
75 /*    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20preserveAspectRatio%3D%22none%22%20version%3D%221.0%22%20width%3D%22100%25%22%20height%3D%22100%25%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22mLG1%22%20x1%3D%220%25%22%20y1%3D%220%25%22%20x2%3D%220%25%22%20y2%3D%22100%25%22%20spreadMethod%3D%22pad%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23eeeeee%22%20stop-opacity%3D%221%22/%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23dfdfdf%22%20stop-opacity%3D%221%22/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20style%3D%22fill%3Aurl%28%23mLG1%29%3B%22/%3E%3C/svg%3E);*/
76 }
77
78 #login-form input.button {
79     background-image: url(svggradient.php?c=f9f9f9;e2e2e2);
80 }
81
82 #login-form input.button:active {
83     background-image: url(svggradient.php?c=dcdcdc;f9f9f9);
84 }
85
86 .toolbar a.button {
87     filter: none;
88 }
89
90 a.menuselector {
91     background-image: url(svggradient.php?c=f8f8f8;dddddd);
92 }
93
94 a.menuselector:active {
95     background-image: url(svggradient.php?c=dddddd;f8f8f8);
96 }
97
98 .googie_list td.googie_list_onhover,
99 ul.toolbarmenu li a.active:hover,
100 #rcmKSearchpane ul li.selected {
101     background-image: url(svggradient.php?c=00aad6;008fc9);
102 }
103
104 .tabsbar .tablink {
105     background-image: url(svggradient.php?c=f8f8f8;d3d3d3,50;f8f8f8);
106     outline: none;
107 }
108
109 .tabsbar .tablink.selected a {
110     background-image: url(svggradient.php?c=ffffff;efefef);
111     outline: none;
112 }
113
114
115 /*** addressbook.css ***/
116
117 .contactfieldgroup {
118     background-image: url(svggradient.php?c=f7f7f7;eeeeee);
119 }
120
121 .contactfieldgroup legend {
122     background-image: url(svggradient.php?c=f0f0f0;d6d6d6);
123 }
124
125
126 /*** mail.css ***/
127
128 #mailboxlist li.mailbox .unreadcount {
129     background-image: url(svggradient.php?c=82acb5;6a939f);
130 }
131
132 #mailboxlist li.mailbox.selected .unreadcount {
133     background-image: url(svggradient.php?c=005d76;004558);
134 }
135
136 #messageheader, #partheader, #composeheaders {
137     background-image: url(svggradient.php?c=ffffff;e9e9e9);
138 }
139
140 #full-headers {
141     background-image: url(svggradient.php?c=eaeaea;e9e9e9);
142 }
143
144 #all-headers {
145     background-image: url(svggradient.php?c=f3f3f3;ffffff);
146 }
147
148
149 /*** jqueryui theme ***/
150
151 .ui-menu .ui-menu-item a.ui-state-hover,
152 .ui-menu .ui-menu-item a.ui-state-active {
153     background-image: url(svggradient.php?c=00aad6;008fc9) !important;
154 }
155
156 .ui-button.ui-state-default {
157     background-image: url(svggradient.php?c=f9f9f9;e6e6e6) !important;
158 }
159
160 .ui-button.ui-state-active {
161     background-image: url(svggradient.php?c=e6e6e6;f9f9f9) !important;
162 }
163
164 .ui-tabs .ui-tabs-nav li {
165     background-image: url(svggradient.php?c=f8f8f8;d3d3d3,50;d3d3d3) !important;
166 }
167
168 .ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
169     background-image: url(svggradient.php?c=fafafa,40;e4e4e4) !important;
170 }
171
172 .ui-datepicker td a.ui-state-default {
173     background-image: url(svggradient.php?c=e6e6e6;d6d6d6) !important;
174 }
175
176 .ui-datepicker td a.ui-state-active {
177     background-image: url(svggradient.php?c=00acd4;008fc7) !important;
178 }
179