Advertisement
florels

theme #10 - turn around

Aug 30th, 2013
9,912
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.40 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <!--
  4.  
  5. turn around theme made by florels
  6. don't remove the credit or i'll remove your internal organs xx
  7.  
  8. -->
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  10. <head>
  11.  
  12.  
  13. <link rel="icon" href="{Favicon}"/>
  14. <title>{Title}</title>
  15. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}"/>
  16.  
  17.  
  18. <link href='http://fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700italic' rel='stylesheet' type='text/css'>
  19.  
  20.  
  21. <meta name="color:text" content="#101010" />
  22. <meta name="color:title" content="#000000" />
  23. <meta name="color:link" content="#000000" />
  24. <meta name="color:nav links" content="#000000" />
  25. <meta name="color:border" content="#000000" />
  26. <meta name="color:scrollbar" content="#000000" />
  27. <meta name="color:scrollbar background" content="#FFFFFF" />
  28. <meta name="color:background" content="#D9CAD1" />
  29.  
  30. <meta name="image:banner" content="" />
  31.  
  32. <meta name="if:show custom link a" content="1" />
  33. <meta name="if:show custom link b" content="1" />
  34. <meta name="if:show custom link c" content="1" />
  35. <meta name="if:show banner" content="0"/>
  36. <meta name="if:black background" content="0" />
  37. <meta name="if:solid navlinks" content="0" />
  38.  
  39. <meta name="text:sidebar from bottom" content="130" />
  40. <meta name="text:asklink" content="/ask" />
  41. <meta name="text:linka url" content="/" />
  42. <meta name="text:linka title" content="linka" />
  43. <meta name="text:linkb url" content="/" />
  44. <meta name="text:linkb title" content="linkb" />
  45. <meta name="text:linkc url" content="/" />
  46. <meta name="text:linkc title" content="linkc" />
  47.  
  48.  
  49. <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
  50.  
  51. {block:IndexPage}
  52. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  53. <script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script>
  54.  
  55. <script type="text/javascript">
  56. $(window).load(function () {
  57. $('#posts').masonry(),
  58. $('.masonryWrap').infinitescroll({
  59. navSelector : "div.navigation",
  60. // selector for the paged navigation (it will be hidden)
  61. nextSelector : ".navigation a#next",
  62. // selector for the NEXT link (to page 2)
  63. itemSelector : ".post",
  64. // selector for all items you'll retrieve
  65. bufferPx : 10000,
  66. extraScrollPx: 10000,
  67. loadingImg : "http://static.tumblr.com/bcpenwm/sHPmq6jr6/ajax-loader.gif",
  68. loadingText : "<em></em>",
  69. },
  70. // call masonry as a callback.
  71. function() { $('#posts').masonry({ appendedContent: $(this) }); }
  72. );
  73. });
  74. </script>
  75. {/block:IndexPage}
  76. {block:indexpage}<div class="navigation">{block:Pagination}{block:NextPage}<p id="page_nav"><span onclick='return false;'><a style="float:right;opacity:0;" href="{NextPage}" id="next">Older</a>{/block:NextPage}{block:PreviousPage}<a style="float:right;opacity:0;" href="{PreviousPage}">Newer</a></p></span>{/block:PreviousPage}{/block:Pagination}</div>{/block:indexpage}
  77.  
  78.  
  79.  
  80.  
  81.  
  82. <style type="text/css">
  83.  
  84. iframe#tumblr_controls {
  85. top: 0% !important;
  86. right:0% !important;
  87. position: fixed !important;}
  88.  
  89. {block:indexpage}
  90. img{
  91. max-width:250px;}
  92. {/block:indexpage}
  93.  
  94. body{
  95. margin:0px;
  96. padding:0px;
  97. margin-top:0px;
  98. margin-bottom:0px;
  99. font-family:'cambria';
  100. font-size:10px;
  101. color:{color:text};
  102. background-color:#ffffff;
  103. {block:ifblackbackground}
  104. background-color:#000000;
  105. {/block:ifblackbackground}
  106. {block:ifsolidnavlinks}
  107. background-color:{color:background};
  108. {/block:ifsolidnavlinks}}
  109.  
  110.  
  111. a {
  112. color:{color:link};
  113. text-decoration:underline;}
  114.  
  115. a:hover {
  116. ;-webkit-transition-duration: 0.4s;
  117. text-decoration:none;}
  118.  
  119. a:active,a:focus {outline:0;}
  120.  
  121. ::-webkit-scrollbar {width: 5px; height: 5px; background:{color:scrollbar background};}
  122. ::-webkit-scrollbar-thumb {background:{color:scrollbar};}
  123.  
  124.  
  125. #posts {
  126. width:600px;
  127. position:relative;
  128. float:left;
  129. margin-top:80px;
  130. left:50%;
  131. margin-left:-190px;
  132. {block:PermalinkPage}
  133. width:500px;
  134. {/block:PermalinkPage}}
  135.  
  136. #sidebar {
  137. right:50%;
  138. width:300px;
  139. padding:10px;
  140. bottom:{text:sidebar from bottom}px;
  141. margin-right:200px;
  142. position:fixed;}
  143.  
  144. .banner{
  145. margin-top:-40px;
  146. left:50%;
  147. margin-left:-150px;
  148. width:300px;
  149. text-align:center;
  150. position:absolute;}
  151.  
  152. .blogtitle {
  153. margin-top:12px;
  154. left:50%;
  155. text-align:center;
  156. margin-left:-150px;
  157. letter-spacing:2px;
  158. position:absolute;
  159. width:300px;
  160. font-size:18px;
  161. font-family:'playfair display';
  162. text-transform:uppercase;
  163. border-bottom:1px solid {color:border};
  164. padding-bottom:3px;}
  165.  
  166. .blogtitle a{
  167. color:{color:title};
  168. text-decoration:none;}
  169.  
  170. .description {
  171. text-align:justify;
  172. color:{color:text};
  173. font-family:'cambria';
  174. font-size:11px;
  175. position:absolute;
  176. margin-left:-150px;
  177. left:50%;
  178. margin-top:37px;
  179. width:300px;
  180. padding-top:8px;}
  181.  
  182. .description a{
  183. z-index:2;
  184. position:relative;
  185. color:{color:link};
  186. text-decoration:underline;}
  187.  
  188. .description a:hover{
  189. text-decoration:none;}
  190.  
  191. #navlinks{
  192. text-align:center;
  193. width:800px;
  194. padding:8px;
  195. left:50%;
  196. margin-left:-300px;
  197. top:40px;
  198. position:fixed;
  199. z-index:999999999;
  200. background:rgba(255, 255, 255, 0.8);
  201. {block:ifblackbackground}
  202. background:rgba(0, 0, 0, 0.8);
  203. {/block:ifblackbackground}
  204. {block:ifsolidnavlinks}
  205. background:{color:background};
  206. {/block:ifsolidnavlinks}}
  207.  
  208. #navlinks a{
  209. font-family:'cambria';
  210. color:{color:nav links};
  211. text-decoration:none;
  212. font-style:italic;
  213. padding:0px 8px;}
  214.  
  215. #navlinks a:hover{
  216. text-decoration:underline;}
  217.  
  218. .notes {
  219. color:{color:text};
  220. padding-left:20px;
  221. font-size:9px;}
  222.  
  223. ol.notes {
  224. float:left;
  225. width:500px;
  226. padding-left:5px;
  227. margin-top:10px;
  228. overflow-x:hidden;
  229. over-flow-y:scroll;
  230. list-style-type:none;
  231. font-weight:normal;
  232. font-size:9px;
  233. text-transform:none;}
  234.  
  235. ol.notes li.note {
  236. padding-top:2px;
  237. opacity:1;
  238. -moz-transition:0.1s ease-in;
  239. -webkit-transition:0.1s ease-in;
  240. -o-transition:0.1s ease-in;
  241. transition:0.1s ease-in;}
  242.  
  243. ol.notes li.note:hover {
  244. opacity:1;}
  245.  
  246. ol.notes li.note img.avatar {
  247. width:14px;
  248. height:14px;}
  249.  
  250.  
  251. .permalink {
  252. padding:2px;
  253. text-align:right;
  254. {block:permalinkpage}
  255. opacity:0;
  256. {/block:permalinkpage}}
  257.  
  258. .headings{
  259. font-size:15px;
  260. text-align:left;
  261. font-style:italic;}
  262.  
  263. #audioplayer{
  264. background-color:#000;
  265. height:27px;
  266. margin-bottom:-4px;
  267. width:250px;}
  268.  
  269.  
  270. .post {
  271. {block:indexpage}
  272. width:250px;
  273. margin:20px;
  274. padding:5px;
  275. {/block:indexpage}
  276. {block:permalinkpage}
  277. width:500px;
  278. padding:20px;
  279. margin-top:15px;
  280. {/block:permalinkpage}
  281. float:left;
  282. position:relative;
  283. text-align:justify;
  284. font-family:'cambria';
  285. font-size:10px;
  286. color:{color:text};}
  287.  
  288. .buttons {
  289. position:absolute;
  290. top:15px;
  291. left:15px;
  292. line-height:100%;
  293. opacity:0;
  294. background:rgba(0, 0, 0, 0.6);
  295. border:1px solid #ffffff;
  296. padding:7px 10px;
  297. -webkit-transition: all 0.3s linear;
  298. -webkit-transition: all 0.3s linear;
  299. -moz-transition: all 0.3s linear;
  300. transition: all 0.3s linear;}
  301.  
  302. .post:hover .buttons{
  303. opacity:1;
  304. -webkit-transition: all 0.3s linear;
  305. -webkit-transition: all 0.3s linear;
  306. -moz-transition: all 0.3s linear;
  307. transition: all 0.3s linear;}
  308.  
  309. .buttons a:hover{
  310. background-color:rgba(0, 0, 0, 0);}
  311.  
  312. .quote {
  313. text-align:center;
  314. font-size:12px;}
  315.  
  316. .quotesource {
  317. text-align:right;}
  318.  
  319. .image:hover{
  320. opacity:1;}
  321.  
  322. .chat { text-align:right; line-height:11px; }
  323.  
  324. .captions { margin-top:-8px;}
  325.  
  326. </style>
  327. </head>
  328.  
  329. <body>
  330. <div id="sidebar">
  331.  
  332. {block:ifnotshowbanner}<div class="blogtitle"><a href="/">{title}</a></div>{/block:ifnotshowbanner}
  333.  
  334. {block:ifshowbanner}<div class="banner"><img style="max-width:300px; max-height:75px" src="{image:banner}"/></div>{/block:ifshowbanner}
  335.  
  336. <div class="description"> {description} </div></div>
  337.  
  338. <div id="navlinks">
  339. <a href="/">home</a>
  340. <a href="{text:asklink}">message</a>
  341. <a href="/archive">archive</a>
  342. {block:ifshowcustomlinka}<a href="{text:linka url}">{text:linka title}</a>{/block:ifshowcustomlinka}
  343. {block:ifshowcustomlinkb}<a href="{text:linkb url}">{text:linkb title}</a>{/block:ifshowcustomlinkb}
  344. {block:ifshowcustomlinkc}<a href="{text:linkc url}">{text:linkc title}</a>{/block:ifshowcustomlinkc}
  345. <a href="http://emmalucys.com">theme</a>
  346. </div>
  347.  
  348.  
  349.  
  350.  
  351. <div id="posts">
  352.  
  353. {block:Posts}
  354.  
  355.  
  356. {block:Text}
  357. <div class="post">
  358. <div class="headings">{block:Title}{Title}{/block:Title}</div> {Body}
  359. <div class="permalink"><div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div></div>{/block:Text}
  360.  
  361.  
  362. {block:Photo}
  363. <div class="post">
  364. <div class="image">
  365. {Block:IndexPage}<div class="buttons">
  366. {ReblogButton color="white" size="14"}
  367. {LikeButton color="white" size="14"}</div>{/Block:IndexPage}
  368. {block:IndexPage}<a href="{permalink}"><img src="{PhotoURL-500}" width="250" alt="{PhotoAlt}"></a>{/block:IndexPage}
  369. {block:PermalinkPage}<img src="{PhotoURL-500}"/>{/block:PermalinkPage}
  370. </div></div>
  371. {/block:Photo}
  372.  
  373.  
  374. {block:Photoset}
  375. <div class="post">
  376. {block:Photos}
  377. {block:indexpage}<img src="{PhotoURL-500}" width="250" />{/block:indexpage}
  378. {block:permalinkpage}<img src="{PhotoURL-500}" />{/block:permalinkpage}
  379. {/block:Photos}
  380. <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div>
  381. {/block:Photoset}
  382.  
  383.  
  384. {block:Quote}
  385. <div class="post">
  386. <div class="quote">'<i>{Quote}</i>'</div>
  387. <div class="quotesource">— {Source}</div>
  388. <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div>
  389. {/block:Quote}
  390.  
  391.  
  392. {block:Link}
  393. <div class="post">
  394. <div class="headings"><a href="{URL}">{Name}</a></div>
  395. {block:Description}{Description}{/block:Description}
  396. <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div>
  397. {/block:Link}
  398.  
  399.  
  400. {block:Chat}
  401. <div class="post">
  402. <div class="chat">{block:Title}{Title}{/block:Title}<br>
  403. {block:Lines}{block:Label}<i>{Label}</i><br> {Line} <br><br>
  404. {/block:Label}{/block:Lines}</div>
  405. <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div>
  406. {/block:Chat}
  407.  
  408.  
  409. {block:Video}
  410. {block:IndexPage}
  411. <div class="post">{Video-250}
  412. <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div>
  413. {/block:IndexPage}
  414. {block:PermalinkPage}
  415. {Video-500}
  416. {/block:PermalinkPage}
  417. {/block:Video}
  418.  
  419.  
  420. {block:Audio}
  421. <div class="post">
  422. <div id="audioplayer">{AudioPlayerBlack}</div>
  423. {block:Caption}{Caption}{/block:Caption}
  424. <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div> </div> {/block:Audio}
  425.  
  426.  
  427. {block:Answer}
  428. <div class="post">
  429. {Question}<br>- {Asker} <br><i> {Answer} </i>
  430. <div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div>
  431. {/block:Answer}
  432.  
  433.  
  434. {block:PermalinkPage}
  435. <div class="notes">
  436. {Caption}
  437. posted {TimeAgo}
  438. {block:NoteCount} with {NoteCount} notes {/block:NoteCount}
  439. {block:RebloggedFrom}
  440. via <a href="{ReblogParentURL}">{ReblogParentName}</a>,
  441. {/block:RebloggedFrom}
  442. {block:ContentSource}
  443. originallyfrom <a href="{SourceURL}">{SourceTitle} </a>
  444. {/block:ContentSource}
  445. <br><br>{PostNotes}<div>
  446. {/block:PermalinkPage}
  447.  
  448.  
  449.  
  450. {/block:posts}
  451.  
  452.  
  453. </div></div></div></div>
  454. </body>
  455.  
  456. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement