/* /\/\/\/\/\/\/\/\/ CLIENT-SPECIFIC STYLES /\/\/\/\/\/\/\/\/ */
#outlook a{padding: 0;} /* Force Outlook to provide a "view in browser" message */
.ReadMsgBody{width: 100%;} .ExternalClass{width: 100%;} /* Force Hotmail to display emails at full width */
.ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div {line-height: 100%;} /* Force Hotmail to display normal line spacing */
body, table, td, p, a, li, blockquote{-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;} /* Prevent WebKit and Windows mobile changing default text sizes */
table, td{mso-table-lspace: 0pt; mso-table-rspace: 0pt;} /* Remove spacing between tables in Outlook 2007 and up */
img{-ms-interpolation-mode: bicubic;} /* Allow smoother rendering of resized image in Internet Explorer */
/**
* @tip Set the background color and top border for your email. You may want to choose colors that match your company's branding.
* @theme page
*/
body, #bodyTable{
background-color: #DEE0E2;
}
/**
* @tip Set the background color and top border for your email. You may want to choose colors that match your company's branding.
* @theme page
*/
#bodyCell{
border-top: 4px solid #BBBBBB;
}
/**
* @tip Set the border for your email.
*/
#templateContainer{
border: 1px solid #BBBBBB;
}
/**
* @tip Set the styling for all first-level headings in your emails. These should be the largest of your headings.
* @style heading 1
*/
h1{
color: #404040 !important;
display: block;
font-family: Helvetica;
font-size: 26px;
font-style: normal;
font-weight: bold;
line-height: 100%;
letter-spacing: normal;
margin-top: 0;
margin-right: 0;
margin-bottom: 10px;
margin-left: 0;
text-align: left;
}
/**
* @tip Set the styling for all second-level headings in your emails.
* @style heading 2
*/
h2{
color: #404040 !important;
display: block;
font-family: Helvetica;
font-size: 20px;
font-style: normal;
font-weight: bold;
line-height: 100%;
letter-spacing: normal;
margin-top: 0;
margin-right: 0;
margin-bottom: 10px;
margin-left: 0;
text-align: left;
}
/**
* @tip Set the styling for all third-level headings in your emails.
* @style heading 3
*/
h3{
color: #3d98c6 !important;
display: block;
font-family: Helvetica;
font-size: 16px;
font-weight: normal;
line-height: 100%;
letter-spacing: normal;
margin-top: 0;
margin-right: 0;
margin-bottom: 10px;
margin-left: 0;
text-align: left;
}
/**
* @tip Set the styling for all fourth-level headings in your emails. These should be the smallest of your headings.
* @style heading 4
*/
h4{
color: #808080 !important;
display: block;
font-family: Helvetica;
font-size: 14px;
font-weight: normal;
line-height: 100%;
letter-spacing: normal;
margin-top: 0;
margin-right: 0;
margin-bottom: 10px;
margin-left: 0;
text-align: left;
}
/**
* @tip Set the background color and bottom border for your email's preheader area.
* @theme header
*/
#templatePreheader{
background-color: #F4F4F4;
border-bottom: 1px solid #CCCCCC;
}
/**
* @tip Set the styling for your email's preheader text. Choose a size and color that is easy to read.
*/
.preheaderContent{
color: #808080;
font-family: Helvetica;
font-size: 10px;
line-height: 125%;
text-align: left;
}
/**
* @tip Set the styling for your email's preheader links. Choose a color that helps them stand out from your text.
*/
.preheaderContent a:link, .preheaderContent a:visited, /* Yahoo! Mail Override */ .preheaderContent a .yshortcuts /* Yahoo! Mail Override */{
color: #606060;
font-weight: normal;
text-decoration: underline;
}
/**
* @tip Set the background color and borders for your email's header area.
* @theme header
*/
#templateHeader{
background-color: #F4F4F4;
border-top: 1px solid #FFFFFF;
border-bottom: 1px solid #CCCCCC;
}
/**
* @tip Set the styling for your email's header text. Choose a size and color that is easy to read.
*/
.headerContent{
color: #505050;
font-family: Helvetica;
font-size: 20px;
font-weight: bold;
line-height: 100%;
padding-top: 0;
padding-right: 0;
padding-bottom: 0;
padding-left: 0;
text-align: left;
vertical-align: middle;
}
/**
* @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text.
*/
.headerContent a:link, .headerContent a:visited, /* Yahoo! Mail Override */ .headerContent a .yshortcuts /* Yahoo! Mail Override */{
color: #3d98c6;
font-weight: normal;
text-decoration: underline;
}
#headerImage{
height: auto;
max-width: 600px;
}
#socialShare img {
margin-right: 3px;
}
/* ========== Body Styles ========== */
/**
* @tip Set the background color and borders for your email's body area.
*/
#templateBody{
background-color: #FFFFFF;
border-top: 1px solid #FFFFFF;
/*border-bottom: 1px solid #CCCCCC;*/
}
/**
* @tip Set the styling for your email's main content text. Choose a size and color that is easy to read.
* @theme main
*/
.bodyContent{
color: #505050;
font-family: Helvetica;
font-size: 16px;
line-height: 150%;
padding-top: 20px;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 20px;
text-align: left;
}
/**
* @tip Set the styling for your email's main content links. Choose a color that helps them stand out from your text.
*/
.bodyContent a:link, .bodyContent a:visited, /* Yahoo! Mail Override */ .bodyContent a .yshortcuts /* Yahoo! Mail Override */{
color: #3d98c6;
font-weight: normal;
text-decoration: underline;
}
/**
* @tip Set the styling for your email's data table text. Choose a size and color that is easy to read.
*/
.dataTableHeading{
/*background-color: #E7F1FC;*/
color: #336699;
font-family: Helvetica;
font-size: 14px;
font-weight: bold;
line-height: 150%;
text-align: left;
}
/**
* @tip Set the styling for your email's data table links. Choose a color that helps them stand out from your text.
*/
.dataTableHeading a:link, .dataTableHeading a:visited, /* Yahoo! Mail Override */ .dataTableHeading a .yshortcuts /* Yahoo! Mail Override */{
color: #FFFFFF;
font-weight: bold;
}
/**
* @tip Set the styling for your email's data table text. Choose a size and color that is easy to read.
*/
.dataTableContent{
border-top: 1px solid #DDDDDD;
border-bottom: 0;
color: #404040;
font-family: Helvetica;
font-size: 12px;
line-height: 150%;
text-align: left;
}
/**
* @tip Set the styling for your email's data table links. Choose a color that helps them stand out from your text.
*/
.dataTableContent a:link, .dataTableContent a:visited, /* Yahoo! Mail Override */ .dataTableContent a .yshortcuts /* Yahoo! Mail Override */{
color: #3d98c6;
font-weight: bold;
}
/* ========== Column Styles ========== */
.templateColumnContainer{width: 200px;}
/**
* @tip Set the background color and borders for your email's column area.
*/
#templateColumns{
background-color: #F4F4F4;
border-top: 1px solid #FFFFFF;
border-bottom: 1px solid #CCCCCC;
}
/**
* @tip Set the styling for your email's left column content text. Choose a size and color that is easy to read.
*/
.leftColumnContent{
color: #505050;
font-family: Helvetica;
font-size: 14px;
line-height: 150%;
padding-top: 0;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 20px;
text-align: left;
}
/**
* @tip Set the styling for your email's left column content links. Choose a color that helps them stand out from your text.
*/
.leftColumnContent a:link, .leftColumnContent a:visited, /* Yahoo! Mail Override */ .leftColumnContent a .yshortcuts /* Yahoo! Mail Override */{
color: #3d98c6;
font-weight: normal;
text-decoration: underline;
}
/**
* @tip Set the styling for your email's center column content text. Choose a size and color that is easy to read.
*/
.centerColumnContent{
color: #505050;
font-family: Helvetica;
font-size: 14px;
line-height: 150%;
padding-top: 0;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 20px;
text-align: left;
}
/**
* @tip Set the styling for your email's center column content links. Choose a color that helps them stand out from your text.
*/
.centerColumnContent a:link, .centerColumnContent a:visited, /* Yahoo! Mail Override */ .centerColumnContent a .yshortcuts /* Yahoo! Mail Override */{
color: #3d98c6;
font-weight: normal;
text-decoration: underline;
}
/**
* @tip Set the styling for your email's right column content text. Choose a size and color that is easy to read.
*/
.rightColumnContent{
color: #505050;
font-family: Helvetica;
font-size: 14px;
line-height: 150%;
padding-top: 0;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 20px;
text-align: left;
}
/**
* @tip Set the styling for your email's right column content links. Choose a color that helps them stand out from your text.
*/
.rightColumnContent a:link, .rightColumnContent a:visited, /* Yahoo! Mail Override */ .rightColumnContent a .yshortcuts /* Yahoo! Mail Override */{
color: #3d98c6;
font-weight: normal;
text-decoration: underline;
}
/**
* @tip Set the background color and borders for your email's footer area.
* @theme footer
*/
#templateFooter{
background-color: #F4F4F4;
border-top: 1px solid #FFFFFF;
}
/**
* @tip Set the styling for your email's footer text. Choose a size and color that is easy to read.
* @theme footer
*/
.footerContent{
color: #808080;
font-family: Helvetica;
font-size: 10px;
line-height: 150%;
padding-top: 20px;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 20px;
text-align: left;
}
/**
* @tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text.
*/
.footerContent a:link, .footerContent a:visited, /* Yahoo! Mail Override */ .footerContent a .yshortcuts, .footerContent a span /* Yahoo! Mail Override */{
color: #606060;
font-weight: normal;
text-decoration: underline;
}
/* /\/\/\/\/\/\/\/\/ MOBILE STYLES /\/\/\/\/\/\/\/\/ */
@media only screen and (max-width: 480px){
/* /\/\/\/\/\/\/ CLIENT-SPECIFIC MOBILE STYLES /\/\/\/\/\/\/ */
body, table, td, p, a, li, blockquote{-webkit-text-size-adjust: none !important;} /* Prevent Webkit platforms from changing default text sizes */
body{width: 100% !important; min-width: 100% !important;} /* Prevent iOS Mail from adding padding to the body */
/* /\/\/\/\/\/\/ MOBILE RESET STYLES /\/\/\/\/\/\/ */
#bodyCell{padding: 10px !important;}
/* /\/\/\/\/\/\/ MOBILE TEMPLATE STYLES /\/\/\/\/\/\/ */
/* ======== Page Styles ======== */
/**
* @tip Make the template fluid for portrait or landscape view adaptability. If a fluid layout doesn't work for you, set the width to 300px instead.
*/
#templateContainer{
max-width: 600px !important;
width: 100% !important;
}
/**
* @tip Make the first-level headings larger in size for better readability on small screens.
*/
h1{
font-size: 24px !important;
line-height: 100% !important;
}
/**
* @tip Make the second-level headings larger in size for better readability on small screens.
*/
h2{
font-size: 20px !important;
line-height: 100% !important;
}
/**
* @tip Make the third-level headings larger in size for better readability on small screens.
*/
h3{
font-size: 18px !important;
line-height: 100% !important;
}
/**
* @tip Make the fourth-level headings larger in size for better readability on small screens.
*/
h4{
font-size: 16px !important;
line-height: 100% !important;
}
/* ======== Header Styles ======== */
#templatePreheader{display: none !important;} /* Hide the template preheader to save space */
/**
* @tip Make the main header image fluid for portrait or landscape view adaptability, and set the image's original width as the max-width. If a fluid setting doesn't work, set the image width to half its original size instead.
*/
#headerImage{
height: auto !important;
max-width: 600px !important;
width: 100% !important;
}
/**
* @tip Make the header content text larger in size for better readability on small screens. We recommend a font size of at least 16px.
*/
.headerContent{
font-size: 20px !important;
line-height: 125% !important;
}
/* ======== Body Styles ======== */
/**
* @tip Make the body content text larger in size for better readability on small screens. We recommend a font size of at least 16px.
*/
.bodyContent{
font-size: 18px !important;
line-height: 125% !important;
}
/**
* @tip Set the background color and border for your email's data table.
*/
.templateDataTable{
background-color: #FFFFFF;
border: 1px solid #DDDDDD;
}
/**
* @tip Set the styling for your email's data table text. Choose a size and color that is easy to read.
*/
.dataTableHeading{
background-color: #D8E2EA;
color: #336699;
font-family: Helvetica;
font-size: 14px;
font-weight: bold;
line-height: 150%;
text-align: left;
}
/**
* @tip Set the styling for your email's data table links. Choose a color that helps them stand out from your text.
*/
.dataTableHeading a:link, .dataTableHeading a:visited, /* Yahoo! Mail Override */ .dataTableHeading a .yshortcuts /* Yahoo! Mail Override */{
color: #3d98c6;
font-weight: bold;
}
/**
* @tip Set the styling for your email's data table text. Choose a size and color that is easy to read.
*/
.dataTableContent{
border-top: 1px solid #DDDDDD;
border-bottom: 0;
color: #202020;
font-family: Helvetica;
font-size: 12px;
font-weight: bold;
line-height: 150%;
text-align: left;
}
/**
* @tip Set the styling for your email's data table links. Choose a color that helps them stand out from your text.
*/
.dataTableContent a:link, .dataTableContent a:visited, /* Yahoo! Mail Override */ .dataTableContent a .yshortcuts /* Yahoo! Mail Override */{
color: #3d98c6;
font-weight: bold;
}
/**
* @tip Make the column image fluid for portrait or landscape view adaptability, and set the image's original width as the max-width. If a fluid setting doesn't work, set the image width to half its original size instead.
*/
.columnImage{
height: auto !important;
max-width: 480px !important;
width: 100% !important;
}
/**
* @tip Make the left column content text larger in size for better readability on small screens. We recommend a font size of at least 16px.
*/
.leftColumnContent{
font-size: 16px !important;
line-height: 125% !important;
}
/**
* @tip Make the center column content text larger in size for better readability on small screens. We recommend a font size of at least 16px.
*/
.centerColumnContent{
font-size: 16px !important;
line-height: 125% !important;
}
/**
* @tip Make the right column content text larger in size for better readability on small screens. We recommend a font size of at least 16px.
*/
.rightColumnContent{
font-size: 16px !important;
line-height: 125% !important;
}
/* ======== Footer Styles ======== */
/**
* @tip Make the body content text larger in size for better readability on small screens.
*/
.footerContent{
font-size: 14px !important;
line-height: 115% !important;
}
.footerContent a {
display:block !important;
} /* Place footer social and utility links on their own lines, for easier access */
<h1 class="xn-hedline">Futurama Returns With All New Adventures From Matt Groening, David X. Cohen, And Original Show Writers In Futurama: Worlds of Tomorrow Game</h1>
<div id="enrcontainer"></div>
<h2 class="xn-hedline">Original Cast and Creator to Bring the Emmy-Winning Comedy Series to Life on Mobile Platforms with all New Stories Featuring your Favorite Futurama Characters</h2>
<p>
<span class="right" id="playercontainer"> </span><span class="xn-location">LOS ANGELES</span>, <span class="xn-chron">Feb. 22, 2017</span> /PRNewswire/ -- <i>GOOD NEWS EVERYONE!</i> TinyCo™, a Jam City Company, and Fox Interactive today announced the development of <b><i>Futurama: Worlds of Tomorrow</i></b>, a new game coming soon for mobile devices. The game features original content from <i>Futurama</i> creator and Executive Producer Matt Groening, Executive Producer David X. Cohen, and much of the team behind the beloved TV series. TinyCo is also working with Rough Draft Studios - <i>Futurama</i>'s original animators - to bring the show's trademark humor, signature visual style, and ensemble comedic adventure to mobile players everywhere. </p>
<p>"I love this game because it feels just like Futurama," said <span class="xn-person">Matt Groening</span>, creator and Executive Producer of <i>Futurama</i> and <i>The Simpsons</i>. "Except now you get to jab the characters in the face." </p>
<p>The game is being produced in partnership with Fox Interactive, Twentieth Century Fox's interactive division, and <span class="xn-person">Matt Groening's</span> Curiosity Company. This partnership continues the strong teamwork that Fox Interactive and TinyCo established with <i>Family Guy: The Quest for Stuff</i>, a mobile game based on the hit Fox animated TV series <i>Family Guy</i>. <i>Family Guy: The Quest for Stuff </i>has attracted tens of millions of players while winning multiple awards, and <b><i>Futurama: Worlds of Tomorrow</i></b> looks to continue in this tradition.</p>
<p>"Futurama is back, bigger and better than ever! Or possibly smaller and equally good. But either way, it's back!" said <span class="xn-person">David X. Cohen</span>, co-developer with <span class="xn-person">Matt Groening</span> and Executive Producer of <i>Futurama</i>. "We've got completely new stories from the original writers, cast, and animators. This is the real Futurama deal."</p>
<p>
<b><i>Futurama: Worlds of Tomorrow</i></b> is coming soon for mobile devices via the App Store, Google Play, and the Amazon Appstore. More information on the game will be released in the near future. For more details on <b><i>Futurama: Worlds of Tomorrow</i></b> as they are revealed, and to connect with the Futurama fans who will create and play the game, go to <a href="http://www.fb.com/playfuturama" rel="nofollow" target="_blank">http://www.fb.com/playfuturama</a>, <a href="http://www.twitter.com/playfuturama" rel="nofollow" target="_blank">http://www.twitter.com/playfuturama</a>, and <a href="http://www.tinyco.com/" rel="nofollow" target="_blank">http://www.tinyco.com</a>. Additionally, Pre-Register on Google Play at <a href="https://play.google.com/store/apps/details?id=com.tinyco.futurama" rel="nofollow" target="_blank">https://play.google.com/store/apps/details?id=com.tinyco.futurama</a> or visit <a href="http://www.youwillplayfuturama.com/" rel="nofollow" target="_blank">http://www.youwillplayfuturama.com</a> to be notified when the game is released.</p>
<p>
<b><u>About TinyCo<br>
</u></b>Founded in 2009, TinyCo has developed more than a dozen successful games for the App Store, Google Play Store and Amazon App store with titles such as MARVEL Avengers Academy and FAMILY GUY: The Quest for Stuff. The company's mission is to make people happy five minutes at a time through incredible, fun and original mobile entertainment. For more information about TinyCo, please visit <a href="http://www.tinyco.com" rel="nofollow">http://www.tinyco.com</a>. </p>
<p>
<b><u>About Jam City<br>
</u></b>Jam City is a <span class="xn-location">Los Angeles</span>-based mobile game maker with global reach. Created in 2010 by former MySpace co-founders <span class="xn-person">Chris DeWolfe</span> and <span class="xn-person">Aber Whitcomb</span>, and former 20th Century Fox executive <span class="xn-person">Josh Yguado</span>, Jam City is the creator of 6 of the Top 100 highest grossing games across Apple's and Google's US app stores. Its portfolio of titles--which includes Cookie Jam, Panda Pop, Family Guy: The Quest for Stuff and Marvel Avengers Academy--has been downloaded more than 800 million times and is regularly played by nearly 50 million people monthly. Jam City has studios in <span class="xn-location">Seattle</span>, <span class="xn-location">San Francisco</span>, <span class="xn-location">San Diego</span> and <span class="xn-location">Buenos Aires</span>.</p>
<p>
<b><u>About Fox Interactive</u></b>
<br>Fox Interactive, a division of the newly-formed FoxNext group, produces award-winning games and apps based on Twentieth Century Fox's globally-recognized film and television properties. Fox Interactive's products bring triple-A quality and enjoyment to millions of players every day with games including ALIEN™ ISOLATION, ANGRY BIRDS™ RIO, THE SIMPSONS™ TAPPED OUT, FAMILY GUY: THE QUEST FOR STUFF, FUTURAMA: GAME OF DRONES, SUGAR SMASH: THE BOOK OF LIFE and many more.</p>
<p>
<b><u>About Rough Draft Studios</u></b>
<br>Established in 1991, Rough Draft Studios, Inc. is an award-winning animation studio specializing in traditional character animation, computer animation, and the blend of both mediums. Supervising Director <span class="xn-person">Peter Avanzino</span>, Producer/Partner Claudia Katz, and the rest of the Rough Draft gang are thrilled to be lending a hand on TinyCo's <i>Futurama: Worlds of Tomorrow</i>.</p>
<p>
<b><u>About Futurama<br>
</u></b>FUTURAMA focuses on the life of <span class="xn-person">PHILIP J. FRY</span> (<span class="xn-person">Billy West</span>), a 25-year-old pizza delivery boy who accidentally freezes himself on <span class="xn-chron">December 31, 1999</span> and wakes up 1,000 years later with a fresh start at life at Planet Express, an intergalactic delivery company. There, he meets a cast of characters, including love interest LEELA (<span class="xn-person">Katey Sagal</span>), a sexy cyclops with anger management issues, best friend BENDER (<span class="xn-person">John DiMaggio</span>), a beer-powered kleptomaniac robot, PROFESSOR FARNSWORTH (<span class="xn-person">Billy West</span>), a brilliant yet forgetful scientist and intrepid inventor, HERMES (<span class="xn-person">Phil LaMarr</span>), the company's detail-oriented bureaucrat, AMY (<span class="xn-person">Lauren Tom</span>), an intern who is as cute as she is klutzy, and ZOIDBERG (<span class="xn-person">Billy West</span>), a lobster-like, self-proclaimed expert on humans. Throughout their adventures, the team encounters MOM (Tress MacNeille), the foul-mouthed owner of MomCorp, <span class="xn-person">ZAPP BRANNIGAN</span> (<span class="xn-person">Billy West</span>), the vain, self-absorbed captain of the starship Nimbus, and many others. Just as it is today, life in the future is a complex mix of the wonderful and horrible, where things are still laughable no matter how wild and crazy they get. Fry's introduction to life in New New York includes a visit to The Head Museum, where the heads of humanity's most renowned and influential people live on. Against a backdrop of pesky aliens, exasperating robots, and malfunctioning gadgets, Fry finds that people still struggle with the same daily anxieties of life and love. FUTURAMA, the Emmy Award-winning series created by <span class="xn-person">Matt Groening</span>, is produced by Twentieth Century Fox Television in association with The Curiosity Company, with animation produced by Rough Draft Studios, Inc. Groening, <span class="xn-person">David X. Cohen</span>, and <span class="xn-person">Ken Keeler</span> serve as executive producers. FUTURAMA is distributed by 20th Century Fox Television Distribution.</p>
To download new key art for Futurama: Worlds of Tomorrow, please visit: https://app.box.com/v/FuturamaWorldsofTomorrow
<p>CONTACT: Kjell Vistad for TinyCo, kjell@oneprstudio.com / 510-893-3271; Sarah Ross for Jam City, sarahr@jamcity.com / 310-924-1404 <br>
</p>