Advertisement
nofacesface

Primadonna 2.0 Theme

Jun 17th, 2013
799
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.13 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <!--THEME BY NO-FACES-FACE
  5. steal and I'll find you and punch you in the throat (◡‿◡✿)
  6. -->
  7.  
  8. <head>
  9.  
  10. <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
  11.  
  12. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
  13. <script type="text/javascript" src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
  14. <a href="javascript:;" id="scrollToTop" rel="nofollow" title="Go to Top"><img src="{image:upbutton}" title="Go to Top" alt="Go to Top"/></a>
  15.  
  16. <meta name="color:Link" content="#000"/>
  17. <meta name="color:Hover" content="#ff001c"/>
  18. <meta name="color:Background" content="#fff"/>
  19. <meta name="color:description" content="#000" />
  20. <meta name="color:Title" content="#000" />
  21. <meta name="color:titlehover" content="#ff001c" />
  22. <meta name="color:Button" content="#fff">
  23. <meta name="color:Button hover" content="#000">
  24. <meta name="color:desc BG" content="#fff">
  25. <meta name="color:navi" content="#000">
  26. <meta name="color:text" content="#fff">
  27.  
  28. <meta name="text:sidebar img position top" content="70"/>
  29. <meta name="text:sidebar img position left" content="224"/>
  30. <meta name="text:subtitle" content="insert subititle or additional info here!">
  31. <meta name="text:titlesize" content="40">
  32. <meta name="image:sidebar" content="http://25.media.tumblr.com/c4f0424c4a6d761ffdff4576c25d7a6f/tumblr_mojshvu86I1qaewg8o1_500.gif"/>
  33. <meta name="image:upbutton" content="http://media.tumblr.com/tumblr_m5tuokYjUY1qjuluo.png"/>
  34. <meta name="image:Background" content="http://images2.layoutsparks.com/1/215304/triple-back-depression-hearts.png" />
  35.  
  36. <meta name="text:Custom Link One" content="" />
  37. <meta name="text:Custom Link One Title" content="" />
  38. <meta name="text:Custom Link Two" content="" />
  39. <meta name="text:Custom Link Two Title" content="" />
  40. <meta name="text:Custom Link Three" content="" />
  41. <meta name="text:Custom Link Three Title" content="" />
  42. <meta name="text:Custom Link Four" content="" />
  43. <meta name="text:Custom Link Four Title" content="" />
  44.  
  45. <meta name="if:caption" content="0"/>
  46. <meta name="if:photoeffect" content="1"/>
  47.  
  48. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title> {block:Description}<meta name="description"
  49. content="{MetaDescription}" />{/block:Description}
  50. <link rel="shortcut icon" href="{Favicon}">
  51.  
  52. <style type="text/css">
  53.  
  54.  
  55. ::-webkit-scrollbar {width: 5px;height:5px;background:#ffffff;}
  56. ::-webkit-scrollbar-thumb {background:{color:Hover};}
  57.  
  58.  
  59.  
  60. /* GENERAL */
  61.  
  62.  
  63. @font-face {
  64. font-family: "q7";
  65. src: url('http://static.tumblr.com/cbjpgjf/O6Emn82px/pieces_nfi.otf');
  66. }
  67.  
  68.  
  69.  
  70. body{
  71. margin:0px;
  72. font-family: courier new;
  73. font-size: 12px;
  74. line-height: 12px;
  75. color: {color:text};
  76. }
  77.  
  78.  
  79.  
  80. body {
  81. background-color: {color:Background};
  82.  
  83. background-image: url({image:Background});
  84. margin: 0;
  85. word-wrap: break-word;
  86. background-attachment: fixed;
  87.  
  88.  
  89. }
  90.  
  91.  
  92. a:link, a:active, a:visited{text-decoration: none;color: {color:Link};
  93. -webkit-transition: all 0.7s ease;transition: all 0.7s ease;
  94. -moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;}
  95.  
  96. a:hover{color:{color:Hover};}
  97.  
  98.  
  99. a.class1 {color: {color:navi};}
  100. a.class1:link
  101. a.class1:active
  102. a.class1:visited{text-decoration: none;color: {color:Link};
  103. -webkit-transition: all 0.7s ease;transition: all 0.7s ease;
  104. -moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;}
  105. a.class1:hover{color: {color:Hover};}
  106.  
  107. /* POSTS */
  108.  
  109. #center{margin:auto;position:relative;width:400px;}
  110. #content{width:500px;margin:0px 28px;
  111. }
  112. #entry{margin:50px;width:400px;padding: 8px; border-top-left-radius: 5px ;
  113. border-top-right-radius:5px ;
  114. border-bottom-right-radius: 5px ;
  115. border-bottom-left-radius: 5px ;
  116. opacity: 0.7px;
  117. -webkit-transition: opacity 0.6s linear;
  118. -webkit-transition: all 0.6s ease-in-out;
  119. -moz-transition: all 0.6s ease-in-out;
  120. -o-transition: all 0.6s ease-in-out;
  121. }
  122. #entry img {
  123. {block:ifphotoeffect}
  124. -webkit-filter: grayscale(100%);
  125. -webkit-transition: 0.3s ease-in;
  126. {/block:ifphotoeffect} }
  127.  
  128. #entry img:hover {
  129. opacity: 1;
  130. -webkit-filter: grayscale(0%);
  131. -webkit-transition: opacity 0.6s linear;
  132. -webkit-transition: all 0.6s ease-in-out;
  133. -moz-transition: all 0.6s ease-in-out;
  134. -o-transition: all 0.6s ease-in-out;
  135. }
  136.  
  137. .photoset, .photoset img {
  138.  
  139. {block:ifphotoeffect}
  140. -webkit-filter: grayscale(100%);
  141. -webkit-transition: 0.3s ease-in;
  142. {/block:ifphotoeffect}
  143. }
  144.  
  145. .photoset:hover, .photoset img:hover {
  146. {block:indexpage}
  147. -webkit-transition: 0.3s ease-in;
  148. -webkit-filter: grayscale(0%);
  149. {/block:indexpage}}
  150.  
  151. #entry img{max-width:100%;}
  152.  
  153. /* SIDEBAR */
  154.  
  155. #sidebar {
  156. float: right;
  157. position:fixed;
  158. }
  159.  
  160. #candywrapper {
  161. /*this is where you control what the whole updates tab looks like*/
  162.  
  163. /*how far apart the letters are spaced*/
  164. letter-spacing:1px;
  165.  
  166. /*how the text is aligned; it could be center, left, right, or justify*/
  167. text-align: center;
  168.  
  169. /*font size*/
  170. font-size: 11px;
  171.  
  172. /*dont touch*/
  173. position:fixed;
  174.  
  175. /*how far from the left the updates tab is*/
  176. left:70px;
  177.  
  178. /*how far from the top the updates tab is*/
  179. bottom:-139px;
  180.  
  181. /*dont touch the three lines below ok*/
  182. -webkit-transition: all .5s ease-in-out;
  183. -moz-transition: all .5s ease-in-out;
  184. -o-transition: all .5s ease-in-out;
  185. z-index:99;
  186. }
  187.  
  188. #candywrapper:hover {
  189. /*this is where you control what the whole tab looks like when you hover*/
  190.  
  191. /*how far from the top the updates tab will be when you hover*/
  192. bottom:-20px;
  193.  
  194. /*dont touch the three lines below ok*/
  195. -webkit-transition: all .5s ease-in-out;
  196. -moz-transition: all .5s ease-in-out;
  197. -o-transition: all .5s ease-in-out;}
  198.  
  199. #in {
  200. color:#000; /*this is the color of the text within the tab; pick one from colorpicker.com*/
  201.  
  202. /*this is the font of the text*/
  203. font-family:courier new;
  204.  
  205. /*title tab border style. it can be dotted or dashed; just remember to change it on all four lines!*/
  206. border-style:solid;
  207.  
  208. /*border width*/
  209. border-width:4px;
  210.  
  211. /*border color*/
  212. border-color:#000;
  213.  
  214. /*dont touch*/
  215. padding: 10px 10px 10px 10px;
  216.  
  217. /*background color*/
  218. background:#fff;
  219.  
  220. /*text alignment; could be right, left, center, justify*/
  221. text-align:center;
  222.  
  223. /*font size of the updates box*/
  224. font-size:11px;
  225.  
  226. /*width of the updates box*/
  227. width:356px;
  228.  
  229. /*height of the updates box*/
  230. height:110px;
  231.  
  232. /*dont touch*/
  233. z-index: 9999;
  234. }
  235.  
  236.  
  237. #butts {
  238. position:fixed; top: {text:sidebar img position top}px;
  239. left: {text:sidebar img position left}px;}
  240. #butts img {
  241. width:376px; height: 384px; border-top-right-radius:500px ; border-top-left-radius:10px; border:4px solid #fff;}
  242.  
  243.  
  244. .blogtitle {font-family: q7; background-color: #000; font-size:{text:titlesize}px; text-transform:none; letter-spacing:1px; line-height:50px; padding: 4px; text-align: center; color:{color:Title}; border-top: 4px solid #fff; border-left: 4px solid #fff; border-right: 4px solid #fff;
  245. border-top-right-radius: 5px;
  246. -moz-border-top-right-radius: 5px;
  247. -webkit-border-top-right-radius: 5px;
  248. border-top-left-radius: 5px;
  249. -moz-border-left-right-radius: 5px;
  250. -webkit-border-top-left-radius: 5px;
  251. -webkit-transition: all 0.5s ease-in-out;
  252. -moz-transition: all 0.5s ease-in-out;
  253. -o-transition: all 0.5s ease-in-out;
  254. transition: all 0.5s ease-in-out;}
  255. .blogtitle:hover {
  256. -webkit-transition: all 0.5s ease-in-out;
  257. -moz-transition: all 0.5s ease-in-out;
  258. -o-transition: all 0.5s ease-in-out;
  259. transition: all 0.5s ease-in-out;
  260. color: {color:titlehover};}
  261.  
  262. #booty {
  263. position:fixed; background-color:#fff;
  264. height:387px; width:379px;
  265. border-top-right-radius:500px ; border-top-left-radius:10px;
  266. top:225px; left:73px;
  267. opacity:0;
  268. -webkit-transition: all 0.5s ease-in-out;
  269. -moz-transition: all 0.5s ease-in-out;
  270. -o-transition: all 0.5s ease-in-out;
  271. transition: all 0.5s ease-in-out;
  272. color:#fff;}
  273.  
  274. #booty:hover {opacity:0.9; -webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
  275.  
  276. }
  277.  
  278.  
  279.  
  280. #description { text-align:center; letter-spacing:1px; line-height:12px; color:#000;}
  281.  
  282.  
  283. #navigation{
  284. font-family: courier new;
  285. font-size: 9px;
  286. line-height: 20px;
  287. padding:3px;
  288. position:fixed;
  289. margin-top:0px;
  290. width:80px;
  291. margin-left:390px;
  292. text-align: center;
  293. }
  294.  
  295.  
  296. div.button a{
  297. text-align: center;
  298. margin:0px;
  299. padding:0px 0px;
  300. background-color:{color:button};
  301. margin-top:2px;
  302. position:relative;
  303. width: 80px;
  304. display: block;
  305. }
  306. div.button a:hover{
  307. padding:0px 0;
  308. background-color: {color:button hover};
  309. }
  310.  
  311.  
  312. /* TITLES */
  313.  
  314. .title a{color:{color:Title};}
  315. .title {font-family:q7;
  316. font-size:16px;
  317. line-height: 18px;
  318. font-style:none;
  319. margin:0px 0px 0px 0px;
  320. color: {color:text};}
  321.  
  322. .quote {
  323. padding:10px;
  324. font-size:9px;
  325. text-transform:none;
  326. color: {color:text};}
  327.  
  328. .source {
  329. font-size: 8px;
  330. text-align:right;
  331. font-style:none;
  332. font-weight:none;
  333. text-transform:none;
  334. color: {color:text};}
  335.  
  336. .answer {margin:10px;}
  337.  
  338. /* PERMALINKS */
  339.  
  340. #entry:hover .perma {
  341. opacity:1;
  342. margin-left:410px;
  343. -webkit-transition: all 0.9s ease;
  344. -moz-transition: all 0.9s ease;
  345. }
  346.  
  347.  
  348.  
  349. .perma a {
  350. color:{color:Link};
  351. font-size:10px;
  352. text-transform:normal;}
  353.  
  354. .perma a:hover {
  355. color:{color:Hover};
  356. }
  357.  
  358.  
  359. .perma {
  360. margin-left:410px;
  361. text-transform: uppercase;
  362. position:absolute;
  363. font-family:courier new;
  364. line-height:11px;
  365. text-align:left;
  366. overflow:hidden;
  367. margin-top:0px;
  368. opacity:0;
  369. padding: 2px;
  370. width:80px;
  371. border-left: 2px solid {color:Link};
  372. -webkit-transition: all 0.9s ease;
  373. -moz-transition: all 0.9s;
  374. }
  375.  
  376.  
  377.  
  378.  
  379. .tagsperma {
  380. text-transform:lowercase;
  381. }
  382.  
  383.  
  384. .tagsperma a {
  385. margin-top: -20px;
  386. {color:PermLink};
  387. font-size:9px;
  388. font-family:courier new;
  389. line-height:11px;
  390. transition-duration: 0.60s;
  391. -moz-transition-duration: 0.60s;
  392. -webkit-transition-duration: 0.60s;
  393. -o-transition-duration: 0.60s;
  394. }
  395.  
  396. .tagsperma a:hover {
  397. color:{color:Hover};
  398. }
  399.  
  400.  
  401.  
  402.  
  403. #permalink{
  404. {block:PermalinkPage}
  405. text-align:center;
  406. margin-top:10px;
  407. padding:0px;
  408. font-size:10px;
  409. text-transform:lowercase;
  410. color: {color:Link};
  411. {/block:PermalinkPage}
  412. }
  413.  
  414. #c img{width:65%;}
  415. #c{position:fixed;right:-20px;bottom:10px;}
  416.  
  417. /* AUDIO */
  418.  
  419. .artcover {position:absolute;}
  420. .artcover img {width:70px;height:70px;float:left;}
  421. .audioplayer {width:20px;padding:3px 5px 5px 3px;overflow:hidden;}
  422. .audioinfo {margin-left:75px;border-left:2px solid #CCC;padding:5px;}
  423. .i{display:block;padding:6px 3px;line-height:8px;}
  424. .player{position:absolute;background:#FFF;width:30px;height:30px;
  425. opacity:0.45;padding:20px;overflow:hidden;
  426. -webkit-transition: 0.5s ease;transition: 0.5s ease;
  427. -o-transition: 0.5s ease;-moz-transition: 0.5s ease;}
  428. .player:hover{opacity:0.75;}
  429.  
  430. /* TEXT */
  431.  
  432. i, em{color:{color:text};}
  433. b, strong{color:{color:text};}
  434. ul,ol{margin:0px;margin-left:-10px;}
  435. p{padding:0px;margin:10px;}
  436. u{text-decoration:none;color:{color:text};
  437. border-bottom:1px dotted {color:text};}
  438. blockquote {margin:2px; margin-left:10px;
  439. padding:2px;border-left:1px solid {color:text};}
  440.  
  441. /* MISC */
  442.  
  443. #c img{width:45%;}
  444. #c{position:fixed;right:-30px;bottom:10px;}
  445.  
  446. #cr img{width:45%;}
  447. #cr{position:fixed;right:-30px;bottom:10px; opacity: 0;
  448. -webkit-transition: 0.5s ease;transition: 0.5s ease;
  449. -o-transition: 0.5s ease;-moz-transition: 0.5s ease;}
  450. #cr:hover { opacity: 1;
  451. -webkit-transition: 0.5s ease;transition: 0.5s ease;
  452. -o-transition: 0.5s ease;-moz-transition: 0.5s ease;}
  453.  
  454.  
  455. #in2 {
  456. color:#000; /*this is the color of the text within the tab; pick one from colorpicker.com*/
  457.  
  458. /*this is the font of the text*/
  459. font-family:courier new;
  460.  
  461. padding: 40px 10px 10px 10px;
  462.  
  463.  
  464.  
  465. /*text alignment; could be right, left, center, justify*/
  466. text-align:center;
  467.  
  468. /*font size of the updates box*/
  469. font-size:11px;
  470.  
  471. /*width of the updates box*/
  472. width:130px;
  473.  
  474. /*height of the updates box*/
  475. height:100px;
  476.  
  477. /*dont touch*/
  478. z-index: 9999;
  479. }
  480.  
  481.  
  482. #titletab {
  483. /* the title tab where it says "updates"; if you want to change the text "updates" then command+f (control+f if on pc) and look for the word "updates"*/
  484.  
  485. /*background color of the title tab*/
  486. background:#000;
  487.  
  488. /*color of title tab text*/
  489. color:#fff;
  490.  
  491. /*title tab text letter spacing*/
  492. letter-spacing:0px;
  493.  
  494. /*dont touch*/
  495. border-top-style:none;
  496.  
  497. /*title tab border style. it can be dotted or dashed; just remember to change it on all four lines!*/
  498. border-right-style:solid;
  499. border-bottom-style:solid;
  500. border-left-style:solid;
  501.  
  502. /*font of the title tab*/
  503. font-family:courier new;
  504.  
  505. /*font size of title tab*/
  506. font-size:11px;
  507.  
  508. /*border color of title tab*/
  509. border-color:#fff;
  510.  
  511. /*border width of title tab*/
  512. border-width:4px;
  513.  
  514. /*how the text is aligned; could be right, left, justify, or center*/
  515. text-align: center;
  516.  
  517. /*height of title tab*/
  518. height:8px;
  519.  
  520. /*dont touch*/
  521. padding: 3px 0 7px 0;
  522.  
  523. /*change the border radius on all of these lines if you want the tab to be rounded!*/
  524. border-bottom-right-radius: 5px;
  525. -moz-border-bottom-right-radius: 5px;
  526. -webkit-border-bottom-right-radius: 5px;
  527. border-bottom-left-radius: 5px;
  528. -moz-border-left-right-radius: 5px;
  529. -webkit-border-bottom-left-radius: 5px;
  530.  
  531. /*dont touch the three lines below ok*/
  532. -webkit-transition: all .5s ease-in-out;
  533. -moz-transition: all .5s ease-in-out;
  534. -o-transition: all .5s ease-in-out;
  535. }
  536.  
  537. #scrollToTop:link,
  538. #scrollToTop:visited {
  539. display: none;
  540. position: fixed;
  541. bottom: 5px;
  542. right: 310px;
  543. }
  544.  
  545. .l .odd{display:block;padding:5px 5px;}
  546. .l .even{display:block;padding:5px 5px;}
  547.  
  548. #s-m-t-tooltip{display:inline-block;position:absolute;max-width:300px;
  549. margin:15px;padding:3px 10px 3px 10px;z-index:99;border:1px solid #AAA;
  550. border-radius:10px;border-top-left-radius:0px;background:#000;}
  551.  
  552. ::selection {color: {color:Hover};}
  553. ::-moz-selection {color: {color:Hover};}
  554. ::-webkit-selection{color: {color:Hover};}
  555.  
  556. img{ margin-bottom:-3px;}
  557.  
  558. /* POSTNOTES */
  559.  
  560. ol.notes a{letter-spacing:1px;}
  561. ol.notes {
  562. list-style:none;
  563. font-size:10px;
  564. margin-top:20px;
  565. text-transform:none;}
  566.  
  567. ol.notes li.note img.avatar {
  568. vertical-align:-5px;
  569. margin-right:5px;
  570. width:20px;
  571. padding:4px;
  572. border:1px solid #EEE;}
  573.  
  574. ol.notes li.note {margin:5px 0px 10px -20px;}
  575. ol.notes li.note span.action {font-style: normal;}
  576. ol.notes li.note .answer_content {font-weight: normal;}
  577. ol.notes li.note blockquote {padding:4px 10px;margin: 10px 0px 0px 25px;}
  578.  
  579.  
  580. </style>
  581. </head>
  582. <body>
  583.  
  584. <div id="center">
  585.  
  586. <div id="sidebar">
  587.  
  588.  
  589. <div id="butts"><a href="/"><img src="{image:sidebar}"></a></div>
  590.  
  591. <div id="booty"><div id="in2">
  592.  
  593. {text:subtitle}
  594.  
  595. </div>
  596.  
  597. </div>
  598. </div>
  599.  
  600.  
  601.  
  602.  
  603. <div id="content">
  604. {block:Posts}
  605.  
  606. <div id="entry">
  607.  
  608. {block:IndexPage}
  609.  
  610. <div class="perma">
  611. <a href="{Permalink}"> {NoteCount}</a>
  612. <br><a href="{ReblogURL}" target="_blank" title="Reblog">reblog</a>
  613.  
  614.  
  615.  
  616. {block:HasTags}{/block:HasTags}
  617. <div class="tagsperma">{block:HasTags}<br>{block:Tags}<a href="{TagURL}">#{Tag}</a><br>{/block:Tags}{/block:HasTags} </div>
  618.  
  619. </span></div>
  620.  
  621. {/block:IndexPage}
  622.  
  623. {block:Text}
  624. <div class="title">{Title}</div>{Body}
  625. {/block:Text}
  626.  
  627. {block:Link}
  628. <a href="{URL}"><span class="title">{Name} &raquo;</span></a>
  629. {block:Description}{Description}{/block:Description}
  630. {/block:Link}
  631.  
  632. {block:Photo}
  633. <a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></a>
  634. {block:ifCaption}{block:Caption}{Caption}{/block:Caption}{/block:ifCaption}
  635. {/block:Photo}
  636.  
  637. {block:Photoset}
  638. {Photoset-400}
  639. {block:ifCaption}{block:Caption}{Caption}{/block:Caption}{/block:ifCaption}
  640. {/block:Photoset}
  641.  
  642. {block:Quote}
  643. <div class="quote">{Quote}<div class="source">{Source}</div></div>
  644. {/block:Quote}
  645.  
  646. {block:Chat}
  647. <div class="title">{Title}</div>{block:Lines}
  648. <div class="l {Alt}"><div class="{Alt} user_{UserNumber}">
  649. {block:Label}<b>{Label} </b>{/block:Label}
  650. {Line}</div></div>{/block:Lines}
  651. {/block:Chat}
  652.  
  653. {block:Audio}
  654. {block:AlbumArt}
  655. <div class="artcover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  656. <div class="player"><div class="audioplayer">{AudioPlayerWhite}</div></div>
  657. <div class="audioinfo">
  658. <div class="i"><b>TITLE:</b>
  659. <span{block:TrackName} style="display:none;"{block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}</div>
  660.  
  661. <div class="i"><b>ARTIST:</b>
  662. <span{block:Artist} style="display:none;"{block:Artist}>Unknown</span> {block:Artist}{Artist}{/block:Artist}</div>
  663.  
  664. <div class="i"><b>PLAYS:</b>
  665. <span{block:PlayCount} style="display: none;"{block:PlayCount}>Unknown</span> {block:PlayCount}{PlayCount}{/block:PlayCount}</div></div>
  666. {block:ifCaption}{block:Caption}{Caption}{/block:Caption}{/block:ifCaption}
  667. {/block:Audio}
  668.  
  669. {block:Video}
  670. {Video-400}
  671. {block:ifCaption}{block:Caption}{Caption}{/block:Caption}{/block:ifCaption}
  672. {/block:Video}
  673.  
  674. {block:Answer}
  675. <div class="quote">{Question} → <b>{Asker}</b></div>
  676. <div class="answer">{Answer}</div>
  677. {/block:Answer}
  678.  
  679. <div id="permalink">
  680. <div class="tags">
  681. {block:IfShowTags}
  682. {block:HasTags}
  683. {block:Tags}<span style="border-top:1px dashed {color:post border};"</span>
  684. <a href="{TagURL}">#{Tag}</a>
  685. {/block:Tags}
  686. {/block:HasTags}
  687. {/block:IfShowTags}
  688. </div></div>
  689. {/block:IndexPage}
  690.  
  691. {block:PermalinkPage}
  692. <div id="permalink">
  693. {block:Date}posted
  694. <a href="{Permalink}">{Month} {DayOfMonthWithZero}</a>{/block:Date}
  695. {block:NoteCount}with
  696. <a href="{Permalink}">{NoteCountWithLabel}</a>{block:NoteCount}
  697. {block:RebloggedFrom}
  698. | via: <a href="{ReblogParentURL}">{ReblogParentName}</a> source: <a href="{ReblogRootURL}">{ReblogRootName}</a>
  699. {/block:RebloggedFrom}
  700.  
  701. <div class="tags">
  702. {block:HasTags}
  703. Tagged:
  704. {block:Tags}<a href="{TagURL}">#{Tag}</a>
  705. {/block:Tags}
  706. {/block:HasTags}
  707. </div></div>
  708. {/block:PermalinkPage}
  709. {block:PostNotes}{PostNotes}{/block:PostNotes}
  710.  
  711. </div>
  712. {/block:Posts}
  713. </div>
  714.  
  715. <div id="candywrapper">
  716. <a href="/"><div class="blogtitle">{Title}</div></a><div id="navigation"><div class="button">
  717. <a href="/ask" class="class1">mssg</a>{block:IfCustomLinkOneTitle}<a href="{text:Custom Link One}" class="class1">{text:Custom Link One Title}</a>{/block:ifCustomLinkOneTitle}{block:ifCustomLinkTwoTitle}<a href="{text:Custom Link Two}" class="class1">{text:Custom Link Two Title}</a>{/block:ifCustomLinkTwoTitle}{block:ifCustomLinkThreeTitle}<a href="{text:Custom Link Three}" class="class1">{text:Custom Link Three Title}</a>{/block:ifCustomLinkThreeTitle}
  718. {block:ifCustomLinkFourTitle}<a href="{text:Custom Link Four}" class="class1">{text:Custom Link Four Title}</a>{/block:ifCustomLinkFourTitle}
  719. </div></div>
  720. <div id="in">
  721.  
  722. <div id="description">{Description}</div>
  723.  
  724. </div>
  725. </div>
  726.  
  727. <div id="c">
  728. <img src="http://static.tumblr.com/cbjpgjf/fMTmo7ks9/ugfhkld.gif"></a>
  729. </div>
  730.  
  731. <div id="cr">
  732. <a title="credit" href="http://no-faces-face.tumblr.com">
  733. <img src="http://static.tumblr.com/cbjpgjf/CiJmo7k1u/asdsdtghjgbuergbraek.gif"></a>
  734. </div>
  735.  
  736. <style> body, a, a:hover { cursor:url('http://www.totallylayouts.com/cursors/random/tiny_cursor.png'), auto }</style>
  737. <div><a style="position:fixed;z-index:9 !important;top:300px;left:3px;" </div>
  738.  
  739.  
  740.  
  741. </body>
  742. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement