pasteloutfits

ma 2nd theme

Jun 23rd, 2013
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.11 KB | None | 0 0
  1.  
  2. <!----I CODED THIS MYSELF SO I HOPE YOU WOULD LEAVE MY RIGHTFUL CRED----->
  3.  
  4. <!------------- Monica Theme #23 by Danielle Cator---------->
  5. <!------------------daniellecator.tumblr.com--------------->
  6.  
  7. <!------------------NO RULE BREAKING!!!!!-------------------->
  8. <!----------------------no tweaking-------------------------->
  9. <!----------------------no stealing-------------------------->
  10. <!------------------no removing of credits------------------->
  11.  
  12. <!---------------------THANK YOU!----------------------->
  13.  
  14. <!-----------------(I'M UPDATING MY THEMES BY THE WAY)-------------------->
  15.  
  16. <!-----( I got all my color codes from w3schools.com/html/html_colorvalues.asp-------->
  17.  
  18. <!----------ASK FOR HELP IF YOU DON'T KNOW HOW TO USE THIS THEME--------->
  19.  
  20.  
  21. <!DOCTYPE html>
  22. <html>
  23. <head>
  24. {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}
  25.  
  26. <!-------------Basic Stuff------------>
  27.  
  28. <title>{title}</title>
  29.  
  30. <meta name="description" content="{MetaDescription}"/>
  31.  
  32. <!-------------Default Colors----------->
  33.  
  34. <meta name="color:background" content="#fff"/>
  35. <meta name="color:background post" content="#fff"/>
  36. <meta name="color:button hover" content="#fcfbfa"/>
  37. <meta name="color:button text" content="#978b8b"/>
  38. <meta name="color:button text hover" content="#0e0e0e"/>
  39. <meta name="color:link" content="#c5b8b8"/>
  40. <meta name="color:link hover" content="#504b49"/>
  41. <meta name="color:text" content="#000000"/>
  42.  
  43. <!-------------Booleans--------------->
  44.  
  45. <meta name="if:No sidebar Image" content=""/>
  46. <meta name="if:Round Sidebar Image" content=""/>
  47. <meta name="if:Show Back to the Top button" content="1"/>
  48. <meta name="if:Show Caption" content=""/>
  49. <meta name="if:Show Tags" content="1"/>
  50. <meta name="if:Show title" content="1"/>
  51.  
  52. <!-------------Default Images-------->
  53.  
  54. <meta name="image:background" content="http://24.media.tumblr.com/tumblr_ls2e05Cme11r3vazto1_250.png"/>
  55. <meta name="image:sidebar" content=""/>
  56.  
  57. <!--------------Links---------------->
  58.  
  59. <meta name="text:Custom Link 1" content=""/>
  60. <meta name="text:Custom Link 1 URL" content=""/>
  61. <meta name="text:Custom Link 2" content=""/>
  62. <meta name="text:Custom Link 2 URL" content=""/>
  63. <meta name="text:Custom Link 3" content=""/>
  64. <meta name="text:Custom Link 3 URL" content=""/>
  65. <meta name="text:Custom Link 4" content=""/>
  66. <meta name="text:Custom Link 4 URL" content=""/>
  67.  
  68.  
  69.  
  70. <link href='http://fonts.googleapis.com/css?family=BenchNine:300' rel='stylesheet' type='text/css'>
  71.  
  72. <script type="text/javascript"
  73. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  74.  
  75. </head>
  76.  
  77. <style type="text/css">
  78.  
  79. #tumblr_controls {
  80. margin: 4px 0px 0px 0px;
  81. position: fixed !important;
  82. }
  83.  
  84. #scrollToTop:link,#scrollToTop:visited {
  85. z-index:9999;
  86. color: transparent;
  87. background-color:
  88. transparent; display: none;
  89. position: fixed;
  90. bottom: 50px;
  91. right: 30px;
  92.  
  93. }
  94.  
  95. body {
  96. cursor:default;
  97. font-family: 'BenchNine', sans-serif;
  98. font-size:12px;
  99. letter-spacing:2px;
  100. color:{color:text};
  101. background:{color:background};
  102. background-image: url('{image:background}');
  103. }
  104.  
  105. ::-webkit-scrollbar-thumb:vertical {
  106.  
  107. background-color:white;
  108. width:8px;
  109. height:10px;
  110. border: 1px solid white;
  111. border-radius:5px 5px 5px 5px;
  112. }
  113.  
  114. ::-webkit-scrollbar {
  115. height:10px;
  116. width:8px;
  117. background-color: grey;
  118. }
  119.  
  120. blockquote {
  121. text-align: justify;
  122. padding: 5px;
  123. border: solid 1px gray;
  124. background:#e7e5e4;
  125. color: #666666;
  126. margin-left: 0px;
  127. }
  128.  
  129. .conversation ul {
  130. list-style-type: none;
  131. margin: 0px;
  132. padding: 0px;
  133. }
  134.  
  135. .conversation ul li {
  136. padding: 4px 4px 4px 20px;
  137. margin-top:2px;
  138. margin-bottom:2px;
  139. background-color:white;
  140. }
  141.  
  142. .conversation ul li span.label {
  143. font-weight: bold;
  144. text-transform: normalcase;
  145. font-size: 10px;
  146. margin-right:2px;
  147. }
  148.  
  149. .conversation ul li.odd {
  150. background-color: #e7e5e4;
  151. }
  152.  
  153.  
  154. #scrollToTop:link,#scrollToTop:visited {
  155. z-index:9999;
  156. color: transparent;
  157. background-color:
  158. transparent; display: none;
  159. position: fixed;
  160. bottom:50px;
  161. right: 30px;
  162.  
  163. }
  164.  
  165. {!------------SIDEBAR CONTENT-----------}
  166.  
  167. #sidebar {
  168. position:fixed;
  169. background-image :url('http://24.media.tumblr.com/tumblr_ls2e05Cme11r3vazto1_250.png');
  170. width:200px;
  171. height:1000%;
  172. margin:-100px 0px 0px -5px;
  173. padding:10px;
  174. padding-top:100px;
  175. }
  176.  
  177. #sidebarimage {
  178. border:none;
  179. }
  180.  
  181. #sidebarimage img{
  182. width:200px;
  183. height:auto;
  184. {block:ifNoSidebarImage}
  185. width:0px;
  186. height:0px;
  187. {/block:ifNoSidebarImage}
  188. {block:ifRoundSidebarImage}
  189. border-radius:100px;
  190. width:180px;
  191. height:180px;
  192. margin-left:14px;
  193. {/block:ifRoundSidebarImage}
  194.  
  195. }
  196.  
  197. #title {
  198. font-size:16px;
  199. font-family: 'BenchNine', sans-serif;
  200. text-align:center;
  201. letter-spacing:2px;
  202. color:black;
  203. padding:8px;
  204. -webkit-transition: all 0.5s ease-in-out;
  205. -moz-transition: all 0.5s ease-in-out;
  206. -o-transition: all 0.5s ease-in-out;
  207. -ms-transition: all 0.5s ease-in-out;
  208. transition: all 0.5s ease-in-out;
  209. }
  210.  
  211. #title:hover {
  212. text-shadow:1px 1px #808080;
  213. -webkit-transition: all 0.4s ease-in-out;
  214. -moz-transition: all 0.4s ease-in-out;
  215. -o-transition: all 0.4s ease-in-out;
  216. -ms-transition: all 0.4s ease-in-out;
  217. transition: all 0.4s ease-in-out;
  218. }
  219.  
  220. #description {
  221. font-family: 'BenchNine', sans-serif;
  222. color:black;
  223. font-size:12px;
  224. letter-spacing:1px;
  225. text-align:center;
  226. padding:2px;
  227. background-color:white;
  228. margin-bottom:5px;
  229. border-radius:8px;
  230. }
  231.  
  232. {!--NAVIGATIONs/LINKs--}
  233.  
  234. div.navigate a{
  235. width:auto;
  236. padding:3px;
  237. padding-bottom:3px;
  238. margin-left:1px;
  239. margin-right:1px;
  240. margin-top:1px;
  241. margin-bottom:0px;
  242. position:relative;
  243. text-align: right;
  244. display:inline-block;
  245. font-family: 'BenchNine', sans-serif;
  246. font-size:10px;
  247. outline: none;
  248. overflow:hidden;
  249. text-transform:lowercase;
  250. color:{color:button text};
  251.  
  252. }
  253.  
  254. div.navigate a:hover{
  255. color:{color:button text hover};
  256. background-color:{color:button hover};
  257.  
  258.  
  259. }
  260.  
  261. a:hover {
  262. text-decoration:none;
  263. color:{color:link hover};
  264. -webkit-transition: all 0.4s ease-in-out;
  265. -moz-transition: all 0.4s ease-in-out;
  266. -o-transition: all 0.4s ease-in-out;
  267. -ms-transition: all 0.4s ease-in-out;
  268. transition: all 0.4s ease-in-out;
  269. }
  270.  
  271.  
  272. a {
  273. text-decoration:none;
  274. color:{color:link};
  275. -webkit-transition: all 0.4s ease-in-out;
  276. -moz-transition: all 0.4s ease-in-out;
  277. -o-transition: all 0.4s ease-in-out;
  278. -ms-transition: all 0.4s ease-in-out;
  279. transition: all 0.4s ease-in-out;
  280. }
  281.  
  282. {!---------------------------ELEMENTS-----------------------------}
  283.  
  284. #content {
  285. background:transparent;
  286. width:800px;
  287. margin-left:300px;
  288. margin-top:0px;
  289. position:absolute;
  290. padding:0px 8px 0px 8px;
  291. margin-bottom:8px;
  292. {block:PermalinkPage}
  293. width:500px;
  294. {/block:PermalinkPage}
  295. }
  296.  
  297. #entry {
  298. width:350px;
  299. }
  300.  
  301. .entry2 {
  302. background-color:{color:background post};
  303. border:1px solid grey;
  304. margin-bottom:15px;
  305. padding:8px;
  306. {block:PermalinkPage}
  307. width:500px;
  308. {/block:PermalinkPage}
  309. }
  310.  
  311. #postitle {
  312. font-size:16px;
  313. padding:8px;
  314. color:black;
  315. text-align:left;
  316. -webkit-transition: all 0.5s ease-in-out;
  317. -moz-transition: all 0.5s ease-in-out;
  318. -o-transition: all 0.5s ease-in-out;
  319. -ms-transition: all 0.5s ease-in-out;
  320. transition: all 0.5s ease-in-out;
  321.  
  322. }
  323.  
  324. #asker {
  325. background-color:black;
  326. border-bottom:1px solid grey;
  327. color:white;
  328. margin-left:50px;
  329. padding:4px;
  330. font-size:9px;
  331. text-transform:uppercase;
  332. text-align:left;
  333. }
  334.  
  335. #answerer {
  336. text-transform:uppercase;
  337. background-color:white;
  338. color:black;
  339. font-size:9px;
  340. margin-left:50px;
  341. text-align:left;
  342. }
  343.  
  344. #potato {
  345. text-transform:normalcase;
  346. color:grey;
  347. font-family: 'BenchNine', sans-serif;
  348. text-align:left;
  349. border-top:1px solid grey;
  350. }
  351.  
  352. .rebwag {
  353. position: absolute;
  354. width:325px;
  355. padding:3px;
  356. opacity:0;
  357. text-align:center;
  358. -webkit-transition: 0.6s;
  359. -moz-transition: 0.6s;
  360. -o-transition: 0.6s;
  361. transition: 0.6s;
  362. }
  363.  
  364. .entry2:hover .rebwag{
  365. margin-top:30px;
  366. opacity: .6;
  367. color:grey;
  368. background-color:white;
  369. overflow:hidden;
  370. -webkit-transition: 0.6s;
  371. -moz-transition: 0.6s;
  372. -o-transition: 0.6s;
  373. transition: 0.6s;
  374. }
  375.  
  376. #nutz {
  377. text-transform:uppercase;
  378. color:black;
  379. letter-spacing:2px;
  380. }
  381.  
  382.  
  383. {!----------------DON'T REMOVE MY CRED!!-----------------}
  384.  
  385. #mypie {
  386. bottom:0px;
  387. right:0px;
  388. position:fixed;
  389. height:90px;
  390. padding:3px;
  391. padding-bottom:8px;
  392. text-align:right;
  393. overflow:hidden;
  394. width:10px;
  395. background-color:white;
  396. }
  397.  
  398.  
  399.  
  400.  
  401. {CustomCSS}
  402.  
  403. /*made by sppice, tutorial at megscoding.tumblr.com*/
  404.  
  405. #oneout {
  406. position:fixed;
  407. top:64px;left:1px;
  408. text-align:center;
  409. -webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-o-transition-duration:0.3s;transition-duration:0.3s;
  410. z-index:99999999; }
  411.  
  412. #oneout_inner {
  413. position:fixed;
  414. width:230px; height:auto;
  415. top:40px; left:-250px;
  416. padding:10px;
  417. background:#FFFFFF; /* change #FFFFFF; to transparent; if you want the background of the slide out tab to be transparent and not white*/
  418. -webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-o-transition-duration:0.3s;transition-duration:0.3s;
  419. text-align:left;
  420. z-index:99999999; }
  421.  
  422. #oneout:hover {
  423. left:250px;
  424. z-index:99999999; }
  425.  
  426. #oneout:hover #oneout_inner {
  427. left:0px;
  428. z-index:99999999; }
  429.  
  430. .onetitle {
  431. position:absolute;
  432. left:-11px; top:3px;
  433. font-family:arial; font-size:16px;
  434. -webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg); -ms-transform:rotate(-90deg); -o-transform:rotate(-90deg); transform:rotate(-90deg);
  435. z-index:99999999; }
  436.  
  437.  
  438. .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:
  439. url('http://www.hellostar.org/wp-admin/images/q1.gif') no-repeat left; padding-left : 10px;
  440. padding-bottom : 2px;}
  441.  
  442. .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;}
  443.  
  444. </style>
  445.  
  446.  
  447.  
  448.  
  449.  
  450.  
  451. <!-- made by sppice, tutorial at megscoding.tumblr.com-->
  452.  
  453. <div id="oneout"><span class="onetitle">
  454.  
  455. HOVER
  456.  
  457. </span><div id="oneout_inner"><center>
  458.  
  459. <h2>Networks</h2>
  460. <MARQUEE DIRECTION= UP HEIGHT=80 SCROLLAMOUNT=4 onmouseover="this.setAttribute('scrollamount', 0);" onmouseout="this.setAttribute('scrollamount', 4);"><center>
  461.  
  462. <a href="http://fluffycloudsnetwork.tumblr.com/"><img src="http://i44.tinypic.com/ng8ume.jpg" title="Fluffy Clouds Network"/>
  463. </a>
  464.  
  465. <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>
  466.  
  467.  
  468. </center></MARQUEE>
  469. <h2>Supported blogs</h2>
  470. <MARQUEE DIRECTION= UP HEIGHT=80 SCROLLAMOUNT=4 onmouseover="this.setAttribute('scrollamount', 0);" onmouseout="this.setAttribute('scrollamount', 4);"><center>
  471.  
  472. <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>
  473.  
  474. <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>
  475.  
  476. <p><a href="http://pink-pastel-photography.tumblr.com/"><img src="http://media.tumblr.com/8f14933acacfe65cd460360bb4f9dc7f/tumblr_inline_mjbkvgxY121rwoikl.png" width="240px" /></a></p>
  477.  
  478. <a href="http://justflywithmetoparis.tumblr.com/"><img src="http://static.tumblr.com/ievebsd/yRnmlc9yp/my_bannneerr.png"></a><img>
  479.  
  480. <a href="http://ohglamchic.tumblr.com/" target="_blank"><img height="180" src="http://i44.tinypic.com/knmtw.jpg" width="250" /></a>
  481.  
  482. </center></MARQUEE>
  483. <h2>Support me</h2>
  484.  
  485. <a href="http://fash-ionelegance.tumblr.com/" target="_blank"><img height="180" src="http://static.tumblr.com/kvuyw0v/nQTmn8jy5/fe.jpg" width="240" /></a>
  486.  
  487. Click <a href="http://pastebin.com/fT3bSLhq">here</a> for the codes then T.A me you banner codes.
  488.  
  489. <br></center></div></div>
  490.  
  491.  
  492.  
  493. <body>
  494.  
  495.  
  496.  
  497.  
  498.  
  499. <link rel="shortcut icon" href="{Favicon}">
  500. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  501.  
  502. <!--------------DO NOT REMOVE THIS!!-------------->
  503.  
  504. <div id="mypie"><a href="http://daniellecator.tumblr.com" target="_blank">T<br>H<br>E<br>M<br>E</a>
  505. <!--------------DO NOT REMOVE THIS!!-------------->
  506. </div>
  507.  
  508. <div id="sidebar">
  509.  
  510.  
  511. {block:ifShowtitle}<div id="title">{Title}</div>{/block:ifShowtitle}
  512.  
  513. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  514.  
  515. <div style="font-size:14px; color:white; text-align:center; margin-bottom:-5px;">▲</div>
  516. <div id="description">{description}</div>
  517.  
  518. <Center>
  519. <div class="navigate">
  520.  
  521. <a href="fash-ionelegance.tumblr.com">Home</a>
  522. {block:AskEnabled}<a href="/ask">ask</a>{/block:AskEnabled}
  523. {block:SubmissionsEnabled}<a href="/submit">submit</a>{/block:SubmissionsEnabled}
  524. <a href="/archive">Archive</a>
  525. {block:ifCustomLink1}<a href="{text:Custom Link 1 URL}">{text:Custom Link 1}</a>{/block:ifCustomLink1}
  526. {block:ifCustomLink2}<a href="{text:Custom Link 2 URL}">{text:Custom Link 2}</a>{/block:ifCustomLink2}
  527. {block:ifCustomLink3}<a href="{text:Custom Link 3 URL}">{text:Custom Link 3}</a>{/block:ifCustomLink3}
  528. {block:ifCustomLink4}<a href="{text:Custom Link 4 URL}">{text:Custom Link 4}</a>{/block:ifCustomLink4}</div>
  529. </center>
  530.  
  531. <h3>Stats</h3>
  532. <center>
  533. <div class="heart"><a href="LINK"><script language="JavaScript" src="http://s1.freehostedscripts.net/ocount.php?site=ID2055756&name=Fashionistas Been Here"></script>
  534. </a></div>
  535.  
  536. <div class="heart"><a href="LINK"><script language="JavaScript">
  537. var ref = (''+document.referrer+'');
  538. document.write('<script src="http://s1.freehostedscripts.net/ocounter.php?site=ID3059157&e1=Online User&e2=Online Users&r=' + ref + '"><\/script>');
  539. </script></a></div>
  540.  
  541.  
  542. <h3>FASHION AND OTHERS</h3>
  543. <center><div class="FASHION PICTURES AND OTHER">
  544. <MARQUEE DIRECTION= up HEIGHT=80 SCROLLAMOUNT=4 onmouseover="this.setAttribute('scrollamount', 0);" onmouseout="this.setAttribute('scrollamount', 4);"><center>
  545.  
  546. <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>
  547.  
  548. <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>
  549.  
  550. <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
  551.  
  552. <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
  553.  
  554. <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
  555.  
  556. <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
  557.  
  558. <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
  559.  
  560. <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
  561.  
  562. </center></MARQUEE>
  563.  
  564. <br></center></div></div>
  565.  
  566.  
  567.  
  568.  
  569.  
  570. <center>
  571. {block:NextPage}<a href="{NextPage}">next page</a>{/block:NextPage}
  572. {block:PreviousPage}<a href="{PreviousPage}">previous page</a>{/block:PreviousPage}
  573.  
  574. {block:PermalinkPagination}
  575. {block:NextPost}<a href="{NextPost}" style="border-right:3px solid grey;padding-right:2px;">next post</a>{/block:NextPost}
  576. {block:PreviousPost}<a href="{PreviousPost}">previous post</a>{/block:PreviousPost}
  577. {/block:PermalinkPagination}
  578. </center>
  579.  
  580.  
  581. </div></div>
  582.  
  583.  
  584.  
  585.  
  586. <div id="content">
  587. {block:Posts}
  588. <div id="entry">
  589.  
  590.  
  591. <!-----------TEXT POSTS-------------->
  592.  
  593. {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}
  594. {block:Title}<div id="postitle">{Title}</div>{/block:Title}
  595. {Body}
  596. <br>
  597. {block:IndexPage}
  598. <div id="potato">
  599. 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>
  600. {/block:Text}
  601.  
  602. <!-----------PHOTO POSTS------------->
  603.  
  604. {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}
  605. <a href="{Permalink}" target="_blank"><img src="{PhotoURL-HighRes}" width="100%"></a><br>
  606. {block:IndexPage}
  607. {block:ifShowCaption}{block:Caption}{Caption}{/block:Caption}{/block:ifShowCaption}
  608. <div id="potato">
  609. 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>
  610. {/block:Photo}
  611.  
  612. <!-----------PHOTOSET POSTS---------->
  613.  
  614. {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}
  615. {Photoset-350}{block:PermalinkPage}
  616. {Photoset-500}
  617. {/block:PermalinkPage}
  618. <br>
  619. {block:IndexPage}
  620. {block:ifShowCaption}{block:Caption}{Caption}{/block:Caption}{/block:ifShowCaption}
  621. <div id="potato">
  622. 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>
  623. {/block:Photoset}
  624.  
  625. <!----------QUOTE POSTS-------------->
  626.  
  627. {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}
  628. {Quote}{block:Source} <br>-{Source}{/block:Source}
  629. <br>
  630. {block:IndexPage}
  631. <div id="potato">
  632. 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>
  633. {/block:Quote}
  634.  
  635. <!------------LINK POSTS------------->
  636.  
  637. {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}
  638. <div id="postitle"><a href="{URL}" {Target}>{Name}</a></div>
  639. {block:Description}{Description}{/block:Description}
  640. <br>
  641. {block:IndexPage}
  642. <div id="potato">
  643. 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>
  644. {/block:Link}
  645.  
  646. <!------------CHAT POSTS----------->
  647.  
  648. {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}
  649. <div class="conversation"><ul>{block:Lines}<li class="{Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label}{Line}</li>{/block:Lines}</ul></div>
  650. <br>
  651. <div id="potato">
  652. 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>
  653. {/block:Chat}
  654.  
  655. <!------------AUDIO POSTS---------->
  656.  
  657. {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}
  658. {block:Caption}{Caption}{/block:Caption}
  659. <br>
  660. {block:IndexPage}
  661. <div id="potato">
  662. {block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a> |
  663. {/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>
  664. {/block:Audio}
  665.  
  666. <!------------VIDEO POSST--------->
  667.  
  668. {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}
  669. {block:Caption}{Caption}{/block:Caption}
  670. <br>
  671. {block:IndexPage}
  672. {block:ifShowCaption}{block:Caption}{Caption}{/block:Caption}{/block:ifShowCaption}
  673. <div id="potato">
  674.  
  675. {block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a> |
  676. {/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>
  677. {/block:Video}
  678.  
  679. <!-------------ANSWER POST-------------->
  680.  
  681. {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>
  682. {block:IndexPage}<div id="potato">
  683. {block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>
  684. {/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}
  685.  
  686.  
  687. {block:PermalinkPage}
  688. <div style="border-bottom:1px dotted black;text-align:left;width:500px;">WANT TO GO BACK? </div>
  689. <a href="/">HOME</a> - {block:AskEnabled}<a href="/ask">ASK</a>-{/block:AskEnabled}
  690. {block:SubmissionsEnabled}<a href="/submit">SUBMIT</a>-{/block:SubmissionsEnabled} <a href="/archive">Archive</a>
  691. {/block:PermalinkPage}
  692.  
  693. {block:PostNotes}<div id="nutz">{PostNotes}</div>{/block:PostNotes}
  694.  
  695.  
  696. {/block:Posts}</div>
  697.  
  698.  
  699.  
  700.  
  701.  
  702. </body>
  703. </html>
  704.  
  705. <!------------- Monica Theme #23 by Danielle Cator---------->
  706. <!------------------daniellecator.tumblr.com--------------->
  707.  
  708. <!------------------NO RULE BREAKING!!!!!-------------------->
  709. <!----------------------no tweaking-------------------------->
  710. <!----------------------no stealing-------------------------->
  711. <!------------------no removing of credits------------------->
Advertisement
Add Comment
Please, Sign In to add comment