summaryrefslogtreecommitdiff
blob: a713089e5294564b7d42e1348d2bf5a1c558a2e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
div#publicize-services-block {
	display: block;
	clear: both;
	margin-bottom: 25px;
	background-color: #fff;
	padding: 25px 20px 5px 25px;
	overflow: hidden;
	max-width: 1200px;
}

/* Add the logos for the Publicize services */
span.pub-logos {
	float: right;
	display: block;
	width: 130px;
	height: 75px;
	margin-top: -18px;
	margin-right: 5px;
	vertical-align: top;
}

.left, .right{
	width: 50%;
	float: right;
}

div#facebook { background: url( publicize-fb-2x.png ) no-repeat; background-size: 32px 32px; padding-right: 42px;background-position: 0px 0px;padding-top:5px; }
div#twitter { background: url( publicize-twitter-2x.png ) no-repeat; background-size: 32px 32px; padding-right: 42px;background-position: 0px 0px;padding-top:5px;  }
div#linkedin { background: url( publicize-linkedin-2x.png )no-repeat; background-size: 32px 32px; padding-right: 42px;background-position: 0px 0px;padding-top:5px;  }
div#tumblr { background: url( publicize-tumblr-2x.png ) no-repeat; background-size: 32px 32px; padding-right: 42px;background-position: 0px 0px;padding-top:5px;  }
div#path { background: url( publicize-path-2x.png ) no-repeat;  background-size: 32px 32px; padding-right: 42px;background-position: 0px 0px;padding-top:5px;  }
div#google_plus { background: url( publicize-google-2x.png ) no-repeat;  background-size: 32px 32px; padding-right: 42px;background-position: 0px 0px;padding-top:5px;  }

a.publicize-profile-link, a.publicize-profile-link:visited {
	text-decoration: none;
	font-weight: bold;
}

a.publicize-profile-link:hover {
	color: #f1831e;
}

a.publicize-add-connection, a.publicize-add-connection:visited {
	text-decoration: none;
}

a.publicize-add-connection:hover {
	color: #f1831e;
}

div.publicize-service-entry {
	clear: both;
	margin-bottom: 10px;
	padding: 10px 0 25px 0;
	border-bottom: 1px #eee solid;
	margin-left: 40px;
	overflow: hidden;
}

div.publicize-service-entry:last-of-type{
	border-width: 0px;
}

div.publicize-service-left {
	display: inline-block;
	width: 150px;
	vertical-align: top;
	min-height: 35px;
}


div.publicize-service-left a{
	font-size: 24px;
	text-decoration: none;
}

div.publicize-service-left a:hover{
	text-decoration: underline;
}

div.publicize-service-right {
	display: inline-block;
	text-align: left;
	float: left;
	padding-top:5px;
}

div.publicize-service-right ul {
	margin-top: 0;
}

div.publicize-service-right li {
	list-style-type: none;
	font-size: 14px;
}

.publicize-info {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url( info-2x.png );
	background-size: 16px 16px;
	text-indent: -99999px;
	float: right;
	cursor: help;
	text-decoration: none;
	margin-left: 10px;
	margin-top:3px;
	font-size: 10%;
}

.pub-disconnect-button {
	-webkit-border-image: none;
	border-bottom-color: #CCC;
	border-bottom-style: none;
	border-bottom-width: 0px;
	border-right-color: #CCC;
	border-right-style: none;
	border-right-width: 0px;
	border-left-color: #CCC;
	border-left-style: none;
	border-left-width: 0px;
	border-top-color: #CCC;
	border-top-style: none;
	border-top-width: 0px;
	color: #CCC;
	cursor: auto;
	display: inline;
	font-family: sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	height: auto;
	line-height: 22px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	outline-color: #CCC;
	outline-style: none;
	outline-width: 0px;
	overflow-y: visible;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	position: static;
	left: auto;
	text-align: right;
	text-decoration: none;
	top: auto;
	vertical-align: baseline;
	width: auto;
	z-index: auto;
}

.pub-disconnect-button:hover {
	color: #f1831e;
}

table#option-profile {
	padding-bottom: 8px;
}

table#option-profile td {
	font-family: "Lucida Grande",Verdana,Arial,sans-serif;
	vertical-align: middle;
}

table#option-profile td.radio {
	padding-left: 20px;
}

table#option-profile td.thumbnail {
	padding-left: 20px;
}

table#option-profile td.details {
	font-weight: bold; color: #333333
}

table#option-fb-fanpage td, table#option-fanpage td {
	font-family: "Lucida Grande",Verdana,Arial,sans-serif;
	vertical-align: middle;
}

table#option-fb-fanpage td.thumbnail, table#option-fanpage td.thumbnail  {
	padding: 5px 20px 5px 20px;
}

table#option-fb-fanpage td.details, table#option-fanpage td.details {
	width: 130px;
	padding-left: 10px;
}

table#option-fb-fanpage td.details span.name, table#option-fanpage td.details span.name {
	font-weight: bold; color: #333333;
}

table#option-fb-fanpage td.details span.category, table#option-fanpage td.details span.category {
	font-size: 10px; color: #888888;
}

input.fb-options {
	font-family: "Lucida Grande",Verdana,Arial,sans-serif;
	font-size: 12px;
}

.pub-connection-error {
	color: #ff0000;
}