Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <div id="important">
- <a href="http://unstrong.tumblr.com">
- <img src="http://2.bp.blogspot.com/-g23dk2T-ha4/TdOMxYN3N8I/AAAAAAAAImQ/eHKnYAX84S8/s1600/Copyright%2Bsymbol.png" height="30px">
- </a>
- <p>
- Theme by
- <b>
- <a href="http://http://unstrong.tumblr.com">
- <u>
- Zak
- </u>
- </a>
- </b>
- </p>
- <div class="fb-like" data-href="http://facebook.com/skinier" data-send="false" data-layout="button_count" data-width="450" data-show-faces="false">
- </div>
- </div>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js">
- </script>
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js">
- </script>
- <title>
- {title}
- </title>
- <link rel="shortcut icon" href="{Favicon}"/>
- <link rel="alternate" type="application/rss+xml" href="http://rebecaxo.com/rss">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <meta name="image:Sidebar Background" content=""/>
- <meta name="if:Pin" content="0"/>
- <meta name="text:Rotate" content="5"/>
- <meta name="if:Invert" content="0"/>
- <meta name ="color:Sidebar Background" content="#ffffff"/>
- <meta name="if:Faded Posts" content="0"/>
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#000000"/>
- <meta name="color:Link" content="#000000"/>
- <meta name="color:Hover" content="#000000"/>
- <meta name="color:Link Background" content="#fff"/>
- <meta name="color:Link Border" content="#000"/>
- <meta name="image:Background" content="0"/>
- <meta name="text:Link 1" content="/"/>
- <meta name="text:Link 1 Title" content="Link"/>
- <meta name="text:Link 2" content="/"/>
- <meta name="text:Link 2 Title" content="Link"/>
- <meta name="text:Link 3" content="/"/>
- <meta name="text:Link 3 Title" content="Link"/>
- <meta name="text:Link 4" content="/"/>
- <meta name="text:Link 4 Title" content="Link"/>
- <meta name="text:Link 5" content="/"/>
- <meta name="text:Link 5 Title" content="Link"/>
- <meta name="text:Link 6" content="/"/>
- <meta name="text:Link 6 Title" content="Link"/>
- <link href='http://fonts.googleapis.com/css?family=Lato:300' rel='stylesheet' type='text/css'>
- <style type="text/css">
- /*--FOLLOW BUTTONS--*/
- #tumblr_controls{
- position:fixed !important;
- z-index: 99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 !important;
- {Block:ifInvert}
- -webkit-filter: invert(100%);
- -moz-filter: invert(100%);
- -o-filter:invert(100%);
- {/Block:ifInvert}
- }
- #tumblr_controls:hover{
- -webkit-filter: invert(0%);
- -moz-filter: invert(0%);
- -o-filter: invert(0%);
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- /*--LINKS--*/
- .link{
- background-color: {color:link background};
- border: 1px solid {color:link border};
- -webkit-transition: all 1s ease-in-out;
- -moz-transition: all 1s ease-in-out;
- transition: all 1s ease-in-out;
- padding: 1px;
- }
- .link:hover{
- text-transform: uppercase;
- -webkit-transition: all 1s ease-in-out;
- -moz-transition: all 1s ease-in-out;
- transition: all 1s ease-in-out;
- }
- a:link, a:active, a:visited{
- color:{color:link};
- text-decoration: none;
- -webkit-transition: color 0.4s ease-out; -moz-transition: color 0.4s ease-out;
- }
- a:hover{
- text-decoration:none;
- color:{color:hover};
- }
- /*--FORMAT--*/
- body{
- color:#000;
- font-family: lato;
- font-size:13px;
- line-height:100%;
- background-color:{color:background};
- background-image: url({image:background});
- }
- /*--SIDEBAR--*/
- #blogtitle{
- font-size:50px;
- line-height:75%;
- text-align:center;
- font-family:lato;
- }
- #blogtitle a:link, a:active, a:visited{
- color:{color:link};
- text-decoration: none; -webkit-transition: color 0.4s ease-out; -moz-transition: color 0.4s ease-out;
- }
- #blogtitle a:hover{
- text-decoration:none;
- color:{color:link};
- }
- #sidebar{
- text-align: center !important;
- background-color: {color:sidebar background};
- background-image: url({image:sidebar background});
- background-repeat: repeat;
- z-index:99999;
- position:fixed !important;
- font-size: 12px;
- line-height:12px;
- font-family:'lato';
- width:100%;
- top:0px;
- left:0px;
- height:130px;
- padding:7px;
- z-index:10;
- overflow:hidden;
- text-align:center;
- }
- /*--POSTS--*/
- .pin{
- {Block:IfNotPin}
- display:none;
- {/Block:IfNotPin}
- {Block:IfPin}
- position: absolute;
- top: 3px;
- right: 3px;
- z-index: 99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
- {/Block:IfPin}
- }
- .title{
- font-size:20px;
- font-family:lato;
- }
- .title a:link, a:active, a:visited{
- color:{color:link};
- text-decoration: none;
- -webkit-transition: color 0.4s ease-out; -moz-transition: color 0.4s ease-out;
- }
- #wrap{
- width:110%;
- float:center;
- margin-left: -10px;
- margin-top:165px;
- background-color:transparent;
- position:absolute;padding:5px;
- }
- #title {
- text-align:center;
- color: {color:link};
- font-weight:bold;
- font-family: 'lato';
- padding:0px;
- padding-top: 0px;
- font-size:40px;
- line-height:95%;
- }
- .entry{
- font-family: courier new;
- margin: -30px;
- background-color: #fff;
- width: 250px;
- border: 1px solid #aaa;
- padding:10px;
- padding-bottom: 20px;
- float:left;
- }
- .entry:hover{
- z-index: 9999999999999999999999999999999999999999999999999999999999999;
- }
- .entry img{
- display: block;
- max-width: 100%;
- }
- /*--SCROLLBAR--*/
- ::-webkit-scrollbar {
- width: 5px;
- height: 4px;
- background: white;
- }
- ::-webkit-scrollbar-thumb {
- background-color:black;
- }
- /*--POSTS--*/
- .textperma{
- display: block;
- margin-top: -10px;
- max-width: 100%;
- font-size: 9px;
- line-height:14px;
- text-align: right;
- background-color: transparent;
- padding: 0px;
- opacity:0;
- z-index: -1;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;
- }
- .entry:hover .textperma{
- z-index: 9999;
- margin-top: 0px;
- opacity:1;
- }
- /*--POST ONE--*/
- .entry .reblog a{
- color: #000;
- }
- .entry .reblog{
- position:absolute;
- top: 20px;
- left: 20px;
- max-width:175px;
- padding-top:5px;
- padding-right: 5px;
- padding-left: 5px;
- padding-bottom:5px;
- background: #339999;
- overflow:hidden;
- font-size:12px;
- line-height:10px;
- text-align:right;
- font-family: 'lato';
- opacity:0.0;
- color:#000;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .entry:hover .reblog{
- max-width:300px;
- opacity: 0.5;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- z-index: 1;
- }
- .entry:hover .reblog:hover{
- opacity:1;
- z-index: 1;
- }
- .entry .notecount a{
- color: #000;
- }
- .entry .notecount{
- position:absolute;
- top: 20px;
- right:20px;
- max-width:175px;
- padding-top:5px;
- padding-right: 5px;
- padding-left: 5px;
- padding-bottom:5px;
- background: #339999;
- overflow:hidden;
- font-size:12px;
- line-height:10px;
- text-align: center;
- font-family: 'lato';
- opacity:0.0;
- color:#000;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .entry:hover .notecount{
- max-width:300px;
- opacity: 0.5;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- z-index: 1;
- }
- .entry:hover .notecount:hover{
- opacity:1;
- z-index: 1;
- }
- /*--POST TWO--*/
- .entry .reblog2 a{
- color: #000;
- }
- .entry .reblog2{
- position:absolute;
- top: 20px;
- left: 20px;
- max-width:175px;
- padding-top:5px;
- padding-right: 5px;
- padding-left: 5px;
- padding-bottom:5px;
- background: #FF0066;
- overflow:hidden;
- font-size:12px;
- line-height:10px;
- text-align:right;
- font-family: 'lato';
- opacity:0.0;
- color:#000;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .entry:hover .reblog2{
- max-width:300px;
- opacity: 0.5;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- z-index: 1;
- }
- .entry:hover .reblog2:hover{
- opacity:1;
- z-index: 1;
- }
- .entry .notecount2 a{
- color: #000;
- }
- .entry .notecount2{
- position:absolute;
- top: 20px;
- right:20px;
- max-width:175px;
- padding-top:5px;
- padding-right: 5px;
- padding-left: 5px;
- padding-bottom:5px;
- background: #FF0066;
- overflow:hidden;
- font-size:12px;
- line-height:10px;
- text-align: center;
- font-family: 'lato';
- opacity:0.0;
- color:#000;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .entry:hover .notecount2{
- max-width:300px;
- opacity: 0.5;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- z-index: 1;
- }
- .entry:hover .notecount2:hover{
- opacity:1;
- z-index: 1;
- }
- /*--POST THREE--*/
- .entry .reblog3 a{
- color: #000;
- }
- .entry .reblog3{
- position:absolute;
- top: 20px;
- left: 20px;
- max-width:175px;
- padding-top:5px;
- padding-right: 5px;
- padding-left: 5px;
- padding-bottom:5px;
- background: #FF99CC;
- overflow:hidden;
- font-size:12px;
- line-height:10px;
- text-align:right;
- font-family: 'lato';
- opacity:0.0;
- color:#000;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .entry:hover .reblog3{
- max-width:300px;
- opacity: 0.5;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- z-index: 1;
- }
- .entry:hover .reblog3:hover{
- opacity:1;
- z-index: 1;
- }
- .entry .notecount3 a{
- color: #000;
- }
- .entry .notecount3{
- position:absolute;
- top: 20px;
- right:20px;
- max-width:175px;
- padding-top:5px;
- padding-right: 5px;
- padding-left: 5px;
- padding-bottom:5px;
- background: #FF99CC;
- overflow:hidden;
- font-size:12px;
- line-height:10px;
- text-align: center;
- font-family: 'lato';
- opacity:0.0;
- color:#000;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .entry:hover .notecount3{
- max-width:300px;
- opacity: 0.5;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- z-index: 1;
- }
- .entry:hover .notecount3:hover{
- opacity:1;
- z-index: 1;
- }
- /*--POST FOUR--*/
- .entry .reblog4 a{
- color: #000;
- }
- .entry .reblog4{
- position:absolute;
- top: 20px;
- left: 20px;
- max-width:175px;
- padding-top:5px;
- padding-right: 5px;
- padding-left: 5px;
- padding-bottom:5px;
- background: #33CC00;
- overflow:hidden;
- font-size:12px;
- line-height:10px;
- text-align:right;
- font-family: 'lato';
- opacity:0.0;
- color:#000;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .entry:hover .reblog4{
- max-width:300px;
- opacity: 0.5;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- z-index: 1;
- }
- .entry:hover .reblog4:hover{
- opacity:1;
- z-index: 1;
- }
- .entry .notecount4 a{
- color: #000;
- }
- .entry .notecount4{
- position:absolute;
- top: 20px;
- right:20px;
- max-width:175px;
- padding-top:5px;
- padding-right: 5px;
- padding-left: 5px;
- padding-bottom:5px;
- background: #33CC00;
- overflow:hidden;
- font-size:12px;
- line-height:10px;
- text-align: center;
- font-family: 'lato';
- opacity:0.0;
- color:#000;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .entry:hover .notecount4{
- max-width:300px;
- opacity: 0.5;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- z-index: 1;
- }
- .entry:hover .notecount4:hover{
- opacity:1;
- z-index: 1;
- }
- /*--POST FIVE--*/
- .entry .reblog5 a{
- color: #000;
- }
- .entry .reblog5{
- position:absolute;
- top: 20px;
- left: 20px;
- max-width:175px;
- padding-top:5px;
- padding-right: 5px;
- padding-left: 5px;
- padding-bottom:5px;
- background: #fff;
- overflow:hidden;
- font-size:12px;
- line-height:10px;
- text-align:right;
- font-family: 'lato';
- opacity:0.0;
- color:#000;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .entry:hover .reblog5{
- max-width:300px;
- opacity: 0.5;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- z-index: 1;
- }
- .entry:hover .reblog5:hover{
- opacity:1;
- z-index: 1;
- }
- .entry .notecount5 a{
- color: #000;
- }
- .entry .notecount5{
- position:absolute;
- top: 20px;
- right:20px;
- max-width:175px;
- padding-top:5px;
- padding-right: 5px;
- padding-left: 5px;
- padding-bottom:5px;
- background: #fff;
- overflow:hidden;
- font-size:12px;
- line-height:10px;
- text-align: center;
- font-family: 'lato';
- opacity:0.0;
- color:#000;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .entry:hover .notecount5{
- max-width:300px;
- opacity: 0.5;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- z-index: 1;
- }
- .entry:hover .notecount5:hover{
- opacity:1;
- z-index: 1;
- }
- /*--POST SIX--*/
- .entry .reblog6 a{
- color: #000;
- }
- .entry .reblog6{
- position:absolute;
- top: 20px;
- left: 20px;
- max-width:175px;
- padding-top:5px;
- padding-right: 5px;
- padding-left: 5px;
- padding-bottom:5px;
- background: #FF9999;
- overflow:hidden;
- font-size:12px;
- line-height:10px;
- text-align:right;
- font-family: 'lato';
- opacity:0.0;
- color:#000;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .entry:hover .reblog6{
- max-width:300px;
- opacity: 0.5;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- z-index: 1;
- }
- .entry:hover .reblog6:hover{
- opacity:1;
- z-index: 1;
- }
- .entry .notecount6 a{
- color: #000;
- }
- .entry .notecount6{
- position:absolute;
- top: 20px;
- right:20px;
- max-width:175px;
- padding-top:5px;
- padding-right: 5px;
- padding-left: 5px;
- padding-bottom:5px;
- background: #FF9999;
- overflow:hidden;
- font-size:12px;
- line-height:10px;
- text-align: center;
- font-family: 'lato';
- opacity:0.0;
- color:#000;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .entry:hover .notecount6{
- max-width:300px;
- opacity: 0.5;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- z-index: 1;
- }
- .entry:hover .notecount6:hover{
- opacity:1;
- z-index: 1;
- }
- /*--POST SEVEN--*/
- .entry .reblog7 a{
- color: #000;
- }
- .entry .reblog7{
- position:absolute;
- top: 20px;
- left: 20px;
- max-width:175px;
- padding-top:5px;
- padding-right: 5px;
- padding-left: 5px;
- padding-bottom:5px;
- background: #FFFF99;
- overflow:hidden;
- font-size:12px;
- line-height:10px;
- text-align:right;
- font-family: 'lato';
- opacity:0.0;
- color:#000;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .entry:hover .reblog7{
- max-width:300px;
- opacity: 0.5;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- z-index: 1;
- }
- .entry:hover .reblog7:hover{
- opacity:1;
- z-index: 1;
- }
- .entry .notecount7 a{
- color: #000;
- }
- .entry .notecount7{
- position:absolute;
- top: 20px;
- right:20px;
- max-width:175px;
- padding-top:5px;
- padding-right: 5px;
- padding-left: 5px;
- padding-bottom:5px;
- background: #FFFF99;
- overflow:hidden;
- font-size:12px;
- line-height:10px;
- text-align: center;
- font-family: 'lato';
- opacity:0.0;
- color:#000;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .entry:hover .notecount7{
- max-width:300px;
- opacity: 0.5;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- z-index: 1;
- }
- .entry:hover .notecount7:hover{
- opacity:1;
- z-index: 1;
- }
- /*--POST EIGHT--*/
- .entry .reblog8 a{
- color: #000;
- }
- .entry .reblog8{
- position:absolute;
- top: 20px;
- left: 20px;
- max-width:175px;
- padding-top:5px;
- padding-right: 5px;
- padding-left: 5px;
- padding-bottom:5px;
- background: #33CCFF;
- overflow:hidden;
- font-size:12px;
- line-height:10px;
- text-align:right;
- font-family: 'lato';
- opacity:0.0;
- color:#000;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .entry:hover .reblog8{
- max-width:300px;
- opacity: 0.5;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- z-index: 1;
- }
- .entry:hover .reblog8:hover{
- opacity:1;
- z-index: 1;
- }
- .entry .notecount8 a{
- color: #000;
- }
- .entry .notecount8{
- position:absolute;
- top: 20px;
- right:20px;
- max-width:175px;
- padding-top:5px;
- padding-right: 5px;
- padding-left: 5px;
- padding-bottom:5px;
- background: #33CCFF;
- overflow:hidden;
- font-size:12px;
- line-height:10px;
- text-align: center;
- font-family: 'lato';
- opacity:0.0;
- color:#000;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .entry:hover .notecount8{
- max-width:300px;
- opacity: 0.5;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- z-index: 1;
- }
- .entry:hover .notecount8:hover{
- opacity:1;
- z-index: 1;
- }
- /*--POST NINE--*/
- .entry .reblog9 a{
- color: #000;
- }
- .entry .reblog9{
- position:absolute;
- top: 20px;
- left: 20px;
- max-width:175px;
- padding-top:5px;
- padding-right: 5px;
- padding-left: 5px;
- padding-bottom:5px;
- background: #CC9966;
- overflow:hidden;
- font-size:12px;
- line-height:10px;
- text-align:right;
- font-family: 'lato';
- opacity:0.0;
- color:#000;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .entry:hover .reblog9{
- max-width:300px;
- opacity: 0.5;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- z-index: 1;
- }
- .entry:hover .reblog9:hover{
- opacity:1;
- z-index: 1;
- }
- .entry .notecount9 a{
- color: #000;
- }
- .entry .notecount9{
- position:absolute;
- top: 20px;
- right:20px;
- max-width:175px;
- padding-top:5px;
- padding-right: 5px;
- padding-left: 5px;
- padding-bottom:5px;
- background: #CC9966;
- overflow:hidden;
- font-size:12px;
- line-height:10px;
- text-align: center;
- font-family: 'lato';
- opacity:0.0;
- color:#000;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .entry:hover .notecount9{
- max-width:300px;
- opacity: 0.5;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- z-index: 1;
- }
- .entry:hover .notecount9:hover{
- opacity:1;
- z-index: 1;
- }
- /*--POST TEN--*/
- .entry .reblog10 a{
- color: #000;
- }
- .entry .reblog10{
- position:absolute;
- top: 20px;
- left: 20px;
- max-width:175px;
- padding-top:5px;
- padding-right: 5px;
- padding-left: 5px;
- padding-bottom:5px;
- background: #FFCCFF;
- overflow:hidden;
- font-size:12px;
- line-height:10px;
- text-align:right;
- font-family: 'lato';
- opacity:0.0;
- color:#000;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .entry:hover .reblog10{
- max-width:300px;
- opacity: 0.5;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- z-index: 1;
- }
- .entry:hover .reblog10:hover{
- opacity:1;
- z-index: 1;
- }
- .entry .notecount10 a{
- color: #000;
- }
- .entry .notecount10{
- position:absolute;
- top: 20px;
- right:20px;
- max-width:175px;
- padding-top:5px;
- padding-right: 5px;
- padding-left: 5px;
- padding-bottom:5px;
- background: #FFCCFF;
- overflow:hidden;
- font-size:12px;
- line-height:10px;
- text-align: center;
- font-family: 'lato';
- opacity:0.0;
- color:#000;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .entry:hover .notecount10{
- max-width:300px;
- opacity: 0.5;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- z-index: 1;
- }
- .entry:hover .notecount10:hover{
- opacity:1;
- z-index: 1;
- }
- /*--POST ELEVEN--*/
- .entry .reblog11 a{
- color: #000;
- }
- .entry .reblog11{
- position:absolute;
- top: 20px;
- left: 20px;
- max-width:175px;
- padding-top:5px;
- padding-right: 5px;
- padding-left: 5px;
- padding-bottom:5px;
- background: #CC66FF;
- overflow:hidden;
- font-size:12px;
- line-height:10px;
- text-align:right;
- font-family: 'lato';
- opacity:0.0;
- color:#000;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .entry:hover .reblog11{
- max-width:300px;
- opacity: 0.5;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- z-index: 1;
- }
- .entry:hover .reblog11:hover{
- opacity:1;
- z-index: 1;
- }
- .entry .notecount11 a{
- color: #000;
- }
- .entry .notecount11{
- position:absolute;
- top: 20px;
- right:20px;
- max-width:175px;
- padding-top:5px;
- padding-right: 5px;
- padding-left: 5px;
- padding-bottom:5px;
- background: #CC66FF;
- overflow:hidden;
- font-size:12px;
- line-height:10px;
- text-align: center;
- font-family: 'lato';
- opacity:0.0;
- color:#000;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .entry:hover .notecount11{
- max-width:300px;
- opacity: 0.5;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- z-index: 1;
- }
- .entry:hover .notecount11:hover{
- opacity:1;
- z-index: 1;
- }
- /*--POST TWELVE--*/
- .entry .reblog12 a{
- color: #000;
- }
- .entry .reblog12{
- position:absolute;
- top: 20px;
- left: 20px;
- max-width:175px;
- padding-top:5px;
- padding-right: 5px;
- padding-left: 5px;
- padding-bottom:5px;
- background: #99FFFF;
- overflow:hidden;
- font-size:12px;
- line-height:10px;
- text-align:right;
- font-family: 'lato';
- opacity:0.0;
- color:#000 -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .entry:hover .reblog12{
- max-width:300px;
- opacity: 0.5;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- z-index: 1;
- }
- .entry:hover .reblog12:hover{
- opacity:1;
- z-index: 1;
- }
- .entry .notecount12 a{
- color: #000;
- }
- .entry .notecount12{
- position:absolute;
- top: 20px;
- right:20px;
- max-width:175px;
- padding-top:5px;
- padding-right: 5px;
- padding-left: 5px;
- padding-bottom:5px;
- background: #99FFFF;
- overflow:hidden;
- font-size:12px;
- line-height:10px;
- text-align: center;
- font-family: 'lato';
- opacity:0.0;
- color:#000 -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .entry:hover .notecount12{
- max-width:300px;
- opacity: 0.5;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- z-index: 1;
- }
- .entry:hover .notecount12:hover{
- opacity:1;
- z-index: 1;
- }
- /*--POST THIRTEEN--*/
- .entry .reblog13 a{
- color: #000;
- }
- .entry .reblog13{
- position:absolute;
- top: 20px;
- left: 20px;
- max-width:175px;
- padding-top:5px;
- padding-right: 5px;
- padding-left: 5px;
- padding-bottom:5px;
- background: #CCC333;
- overflow:hidden;
- font-size:12px;
- line-height:10px;
- text-align:right;
- font-family: 'lato';
- opacity:0.0;
- color:#000;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .entry:hover .reblog13{
- max-width:300px;
- opacity: 0.5;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- z-index: 1;
- }
- .entry:hover .reblog13:hover{
- opacity:1;
- z-index: 1;
- }
- .entry .notecount13 a{
- color: #000;
- }
- .entry .notecount13{
- position:absolute;
- top: 20px;
- right:20px;
- max-width:175px;
- padding-top:5px;
- padding-right: 5px;
- padding-left: 5px;
- padding-bottom:5px;
- background: #CCC333;
- overflow:hidden;
- font-size:12px;
- line-height:10px;
- text-align: center;
- font-family: 'lato';
- opacity:0.0;
- color:#000;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .entry:hover .notecount13{
- max-width:300px;
- opacity: 0.5;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- z-index: 1;
- }
- .entry:hover .notecount13:hover{
- opacity:1;
- z-index: 1;
- }
- /*--POST FOURTEEN--*/
- .entry .reblog14 a{
- color: #000;
- }
- .entry .reblog14{
- position:absolute;
- top: 20px;
- left: 20px;
- max-width:175px;
- padding-top:5px;
- padding-right: 5px;
- padding-left: 5px;
- padding-bottom:5px;
- background: #CCFF99;
- overflow:hidden;
- font-size:12px;
- line-height:10px;
- text-align:right;
- font-family: 'lato';
- opacity:0.0;
- color:#000;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .entry:hover .reblog14{
- max-width:300px;
- opacity: 0.5;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- z-index: 1;
- }
- .entry:hover .reblog14:hover{
- opacity:1;
- z-index: 1;
- }
- .entry .notecount14 a{
- color: #000;
- }
- .entry .notecount14{
- position:absolute;
- top: 20px;
- right:20px;
- max-width:175px;
- padding-top:5px;
- padding-right: 5px;
- padding-left: 5px;
- padding-bottom:5px;
- background: #CCFF99;
- overflow:hidden;
- font-size:12px;
- line-height:10px;
- text-align: center;
- font-family: 'lato';
- opacity:0.0;
- color:#000;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .entry:hover .notecount14{
- max-width:300px;
- opacity: 0.5;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- z-index: 1;
- }
- .entry:hover .notecount14:hover{
- opacity:1;
- z-index: 1;
- }
- /*--POST FIFTEEN--*/
- .entry .reblog15 a{
- color: #000;
- }
- .entry .reblog15{
- position:absolute;
- top: 20px;
- left: 20px;
- max-width:175px;
- padding-top:5px;
- padding-right: 5px;
- padding-left: 5px;
- padding-bottom:5px;
- background: #FFCC00;
- overflow:hidden;
- font-size:12px;
- line-height:10px;
- text-align:right;
- font-family: 'lato';
- opacity:0.0;
- color:#000;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .entry:hover .reblog15{
- max-width:300px;
- opacity: 0.5;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- z-index: 1;
- }
- .entry:hover .reblog15:hover{
- opacity:1;
- z-index: 1;
- }
- .entry .notecount15 a{
- color: #000;
- }
- .entry .notecount15{
- position:absolute;
- top: 20px;
- right:20px;
- max-width:175px;
- padding-top:5px;
- padding-right: 5px;
- padding-left: 5px;
- padding-bottom:5px;
- background: #FFCC00;
- overflow:hidden;
- font-size:12px;
- line-height:10px;
- text-align: center;
- font-family: 'lato';
- opacity:0.0;
- color:#000;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .entry:hover .notecount15{
- max-width:300px;
- opacity: 0.5;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- z-index: 1;
- }
- .entry:hover .notecount15:hover{
- opacity:1;
- z-index: 1;
- }
- .textnotecount{
- display: block;
- margin-top: -10px;
- max-width: 100%;
- font-size: 9px;
- line-height:14px;
- text-align: right;
- background- color: transparent;
- padding: 0px;
- opacity:0;
- z-index: -1;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .entry:hover .textnotecount{
- z-index: 9999;
- margin-top: 0px;
- opacity:1;
- }
- #post_load{
- position: absolute;
- bottom: -1px;
- left: 0px;
- opacity: 0;
- }
- #important{
- background-color: white;
- text-align: center;
- position:fixed;
- bottom:-100px;
- right:30px;
- width: 40px;
- border:1px solid;
- border-color:#e8e8e8;
- border-radius:7px;
- padding-top:4px;
- padding-left:7px;
- padding-right:7px;
- padding-bottom:40px;
- -webkit-transform: scale(0.75);
- -moz-transform: scale(0.75);
- -o-transform: scale(0.75);
- transform: scale(0.75);
- -webkit-transition: all .4s ease;
- -moz-transition: all .4s ease;
- -o-transition: all .4s ease;
- transition: all .4s ease;
- z-index:99999999999;
- }
- #important:hover{
- position:fixed;
- width: 100px;
- bottom:-40px;
- -webkit-transition: all .4s ease;
- -moz-transition: all .4s ease;
- -o-transition: all .4s ease;
- transition: all .4s ease;
- }
- /*--FACEBOOK--*/
- .fbb{
- -webkit-transform: scale(0.75);
- -o-transform: scale(0.75);
- -moz-transform: scale(0.75);
- }
- .fb-follow, .fb-like{
- -webkit-filter: invert(0%);
- -moz-filter: invert(0%);
- -o-filter: invert(0%);
- }
- /*--INFINITE SCROLL--*/
- #infscr-loading{
- display:none;
- }
- {CustomCSS}
- </style>
- </head>
- <!--INFINITE SCROLL-->
- {block:IndexPage}
- <div id="post_load">☁</div>
- <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
- <script type="text/javascript">
- $(window).load(function () {
- var $content = $('#wrap');
- $content.masonry({itemSelector: '.entry'}),
- $content.infinitescroll({
- navSelector : 'div#pagination',
- nextSelector : 'div#pagination a#nextPage',
- itemSelector : '.entry',
- loading: {
- finishedMsg: '',
- img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
- },
- bufferPx : 600,
- debug : false,
- },
- // call masonry as a callback.
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.hide();
- // ensure that images load before adding to masonry layout
- $newElems.imagesLoaded(function(){
- $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
- });
- });
- });
- </script>
- {/block:IndexPage}
- <body>
- <!--SIDEBAR-->
- <div id="sidebar">
- <div style="margin-top: 0%;">
- </div>
- <div id="blogtitle">
- <a href="/">
- {Title}
- </a>
- </div>
- <div style="margin-top: 15px;">
- </div>
- <div style="height:45px; overflow: hidden;">
- {Description}
- </div>
- </p>
- <!--LINKS-->
- <a class="link" href="{Text:Link 1}">
- {text:link 1 title}
- </a>
-
- <a class="link" href="{Text:Link 2}">
- {text:link 2 title}
- </a>
-
- <a class="link" href="{Text:Link 3}">
- {text:link 3 title}
- </a>
-
- <a class="link" href="{Text:Link 4}">
- {text:link 4 title}
- </a>
-
- <a class="link" href="{Text:Link 5}">
- {text:link 5 title}
- </a>
- <div style="opacity: 0; position: fixed; top: -30px; left: -400px;"><script language="JavaScript" src="http://s1.freehostedscripts.net/ocount.php?site=ID2005091&name="></script>
- </div>
-
- <a class="link" href="{Text:Link 6}">
- {text:link 6 title}
- </a>
-
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <!--POSTS-->
- <div id="wrap">
- {block:Posts}
- <div class="entry"
- {Block:IndexPage}
- {Block:Post1}style="-webkit-transform: rotate({text:rotate}deg);"{/Block:Post1}
- {Block:Post2}style="-webkit-transform: rotate(-{text:rotate}deg);"{/Block:Post2}
- {Block:Post3}style="-webkit-transform: rotate({text:rotate}deg);"{/Block:Post3}
- {Block:Post4}style="-webkit-transform: rotate(-{text:rotate}deg);"{/Block:Post4}
- {Block:Post5}style="-webkit-transform: rotate({text:rotate}deg);"{/Block:Post5}
- {Block:Post6}style="-webkit-transform: rotate(-{text:rotate}deg);"{/Block:Post6}
- {Block:Post7}style="-webkit-transform: rotate({text:rotate}deg);"{/Block:Post7}
- {Block:Post8}style="-webkit-transform: rotate(-{text:rotate}deg);"{/Block:Post8}
- {Block:Post9}style="-webkit-transform: rotate({text:rotate}deg);"{/Block:Post9}
- {Block:Post10}style="-webkit-transform: rotate(-{text:rotate}deg);"{/Block:Post10}
- {Block:Post11}style="-webkit-transform: rotate({text:rotate}eg);"{/Block:Post11}
- {Block:Post12}style="-webkit-transform: rotate(-{text:rotate}deg);"{/Block:Post12}
- {Block:Post13}style="-webkit-transform: rotate({text:rotate}deg);"{/Block:Post13}
- {Block:Post14}style="-webkit-transform: rotate(-{text:rotate}deg);"{/Block:Post14}
- {Block:Post15}style="-webkit-transform: rotate({text:rotate}deg);"{/Block:Post15}
- {/Block:IndexPage}
- {Block:PermalinkPage}
- style="width: 80%;"
- {/Block:PermalinkPage}>
- {block:Title}
- <div class="title">{Title}</div>
- {/block:Title}
- {block:Text}
- {Body}
- {block:IndexPage}
- <div class="pin">
- <img src="http://www.clker.com/cliparts/B/V/P/X/Z/e/thumbtack-pushpin-2-md.png" height="20px">
- </div>
- <center>
- <div style="margin-top: 15px;"></div>
- <a href="{ReblogURL}">REBLOG</a>
- //
- <a href="{Permalink}">{Notecount}</a>
- </center>
- {/block:IndexPage}
- {/block:Text}
- {block:Photo}
- {block:IndexPage}
- <div id="fb-root"></div>
- <script>(function(d, s, id) {
- var js, fjs = d.getElementsByTagName(s)[0];
- if (d.getElementById(id)) return;
- js = d.createElement(s); js.id = id;
- js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
- fjs.parentNode.insertBefore(js, fjs);
- }(document, 'script', 'facebook-jssdk'));</script>
- {LinkOpenTag}
- <div class="photo">
- <a href="{permalink}">
- <img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a>
- </div>
- <div class="pin">
- <img src="http://www.clker.com/cliparts/B/V/P/X/Z/e/thumbtack-pushpin-2-md.png" height="20px">
- </div>
- <center>
- <div style="margin-top: 15px;"></div>
- <a href="{ReblogURL}">REBLOG</a>
- //
- <a href="{Permalink}">{Notecount}</a>
- </center>
- {LinkCloseTag}
- {/block:IndexPage}
- {block:PermalinkPage}
- {LinkOpenTag}
- <a href="{permalink}">
- <img class="photo" src="{PhotoURL-HighRes}" width="600"/></a>
- {LinkCloseTag}
- {/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- {Photoset-250}
- {block:IndexPage}
- <div class="pin">
- <img src="http://www.clker.com/cliparts/B/V/P/X/Z/e/thumbtack-pushpin-2-md.png" height="20px">
- </div>
- <center>
- <div style="margin-top: 15px;"></div>
- <a href="{ReblogURL}">REBLOG</a>
- //
- <a href="{Permalink}">{Notecount}</a>
- </center>
- {/block:IndexPage}
- {/block:Photoset}
- {block:Quote}
- {Quote}
- <div align="right">
- {block:Source}
- <div class="title">
- {Source}
- </div>
- {/block:Source}
- </div>
- {block:IndexPage}
- <div class="pin">
- <img src="http://www.clker.com/cliparts/B/V/P/X/Z/e/thumbtack-pushpin-2-md.png" height="20px">
- </div>
- <center>
- <div style="margin-top: 15px;"></div>
- <a href="{ReblogURL}">REBLOG</a>
- //
- <a href="{Permalink}">{Notecount}</a>
- </center>
- {/block:IndexPage}
- {/block:Quote}
- {block:Video}
- {Video-250}
- <br>
- {PlayCountWithLabel}
- {block:IndexPage}
- <div class="pin">
- <img src="http://www.clker.com/cliparts/B/V/P/X/Z/e/thumbtack-pushpin-2-md.png" height="20px">
- </div>
- <center>
- <div style="margin-top: 15px;"></div>
- <a href="{ReblogURL}">REBLOG</a>
- //
- <a href="{Permalink}">{Notecount}</a>
- </center>
- {/block:IndexPage}
- {/block:Video}
- {block:Link}
- <div class="title">
- <a title="{name}" href="{URL}" class="link" {Target}>
- {Name}
- </a>
- </div>
- <br>
- {block:Description}
- {Description}
- {/block:Description}
- {block:IndexPage}
- <div class="pin">
- <img src="http://www.clker.com/cliparts/B/V/P/X/Z/e/thumbtack-pushpin-2-md.png" height="20px">
- </div>
- <center>
- <div style="margin-top: 15px;"></div>
- <a href="{ReblogURL}">REBLOG</a>
- //
- <a href="{Permalink}">{Notecount}</a>
- </center>
- {/block:IndexPage}
- {/block:Link}
- {block:Chat}
- {block:Lines}
- {block:Label}
- <br>
- {Label}
- {/block:Label}
-
- {Line}
- {/block:Lines}
- {block:IndexPage}
- <div class="pin">
- <img src="http://www.clker.com/cliparts/B/V/P/X/Z/e/thumbtack-pushpin-2-md.png" height="20px">
- </div>
- <center>
- <div style="margin-top: 15px;"></div>
- <a href="{ReblogURL}">REBLOG</a>
- //
- <a href="{Permalink}">{Notecount}</a>
- </center>
- {/block:IndexPage}
- {/block:Chat}
- {block:Audio}
- {AudioPlayerWhite}
- <br>
- <div align="right">
- {block:Artist}
- Artist: {Artist}
- </div>
- {/block:Artist}
- <br>
- {block:Caption}
- {Caption}
- {/block:Caption}
- {block:IndexPage}
- <div class="pin">
- <img src="http://www.clker.com/cliparts/B/V/P/X/Z/e/thumbtack-pushpin-2-md.png" height="20px">
- </div>
- <center>
- <div style="margin-top: 15px;"></div>
- <a href="{ReblogURL}">REBLOG</a>
- //
- <a href="{Permalink}">{Notecount}</a>
- </center>
- {/block:IndexPage}
- {/block:Audio}
- {block:Answer}
- {Asker}:
- <b>
- {Question}
- </b>
- <br>
- {Answer}
- {block:IndexPage}
- <div class="pin">
- <img src="http://www.clker.com/cliparts/B/V/P/X/Z/e/thumbtack-pushpin-2-md.png" height="20px">
- </div>
- <center>
- <div style="margin-top: 15px;"></div>
- <a href="{ReblogURL}">REBLOG</a>
- //
- <a href="{Permalink}">{Notecount}</a>
- </center>
- {/block:IndexPage}
- {/block:Answer}
- {block:PermalinkPage}
- {block:Caption}
- {Caption}
- {/block:Caption}
- <br>
- {NoteCount}
- <br>
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- </div>
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- <div style="position: fixed; top: -40px; left: -40px; opacity: 0;"><script language="JavaScript">
- var ref = (''+document.referrer+'');
- document.write('<script src="http://s1.freehostedscripts.net/ocounter.php?site=ID2998753&e1=using theme&e2=using theme&r=' + ref + '"><\/script>');
- </script></div>
- {block:IndexPage}
- {block:Pagination}
- <div id="pagination">
- {block:NextPage}
- <a style="display:none;" id="nextPage" href="{NextPage}">
- →
- </a>
- {/block:NextPage}
- {block:PreviousPage}
- <a style="display:none;" href="{PreviousPage}">
- ←
- </a>
- {/block:PreviousPage}
- </div>
- {/block:Pagination}
- {/block:IndexPage}
- </body>
- </center>
- </a>
- <div style="position: fixed; bottom: 3px; right: 3px;"><a href="http://unstrong.tumblr.com">theme</a></div>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement