Advertisement
whattheweasley

Theme 20: Starrify

Aug 26th, 2012
6,732
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.31 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <!--DO NOT REMOVE THE FOLLOWING-->
  6. <!-- ♡ Theme #20 'Starrify' by Rachael: pevensied @ tumblr.com ♡ -->
  7. <!--• leave the credit intact
  8. • do not redistribute.
  9. • edit to your heart's consent, but it's still
  10. my theme
  11. • delete this section and be prepared to be
  12. exterminated -->
  13.  
  14.  
  15. <body>
  16. <head>
  17.  
  18.  
  19. <!-- DEFAULT VARIABLES -->
  20. <meta name="color:background" content="#E0E0E0" />
  21. <meta name="color:entries" content="#DDDDDD" />
  22. <meta name="color:titles" content="#070707" />
  23. <meta name="color:description" content="#FFFFFF" />
  24. <meta name="color:body text" content="#383737" />
  25. <meta name="color:description text" content="#C0AEA0" />
  26. <meta name="color:link" content="#5187CF" />
  27. <meta name="color:link hover" content="#919191" />
  28.  
  29. <meta name="color:navigation" content="#3399BB" />
  30. <meta name="color:navigation hover" content="#eeeeee" />
  31. <meta name="color:selection" content="#3399BB" />
  32. <meta name="color:scrollbar" content="#3399BB" />
  33.  
  34. <meta name="font:quote" content="helvetica neue" />
  35. <meta name="font:body" content="helvetica neue" />
  36. <meta name="font:description" content="helvetica neue" />
  37.  
  38. <meta name="image:sidebar" content=""/>
  39. <meta name="image:background" content="" />
  40.  
  41. <meta name="if:show tags" content="0" />
  42. <meta name="if:show post info" content="0" />
  43. <meta name="if:show captions" content="0" />
  44. <meta name="if:fading images" content="0" />
  45. <meta name="if:fade in monochrome images" content="1" />
  46. <meta name="if:monochrome images" content="0" />
  47. <meta name="if:fading dash/follow" content="1">
  48. <meta name="text:link one" content="/"/>
  49. <meta name="text:link one name" content="link 1"/>
  50. <meta name="text:link two" content="/"/>
  51. <meta name="text:link two name" content="link 2"/>
  52. <meta name="text:link three" content="/"/>
  53. <meta name="text:link three name" content="link 3"/>
  54.  
  55.  
  56. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  57.  
  58. <title>{title}</title>
  59.  
  60. {block:Description}
  61. <meta name="description" content="{MetaDescription}" />
  62. {/block:Description}
  63.  
  64. <link rel="shortcut icon" href="{Favicon}" />
  65. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  66.  
  67. <link href='http://fonts.googleapis.com/css?family=La+Belle+Aurore' rel='stylesheet' type='text/css'>
  68.  
  69. <style type="text/css">
  70.  
  71. /* ---------- scroll bar --------- */
  72. ::-webkit-scrollbar-thumb:vertical {
  73. background-color:{color:scrollbar};
  74. height: 50px;
  75. }
  76.  
  77. ::-webkit-scrollbar {
  78. height: 10px;
  79. width:8px;
  80. background-color:{color:background};
  81. }
  82.  
  83. /* ---------- color selection --------- */
  84.  
  85. ::-moz-selection {color:#eeeeee;background:{color:selection};}
  86.  
  87. ::selection {color:#eeeeee;background:{color:selection};}
  88.  
  89. /* ---------- follow/dash fade --------- */
  90. {block:ifFadingDash/Follow}
  91. iframe#tumblr_controls {
  92. top:2px !important;
  93. right:3px !important;
  94. position: fixed !important;
  95. opacity: 0.8;
  96. -webkit-transition: all 0.8s ease-out;
  97. -moz-transition: all 0.8s ease-out;
  98. transition: all 0.8s ease-out;}
  99.  
  100. iframe#tumblr_controls:hover{
  101. opacity: 1;
  102. -webkit-transition: all 0.4s ease-out;
  103. -moz-transition: all 0.4s ease-out;
  104. transition: all 0.4s ease-out;}
  105. {/block:ifFadingDash/Follow}
  106.  
  107. {block:ifnotFadingDash/Follow}
  108. iframe#tumblr_controls {
  109. top:2px !important\;
  110. right:3px !important;
  111. position:fixed !important;
  112. }
  113. {/block:ifnotFadingDash/Follow}
  114.  
  115. /* Body */
  116. body {
  117. color:{color:body text};
  118. background-color:{color:background};
  119. background-image: url('{image:background}');
  120. background-position: center;
  121. background-attachment:fixed;
  122. background-repeat: repeat;
  123. font:10px {font:body};
  124. line-height:110%;
  125. text-align:justify}
  126.  
  127. a:link, a:active, a:visited{
  128. color: {color:link};
  129. text-decoration:none;
  130. -webkit-transition: all 0.7s ease-in-out;
  131. -moz-transition: all 0.7s ease-in-out;
  132. transition: all 0.7s ease-in-out;
  133. }
  134.  
  135. a:hover{
  136. color:{color:link hover};
  137. background-color: transparent;
  138. }
  139.  
  140. /* Entries */
  141.  
  142. #container {
  143. width:950px;
  144. float:left;
  145. z-index:100;
  146. }
  147.  
  148. #entries{
  149. left:70%;
  150. margin-left:350px;
  151. margin-top:20px;
  152. width:510px}
  153.  
  154. {block:iffadingimages}
  155. #entries img {
  156. opacity: .8;
  157. -webkit-transition: all 0.5s ease-out;
  158. -moz-transition: all 0.5s ease-out;
  159. transition: all 0.5s ease-out;
  160. }
  161.  
  162. #entries img:hover {
  163. opacity: 1;
  164. }
  165. {/block:iffadingimages}
  166.  
  167. #posts{
  168. overflow:hidden;
  169. background-color: {color:entries};
  170. color:{color:body text};
  171. padding:5px;
  172. margin-bottom:40px;
  173. -webkit-transition: all 0.7s
  174. ease-out;-moz-transition: all 0.7s ease-out;
  175. transition: all 0.7s ease-out;
  176. }
  177.  
  178. #posts:hover #info {
  179. opacity:1.0;
  180. }
  181.  
  182. #posts:hover #tags {
  183. opacity:1;
  184. margin-top:5px;
  185. }
  186.  
  187. /* Cats */
  188.  
  189. #credit {
  190. position:fixed;
  191. width:90px;
  192. right:1px;
  193. bottom:1px;
  194. padding:2px;
  195. line-height:11px;
  196. letter-spacing:0px;
  197. font:10px Calibri, Tahoma, Helvetica, Sans-Serif;
  198. color: #383737;
  199. background-color:#eee;
  200. text-align:center;
  201. text-transform:uppercase;
  202. font-style:none;
  203. }
  204.  
  205. #credit a {
  206. color:#383737;
  207. }
  208. #credit a:hover {
  209. color:#383737;
  210. }
  211.  
  212. .trans {
  213. {block:iffadingimages}opacity: .8;{/block:iffadingimages}
  214. {block:ifnotFadingImages}opacity:1;{/block:ifnotFadingImages}
  215. {block:ifMonochromeImages}
  216. -webkit-filter: grayscale(1);
  217. -moz-filter: grayscale(100%);
  218. -ms-filter: grayscale(100%);
  219. -o-filter: grayscale(100%);
  220. filter: grayscale(100%);
  221. filter: url(grayscale.svg);
  222. filter: gray;
  223. {/block:ifMonochromeImages}
  224. -webkit-transition: all 0.5s ease-out;
  225. -moz-transition: all 0.5s ease-out;
  226. transition: all 0.5s ease-out;
  227. margin-bottom:-1px;
  228. }
  229.  
  230. .trans:hover {
  231. opacity: 1;
  232. {block:ifFadeInMonochromeImages}
  233. -webkit-filter: grayscale(1);
  234. -moz-filter: grayscale(100%);
  235. -ms-filter: grayscale(100%);
  236. -o-filter: grayscale(100%);
  237. filter: grayscale(100%);
  238. filter: url(grayscale.svg);
  239. filter: gray;
  240. {/block:ifFadeInMonochromeImages}
  241. {block:ifMonochromeImages}
  242. -webkit-filter: grayscale(0);
  243. -moz-filter: grayscale(0%);
  244. -ms-filter: grayscale(0%);
  245. -o-filter: grayscale(0%);
  246. filter: grayscale(0%);
  247. filter: url();
  248. filter: none;
  249. {/block:ifMonochromeImages}
  250. -webkit-transition: all 0.5s ease-out;
  251. -moz-transition: all 0.5s ease-out;
  252. transition: all 0.5s ease-out;
  253. }
  254.  
  255.  
  256.  
  257. /* Sidebar */
  258.  
  259. .description {
  260. background-color:transparent;
  261. font:9px {font:description};
  262. position:fixed;
  263. margin-left:55px;
  264. margin-top:120px;
  265. width:190px;
  266. z-index:0;
  267. }
  268.  
  269.  
  270. #sidebarimg img {
  271. width: 200px;
  272. height:200px;;
  273. margin-left:0px;
  274. margin-top:0px;
  275. text-align:center;
  276. z-index:100;
  277. -moz-border-radius: 100px;
  278. border-radius: 100px;
  279. }
  280.  
  281. #sidebarimg:hover .sgmw {
  282. -webkit-transition: all 0.7s ease-out;
  283. -moz-transition: all 0.7s ease-out;
  284. transition: all 0.7s ease-out;
  285. opacity:0.8;
  286. }
  287. .sgmw {
  288. background-color:{color:description};
  289. width:100px;
  290. height:100px;
  291. font:9px {font:description};
  292. position: fixed;
  293. text-align:center;
  294. margin-top:-164px;
  295. margin-left:37px;
  296. padding:14px;
  297. opacity: 0;
  298. z-index:99;
  299. -moz-border-radius: 100px;
  300. border-radius: 100px;
  301. -webkit-transition: all 0.8s ease-in-out;
  302. -moz-transition: all 0.8s ease-in-out;
  303. transition: all 0.8s ease-in-out;
  304. }
  305.  
  306. .dtext {
  307. margin-top:8px;
  308. }
  309.  
  310. .description:hover .hovert {
  311. opacity:0;
  312. margin-top:5px;
  313. -webkit-transition: all 0.9s ease-out;
  314. -moz-transition: all 0.9s ease-out;
  315. transition: all 0.9s ease-out;
  316. }
  317. .hovert {
  318. position:absolute;
  319. font-family:Calibri, Tahoma, Helvetica, Sans-Serif;
  320. font-size:10px;
  321. color:#fff;
  322. opacity:0.5;
  323. margin-top:0px;
  324. margin-left:85px;
  325. z-index:99;
  326. -webkit-transition: all 0.9s ease-out;
  327. -moz-transition: all 0.9s ease-out;
  328. transition: all 0.9s ease-out;
  329. }
  330.  
  331. #sidebar {
  332. width:200px;
  333. position:fixed;
  334. overflow:hidden;
  335. padding:2px;
  336. height:200px;
  337. -webkit-transition: all 0.7s ease-out;
  338. -moz-transition: all 0.7s ease-out;
  339. transition: all 0.7s ease-out;
  340. border: 5px solid;
  341. border-color:{color:navigation};
  342. -moz-border-radius: 110px;
  343. border-radius: 110px;
  344. }
  345.  
  346.  
  347. /* Headings */
  348. h1{
  349. color:{color:titles};
  350. font-family: 'la belle aurore', cursive;
  351. font-size:20px;
  352. line-height:20px;
  353. letter-spacing:1px;
  354. font-weight:normal;
  355. text-transform:lowercase;
  356. margin:0px;
  357. padding:4px;
  358. text-align:center
  359. }
  360.  
  361. h2{
  362. color:{color:titles};
  363. font-family:{font:body};
  364. font-size:16px;
  365. line-height:14px;
  366. letter-spacing:-1px;
  367. font-weight:normal;
  368. text-transform:case;
  369. margin:0px;
  370. padding:0px;
  371. margin-bottom:1px;
  372. text-align:center;
  373. }
  374.  
  375. h3{
  376. font:normal 11px Calibri, Tahoma, Helvetica, Sans-Serif;
  377. display:inline-block;
  378. padding:2px;
  379. color:{color:link};
  380. margin:0px; width:35px;
  381. text-transform:uppercase;
  382. }
  383.  
  384.  
  385.  
  386. #tags {
  387. display:block;
  388. width:350px;
  389. padding-top:3px;
  390. padding-bottom: 2px;
  391. margin-left:150px;
  392. position:absolute;
  393. text-transform:lowercase;
  394. text-align:right;
  395. -webkit-transition: all 0.7s ease-out;
  396. -moz-transition: all 0.7s ease-out;
  397. transition: all 0.7s ease-out;
  398. {block:ifnotShowTags}
  399. {block:IndexPage} margin-top:-12px;{/block:IndexPage}
  400. {block:PermalinkPage}margin-top:5px;{/block:PermalinkPage}
  401. {/block:ifNotShowTags}
  402. {block:ifShowTags}margin-top:5px;{/block:ifShowTags}
  403. {block:ifNotShowTags}
  404. {block:IndexPage}opacity:0;{/block:IndexPage}
  405. {block:PermalinkPage}opacity:1;{/block:PermalinkPage}
  406. {/block:ifNotShowTags}
  407. }
  408.  
  409. #info {
  410. width:200px;
  411. margin-top:6px;
  412. position: absolute;
  413. font:italic 10px {font:body};
  414. background-color: transparent;
  415. color:#383737;
  416. text-align:left;
  417. text-transform: case;
  418. padding: 3px;
  419. {block:ifshowpostinfo}opacity:1;{/block:ifshowpostinfo}
  420. {block:ifnotshowpostinfo}{block:IndexPage}opacity:0.2;{/block:IndexPage}
  421. {block:PermalinkPage}opacity:1;{/block:PermalinkPage}
  422. {/block:ifshowpostinfo}
  423. -webkit-transition: all 0.7s ease-out;
  424. -moz-transition: all 0.7s ease-out;
  425. transition: all 0.7s ease-out;
  426. }
  427.  
  428. .reblogicons img {
  429. margin-top:2px;
  430. border: 2px solid {color:navigation};
  431. }
  432.  
  433.  
  434.  
  435. /* Navigation */
  436.  
  437.  
  438. .e {
  439. position:fixed;
  440. margin-top:50px;
  441. margin-left:50px;
  442. display:block;
  443. font-family:{font:body};
  444. text-align:center;
  445. z-index:9999;
  446. }
  447.  
  448. #e1 {
  449. margin-top:120px;
  450. padding:5px;
  451. width:40px;
  452. line-height:40px;
  453. background-color:{color:navigation};
  454. color:{color:navigation};
  455. -webkit-transition: all 1s ease-in-out;
  456. -moz-transition: all 0.4s ease-out;
  457. transition: all 0.4s ease-out;
  458. -webkit-border-radius: 40px;
  459. -moz-border-radius: 40px;
  460. border-radius: 40px;
  461. }
  462.  
  463. #e1:hover {
  464. color:{color:navigation hover};
  465. transform: scale(1.2);
  466. -ms-transform: scale(1.2);
  467. -webkit-transform: scale(1.2);
  468. -o-transform: scale(1.2);
  469. -moz-transform: scale(1.2);
  470. -webkit-transition: all 0.4s ease-out;
  471. -moz-transition: all 0.4s ease-out;
  472. transition: all 0.4s ease-out;
  473.  
  474. }
  475.  
  476.  
  477. #e2 {
  478. margin-top:175px;
  479. width:35px;
  480. line-height:35px;
  481. padding:5px;
  482. background-color:{color:navigation};
  483. color:{color:navigation};
  484. -webkit-border-radius: 40px;
  485. -moz-border-radius: 40px;
  486. border-radius: 40px;
  487. -webkit-transition: all 1s ease-out;
  488. -moz-transition: all 0.4s ease-out;
  489. transition: all 0.4s ease-out;
  490. }
  491.  
  492. #e2:hover {
  493. color:{color:navigation hover};
  494. transform: scale(1.2);
  495. -ms-transform: scale(1.2);
  496. -webkit-transform: scale(1.2);
  497. -o-transform: scale(1.2);
  498. -moz-transform: scale(1.2);
  499. -webkit-transition: all 0.4s ease-out;
  500. -moz-transition: all 0.4s ease-out;
  501. transition: all 0.4s ease-out;
  502.  
  503. }
  504.  
  505. #e3 {
  506. margin-top:225px;
  507. width:30px;
  508. line-height:30px;
  509. padding:5px;
  510. background-color:{color:navigation};
  511. color:{color:navigation};
  512. -webkit-transition: all 0.4s ease-out;
  513. -moz-transition: all 0.4s ease-out;
  514. transition: all 0.4s ease-out;
  515. -webkit-border-radius: 40px;
  516. -moz-border-radius: 40px;
  517. border-radius: 40px;
  518. }
  519.  
  520. #e3:hover {
  521. color:{color:navigation hover};
  522. transform: scale(1.2);
  523. -ms-transform: scale(1.2);
  524. -webkit-transform: scale(1.2);
  525. -o-transform: scale(1.2);
  526. -moz-transform: scale(1.2);
  527. -webkit-transition: all 0.4s ease-out;
  528. -moz-transition: all 0.4s ease-out;
  529. transition: all 0.4s ease-out;
  530.  
  531. }
  532.  
  533. #e4 {
  534. margin-top:270px;
  535. width:25px;
  536. line-height:25px;
  537. padding:5px;
  538. background-color:{color:navigation};
  539. color:{color:navigation};
  540. -webkit-transition: all 0.4s ease-out;
  541. -moz-transition: all 0.4s ease-out;
  542. transition: all 0.4s ease-out;
  543. -webkit-border-radius: 40px;
  544. -moz-border-radius: 40px;
  545. border-radius: 40px;
  546. }
  547.  
  548. #e4:hover {
  549. color:{color:navigation hover};
  550. transform: scale(1.2);
  551. -ms-transform: scale(1.2);
  552. -webkit-transform: scale(1.2);
  553. -o-transform: scale(1.2);
  554. -moz-transform: scale(1.2);
  555. -webkit-transition: all 0.4s ease-out;
  556. -moz-transition: all 0.4s ease-out;
  557. transition: all 0.4s ease-out;
  558.  
  559. }
  560. #e5 {
  561. margin-top:60px;
  562. width:45px;
  563. line-height:45px;
  564. padding:5px;
  565. background-color:{color:navigation};
  566. color:{color:navigation};
  567. -webkit-transition: all 0.4s ease-out;
  568. -moz-transition: all 0.4s ease-out;
  569. transition: all 0.4s ease-out;
  570. -webkit-border-radius: 40px;
  571. -moz-border-radius: 40px;
  572. border-radius: 40px;
  573. }
  574.  
  575. #e5:hover {
  576. color:{color:navigation hover};
  577. transform: scale(1.2);
  578. -ms-transform: scale(1.2);
  579. -webkit-transform: scale(1.2);
  580. -o-transform: scale(1.2);
  581. -moz-transform: scale(1.2);
  582. -webkit-transition: all 0.4s ease-out;
  583. -moz-transition: all 0.4s ease-out;
  584. transition: all 0.4s ease-out;
  585. }
  586.  
  587.  
  588. /* Pagination */
  589.  
  590. #leftarrow{position: fixed; top: 45%; left: 20px; width: 30px; font-size: 75px; z-index: 2; line-height: 75px}
  591. #leftarrow a{color:{color:navigation}
  592. ; font-size: 75px!important}
  593. #leftarrow a:hover{color:{color:navigation hover}}
  594. #rightarrow{position: fixed; top: 45%; right: 30px; width: 30px; font-size: 75 z-index: 2; line-height: 75px}
  595. #rightarrow a{color:{color:navigation}
  596. ; font-size: 75px!important}
  597. #rightarrow a:hover{color:{color:navigation hover}}
  598. /* Ask Posts */
  599.  
  600. .response {
  601. padding: 3px; display: block;
  602. background-color:{#c0bcbc};
  603. border-top:1px dashed #383737;
  604. }
  605. .asked {
  606. display: block;
  607. margin-left: 35px;
  608. margin-top : 0px;
  609. line-height: 5px;
  610. font-style: none;
  611. color: #e2e6e6;
  612. height: 16px;
  613. text-align: left;
  614. text-shadow: 1px 1px 1px # 59493rd;
  615. line-height: 18px ;
  616. text-transform: lowercase;}
  617. .asked a {
  618. color: #e2e6e6;
  619. }
  620. .askerimg {
  621. background: #fff;4px; float: left; margin-right: 4px; margin-top:-2px; margin-left:-2px;
  622. border:3px solid #383737;
  623. opacity:3;
  624. }
  625. .asker img {
  626. opacity:300%
  627. }
  628. .arrow {
  629. font-family:arial;
  630. font-size:20px;
  631. position: absolute;
  632. margin-left: 15px;
  633. margin-top: 0px;
  634.  
  635. }
  636.  
  637. /* Audio Posts */
  638. .albumart{
  639. width:110px; height:110px;
  640. position:relative;
  641. background-image:url('http://static.tumblr.com/z5o2pr2/f6Bm6eu6g/audio.png');
  642. }
  643. .albumart img{
  644. width:110px; height:110px;
  645.  
  646. }
  647. .albumart:hover .audio {
  648. -webkit-transform: rotate(360deg);
  649. }
  650. .audio_back{
  651. background-color:#fff;
  652. width:48px;
  653. height:48px;
  654. position:relative;
  655. margin-top:-38px;
  656. margin-left:30px;
  657. opacity: 1;
  658. -webkit-transition: all 0.7s ease-out;
  659. -moz-transition: all 0.7s ease-out;
  660. transition: all 0.7s ease-out;
  661. }
  662.  
  663. .audio_back:hover {
  664. -webkit-transform: rotate(360deg);
  665. }
  666.  
  667. .audio{
  668. width:28px;
  669. height:28px;
  670. overflow:hidden;
  671. position:relative;
  672. margin-top:-70px;
  673. margin-left:40px;
  674. z-index:3;
  675. }
  676.  
  677. .awrap{
  678. width:110;
  679. height:110;
  680. float:left;
  681. }
  682.  
  683. .ainfo{
  684. float:right;
  685. text-align:left;
  686. width:385px;
  687. }
  688.  
  689.  
  690. blockquote {
  691. margin-left: 10px;
  692. border-left:1px #383737 dotted;;
  693. padding-left:8px;
  694. }
  695. blockquote img, blockquote a img { max-width: 490px}
  696.  
  697. b, strong{
  698. color:{color:title}
  699. }
  700. i, em {
  701. color:#707070;
  702. }
  703. p{
  704. margin-top:3px; margin-bottom:3px
  705. }
  706.  
  707. img a{border:none; width:100%}
  708.  
  709.  
  710. .user_1 .label {color:#e2e6e6; font-weight:bold}
  711. .user_2 .label {color:#383737; font-weight:bold}
  712. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  713.  
  714. .notes img{
  715. background-color: #bebebe;
  716. width:10px;
  717. position:relative;
  718. top:1px;
  719. }
  720. ol.notes, .notes li{
  721. list-style:none;
  722. margin:0px;
  723. padding:0px;
  724. }
  725. random text{
  726. background-color:transparent!important;
  727. }
  728.  
  729.  
  730.  
  731.  
  732. </style>
  733. <style type="text/css">{CustomCSS}</style>
  734. </head>
  735.  
  736. <body>
  737.  
  738.  
  739.  
  740. {block:Pagination}
  741. {block:PreviousPage}<div id="leftarrow"><a href="{PreviousPage}">&laquo;</a></div>{/block:PreviousPage}
  742. {block:NextPage}<div id="rightarrow"><a href="{NextPage}">&raquo;</a></div>{/block:NextPage}
  743. {/block:Pagination}
  744. <div class="description">
  745.  
  746. <div id="sidebar">
  747. <div class="hovert">HOVER</div>
  748. <div id="sidebarimg"> <center><img src="{image:sidebar}" style="height:200px; width: 200px; -moz-border-radius: 100px; border-radius: 100px;";"/>
  749.  
  750. <div class="sgmw"><center><div class="dtext">{description}</div>
  751. </center>
  752.  
  753. </div>
  754.  
  755. <div id="train">
  756. <div id="effie">
  757. <a href="/" class="e" id="e5" style="margin-left:30px;margin-top:12px;">home</a>
  758. <a href="/ask" class="e" id="e1" style="margin-left:95px;margin-top:25px;">ask</a>
  759. {block:ifLinkOne}<a href="{text:link one}" class="e" id="e2" style="margin-left:48px;margin-top:70px;">{text:link one name}</a>{/block:ifLinkOne}
  760. {block:IfLinkTwo}<a href="{text:link two}" class="e" id="e3" style="margin-left:96px;margin-top:80px;">{text:link two name}</a>{/block:IfLinkTwo}
  761. {block:IfLinkThree} <a href="{text:link three}" class="e" id="e4" style="margin-left:70px;margin-top:120px;">{text:link three name}</a>{block:IfLinkThree}
  762.  
  763.  
  764. </div>
  765. </div>
  766. </div>
  767. </div>
  768. </div>
  769. <div class="credit">
  770. <div id="credit"><font color="#383737"><a href="http://pevensied.tumblr.com" target="_target">theme by pevensied</a></div>
  771. </div>
  772.  
  773.  
  774. <div id="container">
  775.  
  776.  
  777. <div id="entries">
  778.  
  779. {block:Posts}
  780. <div id="posts">
  781.  
  782.  
  783.  
  784. {block:Title}<h1>{title}&nbsp;</h1>{/block:Title}
  785. {block:Text}<div class="trans">{Body}</div>
  786. {/block:Text}
  787.  
  788. {block:Quote}<h2>“{quote}”</h2>{/block:Quote}
  789. {block:Source}<center><div class="source">— {Source}</div></center>{/block:Source}
  790.  
  791. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  792. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  793.  
  794. {block:Photo}<div class="trans">{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px"/>{LinkCloseTag}</div>
  795. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  796. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  797. {Caption}
  798. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  799. {/block:Photo}
  800. {/block:Photo}
  801. {block:Photoset}<center><div class="trans">{Photoset-500}</div></center>
  802. {block:PermalinkPage}{block:Caption}
  803. {Caption}
  804. {/block:Caption}{/block:PermalinkPage}{/block:Photoset}
  805.  
  806. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  807. {/block:Chat}
  808.  
  809. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  810. {block:Answer}
  811. <div id="question">
  812. <div class="asker"><img src="{AskerPortraitURL-30}" width="30px" class="askerimg"></div> {Asker} asked:
  813. {Question}</div>
  814. <div class="response">{Answer}</div>
  815. {/block:Answer}
  816.  
  817.  
  818. {block:Audio}
  819. <div style="min-height:110px;">
  820. <div class="awrap">
  821. <div class="albumart">
  822. {block:AlbumArt}
  823. <div class="trans"><img src="{AlbumArtURL}"></div>
  824. {/block:AlbumArt}
  825. </div>
  826. <div class="audio">{AudioPlayerWhite}</div>
  827. <div class="audio_back"></div>
  828. </div>
  829. <div class="ainfo">
  830. <h3>Plays:</h3>{FormattedPlayCount}
  831. {block:Artist}
  832. <br><h3>Artist:</h3>{Artist}
  833. {/block:Artist}
  834. {block:Album}<br><h3>Album:</h3>{Album}{/block:Album}<br>
  835. {block:caption}{caption}{/block:caption}
  836. </div>
  837. </div>{/block:Audio}
  838. <div id="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  839.  
  840.  
  841. {block:date}
  842. <div id="info">
  843. <a href="{permalink}">{TimeAgo}</a> •
  844. {NoteCount} notes <br>
  845. {block:RebloggedFrom}<div class="reblogicons"><a href="{ReblogParentURL}" title="via {ReblogParentName}"><img src="{ReblogParentPortraitURL-16}"></a>
  846. {block:ContentSource}<a href="{SourceURL}" title="source {ReblogRootName}"><img src="{ReblogRootPortraitURL-16}"></a>{block:ContentSource}</div>{/block:RebloggedFrom}
  847. {/block:ContentSource}
  848.  
  849. </div>
  850. {/block:date}
  851. <div class="info"></div>
  852. </div>
  853. {/block:Posts}
  854. {block:PostNotes}{PostNotes}{/block:PostNotes}
  855.  
  856. </div>
  857. </div>
  858. </body>
  859. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement