Aleksander Machniak
2013-01-24 ab0eb04f8cf5b5c08ee55e2c9d1c88d529c498ae
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
12 input.button {
13     background-image: url(svggradient.php?c=f9f9f9;e6e6e6);
14 }
15
16 .formbuttons input.button {
17     background-image: url(svggradient.php?c=7b7b7b;606060);
18 }
19
20 .formbuttons input.button:active {
21     background-image: url(svggradient.php?c=5c5c5c;7b7b7b);
22 }
23
24 input.button.mainaction {
25     background-image: url(svggradient.php?c=505050;2a2e31);
26 }
27
28 input.button.mainaction:active {
29     background-image: url(svggradient.php?c=2a2e31;505050);
30 }
31
32 a.button {
33     background-image: url(svggradient.php?c=f9f9f9;e6e6e6);
34 }
35
36 a.button.pressed,
37 a.button:active,
38 input.button:active {
39     background-image: url(svggradient.php?c=e6e6e6;f9f9f9);
40 }
41
42 .pagenav.dark a.button {
43     background-image: url(svggradient.php?c=d8d8d8;bababa);
44 }
45
46 .pagenav.dark a.button.pressed {
47     background-image: url(svggradient.php?c=bababa;d8d8d8);
48 }
49
50 #message.statusbar {
51     background-image: url(svggradient.php?c=eaeaea;c8c8c8);
52 }
53
54 .ui-dialog.popupmessage .ui-dialog-titlebar {
55     background-image: url(svggradient.php?c=e3e3e3;cfcfcf);
56 }
57
58 .ui-dialog.popupmessage .ui-widget-content {
59     background-image: url(svggradient.php?c=eeeeee;dcdcdc);
60 }
61
62 #topnav {
63     background-image: url(svggradient.php?c=404040;060606);
64 }
65
66 .records-table tr.selected td {
67     background-image: url(svggradient.php?c=019bc6;017cb4);
68 }
69
70 .contentbox .boxtitle,
71 body.iframe .boxtitle {
72     background-image: url(svggradient.php?c=eeeeee;dfdfdf);
73 /*    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);*/
74 }
75
76 #login-form input.button {
77     background-image: url(svggradient.php?c=f9f9f9;e2e2e2);
78 }
79
80 #login-form input.button:active {
81     background-image: url(svggradient.php?c=dcdcdc;f9f9f9);
82 }
83
84 .toolbar a.button {
85     filter: none;
86 }
87
88 a.menuselector {
89     background-image: url(svggradient.php?c=f8f8f8;dddddd);
90 }
91
92 a.menuselector:active {
93     background-image: url(svggradient.php?c=dddddd;f8f8f8);
94 }
95
96 .googie_list td.googie_list_onhover,
97 ul.toolbarmenu li a.active:hover,
98 #rcmKSearchpane ul li.selected {
99     background-image: url(svggradient.php?c=00aad6;008fc9);
100 }
101
102 .tabsbar .tablink {
103     background-image: url(svggradient.php?c=f8f8f8;d3d3d3,50;f8f8f8);
104     outline: none;
105 }
106
107 .tabsbar .tablink.selected a {
108     background-image: url(svggradient.php?c=ffffff;efefef);
109     outline: none;
110 }
111
112
113 /*** addressbook.css ***/
114
115 .contactfieldgroup {
116     background-image: url(svggradient.php?c=f7f7f7;eeeeee);
117 }
118
119 .contactfieldgroup legend {
120     background-image: url(svggradient.php?c=f0f0f0;d6d6d6);
121 }
122
123
124 /*** mail.css ***/
125
126 #mailboxlist li.mailbox .unreadcount {
127     background-image: url(svggradient.php?c=82acb5;6a939f);
128 }
129
130 #mailboxlist li.mailbox.selected .unreadcount {
131     background-image: url(svggradient.php?c=005d76;004558);
132 }
133
c23aad 134 #messageheader, #partheader, #composeheaders {
10467e 135     background-image: url(svggradient.php?c=ffffff;f0f0f0);
d5fedc 136 }
T 137
edfe79 138 .moreheaderstoggle {
be72a0 139     background-image: url(svggradient.php?c=fbfbfb;e9e9e9&h=1);
TB 140 }
141
77fad1 142 #messagelistfooter {
TB 143     background-image: url(svggradient.php?c=ebebeb;c6c6c6);
144 }
d5fedc 145
T 146 /*** jqueryui theme ***/
147
148 .ui-menu .ui-menu-item a.ui-state-hover,
149 .ui-menu .ui-menu-item a.ui-state-active {
150     background-image: url(svggradient.php?c=00aad6;008fc9) !important;
151 }
152
153 .ui-button.ui-state-default {
154     background-image: url(svggradient.php?c=f9f9f9;e6e6e6) !important;
155 }
156
157 .ui-button.ui-state-active {
158     background-image: url(svggradient.php?c=e6e6e6;f9f9f9) !important;
159 }
160
161 .ui-tabs .ui-tabs-nav li {
162     background-image: url(svggradient.php?c=f8f8f8;d3d3d3,50;d3d3d3) !important;
163 }
164
165 .ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
166     background-image: url(svggradient.php?c=fafafa,40;e4e4e4) !important;
167 }
168
169 .ui-datepicker td a.ui-state-default {
170     background-image: url(svggradient.php?c=e6e6e6;d6d6d6) !important;
171 }
172
173 .ui-datepicker td a.ui-state-active {
174     background-image: url(svggradient.php?c=00acd4;008fc7) !important;
175 }
176