source: trunk/www.guidonia.net/wp/wp-content/plugins/fbconnect/fbconnect.css@ 44

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 2.7 KB
Line 
1#fbconnect_enabled_link, .fbconnect_link, #fbconnect_url, #commentform #fbconnect_url {
2 background: url('fbconnect.png') center left no-repeat;
3 padding-left: 18px;
4}
5
6body.login #fbconnect_url {
7 width: 92%;
8 font-size: 20px;
9 background-color: #FFF;
10 border: 1px solid #ccc;
11 padding: 3px 3px 3px 18px;
12 margin-right: 6px;
13}
14
15.fbnarrowcolumn {
16 overflow: hidden;
17 float: left;
18 display: block;
19 padding: 0 10px 20px 25px;
20 margin: 15px 0 0;
21 width: 500px;
22}
23
24
25#fbconnect_rollup {
26 margin-top: 1em;
27}
28
29#fbconnect_rollup div div { margin: 0.5em; }
30#fbconnect_rollup ul { margin: 0; padding: 0 0 0 5em; }
31
32.fbconnect_userprofile{
33 display: block;
34 width: 100%;
35}
36
37.fbconnect_profiletexts{
38 float: left;
39 margin-left:5px !important;
40 display: block;
41 width: 350px;
42}
43
44.fbconnect_LastUsers{
45 background-color: #d5d6d7;
46 margin-top:5px !important;
47 padding:3px !important;
48}
49
50.fbconnect_userpicmain{
51 display: block;
52 float: left;
53 border: 2px solid #d5d6d7;
54 margin-right:5px !important;
55 margin-bottom:2px !important;
56 overflow: hidden;
57 cursor:hand;
58}
59.fbconnect_miniprofiletext{
60 float: left;
61}
62
63
64.fbconnect_miniprofile{
65 overflow: hidden;
66 display: block;
67 margin-top:5px !important;
68}
69
70.invitebutton{
71 overflow: hidden;
72 display: block;
73 width: 100%;
74 margin-top:5px !important;
75 margin-bottom:5px !important;
76}
77.fbconnect_userpics{
78 width: 100%;
79 overflow: hidden;
80 margin-bottom:5px !important;
81 padding-bottom:5px !important;
82 border-bottom: 1px solid #CCCCCC;
83}
84
85.fbconnect_userpics a{
86 border: 2px solid white;
87 float: left;
88 display: block;
89 background-color: #d5d6d7;
90 margin-right:4px !important;
91 margin-bottom:4px !important;
92 font-size: 11px;
93 width: 50px;
94 height: 50px;
95 overflow: hidden;
96 cursor:hand;
97}
98.fbconnect_userpics2{
99 width: 100%;
100 overflow: hidden;
101 margin-bottom:5px !important;
102 padding-bottom:5px !important;
103 border-bottom: 1px solid #CCCCCC;
104}
105.fbconnect_userpics2 a{
106 border: 2px solid #d5d6d7;
107 float: left;
108 display: block;
109 background-color: #d5d6d7;
110 margin-right:4px !important;
111 margin-bottom:4px !important;
112 font-size: 11px;
113 width: 50px;
114 height: 50px;
115 overflow: hidden;
116 cursor:hand;
117}
118
119.fbconnect_title{
120 margin-top:3px !important;
121 margin-bottom:8px !important;
122
123 border-bottom: 1px solid #CCCCCC;
124
125
126 font-family: 'Trebuchet MS', Verdana, sans-serif;
127 font-size: x-small;
128 line-height: normal;
129 font-weight: normal;
130
131 text-transform: uppercase;
132 letter-spacing: .3em;
133 text-align: left;
134}
135
136.fbconnect_share{
137 width: 95%;
138 border-top: 1px solid #CCCCCC;
139 border-left: 1px solid #CCCCCC;
140 border-right: 2px solid #CCCCCC;
141 border-bottom: 2px solid #CCCCCC;
142 margin: 3px;
143 padding: 3px;
144 text-align: right;
145}
146.icon-text-middle{
147 vertical-align:middle;
148 margin-right:5px;
149}
Note: See TracBrowser for help on using the repository browser.