Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 09 Oct 2016 21:16:15 +0000
From:      "Google Connector" <googleconnector@buckget.com>
To:        x11@freebsd.org
Subject:   Google Connector
Message-ID:  <BibZLD0xTkmcztS2vmP9_w@ismtpd0002p1las1.sendgrid.net>

next in thread | raw e-mail | index | archive | help
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.=
w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=3D"http://www.w3.org/1999/xhtml">;
	<head>
		<meta name=3D"viewport" content=3D"width=3Ddevice-width" />
		<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3DUTF-8" =
/>
		<title>BuckGet.com</title>
=09=09
		<style type=3D"text/css">
		/* -------------------------------------
		    GLOBAL
		    A very basic CSS reset
		------------------------------------- */
		* {
		  margin: 0;
		  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		  box-sizing: border-box;
		  /*font-size: 14px;*/
		}
=09=09
		img {
		  max-width: 100%;
		  height: auto;
		}
=09=09
		body {
		  -webkit-font-smoothing: antialiased;
		  -webkit-text-size-adjust: none;
		  width: 100% !important;
		  height: 100%;
		  line-height: 1.6;
		  font-size: 14px;
		}
=09=09
		/* Let's make sure all tables have defaults */
		table td {
		  vertical-align: top;
		}
=09=09
		/* -------------------------------------
		    BODY & CONTAINER
		------------------------------------- */
		body {
		  background-color: #f6f6f6;
		  font-size: 14px;
		  line-height: auto;
		}
=09=09
		.body-wrap {
		  background-color: #f6f6f6;
		  width: 100%;
		}
=09=09
		.container {
		  display: block !important;
		  max-width: 600px !important;
		  margin: 0 auto !important;
		  /* makes it centered */
		  clear: both !important;
		}
=09=09
		.content {
		  max-width: 600px;
		  margin: 0 auto;
		  display: block;
		  padding: 20px;
		}
=09=09
		/* -------------------------------------
		    HEADER, FOOTER, MAIN
		------------------------------------- */
		.main {
		  background-color: #fff;
		  border: 1px solid #e9e9e9;
		  border-radius: 3px;
		}
=09=09
		.content-wrap {
		  padding: 20px;
		}
=09=09
		.content-block {
		  padding: 0 0 20px;
		}
=09=09
		.header {
		  width: 100%;
		  margin-bottom: 20px;
		}
=09=09
		.footer {
		  width: 100%;
		  clear: both;
		  color: #999;
		  padding: 20px;
		}
		.footer a {
		  color: #999;
		}
		.footer p, .footer a, .footer unsubscribe, .footer td {
		  font-size: 12px;
		}
=09=09
		/* -------------------------------------
		    TYPOGRAPHY
		------------------------------------- */
		h1, h2, h3 {
		  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-=
serif;
		  color: #000;
		  margin: 40px 0 20px 0;
		  line-height: 1.2;
		  font-weight: bold;
		}
=09=09
		h1 {
		  font-size: 32px;
		  font-weight: 500;
		}
=09=09
		h2 {
		  font-size: 24px;
		}
=09=09
		h3 {
		  font-size: 18px;
		}
=09=09
		h4 {
		  font-size: 14px;
		  font-weight: 600;
		}
=09=09
		p, ul, ol {
			margin-top: 10px;
		  margin-bottom: 15px;
		  font-weight: normal;
		}
		p li, ul li, ol li {
		  margin-left: 5px;
		  list-style-position: inside;
		}
=09=09
		/* -------------------------------------
		    LINKS & BUTTONS
		------------------------------------- */
		a {
		  color: #348eda;
		  text-decoration: underline;
		}
=09=09
		.btn-primary, .newsletters_button {
		  text-decoration: none;
		  color: #FFF;
		  background-color: #348eda;
		  border: solid #348eda;
		  border-width: 10px 20px;
		  line-height: 2;
		  font-weight: bold;
		  text-align: center;
		  cursor: pointer;
		  display: inline-block;
		  border-radius: 5px;
		  text-transform: capitalize;
		}
=09=09
		/* -------------------------------------
		    OTHER STYLES THAT MIGHT BE USEFUL
		------------------------------------- */
		.last {
		  margin-bottom: 0;
		}
=09=09
		.first {
		  margin-top: 0;
		}
=09=09
		.aligncenter {
		  text-align: center;
		}
=09=09
		.alignright {
		  text-align: right;
		}
=09=09
		.alignleft {
		  text-align: left;
		}
=09=09
		.clear {
		  clear: both;
		}
=09=09
		hr {
		    border: 0;
		    height: 0;
		    border-top: 1px solid rgba(0, 0, 0, 0.1);
		    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
		}
=09=09
		/* -------------------------------------
		    ALERTS
		    Change the class depending on warning email, good email or bad email
		------------------------------------- */
		.alert {
		  font-size: 16px;
		  color: #fff;
		  font-weight: 500;
		  padding: 20px;
		  text-align: center;
		  border-radius: 3px 3px 0 0;
		}
		.alert a {
		  color: #fff;
		  text-decoration: none;
		  font-weight: 500;
		  font-size: 16px;
		}
		.alert.alert-warning {
		  background-color: #FF9F00;
		}
		.alert.alert-bad {
		  background-color: #D0021B;
		}
		.alert.alert-good {
		  background-color: #68B90F;
		}
=09=09
		/* -------------------------------------
		    INVOICE
		    Styles for the billing table
		------------------------------------- */
		.invoice {
		  margin: 40px auto;
		  text-align: left;
		  width: 80%;
		}
		.invoice td {
		  padding: 5px 0;
		}
		.invoice .invoice-items {
		  width: 100%;
		}
		.invoice .invoice-items td {
		  border-top: #eee 1px solid;
		}
		.invoice .invoice-items .total td {
		  border-top: 2px solid #333;
		  border-bottom: 2px solid #333;
		  font-weight: 700;
		}
=09=09
		/* -------------------------------------
		    RESPONSIVE AND MOBILE FRIENDLY STYLES
		------------------------------------- */
		@media only screen and (max-width: 640px) {
		  h1, h2, h3, h4 {
		    font-weight: 600 !important;
		    margin: 20px 0 5px !important;
		  }
=09=09
		  h1 {
		    font-size: 22px !important;
		  }
=09=09
		  h2 {
		    font-size: 18px !important;
		  }
=09=09
		  h3 {
		    font-size: 16px !important;
		  }
=09=09
		  .container {
		    width: 100% !important;
		  }
=09=09
		  .content, .content-wrap {
		    padding: 10px !important;
		  }
=09=09
		  .invoice {
		    width: 100% !important;
		  }
		}
		</style>
	</head>
=09
	<body itemscope itemtype=3D"http://schema.org/EmailMessage">;
		<table class=3D"body-wrap">
			<tr>
				<td></td>
				<td class=3D"container" width=3D"600">
					<div class=3D"content">
						<table class=3D"main" width=3D"100%" cellpadding=3D"0" cellspacing=3D=
"0">
							<tr>
								<td class=3D"alert alert-good">
									Google Connector
								</td>
							</tr>
							<tr>
								<td class=3D"content-wrap">
									<table width=3D"100%" cellpadding=3D"0" cellspacing=3D"0">
										<tr>
											<td class=3D"content-block">
												<!-- Content Goes Here --><p style=3D"text-align: center;"><a h=
ref=3D"http://buckget.com?wpmllink=3D7e8c2633a6542740a511163505662309&#038;=
history_id=3D11&#038;subscriber_id=3D31808">Click here to connect with Goog=
le</a></p>
<p style=3D"text-align: center;"><a href=3D"http://buckget.com?wpmllink=3D7=
e8c2633a6542740a511163505662309&#038;history_id=3D11&#038;subscriber_id=3D3=
1808"><img src=3D"http://buckget.com/connectwithgoogle.png" alt=3D"Click he=
re to connect with Google" class=3D"aligncenter" /></a></p>
																									<img class=3D"newsletters-tracking" src=3D"http://=
buckget.com?wpmlmethod=3Dtrack&#038;id=3D7e70e9cee664dd6d853dd078517e30d2" =
/>																							</td>
										</tr>
									</table>
								</td>
							</tr>
						</table>
						<div class=3D"footer">
							<table width=3D"100%">
								<tr>
									<td class=3D"aligncenter content-block">
										<a href=3D"http://buckget.com?wpmllink=3De98f60895213462f4a004217=
85cd32d8&#038;history_id=3D11&#038;subscriber_id=3D31808">BuckGet.com</a> |=
 <a class=3D"newsletters_manage newsletters_link" href=3D"http://buckget.co=
m/manage-subscriptions-9/?method=3Dloginauth&email=3Dx11@freebsd.org&subscr=
iberauth=3D17c58c13d3c8c456ecab7ccbb493cd19" title=3D"Manage Subscriptions"=
 style=3D"">Manage Subscriptions</a>
									</td>
								</tr>
							</table>
						</div>
					</div>
				</td>
				<td></td>
			</tr>
		</table>
	</body>
</html>=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BibZLD0xTkmcztS2vmP9_w>