Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <!--
- THEME BY JACKOCONNELLS
- PLEASE BE KIND AND DON'T
- USE THIS THEME AS A BASE
- OR REDISTRIBUTE ANY PARTS
- OF THE CODE
- DO NOT REMOVE THE CREDIT
- OR CLAIM AS YOUR OWN
- -->
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- </head>
- <meta name="image:background" content="http://i.imgur.com/AOsWYGI.png" />
- <meta name="image:header" content="http://i.imgur.com/CeX9mJ1.png" />
- <meta name="color:background" content="#f5f5f5"/>
- <meta name="color:container background" content="#eaeaea"/>
- <meta name="color:posts" content="#fff"/>
- <meta name="color:posts border" content="#e1e1e1"/>
- <meta name="color:sidebar" content="#fff"/>
- <meta name="color:sidebar border" content="#e1e1e1"/>
- <meta name="color:scrollbar" content="#f5f5f5"/>
- <meta name="color:header text" content="#fff"/>
- <meta name="color:tagline text" content="#727272"/>
- <meta name="color:navi bar" content="#d79e8c"/>
- <meta name="color:navi links" content="#fff"/>
- <meta name="color:navi links shadow" content="#a5755d"/>
- <meta name="color:navi links border" content="#ffd5c8"/>
- <meta name="color:search button" content="#dab28b"/>
- <meta name="color:body links" content="#000"/>
- <meta name="color:body links hover" content="#a9a9a9"/>
- <meta name="color:accent color" content="#d79e8c"/>
- <meta name="color:body font" content="#b8b8b8"/>
- <meta name="color:bold" content="#b59457"/>
- <meta name="color:italic" content="#f1f1f1"/>
- <meta name="color:underline" content="#f1f1f1"/>
- <meta name="color:blockquote" content="#f5f5f5"/>
- <meta name="color:blockquote text" content="#727272"/>
- <meta name="color:blockquote border" content="#d7d7d7"/>
- <meta name="color:sidebar titles" content="#000"/>
- <meta name="color:project links" content="#9d9d9d"/>
- <meta name="color:affiliate and family borders" content="#f5f5f5"/>
- <meta name="color:members background" content="#f5f5f5"/>
- <meta name="color:stats icons" content="#0000"/>
- <meta name="color:question background" content="#f9f9f9"/>
- <meta name="color:answer border" content="#f5f5f5"/>
- <meta name="color:permalinks" content="#"/>
- <meta name="color:permalinks links" content="#"/>
- <meta name="color:permalinks links hover" content="#"/>
- <meta name="color:tags" content="#"/>
- <meta name="color:footer" content="#d79e8c"/>
- <meta name="color:footer text" content="#fff"/>
- <meta name="color:footer text shadow" content="#ae7d71"/>
- <meta name="text:link 1" content="REFRESH"/>
- <meta name="text:link 1 url" content="/"/>
- <meta name="text:link 2" content="CONTACT"/>
- <meta name="text:link 2 url" content="/"/>
- <meta name="text:link 3" content="NAVIGATION"/>
- <meta name="text:link 3 url" content="/"/>
- <meta name="text:link 4" content="EMMA"/>
- <meta name="text:link 4 url" content="/"/>
- <!-- google fonts -->
- <link href="https://fonts.googleapis.com/css?family=Crimson+Text" rel="stylesheet">
- <!-- font-awesome icons -->
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
- <!-- tooltip -->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/uopakca/GVcnvdwbq/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:90,
- tip_fade_speed:700,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <style type="text/css">
- ::-webkit-scrollbar {
- width: 2px;
- height: 2px;
- }
- ::-webkit-scrollbar-button {
- width: 0px;
- height: 0px;
- }
- ::-webkit-scrollbar-thumb {
- background:{color:scrollbar};
- border: 0px none transparent;
- border-radius: 0px;
- }
- /* body styling */
- body {
- font-family: 'Roboto', sans-serif;
- font-size:12px;
- color:{color:body font};
- margin:0;
- background-color:{color:Background};
- background-image:url('{image:Background}');
- background-repeat: repeat;
- }
- small,sup,sub {
- font-size:12px;
- }
- a {
- color:{color:body links};
- text-decoration:none;
- -webkit-transition:ease-out 1s;
- -moz-transition: ease-out 1s;
- -o-transition:ease-out 1s;
- transition: ease-out 1s;
- }
- a:hover {
- color:{color:body links hover};
- -webkit-transition:ease-out 1s;
- -moz-transition: ease-out 1s;
- -o-transition:ease-out 1s;
- transition: ease-out 1s;
- }
- b,strong {
- color:{color:bold};
- }
- italic, em {
- color:{color:italic};
- }
- underline {
- color:{color:underline};
- }
- hr {
- border-bottom:1px solid #f1f1f1;
- width:50%;
- }
- img {
- max-width: 100%;
- }
- blockquote {
- background-color:{color:blockquote};
- border:solid {color:blockquote border} 1px;
- color:{color:blockquote text};
- text-shadow:0px 1px 0px white;
- font-size:10px;
- text-align:justify;
- padding:10px;
- font-family:'roboto',sans-serif;
- line-height:180%;
- }
- blockquote img {
- margin-left:15px!important;
- max-width:100%;
- height:auto;
- padding:10px;
- clear:both!important;
- }
- /* centering the theme */
- #contain {
- width: 1280px;
- margin: 0px auto;
- margin-top: 0px;
- min-height:2000px;
- }
- /* header */
- #header-image {
- border-bottom:white solid 3px;
- margin:0;
- width:1280px;
- height:700px;
- margin-bottom:20px;
- position:relative;
- z-index:-1;
- }
- #header-title {
- font-family: 'Crimson Text', serif;
- letter-spacing:3px;
- text-decoration:underline;
- padding:20px;
- color:{color:header text};
- position:absolute;
- z-index:.999;
- margin:0 auto;
- margin-left:400px;
- margin-top:250px;
- font-size:36px;
- border:3px solid {color:header text};
- text-shadow:1px 1px 0px gray;
- }
- #header-tagline {
- font-family: 'Crimson Text', serif;
- color:{color:tagline text};
- padding:5px;
- font-size:11px;
- background-color:white;
- text-shadow:1px 1px 0px #d0c1ba;
- margin:0 auto;
- margin-left:450px;
- margin-top:360px;
- position:absolute;
- z-index:.999;
- text-transform:uppercase;
- letter-spacing:2px;
- }
- #header-description {
- font-family: 'Crimson Text', serif;
- margin-top:150px;
- margin-left:50px;
- padding:10px;
- position:absolute;
- z-index:.999;
- width:250px;
- height:320px;
- background-color:rgba({RGBcolor:Accent Color}, 0.5);
- }
- #header-description p {
- font-family: 'Crimson Text', serif;
- margin:0 auto;
- color:white;
- text-shadow:1px 1px 0px black;
- font-size:14px;
- text-align:justify;
- height:310px;
- width:230px;
- overflow:scroll;
- overflow-y:scroll;
- padding:5px;
- }
- #header-about {
- font-family: 'Crimson Text', serif;
- margin-top:150px;
- margin-left:950px;
- padding:10px;
- position:absolute;
- z-index:.999;
- width:250px;
- height:320px;
- background-color:rgba({RGBcolor:Accent Color}, 0.5);
- }
- #header-about p {
- font-family: 'Crimson Text', serif;
- margin:0 auto;
- color:white;
- text-shadow:1px 1px 0px black;
- font-size:14px;
- text-align:justify;
- height:310px;
- width:230px;
- overflow:scroll;
- overflow-y:scroll;
- padding:5px;
- }
- /* navigation */
- #navigation {
- color:{color:navi links};
- display:inline-block;
- padding:5px;
- position:absolute;
- z-index:2;
- margin-top:-130px;
- margin-left:330px;
- }
- #navigation a {
- text-shadow:0px 1px 0px {color:navi links shadow};
- letter-spacing:2px;
- color:{color:navi links};
- font-size:15px;
- font-weight:bold;
- font-family: 'Crimson Text', serif;
- padding:5px;
- margin:10px;
- -webkit-transition:ease-out 1s;
- -moz-transition: ease-out 1s;
- -o-transition:ease-out 1s;
- transition: ease-out 1s;
- }
- #navigation a:hover {
- box-shadow:inset 0px -15px 0px {color:navi links border};
- -webkit-transition:ease-out 1s;
- -moz-transition: ease-out 1s;
- -o-transition:ease-out 1s;
- transition: ease-out 1s;
- }
- .navigation-icons {
- color:{color:navi links};
- }
- /* search bar */
- input {
- display:inline-block;
- width:190px;
- border:0;
- padding:5px;
- font-size:10px;
- text-transform:uppercase;
- }
- input[type="submit"] {
- margin:2px;
- color:white;
- background:{color:search button};
- display:inline-block;
- width:60px;
- }
- /* post container */
- #p-container {
- box-shadow:1px 50px 90px #989898;
- border-top:100px solid {color:navi bar};
- z-index:1;
- position:absolute;
- width:1080px;
- padding:10px;
- background-color:{color:container background};
- margin-left:100px;
- margin-top:-150px;
- margin-bottom:0px;
- }
- #posts-alignment {
- margin-left:500px;
- margin-top:84px;
- margin-bottom:300px;
- }
- /* posts sizing */
- .posts {
- width:500px;
- padding:15px;
- background-color:{color:posts};
- margin-bottom:50px;
- border:1px solid {color:posts border};
- }
- /* sidebar */
- #sidebar-alignment {
- width:350px;
- padding:15px;
- margin-left:50px;
- margin-top:50px;
- position:absolute;
- margin-bottom:300px;
- }
- .side-titles {
- font-weight:bold;
- font-family: 'Crimson Text', serif;
- color:{color:sidebar titles};
- text-transform:uppercase;
- font-size:13px;
- box-shadow:inset 0px -2px 0px {color:accent color};
- letter-spacing:8px;
- text-shadow: 0px 1px 10px gray;
- }
- .side-content {
- border:1px solid {color:sidebar border};
- background-color:{color:sidebar};
- padding:5px;
- }
- /* projects */
- .p-image {
- margin:5px;
- padding:5px;
- width:320px;
- height:100px;
- position:relative;
- -webkit-transition:ease-out 1s;
- -moz-transition: ease-out 1s;
- -o-transition:ease-out 1s;
- transition: ease-out 1s;
- }
- .p-image:hover {
- opacity:.6;
- -webkit-transition:ease-out 1s;
- -moz-transition: ease-out 1s;
- -o-transition:ease-out 1s;
- transition: ease-out 1s;
- }
- .p-title {
- font-family: 'Crimson Text', serif;
- max-width:290px;
- background-color:rgba({RGBcolor:Accent Color}, 0.5);
- padding:5px;
- letter-spacing:3px;
- text-transform:uppercase;
- text-align:center;
- position:absolute;
- margin-top:-80px;
- font-size:12px;
- margin-left:20px;
- color:white;
- }
- .p-info {
- font-family: 'Crimson Text', serif;
- max-width:290px;
- color:white;
- font-size:13px;
- text-shadow:0px 1px 0px gray;
- position:absolute;
- letter-spacing:1px;
- margin-top:-40px;
- margin-left:20px;
- }
- .p-info strong {
- background-color:{color:accent color};
- padding:2px;
- color:white;
- text-shadow:0px 1px 0px gray;
- }
- .p-info italic, em {
- color:white;
- }
- .p-about {
- width:290px;
- background-color:{color:blockquote};
- border:solid 1px {color:blockquote border};
- color:{color:blockquote text};
- text-shadow:0px 1px 0px white;
- font-size:10px;
- text-align:justify;
- padding:10px;
- font-family:'roboto',sans-serif;
- line-height:180%;
- }
- .p-link-icons {
- margin:5px;
- font-size:15px;
- color:{color:accent color};
- display:inline-block;
- -webkit-transition:ease-out 1s;
- -moz-transition: ease-out 1s;
- -o-transition:ease-out 1s;
- transition: ease-out 1s;
- }
- .p-link-icons a {
- color:{color:project links};
- font-family: 'Crimson Text', serif;
- letter-spacing:1px;
- font-size:10px;
- box-shadow:inset 0px -6px 0px {color:accent color};
- -webkit-transition:ease-out 1s;
- -moz-transition: ease-out 1s;
- -o-transition:ease-out 1s;
- transition: ease-out 1s;
- }
- .p-link-icons a:hover {
- letter-spacing:1px;
- font-size:10px;
- box-shadow:inset 0px -6px 0px {color:accent color};
- -webkit-transition:ease-out 1s;
- -moz-transition: ease-out 1s;
- -o-transition:ease-out 1s;
- transition: ease-out 1s;
- }
- /* family sites */
- #family-sites {
- padding:10px;
- }
- #family-sites img {
- display:inline-block;
- padding:5px;
- border:solid 1px {color:affiliate and family borders};
- margin:5px;
- -webkit-filter: grayscale(0%);
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out;
- transition: all 0.6s ease-in-out;
- }
- #family-sites img:hover {
- -webkit-filter: grayscale(100%);
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out;
- transition: all 0.6s ease-in-out;
- }
- /* affiliated sites */
- #affiliated-sites {
- width:320px;
- height:290px;
- padding:10px;
- overflow:scroll;
- overflow-x:hidden;
- }
- #affiliated-sites img {
- display:inline-block;
- padding:5px;
- border:solid 1px {color:affiliate and family borders};
- margin:2px;
- -webkit-filter: grayscale(0%);
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out;
- transition: all 0.6s ease-in-out;
- }
- #affiliated-sites img:hover {
- -webkit-filter: grayscale(100%);
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out;
- transition: all 0.6s ease-in-out;
- }
- /* memebers */
- #members {
- padding:10px;
- max-height:290px;
- overflow:scroll;
- overflow-x:hidden;
- }
- .members {
- background-color:{color:members background};
- padding:5px;
- margin-bottom:10px;
- }
- .m-image {
- width:40px;
- height:40px;
- padding:5px;
- border:solid 1px {color:affiliate and family borders};
- margin:5px;
- }
- .m-url {
- box-shadow:inset 0px -6px 0px {color:accent color};
- font-family:'roboto',sans-serif;
- height:10px;
- display:inline-block;
- text-transform:uppercase;
- font-size:9px;
- letter-spacing:2px;
- position:absolute;
- margin-top:23px;
- text-shadow:0px 1px 0px white;
- }
- /* statistics */
- #stats {
- font-family: 'Crimson Text', serif;
- padding:10px;
- }
- .stats-icons {
- box-shadow:inset 0px -6px 0px {color:accent color};
- text-transform:uppercase;
- color:{color:stats icons};
- font-size:10px;
- }
- /* footer */
- #footer {
- text-shadow:0px 1px 0px {color:footer text shadow};
- letter-spacing:2px;
- font-size:9px;
- color:{color:footer text};
- left:0;
- margin:0 auto;
- padding:10px;
- text-align:center;
- width:1080px;
- height:100px;
- background-color:{color:footer};
- bottom:fixed;
- position:absolute;
- z-index:-1;
- }
- #footer a {
- color:{color:footer text};
- }
- /* different post type styling ( asks, chat posts etc ) */
- .title {
- text-transform:uppercase;
- font-size:20px;
- text-align:center;
- }
- .linkp {
- text-align:center;
- font-size:30px;
- text-transform:uppercase;
- -webkit-transition:ease-out 1s;
- -moz-transition: ease-out 1s;
- -o-transition:ease-out 1s;
- transition: ease-out 1s;
- }
- .chat li {
- list-style-type:none;
- }
- .chat .odd {
- background-color:{color:permalinks};
- padding:5px;
- margin:10px;
- text-transform:uppercase;
- letter-spacing:1px;
- }
- .chat .even {
- background-color:{color:posts};
- padding:5px;
- margin:10px;
- text-transform:uppercase;
- letter-spacing:1px;
- }
- .askurl {
- margin:1px;
- text-transform:uppercase;
- font-size:16px;
- text-align:center;
- }
- .ask img {
- margin:5px;
- border:1px solid {color:affiliate and family borders};
- float:left;
- display:inline-block;
- padding:5px;
- }
- .ask {
- width:480px;
- display:inline-block;
- text-transform:normal;
- font-family:arial;
- font-size:11px;
- background-color:{color:question background};
- padding:10px;
- }
- .question {
- margin:10px;
- padding:20px;
- margin-top:10px;
- font-style: normal;
- border:solid 1px {color:posts border};
- }
- .notes .ol,.ul {
- padding:4px;
- }
- .tags {
- font-family:'roboto',sans-serif;
- overflow:hidden;
- padding:5px;
- width:480px;
- text-align:center;
- text-transform:uppercase;
- font-size:9px;
- }
- .tags a {
- color:{color:tags};
- text-align:center;
- padding:2px;
- -webkit-transition:ease-out 1s;
- -moz-transition: ease-out 1s;
- -o-transition:ease-out 1s;
- transition: ease-out 1s;
- }
- .tags a:hover {
- -webkit-transition:ease-out 1s;
- -moz-transition: ease-out 1s;
- -o-transition:ease-out 1s;
- transition: ease-out 1s;
- }
- .quote {
- text-align:center;
- font-variant:small-caps;
- letter-spacing:2px;
- text-transform:uppercase;
- font-size:16px;
- font-family: 'Playfair Display', serif;
- font-weight:lighter;
- padding:15px;
- text-shadow:1px 1px 0px #fff;
- }
- .quotesource {
- letter-spacing:2px;
- padding:10px;
- text-align:right;
- text-transform:uppercase;
- font-family: 'Playfair Display', serif;
- }
- .permalinks {
- margin-top:10px;
- padding:10px;
- background-color:{color:permalinks};
- width:480px;
- height:30px;
- }
- .permalinks a {
- padding:10px;
- color:{color:permalinks links};
- font-size:9px;
- text-transform:uppercase;
- -webkit-transition:ease-out 1s;
- -moz-transition: ease-out 1s;
- -o-transition:ease-out 1s;
- transition: ease-out 1s;
- }
- .permalinks a:hover {
- padding:10px;
- font-size:9px;
- text-transform:uppercase;
- -webkit-transition:ease-out 1s;
- -moz-transition: ease-out 1s;
- -o-transition:ease-out 1s;
- transition: ease-out 1s;
- }
- #pagination {
- text-align:center;
- margin-top:10px;
- padding:10px;
- text-transform:uppercase;
- }
- #pagination a {
- padding:5px;
- letter-spacing:2px;
- }
- /* tooltip */
- #s-m-t-tooltip {
- text-transform:uppercase;
- max-width:300px;
- padding:4px;
- margin:5px 10px 5px 0px;
- color:;
- border:1px solid #f0f0f0;
- font-family: ‘Roboto’, sans-serif;
- font-size:8px;
- letter-spacing:2px;
- background:white;
- z-index:99999;
- }
- </style>
- <body>
- <div id="contain">
- <center><div id="header-title">EMMA STONE DAILY</div></center>
- <center><div id="header-tagline">your #1 source for all things emma stone<i>!!</i></div></center>
- <div id="header-description">
- <!-- left description box -->
- <p style="margin-top:0px">
- Cat ipsum dolor sit amet, hunt by meowing loudly at 5am next to human slave food dispenser or find something else more interesting swat turds around the house but mewl for food at 4am. Love to play with owner's hair tie unwrap toilet paper for peer out window, chatter at birds, lure them to mouth yet chirp at birds yet lay on arms while you're using the keyboard. Destroy the blinds mark territory lounge in doorway, yet scratch the furniture meowzer!. Rub whiskers on bare skin act innocent. Lie on your belly and purr when you are asleep knock over christmas tree for play riveting piece on synthesizer keyboard, for spot something, big eyes, big eyes, crouch, shake butt, prepare to pounce and sometimes switches in french and say "miaou" just because well why not. Catch mouse and gave it as a present mark territory, for if it smells like fish eat as much as you wish, hide at bottom of staircase to trip human eat the fat cats food, or meow meow, i tell my human.
- </p>
- </div>
- <div id="header-about">
- <!-- right description box -->
- <p style="margin-top:0px">
- Cat ipsum dolor sit amet, hunt by meowing loudly at 5am next to human slave food dispenser or find something else more interesting swat turds around the house but mewl for food at 4am. Love to play with owner's hair tie unwrap toilet paper for peer out window, chatter at birds, lure them to mouth yet chirp at birds yet lay on arms while you're using the keyboard. Destroy the blinds mark territory lounge in doorway, yet scratch the furniture meowzer!. Rub whiskers on bare skin act innocent. Lie on your belly and purr when you are asleep knock over christmas tree for play riveting piece on synthesizer keyboard, for spot something, big eyes, big eyes, crouch, shake butt, prepare to pounce and sometimes switches in french and say "miaou" just because well why not. Catch mouse and gave it as a present mark territory, for if it smells like fish eat as much as you wish, hide at bottom of staircase to trip human eat the fat cats food, or meow meow, i tell my human.
- </p>
- </div>
- <div id="header-image"><img src="{image:header}"></div>
- <div id="navigation">
- <!-- navigation -->
- <center>
- <a href="/"><i class="fa fa-home navigation-icons" aria-hidden="true"></i> REFRESH</a>
- <a href="/"><i class="fa fa-comments navigation-icons" aria-hidden="true"></i> CONTACT</a>
- <a href="/"><i class="fa fa-bars navigation-icons" aria-hidden="true"></i> NAVIGATION</a>
- <a href="/"><i class="fa fa-star navigation-icons" aria-hidden="true"></i> EMMA</a>
- <a href="http://jackoconnells.tumblr.com"><i class="fa fa-arrows-alt navigation-icons" aria-hidden="true"></i> THEME</a>
- <br/><br/>
- <!-- search bar -->
- <form action="/search" method="get">
- <input type="text" name="q" value="{SearchQuery}" placeholder="search tags"/>
- <input type="submit" value="Search"/>
- </form>
- </center>
- </div>
- <div id="p-container">
- <div id="sidebar-alignment">
- <center><div class="side-titles">projects</div></center>
- <div class="side-content">
- <!-- first film -->
- <img src="http://i.imgur.com/6xKQ3UV.png" class="p-image" draggable="false"/>
- <center><div class="p-title">LA LA LAND</div></center>
- <center><div class="p-info">—<em>Emma as</em> <strong>Mia</strong> — 12/9/2016</div></center>
- <center>
- <i class="fa fa-camera p-link-icons" aria-hidden="true"> <a href="/">PHOTOS</a></i>
- <i class="fa fa-info p-link-icons" aria-hidden="true"> <a href="/">IMDB</a></i>
- <i class="fa fa-youtube-play p-link-icons" aria-hidden="true"> <a href="/">TRAILER</a></i>
- </center>
- <center><p class="p-about">The story of Mia, an aspiring actress, and Sebastian, a dedicated jazz musician, struggling to make ends meet while pursuing their dreams in a city known for destroying hopes and breaking hearts. With modern day Los Angeles as the backdrop, this musical about everyday life explores what is more important: a once-in-a-lifetime love or the spotlight.
- </p></center>
- <br>
- <!-- second film -->
- <img src="http://i.imgur.com/rk6Lk9P.png" class="p-image" draggable="false"/>
- <center><div class="p-title">BATTLE OF THE SEXES</div></center>
- <center><div class="p-info">—<em>Emma as</em> <strong>Billie Jean King</strong> — 2017</div></center>
- <center>
- <i class="fa fa-camera p-link-icons" aria-hidden="true"> <a href="/">PHOTOS</a></i>
- <i class="fa fa-info p-link-icons" aria-hidden="true"> <a href="/">IMDB</a></i>
- <i class="fa fa-youtube-play p-link-icons" aria-hidden="true"> <a href="/">TRAILER</a></i>
- </center>
- <center><p class="p-about">The true story of the 1973 tennis match between World number one Billie Jean King and ex-champ and serial hustler Bobby Riggs.
- </p></center>
- </div>
- <br/><br/>
- <center><div class="side-titles">FAMILY SITES</div></center>
- <div class="side-content">
- <div id="family-sites">
- <center>
- <!-- family sites -->
- <a href="/" title="FAMILY SITE"><img src="http://i.imgur.com/ufy08rz.png"></a>
- <a href="/" title="FAMILY SITE"><img src="http://i.imgur.com/ufy08rz.png"></a>
- <a href="/" title="FAMILY SITE"><img src="http://i.imgur.com/ufy08rz.png"></a>
- </center>
- </div>
- </div>
- <br/><br/>
- <center><div class="side-titles">AFFILIATED SITES</div></center>
- <div class="side-content">
- <div id="affiliated-sites">
- <center>
- <!-- affiliates -->
- <a href="/" title="AFFILIATE"><img src="http://i.imgur.com/wO0YKI9.png"></a>
- <a href="/" title="AFFILIATE"><img src="http://i.imgur.com/wO0YKI9.png"></a>
- <a href="/" title="AFFILIATE"><img src="http://i.imgur.com/wO0YKI9.png"></a>
- <a href="/" title="AFFILIATE"><img src="http://i.imgur.com/wO0YKI9.png"></a>
- <a href="/" title="AFFILIATE"><img src="http://i.imgur.com/wO0YKI9.png"></a>
- <a href="/" title="AFFILIATE"><img src="http://i.imgur.com/wO0YKI9.png"></a>
- <a href="/" title="AFFILIATE"><img src="http://i.imgur.com/wO0YKI9.png"></a>
- <a href="/" title="AFFILIATE"><img src="http://i.imgur.com/wO0YKI9.png"></a>
- <a href="/" title="AFFILIATE"><img src="http://i.imgur.com/wO0YKI9.png"></a>
- <a href="/" title="AFFILIATE"><img src="http://i.imgur.com/wO0YKI9.png"></a>
- <a href="/" title="AFFILIATE"><img src="http://i.imgur.com/wO0YKI9.png"></a>
- <a href="/" title="AFFILIATE"><img src="http://i.imgur.com/wO0YKI9.png"></a>
- <a href="/" title="AFFILIATE"><img src="http://i.imgur.com/wO0YKI9.png"></a>
- <a href="/" title="AFFILIATE"><img src="http://i.imgur.com/wO0YKI9.png"></a>
- <a href="/" title="AFFILIATE"><img src="http://i.imgur.com/wO0YKI9.png"></a>
- <a href="/" title="AFFILIATE"><img src="http://i.imgur.com/wO0YKI9.png"></a>
- </center>
- </div>
- </div>
- <br><br>
- <center><div class="side-titles">MEMBERS</div></center>
- <div class="side-content">
- <!-- members -->
- {block:GroupMembers}
- <div id="members">
- {block:GroupMember}
- <a href="{GroupMemberURL}">
- <div class="members">
- <img src="{GroupMemberPortraitURL-40}" class="m-image">
- <a href="{GroupMemberURL}" class="m-url">{GroupMemberName}</a><br/>
- </div></a>
- {/block:GroupMember}
- </div>
- {/block:GroupMembers}
- </div>
- <br><br>
- <center><div class="side-titles">STATISTICS</div></center>
- <div class="side-content">
- <div id="stats">
- <!-- stats -->
- <i class="fa fa-info-circle stats-icons" aria-hidden="true"> About:</i> Emma Stone<br/>
- <i class="fa fa-file-code-o stats-icons" aria-hidden="true"> Admin:</i> Madi<br/>
- <i class="fa fa-users stats-icons" aria-hidden="true"> Online:</i> 12 <br/>
- <i class="fa fa-map-marker stats-icons" aria-hidden="true"> Hits:</i> 3903 <br/>
- <blockquote>Our site claims no credit for any content posted on this site unless stated otherwise. information on this blog are copyright to their respectful owners. If there is any content appearing on this blog that belongs to you and do not wish for it appear on this site, please message us with a link to say which post and it will be promptly removed.
- </blockquote>
- </div>
- </div>
- </div>
- <div id="posts-alignment">
- {block:Posts}
- <div class="posts">
- {block:Text}{block:Title}<div class="title">{Title}</div>{/block:Title}{Body}{/block:Text}
- {block:Photo}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Panorama}{LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Panorama}
- {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Quote}<div class="quote">"{Quote}"</div>{block:Source}<div class="quotesource">–{Source}</div>{/block:Source}{/block:Quote}
- <div class="linkp">
- {block:Link}<a href="{URL}" class="link" {Target}>{Name}</a>{block:Description}{Description}{/block:Description}{/block:Link}
- </div>
- {block:Chat}{block:Title}<div class="title">{Title}</a></div>{/block:Title}
- <div class="chat">
- {block:Lines}
- <li class="{Alt}">{block:Label}<span style="font-weight:bold;">{Label}</span>{/block:Label} {Line}</li>
- {/block:Lines}
- </div>
- {/block:Chat}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Audio}{AudioEmbed}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
- {block:Answer}
- <div class="ask">
- <div class="askurl">{Asker} ASKED —</div>
- <hr>
- <img src="{AskerPortraitURL-64}" alt="" style="display:inline-block;">
- <br/> <div style="margin:5px!important; padding:5px!important;">{Question}</div></div>
- <div class="question">{Answer}</div>
- {/block:Answer}
- <div class="permalinks">
- <center style="margin-top:5px;">
- <a href="{Permalink}"><big><i class="fa fa-clock-o" aria-hidden="true"></big></i> {TimeAgo}</a><a href="{Permalink}">{block:NoteCount}<big><i class="fa fa-heart" aria-hidden="true"></i></big> {NoteCount}{/block:NoteCount}</a>
- {/block:Date}
- {block:RebloggedFrom} <a title="{ReblogParentTitle}" href="{ReblogParentURL}"><big><i class="fa fa-refresh" aria-hidden="true"></i></big> VIA</a>{/block:RebloggedFrom}
- {block:ContentSource} <a title="{SourceTitle}" href="{SourceURL}"><big><i class="fa fa-thumb-tack" aria-hidden="true"></i></big> SOURCE</a>{/block:ContentSource} <a title="Reblog" href="{ReblogURL}" target="_blank" class="details"><big><i class="fa fa-retweet" aria-hidden="true"></i></big> REBLOG</a> {/block:Date}
- </center>
- </div>
- <div class="tags" style="clear:both">
- {block:HasTags}{Block:Tags} <i class="fa fa-tag" aria-hidden="true"></i> <a href="{TagURL}"> {Tag}</a>{/Block:Tags}{/Block:HasTags}
- </div>
- {block:PermalinkPage}
- {Block:PostNotes}<div class="notes">{PostNotes}</div>{/Block:PostNotes}
- {/block:PermalinkPage}
- <!-- end of post style -->
- </div>
- {/block:Posts}
- <!-- end of posts alignment -->
- </div>
- <div id="footer">
- <!-- footer -->
- <div id="pagination">
- {block:Pagination}
- {block:PreviousPage}
- <span class="pagib"><a href="{PreviousPage}">previous</a></span>
- {/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}{PageNumber}{/block:CurrentPage}
- {block:JumpPage}<a href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
- {block:NextPage}
- <span class="pagib"><a href="{NextPage}">next</a></span>
- {/block:NextPage}
- {/block:Pagination}
- </div>
- <p>
- EMMASTONEDAILY <b style="color:#fff;">♥</b> © COPYRIGHT 2017 ALL RIGHTS RESERVED <b style="color:#fff;">♥</b> <a href="http://jackoconnells.tumblr.com">THEME BY</a>
- </p>
- </div>
- <!-- end of post container -->
- </div>
- <!-- end of "contain" -->
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment