Advertisement
elletho

Ballet Shoes -- Theme 7

Dec 14th, 2013
604
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.35 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9. <!----
  10. Theme 7: 'Ballet Shoes' by miichaelmando (thirlwallz.co.vu)
  11. ☮ DO NOT use this as a base theme.
  12. ☮ DO NOT take pieces of this theme for your own.
  13. ☮ DO NOT edit & redistribute.
  14. ☮ Base theme is by hogwat, use her base theme, NOT THIS THEME.
  15. ☮ DO NOT move the credit.
  16. ☮ Did you know removing credit is illegal according to the Creative Commons License?
  17.  
  18. ☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮
  19.  
  20. ☮ Edit this as much as you want for PERSONAL USE ONLY.
  21. ☮ If you follow the rules and respect them, ilysm let's get married
  22. --->
  23.  
  24.  
  25. <!--META NAMES-->
  26.  
  27. <meta name="color:txt" content="#666666"/>
  28. <meta name="color:links" content="#6f6e6e"/>
  29. <meta name="color:hover" content="#fafafa"/>
  30. <meta name="color:info" content="#a8a8a8">
  31.  
  32. <meta name="color:bg" content="#ffffff">
  33. <meta name="color:post bg" content="#ffffff">
  34. <meta name="color:border" content="#ffffff">
  35. <meta name="color:scrollbar" content="#AAAAAA">
  36. <meta name="color:scrollbarbg" content="#ffffff">
  37.  
  38. <meta name="image:bg" content=""/>
  39. <meta name="image:link1" content=""/>
  40. <meta name="image:link2" content=""/>
  41. <meta name="image:link3" content=""/>
  42. <meta name="image:topgif" content=""/>
  43. <meta name="image:bottomgif" content=""/>
  44. <meta name="image:bigpng" content=""/>
  45. <meta name="image:smallpng" content=""/>
  46.  
  47. <meta name="text:link 1" content="/">
  48. <meta name="text:link 2" content="/">
  49. <meta name="text:link 3" content="/">
  50.  
  51.  
  52.  
  53.  
  54. <style type="text/css">
  55.  
  56.  
  57.  
  58. ::-webkit-scrollbar-thumb {
  59. height:auto;
  60. background-color:{color:Scrollbar};
  61. }
  62.  
  63. ::-webkit-scrollbar {
  64. height:9px;
  65. width:4px;
  66. background-color:{color:ScrollbarBg};
  67. }
  68.  
  69. body {
  70. background-color:{color:bg};
  71. background-image:url('{image:bg}');
  72. background-attachment: fixed;
  73. background-repeat: repeat;
  74. font-family:calibri;
  75. font-size:12px;
  76. text-align:justify;
  77. color:{color:txt};
  78. margin:0;
  79. }
  80.  
  81. a {
  82. color:{color:links};
  83. text-decoration:none;
  84. -moz-outline-style:none;
  85. }
  86.  
  87. a:hover{
  88. color:{color:hover};
  89. -moz-transition-duration:0.3s;
  90. -webkit-transition-duration:0.3s;
  91. -o-transition-duration:0.3s;
  92. }
  93.  
  94. img {
  95. border:none;
  96. }
  97.  
  98. blockquote {
  99. padding-left:5px;
  100. border-left:2px solid;
  101. margin:5px;
  102. }
  103.  
  104. blockquote blockquote {
  105. padding-left:5px;
  106. border-left:2px solid;
  107. margin:5px;
  108. }
  109.  
  110. /*DESC*/
  111.  
  112. #desc {
  113. width:150px;
  114. height:auto;
  115. position:fixed;
  116. padding:5px;
  117. top:436px;
  118. margin-left:30px;
  119. font-size:11px;
  120. background-color:{color:bg};
  121. }
  122.  
  123.  
  124. /*PAGINAITON*/
  125.  
  126. #pagi {
  127. font-size:12px;
  128. text-transform:uppercase;
  129. letter-spacing:3px;
  130. font-style:normal;
  131. position:fixed;
  132. text-align:left;
  133. width:152px;
  134. background-color:{color:post bg};
  135. padding:2px;
  136. margin-left:425px;
  137. margin-top:305px;
  138. z-index:-999;
  139. }
  140.  
  141. #pagi a {
  142. color:{color:sblinks};
  143. }
  144.  
  145. /*IMAGES*/
  146.  
  147. #bigpng {
  148. position:fixed;
  149. width:auto;
  150. height:auto;
  151. margin-left:5px;
  152. top:50px;
  153. z-index:-9999;
  154. }
  155.  
  156. #smallpng {
  157. position:fixed;
  158. width:auto;
  159. height:auto;
  160. margin-left:535px;
  161. margin-top:165px;
  162. z-index:-99;
  163. }
  164.  
  165. #topgif {
  166. position:fixed;
  167. width:150px;
  168. height:150px;
  169. margin-top:145px;
  170. margin-left:425px;
  171. padding:2px;
  172. border:1px double {color:border};
  173. z-index:-999;
  174. }
  175.  
  176. #bottomgif {
  177. position:fixed;
  178. width:150px;
  179. height:150px;
  180. margin-top:328px;
  181. margin-left:425px;
  182. padding:2px;
  183. border:1px double {color:border};
  184. z-index:-999;
  185. }
  186.  
  187. /*LINKS*/
  188.  
  189. a {
  190. color:;
  191. text-decoration:none;
  192. -webkit-transition: all 0.7s ease-out;
  193. -moz-transition: all 0.7s ease-out;
  194. transition: all 0.7s ease-out;
  195. }
  196.  
  197. .fufu {
  198. width:227px;
  199. -webkit-transition: all 0.7s ease-out;
  200. -moz-transition: all 0.7s ease-out;
  201. transition: all 0.7s ease-out;
  202. }
  203.  
  204. .fufu:hover {
  205. -webkit-transform: translate(1em,0);
  206. -moz-transform: translate(1em,0);
  207. -o-transform: translate(1em,0);
  208. }
  209.  
  210. #biter
  211.  
  212. #bite a {display:block}
  213.  
  214. #bite .death {
  215. filter: alpha(opacity = 0);
  216. opacity:0;
  217. -webkit-transition: all 0.7s ease-out;
  218. -moz-transition: all 0.7s ease-out;
  219. transition: all 0.7s ease-out;
  220. }
  221.  
  222. #bite:hover .death {
  223. margin-top:0px;
  224. -webkit-transition: all 0.7s ease-out;
  225. -moz-transition: all 0.7s ease-out;
  226. transition: all 0.7s ease-out;
  227. filter: alpha(opacity = 100);
  228. filter: alpha(opacity = 100);
  229. opacity:100;}
  230.  
  231. #link1 {
  232. position: fixed;
  233. margin-left: 340px;
  234. margin-top:495px;
  235. }
  236.  
  237. #link2 {
  238. position: fixed;
  239. margin-left: 440px;
  240. margin-top:495px;
  241. }
  242.  
  243. #link3 {
  244. position: fixed;
  245. margin-left: 540px;
  246. margin-top:495px;
  247. }
  248.  
  249. /*ENTRIES*/
  250.  
  251. #container{
  252. width:525px;
  253. margin-left:670px;
  254. margin-top:50px;
  255. position:absolute;
  256. z-index:0;
  257. }
  258.  
  259. #post{
  260. padding:15px;
  261. width:500px;
  262. background-color:{color:post bg};
  263. overflow:hidden;
  264. margin-bottom:20px;
  265. float:left;
  266. z-index:9999;
  267. }
  268.  
  269.  
  270. /*POST INFO*/
  271.  
  272. #info {
  273. width:490px;
  274. text-align:center;
  275. font-family:calibri;
  276. font-size:9px;
  277. text-transform:uppercase;
  278. padding:5px;
  279. color:{color:links};
  280. line-height:10px;
  281. background-color:{color:info};
  282. margin-top:5px;
  283. margin-bottom:5px;
  284. }
  285.  
  286. #info a{
  287. color:{color:links};
  288. }
  289.  
  290. #info a:hover{
  291. color:{color:hover};
  292. }
  293.  
  294. #tags{
  295. width:490px;
  296. padding:5px;
  297. margin-top:-3px;
  298. margin-left:-5px;
  299. float:left;
  300. text-align:center;
  301. font-size:8px;
  302. opacity:1;
  303. background-color:{color:info};
  304. color:{color:links};
  305. transition-duration: 0.5s;
  306. -moz-transition-duration: 0.5s;
  307. -webkit-transition-duration: 0.5s;
  308. -o-transition-duration: 0.5s
  309. }
  310.  
  311. #tags a {
  312. display:inline-block;
  313. color:{color:links};
  314. font-size:10px;
  315. text-align:center;
  316. text-decoration:none;
  317. }
  318.  
  319. #notes{
  320. font-size:9px;
  321. text-transform:uppercase;
  322. }
  323.  
  324.  
  325. /*ASKS*/
  326.  
  327. #asks {
  328. font-size:11px;
  329. text-align:left;
  330. padding:5px;
  331. margin-top:0px;
  332. background-color:{color:ask bg}
  333. }
  334.  
  335.  
  336. /*CREDIT--seriously leave this please, it's really tiny.*/
  337.  
  338. #rae{
  339. float:right;
  340. position:fixed;
  341. bottom:5px;
  342. right:5px;
  343. padding:5px;
  344. font-size:12px;
  345. text-transform:uppercase;
  346. background-color:{color:post bg};
  347. }
  348.  
  349. #maker a{
  350. color:{color:links};
  351. }
  352.  
  353.  
  354. {CustomCSS}
  355.  
  356. </style></head>
  357.  
  358.  
  359. <body>
  360. <div id="sidebar">
  361. <div id="bigpng"><img src="{image:bigpng}"></div>
  362. <div id="topgif"><img src="{image:topgif}"></div>
  363.  
  364. <div id="bite">
  365. <h4>
  366. <div id="smallpng"><img src="{image:smallpng}"></div>
  367. <div id="bottomgif"><img src="{image:bottomgif}"></div>
  368. </h4>
  369.  
  370. <div class="death">
  371. <div id="link1">
  372. <a href="{text:link 1}"><img src="{image:link1}"></a></div>
  373. <div id="link2">
  374. <a href="{text:link 2}"><img src="{image:link2}"></a></div>
  375. <div id="link3">
  376. <a href="{text:link 3}"><img src="{image:link3}"></a></div>
  377. </div>
  378. </div>
  379. </div>
  380. </div>
  381.  
  382. </div>
  383. <div id="desc">{description}</div>
  384. {block:Pagination}
  385. <div id="pagi">
  386. {block:PreviousPage}
  387. <a href="{PreviousPage}">fall</a> /
  388. {/block:PreviousPage}
  389. {block:NextPage}
  390. <a href="{NextPage}">fly</a>
  391. {/block:NextPage}
  392. </div>
  393. {/block:Pagination}
  394. </div>
  395. </div>
  396.  
  397.  
  398. <div id="container">
  399. {block:Posts}
  400. <div id="post">
  401.  
  402. <!--TEXT POSTS-->
  403.  
  404. {block:Text}
  405. {block:Title}<h2>{Title}</h2>{/block:Title}
  406. {Body}
  407. {/block:Text}
  408.  
  409. <!--ASKS-->
  410.  
  411. {block:Answer}
  412. <div id="asks">
  413. <i><b>{Asker} majestically whispered:</b></i> {Question}</center>
  414. </div>
  415. {Answer}
  416. {/block:Answer}
  417.  
  418. <!--QUOTE POSTS-->
  419. {block:Quote}
  420.  
  421. <div class="quote">
  422. <div class="quotetext_{Length}">"{Quote}"</div>
  423. {block:Source}<div class="source">{Source}</div>{/block:Source}
  424. </div>
  425. {/block:Quote}
  426.  
  427. <!--LINK POSTS-->
  428.  
  429. {block:Link}
  430. <h2><a href="{URL}">{Name}</a></h2>
  431. {block:Description}{Description}{/block:Description}
  432. {/block:Link}
  433.  
  434. <!--CHAT POSTS-->
  435.  
  436. {block:Chat}
  437. {block:Title}<h2>{Title}</h2>{/block:Title}
  438. <ul class="convo">{block:Lines}<li class="line">{block:Label}<span class="label">{Label}</span>{/block:Label}
  439. {Line}</li>{/block:Lines}</ul>
  440. {/block:Chat}
  441.  
  442. <!--PHOTO POSTS-->
  443.  
  444. {block:Photo}
  445. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px">{LinkCloseTag}
  446.  
  447. {block:Caption}{Caption}{/block:Caption}
  448. {/block:Photo}
  449.  
  450. <!--PHOTOSET POSTS-->
  451.  
  452. {block:Photoset}
  453. {Photoset-500}
  454. {block:Caption}{Caption}{/block:Caption}
  455. {/block:Photoset}
  456.  
  457. <!--VIDEO POSTS-->
  458.  
  459. {block:Video}
  460. {Video-500}
  461. {block:Caption}{Caption}{/block:Caption}
  462. {/block:Video}
  463.  
  464.  
  465. <!--AUDIO-->
  466.  
  467. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  468. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  469. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  470. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  471. {/block:Audio}
  472.  
  473. <!--POST INFO-->
  474.  
  475. <div id="info">
  476. posted <a href="{Permalink}">{TimeAgo}</a>{/block:Date}
  477. {block:RebloggedFrom} via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  478. {block:ContentSource} © <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}{/block:RebloggedFrom} with
  479. <a href="{Permalink}">{NoteCount} ♡</a></a></a>
  480. {block:HasTags}<div id="tags">
  481.  
  482. {block:Tags}<a href="/tagged/{Tag}">☮{{Tag}}</a>&nbsp;{/block:Tags}
  483. </div>{block:HasTags}
  484. </div>
  485. </div>
  486.  
  487. {/block:Posts}
  488. <br><br>{block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  489. {/block:Posts}</div></div></div>
  490. <br><br><br><br>
  491.  
  492. </div></div>
  493.  
  494. {/block:Posts}
  495.  
  496. <!--DON'T REMOVE--SERIOUSLY IT'S TINY, JUST LEAVE IT PLS-->
  497. <div id="rae">
  498. <a href="http://miichaelmando.tumblr.com/">miichaelmando</a>
  499. </div>
  500.  
  501. </body>
  502. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement