Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!----I CODED THIS MYSELF SO I HOPE YOU WOULD LEAVE MY RIGHTFUL CRED----->
- <!------------- Monica Theme #23 by Danielle Cator---------->
- <!------------------daniellecator.tumblr.com--------------->
- <!------------------NO RULE BREAKING!!!!!-------------------->
- <!----------------------no tweaking-------------------------->
- <!----------------------no stealing-------------------------->
- <!------------------no removing of credits------------------->
- <!---------------------THANK YOU!----------------------->
- <!-----------------(I'M UPDATING MY THEMES BY THE WAY)-------------------->
- <!-----( I got all my color codes from w3schools.com/html/html_colorvalues.asp-------->
- <!----------ASK FOR HELP IF YOU DON'T KNOW HOW TO USE THIS THEME--------->
- <!DOCTYPE html>
- <html>
- <head>
- {block:ifShowBacktotheTopButton}<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script><script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script><a href="javascript:;" id="scrollToTop"><img src="http://icons.iconarchive.com/icons/visualpharm/icons8-metro-style/128/Arrows-Up-circular-icon.png" border="0" width="80"></a>{/block:ifShowBacktotheTopButton}
- <!-------------Basic Stuff------------>
- <title>{title}</title>
- <meta name="description" content="{MetaDescription}"/>
- <!-------------Default Colors----------->
- <meta name="color:background" content="#fff"/>
- <meta name="color:background post" content="#fff"/>
- <meta name="color:button hover" content="#fcfbfa"/>
- <meta name="color:button text" content="#978b8b"/>
- <meta name="color:button text hover" content="#0e0e0e"/>
- <meta name="color:link" content="#c5b8b8"/>
- <meta name="color:link hover" content="#504b49"/>
- <meta name="color:text" content="#000000"/>
- <!-------------Booleans--------------->
- <meta name="if:No sidebar Image" content=""/>
- <meta name="if:Round Sidebar Image" content=""/>
- <meta name="if:Show Back to the Top button" content="1"/>
- <meta name="if:Show Caption" content=""/>
- <meta name="if:Show Tags" content="1"/>
- <meta name="if:Show title" content="1"/>
- <!-------------Default Images-------->
- <meta name="image:background" content="http://24.media.tumblr.com/tumblr_ls2e05Cme11r3vazto1_250.png"/>
- <meta name="image:sidebar" content=""/>
- <!--------------Links---------------->
- <meta name="text:Custom Link 1" content=""/>
- <meta name="text:Custom Link 1 URL" content=""/>
- <meta name="text:Custom Link 2" content=""/>
- <meta name="text:Custom Link 2 URL" content=""/>
- <meta name="text:Custom Link 3" content=""/>
- <meta name="text:Custom Link 3 URL" content=""/>
- <meta name="text:Custom Link 4" content=""/>
- <meta name="text:Custom Link 4 URL" content=""/>
- <link href='http://fonts.googleapis.com/css?family=BenchNine:300' rel='stylesheet' type='text/css'>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- </head>
- <style type="text/css">
- #tumblr_controls {
- margin: 4px 0px 0px 0px;
- position: fixed !important;
- }
- #scrollToTop:link,#scrollToTop:visited {
- z-index:9999;
- color: transparent;
- background-color:
- transparent; display: none;
- position: fixed;
- bottom: 50px;
- right: 30px;
- }
- body {
- cursor:default;
- font-family: 'BenchNine', sans-serif;
- font-size:12px;
- letter-spacing:2px;
- color:{color:text};
- background:{color:background};
- background-image: url('{image:background}');
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color:white;
- width:8px;
- height:10px;
- border: 1px solid white;
- border-radius:5px 5px 5px 5px;
- }
- ::-webkit-scrollbar {
- height:10px;
- width:8px;
- background-color: grey;
- }
- blockquote {
- text-align: justify;
- padding: 5px;
- border: solid 1px gray;
- background:#e7e5e4;
- color: #666666;
- margin-left: 0px;
- }
- .conversation ul {
- list-style-type: none;
- margin: 0px;
- padding: 0px;
- }
- .conversation ul li {
- padding: 4px 4px 4px 20px;
- margin-top:2px;
- margin-bottom:2px;
- background-color:white;
- }
- .conversation ul li span.label {
- font-weight: bold;
- text-transform: normalcase;
- font-size: 10px;
- margin-right:2px;
- }
- .conversation ul li.odd {
- background-color: #e7e5e4;
- }
- #scrollToTop:link,#scrollToTop:visited {
- z-index:9999;
- color: transparent;
- background-color:
- transparent; display: none;
- position: fixed;
- bottom:50px;
- right: 30px;
- }
- {!------------SIDEBAR CONTENT-----------}
- #sidebar {
- position:fixed;
- background-image :url('http://24.media.tumblr.com/tumblr_ls2e05Cme11r3vazto1_250.png');
- width:200px;
- height:1000%;
- margin:-100px 0px 0px -5px;
- padding:10px;
- padding-top:100px;
- }
- #sidebarimage {
- border:none;
- }
- #sidebarimage img{
- width:200px;
- height:auto;
- {block:ifNoSidebarImage}
- width:0px;
- height:0px;
- {/block:ifNoSidebarImage}
- {block:ifRoundSidebarImage}
- border-radius:100px;
- width:180px;
- height:180px;
- margin-left:14px;
- {/block:ifRoundSidebarImage}
- }
- #title {
- font-size:16px;
- font-family: 'BenchNine', sans-serif;
- text-align:center;
- letter-spacing:2px;
- color:black;
- padding:8px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #title:hover {
- text-shadow:1px 1px #808080;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- #description {
- font-family: 'BenchNine', sans-serif;
- color:black;
- font-size:12px;
- letter-spacing:1px;
- text-align:center;
- padding:2px;
- background-color:white;
- margin-bottom:5px;
- border-radius:8px;
- }
- {!--NAVIGATIONs/LINKs--}
- div.navigate a{
- width:auto;
- padding:3px;
- padding-bottom:3px;
- margin-left:1px;
- margin-right:1px;
- margin-top:1px;
- margin-bottom:0px;
- position:relative;
- text-align: right;
- display:inline-block;
- font-family: 'BenchNine', sans-serif;
- font-size:10px;
- outline: none;
- overflow:hidden;
- text-transform:lowercase;
- color:{color:button text};
- }
- div.navigate a:hover{
- color:{color:button text hover};
- background-color:{color:button hover};
- }
- a:hover {
- text-decoration:none;
- color:{color:link hover};
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- a {
- text-decoration:none;
- color:{color:link};
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- {!---------------------------ELEMENTS-----------------------------}
- #content {
- background:transparent;
- width:800px;
- margin-left:300px;
- margin-top:0px;
- position:absolute;
- padding:0px 8px 0px 8px;
- margin-bottom:8px;
- {block:PermalinkPage}
- width:500px;
- {/block:PermalinkPage}
- }
- #entry {
- width:350px;
- }
- .entry2 {
- background-color:{color:background post};
- border:1px solid grey;
- margin-bottom:15px;
- padding:8px;
- {block:PermalinkPage}
- width:500px;
- {/block:PermalinkPage}
- }
- #postitle {
- font-size:16px;
- padding:8px;
- color:black;
- text-align:left;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #asker {
- background-color:black;
- border-bottom:1px solid grey;
- color:white;
- margin-left:50px;
- padding:4px;
- font-size:9px;
- text-transform:uppercase;
- text-align:left;
- }
- #answerer {
- text-transform:uppercase;
- background-color:white;
- color:black;
- font-size:9px;
- margin-left:50px;
- text-align:left;
- }
- #potato {
- text-transform:normalcase;
- color:grey;
- font-family: 'BenchNine', sans-serif;
- text-align:left;
- border-top:1px solid grey;
- }
- .rebwag {
- position: absolute;
- width:325px;
- padding:3px;
- opacity:0;
- text-align:center;
- -webkit-transition: 0.6s;
- -moz-transition: 0.6s;
- -o-transition: 0.6s;
- transition: 0.6s;
- }
- .entry2:hover .rebwag{
- margin-top:30px;
- opacity: .6;
- color:grey;
- background-color:white;
- overflow:hidden;
- -webkit-transition: 0.6s;
- -moz-transition: 0.6s;
- -o-transition: 0.6s;
- transition: 0.6s;
- }
- #nutz {
- text-transform:uppercase;
- color:black;
- letter-spacing:2px;
- }
- {!----------------DON'T REMOVE MY CRED!!-----------------}
- #mypie {
- bottom:0px;
- right:0px;
- position:fixed;
- height:90px;
- padding:3px;
- padding-bottom:8px;
- text-align:right;
- overflow:hidden;
- width:10px;
- background-color:white;
- }
- {CustomCSS}
- /*made by sppice, tutorial at megscoding.tumblr.com*/
- #oneout {
- position:fixed;
- top:64px;left:1px;
- text-align:center;
- -webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-o-transition-duration:0.3s;transition-duration:0.3s;
- z-index:99999999; }
- #oneout_inner {
- position:fixed;
- width:230px; height:auto;
- top:40px; left:-250px;
- padding:10px;
- background:#FFFFFF; /* change #FFFFFF; to transparent; if you want the background of the slide out tab to be transparent and not white*/
- -webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-o-transition-duration:0.3s;transition-duration:0.3s;
- text-align:left;
- z-index:99999999; }
- #oneout:hover {
- left:250px;
- z-index:99999999; }
- #oneout:hover #oneout_inner {
- left:0px;
- z-index:99999999; }
- .onetitle {
- position:absolute;
- left:-11px; top:3px;
- font-family:arial; font-size:16px;
- -webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg); -ms-transform:rotate(-90deg); -o-transform:rotate(-90deg); transform:rotate(-90deg);
- z-index:99999999; }
- .heart {display : block; font-size: 8pt; font-family: verdana, Lucida Sans Unicode; line-height: 15px; border-bottom : 1px solid #f4f4f3; text-indent : 5px; vertical-align : middle; background:
- url('http://www.hellostar.org/wp-admin/images/q1.gif') no-repeat left; padding-left : 10px;
- padding-bottom : 2px;}
- .heart:hover {display : block; font-size: 8pt; font-family: verdana, Lucida Sans Unicode; line-height: 15px; border-bottom : 1px dashed #E0DCD6; text-indent : 5px; vertical-align : middle; background : url('http://www.hellostar.org/wp-admin/images/q2.gif') no-repeat left; padding-left : 10px; padding-bottom : 2px;}
- </style>
- <!-- made by sppice, tutorial at megscoding.tumblr.com-->
- <div id="oneout"><span class="onetitle">
- HOVER
- </span><div id="oneout_inner"><center>
- <h2>Networks</h2>
- <MARQUEE DIRECTION= UP HEIGHT=80 SCROLLAMOUNT=4 onmouseover="this.setAttribute('scrollamount', 0);" onmouseout="this.setAttribute('scrollamount', 4);"><center>
- <a href="http://fluffycloudsnetwork.tumblr.com/"><img src="http://i44.tinypic.com/ng8ume.jpg" title="Fluffy Clouds Network"/>
- </a>
- <a href="http://fashionablenetwork.tumblr.com/" target="_blank"><img src="http://i43.tinypic.com/2b8leu.jpg" border="0" alt="Image and video hosting by TinyPic"></a>
- </center></MARQUEE>
- <h2>Supported blogs</h2>
- <MARQUEE DIRECTION= UP HEIGHT=80 SCROLLAMOUNT=4 onmouseover="this.setAttribute('scrollamount', 0);" onmouseout="this.setAttribute('scrollamount', 4);"><center>
- <a href="http://parisian-bear.tumblr.com/" target="_blank"><img height="100" src="http://static.tumblr.com/a4euvmg/WwKmmyarf/yaaaaa.jpg" width="250" /></a><br>
- <a href="http://the-fashion-place.tumblr.com/" target="_blank"><img src="http://i41.tinypic.com/15efk9e.jpg" border="0" alt="Image and video hosting by TinyPic"></a>
- <p><a href="http://pink-pastel-photography.tumblr.com/"><img src="http://media.tumblr.com/8f14933acacfe65cd460360bb4f9dc7f/tumblr_inline_mjbkvgxY121rwoikl.png" width="240px" /></a></p>
- <a href="http://justflywithmetoparis.tumblr.com/"><img src="http://static.tumblr.com/ievebsd/yRnmlc9yp/my_bannneerr.png"></a><img>
- <a href="http://ohglamchic.tumblr.com/" target="_blank"><img height="180" src="http://i44.tinypic.com/knmtw.jpg" width="250" /></a>
- </center></MARQUEE>
- <h2>Support me</h2>
- <a href="http://fash-ionelegance.tumblr.com/" target="_blank"><img height="180" src="http://static.tumblr.com/kvuyw0v/nQTmn8jy5/fe.jpg" width="240" /></a>
- Click <a href="http://pastebin.com/fT3bSLhq">here</a> for the codes then T.A me you banner codes.
- <br></center></div></div>
- <body>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
- <!--------------DO NOT REMOVE THIS!!-------------->
- <div id="mypie"><a href="http://daniellecator.tumblr.com" target="_blank">T<br>H<br>E<br>M<br>E</a>
- <!--------------DO NOT REMOVE THIS!!-------------->
- </div>
- <div id="sidebar">
- {block:ifShowtitle}<div id="title">{Title}</div>{/block:ifShowtitle}
- <div id="sidebarimage"><img src="{image:sidebar}"></div>
- <div style="font-size:14px; color:white; text-align:center; margin-bottom:-5px;">▲</div>
- <div id="description">{description}</div>
- <Center>
- <div class="navigate">
- <a href="fash-ionelegance.tumblr.com">Home</a>
- {block:AskEnabled}<a href="/ask">ask</a>{/block:AskEnabled}
- {block:SubmissionsEnabled}<a href="/submit">submit</a>{/block:SubmissionsEnabled}
- <a href="/archive">Archive</a>
- {block:ifCustomLink1}<a href="{text:Custom Link 1 URL}">{text:Custom Link 1}</a>{/block:ifCustomLink1}
- {block:ifCustomLink2}<a href="{text:Custom Link 2 URL}">{text:Custom Link 2}</a>{/block:ifCustomLink2}
- {block:ifCustomLink3}<a href="{text:Custom Link 3 URL}">{text:Custom Link 3}</a>{/block:ifCustomLink3}
- {block:ifCustomLink4}<a href="{text:Custom Link 4 URL}">{text:Custom Link 4}</a>{/block:ifCustomLink4}</div>
- </center>
- <h3>Stats</h3>
- <center>
- <div class="heart"><a href="LINK"><script language="JavaScript" src="http://s1.freehostedscripts.net/ocount.php?site=ID2055756&name=Fashionistas Been Here"></script>
- </a></div>
- <div class="heart"><a href="LINK"><script language="JavaScript">
- var ref = (''+document.referrer+'');
- document.write('<script src="http://s1.freehostedscripts.net/ocounter.php?site=ID3059157&e1=Online User&e2=Online Users&r=' + ref + '"><\/script>');
- </script></a></div>
- <h3>FASHION AND OTHERS</h3>
- <center><div class="FASHION PICTURES AND OTHER">
- <MARQUEE DIRECTION= up HEIGHT=80 SCROLLAMOUNT=4 onmouseover="this.setAttribute('scrollamount', 0);" onmouseout="this.setAttribute('scrollamount', 4);"><center>
- <a href="http://2.bp.blogspot.com/-7gKowvmdHVo/UWqwyNCf_GI/AAAAAAAAAEk/52h01cPlxrc/s1600/cute+oufit+pinky+denim.jpg" target="_blank"><img height="130" src="http://2.bp.blogspot.com/-7gKowvmdHVo/UWqwyNCf_GI/AAAAAAAAAEk/52h01cPlxrc/s1600/cute+oufit+pinky+denim.jpg" width="70" /></a>
- <a href="http://2.bp.blogspot.com/--lAnXI5bG64/UWqo6qUGJTI/AAAAAAAAAEE/5NGKt1BQLDo/s1600/cute+oufit+pink'n+white+shorts.jpg" target="_blank"><img height="130" src="http://2.bp.blogspot.com/--lAnXI5bG64/UWqo6qUGJTI/AAAAAAAAAEE/5NGKt1BQLDo/s1600/cute+oufit+pink'n+white+shorts.jpg" width="70" /></a>
- <a href="http://3.bp.blogspot.com/-jcg62j-I_wo/UWqmw8jfXhI/AAAAAAAAADc/F7yGzDfkZFE/s1600/pink+cute+outfits+school.jpg" target="_blank"><img height="130" src="http://3.bp.blogspot.com/-jcg62j-I_wo/UWqmw8jfXhI/AAAAAAAAADc/F7yGzDfkZFE/s1600/pink+cute+outfits+school.jpg" width="89" /></a
- <a href="hhttp://3.bp.blogspot.com/-f4DKRxmSFmA/UWqoyiG_ggI/AAAAAAAAAD8/QkXPjjyIIAI/s1600/cute+short+pink.jpg" target="_blank"><img height="130" src="http://3.bp.blogspot.com/-f4DKRxmSFmA/UWqoyiG_ggI/AAAAAAAAAD8/QkXPjjyIIAI/s1600/cute+short+pink.jpg" width="150" /></a
- <a href="http://2.bp.blogspot.com/-zu1_5c_qkbo/UWir_P5fQdI/AAAAAAAAI5U/oPOA-FzxK0o/s1600/desserts13.jpg" target="_blank"><img height="130" src="http://2.bp.blogspot.com/-zu1_5c_qkbo/UWir_P5fQdI/AAAAAAAAI5U/oPOA-FzxK0o/s1600/desserts13.jpg" width="150" /></a
- <a href="http://24.media.tumblr.com/a0c4ea1d13cde5a76fc7b8bdcc19b225/tumblr_mobvifODac1remjdlo1_500.png" target="_blank"><img height="130" src="http://24.media.tumblr.com/a0c4ea1d13cde5a76fc7b8bdcc19b225/tumblr_mobvifODac1remjdlo1_500.png" width="150" /></a
- <a href="http://1.bp.blogspot.com/-YrlWUQUOIac/UWisHR0zDuI/AAAAAAAAI6Q/YGZZDndVyMs/s1600/desserts5.jpg" target="_blank"><img height="130" src="http://1.bp.blogspot.com/-YrlWUQUOIac/UWisHR0zDuI/AAAAAAAAI6Q/YGZZDndVyMs/s1600/desserts5.jpg" width="120" /></a
- <a href="http://picture-cdn.wheretoget.it/i7q560-l-610x610-shirt-cute-outfits.jpg" target="_blank"><img height="130" src="http://picture-cdn.wheretoget.it/i7q560-l-610x610-shirt-cute-outfits.jpg" width="150" /></a
- </center></MARQUEE>
- <br></center></div></div>
- <center>
- {block:NextPage}<a href="{NextPage}">next page</a>{/block:NextPage}
- {block:PreviousPage}<a href="{PreviousPage}">previous page</a>{/block:PreviousPage}
- {block:PermalinkPagination}
- {block:NextPost}<a href="{NextPost}" style="border-right:3px solid grey;padding-right:2px;">next post</a>{/block:NextPost}
- {block:PreviousPost}<a href="{PreviousPost}">previous post</a>{/block:PreviousPost}
- {/block:PermalinkPagination}
- </center>
- </div></div>
- <div id="content">
- {block:Posts}
- <div id="entry">
- <!-----------TEXT POSTS-------------->
- {block:Text}<div class="entry2">{block:IndexPage}<div class="rebwag"><a href="{ReblogURL}">[↺]</a> {block:NoteCount} <br> <a href="{Permalink}">{NoteCountWithLabel}{/block:NoteCount}</a> </div>{/block:IndexPage}
- {block:Title}<div id="postitle">{Title}</div>{/block:Title}
- {Body}
- <br>
- {block:IndexPage}
- <div id="potato">
- Posted <span style="border-bottom:1px solid grey;">{block:Date}{Month}-{DayofMonthWithZero}-{Year}</span> {/block:Date}<br> {block:ifShowTags}{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}{/block:ifShowTags}</div>{/block:IndexPage}</div>
- {/block:Text}
- <!-----------PHOTO POSTS------------->
- {block:Photo}<div class="entry2">{block:IndexPage}<div class="rebwag"><a href="{ReblogURL}">[↺]</a> {block:NoteCount} <br> <a href="{Permalink}">{NoteCountWithLabel}{/block:NoteCount}</a> </div>{/block:IndexPage}
- <a href="{Permalink}" target="_blank"><img src="{PhotoURL-HighRes}" width="100%"></a><br>
- {block:IndexPage}
- {block:ifShowCaption}{block:Caption}{Caption}{/block:Caption}{/block:ifShowCaption}
- <div id="potato">
- Posted <span style="border-bottom:1px solid grey;">{block:Date}{Month}-{DayofMonthWithZero}-{Year}</span> {/block:Date}<br> {block:ifShowTags}{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}{/block:ifShowTags}</div>{/block:IndexPage}</div>
- {/block:Photo}
- <!-----------PHOTOSET POSTS---------->
- {block:Photoset}<div class="entry2">{block:IndexPage}<div class="rebwag"><a href="{ReblogURL}">[↺]</a> {block:NoteCount} <br> <a href="{Permalink}">{NoteCountWithLabel}{/block:NoteCount}</a> </div>{/block:IndexPage}
- {Photoset-350}{block:PermalinkPage}
- {Photoset-500}
- {/block:PermalinkPage}
- <br>
- {block:IndexPage}
- {block:ifShowCaption}{block:Caption}{Caption}{/block:Caption}{/block:ifShowCaption}
- <div id="potato">
- Posted <span style="border-bottom:1px solid grey;">{block:Date}{Month}-{DayofMonthWithZero}-{Year} </span>{/block:Date}<br> {block:ifShowTags}{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}{/block:ifShowTags}</div>{/block:IndexPage}</div>
- {/block:Photoset}
- <!----------QUOTE POSTS-------------->
- {block:Quote}<div class="entry2">{block:IndexPage}<div class="rebwag"><a href="{ReblogURL}">[↺]</a> {block:NoteCount} <br> <a href="{Permalink}">{NoteCountWithLabel}{/block:NoteCount}</a> </div>{/block:IndexPage}
- {Quote}{block:Source} <br>-{Source}{/block:Source}
- <br>
- {block:IndexPage}
- <div id="potato">
- Posted <span style="border-bottom:1px solid grey;">{block:Date}{Month}-{DayofMonthWithZero}-{Year} </span>{/block:Date}<br> {block:ifShowTags}{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}{/block:ifShowTags}</div>{/block:IndexPage}</div>
- {/block:Quote}
- <!------------LINK POSTS------------->
- {block:Link}<div class="entry2">{block:IndexPage}<div class="rebwag"><a href="{ReblogURL}">[↺]</a> {block:NoteCount} <br> <a href="{Permalink}">{NoteCountWithLabel}{/block:NoteCount}</a> </div>{/block:IndexPage}
- <div id="postitle"><a href="{URL}" {Target}>{Name}</a></div>
- {block:Description}{Description}{/block:Description}
- <br>
- {block:IndexPage}
- <div id="potato">
- Posted <span style="border-bottom:1px solid grey;">{block:Date}{Month}-{DayofMonthWithZero}-{Year} </span>{/block:Date}<br> {block:ifShowTags}{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}{/block:ifShowTags}</div>{/block:IndexPage}</div>
- {/block:Link}
- <!------------CHAT POSTS----------->
- {block:Chat}<div class="entry2">{block:IndexPage}<div class="rebwag"><a href="{ReblogURL}">[↺]</a> {block:NoteCount} <br> <a href="{Permalink}">{NoteCountWithLabel}{/block:NoteCount}</a> </div>{/block:IndexPage}{block:Title}<div id="postitle">{Title}</div>{/block:Title}
- <div class="conversation"><ul>{block:Lines}<li class="{Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label}{Line}</li>{/block:Lines}</ul></div>
- <br>
- <div id="potato">
- Posted <span style="border-bottom:1px solid grey;">{block:Date}{Month}-{DayofMonthWithZero}-{Year} </span>{/block:Date}<br> {block:ifShowTags}{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}{/block:ifShowTags}</div>{/block:IndexPage}</div>
- {/block:Chat}
- <!------------AUDIO POSTS---------->
- {block:Audio}<div class="entry2">{block:IndexPage}<div class="rebwag"><a href="{ReblogURL}">[↺]</a> {block:NoteCount} <br> <a href="{Permalink}">{NoteCountWithLabel}{/block:NoteCount}</a> </div>{/block:IndexPage}{AudioPlayerBlack}
- {block:Caption}{Caption}{/block:Caption}
- <br>
- {block:IndexPage}
- <div id="potato">
- {block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a> |
- {/block:NoteCount} Posted <span style="border-bottom:1px solid grey;">{block:Date}{Month}-{DayofMonthWithZero}-{Year} </span>{/block:Date}<br> {block:ifShowTags}{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}{/block:ifShowTags}</div>{/block:IndexPage}</div>
- {/block:Audio}
- <!------------VIDEO POSST--------->
- {block:Video}<div class="entry2">{block:IndexPage}<div class="rebwag"><a href="{ReblogURL}">[↺]</a> {block:NoteCount} <br> <a href="{Permalink}">{NoteCountWithLabel}{/block:NoteCount}</a> </div>{/block:IndexPage}{Video-350}
- {block:Caption}{Caption}{/block:Caption}
- <br>
- {block:IndexPage}
- {block:ifShowCaption}{block:Caption}{Caption}{/block:Caption}{/block:ifShowCaption}
- <div id="potato">
- {block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a> |
- {/block:NoteCount} Posted <span style="border-bottom:1px solid grey;"> {block:Date}{Month}-{DayofMonthWithZero}-{Year}</span> {/block:Date}<br> {block:ifShowTags}{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}{/block:ifShowTags}</div>{/block:IndexPage}</div>
- {/block:Video}
- <!-------------ANSWER POST-------------->
- {block:Answer}<div class="entry2"><img src="{AskerPortraitURL-40}" align="left" style="margin-top:1px;margin-right:4px;background-color:transparent;padding:2px;"><div id="asker"><span style="font-size:12px;margin-left:-12px;color:black;">◀</span>{Asker} asked: {Question}</div><div id="answerer">{Answer}</div><br>
- {block:IndexPage}<div id="potato">
- {block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>
- {/block:NoteCount} Posted <span style="border-bottom:1px solid grey;">{block:Date}{Month}-{DayofMonthWithZero}-{Year}</span> {/block:Date}<br> {block:ifShowTags}{block:HasTags}{block:Tag}#<a href="{TagURL}">{Tag}</a>{/block:Tag}{/block:HasTags}{block:ifShowTags}</div>{/block:IndexPage}</div>{/block:Answer}
- {block:PermalinkPage}
- <div style="border-bottom:1px dotted black;text-align:left;width:500px;">WANT TO GO BACK? </div>
- <a href="/">HOME</a> - {block:AskEnabled}<a href="/ask">ASK</a>-{/block:AskEnabled}
- {block:SubmissionsEnabled}<a href="/submit">SUBMIT</a>-{/block:SubmissionsEnabled} <a href="/archive">Archive</a>
- {/block:PermalinkPage}
- {block:PostNotes}<div id="nutz">{PostNotes}</div>{/block:PostNotes}
- {/block:Posts}</div>
- </body>
- </html>
- <!------------- Monica Theme #23 by Danielle Cator---------->
- <!------------------daniellecator.tumblr.com--------------->
- <!------------------NO RULE BREAKING!!!!!-------------------->
- <!----------------------no tweaking-------------------------->
- <!----------------------no stealing-------------------------->
- <!------------------no removing of credits------------------->
Advertisement
Add Comment
Please, Sign In to add comment