source: trunk/www.guidonia.net/wp/wp-content/plugins/ferdinand-wordbook/common/fbstyle.css@ 44

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 425 bytes
Line 
1/* Facebook Gallery Widget CSS */
2img.fbwidget{
3 border: 1px solid #ccc;
4 background: #fff;
5 padding: 2px;
6}
7img.fbwidget:hover {
8 border-color:#999;
9}
10.fbtip { /* For tooltips (tags in image) */
11 text-align:center;
12 color: #eee;font-family:Tahoma;font-weight:bold;
13 background:#333;font-size:11px;padding:4px
14}
15/* FB Status widget */
16.fbstatus_time {
17 display:block;
18}
19.fbstatus_text {
20 display:block;
21 padding:4px 0 0 0;
22}
Note: See TracBrowser for help on using the repository browser.