cvsimport
[beagle.git] / Tiles / template-mockup.css
blobfa1457df599fe6cf3796ce59d7ba483b9957c572
1 // This file just exists to override the @tags@ so that testing the stylesheet works
2 // by loading the template-mockup.html into a web browser. It should not be installed
3 // or used in any other way. //Tuomas
5 .actions li {
6 background: url(/opt/gnome/share/icons/hicolor/16x16/stock/navigation/stock_right.png) no-repeat;
9 #phone {
10 background: url(/opt/gnome/share/icons/hicolor/16x16/stock/generic/stock_landline-phone.png) no-repeat;
13 #email {
14 background: url(/opt/gnome/share/icons/hicolor/16x16/stock/net/stock_mail.png) no-repeat;
17 #email-forward {
18 background: url(/opt/gnome/share/icons/hicolor/16x16/stock/net/stock_mail-forward.png) no-repeat;
21 #email-reply {
22 background: url(/opt/gnome/share/icons/hicolor/16x16/stock/net/stock_mail-reply.png) no-repeat;
25 #message {
26 background: url(/opt/gnome/share/icons/hicolor/16x16/apps/im-yahoo.png) no-repeat;
29 #message-aim {
30 background: url(/opt/gnome/share/icons/hicolor/16x16/apps/im-aim.png) no-repeat;
33 #message-icq {
34 background: url(/opt/gnome/share/icons/hicolor/16x16/apps/im-icq.png) no-repeat;
37 #message-jabber {
38 background: url(/opt/gnome/share/icons/hicolor/16x16/apps/im-jabber.png) no-repeat;
41 #message-msn {
42 background: url(/opt/gnome/share/icons/hicolor/16x16/apps/im-msn.png) no-repeat;
45 #message-nov {
46 background: url(/opt/gnome/share/icons/hicolor/16x16/apps/im-nov.png) no-repeat;
49 #message-yahoo {
50 background: url(/opt/gnome/share/icons/hicolor/16x16/apps/im-yahoo.png) no-repeat;
54 #reveal {
55 background: url(@image%action-reveal.png@) no-repeat;
58 td.footer {
59 text-align: right;
60 border-bottom: solid 1px white;