veusthemes

Isiolo Theme

Aug 17th, 2011
19,519
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.83 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. <!--
  5. Theme created by: Livings
  6. -->
  7.  
  8. <head>
  9.  
  10. <meta name="color:text" content="#292929">
  11. <meta name="color:link" content="#2E2E2E" />
  12. <meta name="color:link hover" content="#fff" />
  13. <meta name="if:Endless Scroll" content="1" />
  14. <meta name="if:Hide Captions" content="1" />
  15. <meta name="font:body" content="Century Gothic" />
  16. <meta name="if:shadowed images" content="1" />
  17. <meta name="if:two columns" content="1" />
  18. <meta name="if:three columns" content="0" />
  19. <meta name="if:Click To Show And Hide Nav" content="1"/>
  20. <meta name="if:Cedarville Font" content="0"/>
  21. <meta name="if:Rounded Photo Edges" content="0" />
  22. <meta name="text:font size" content="9px" />
  23. <meta name="text:Custom Link One" content="" />
  24. <meta name="text:Custom Link One Title" content="" />
  25. <meta name="text:Custom Link Two" content="" />
  26. <meta name="text:Custom Link Two Title" content="" />
  27. <meta name="if:Maximised Background Image" content="0"/>
  28. <meta name="image:Background" content=""/>
  29.  
  30. <title>{Title}</title>
  31. <link rel="shortcut icon" href="{Favicon}">
  32. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  33. <link rel="shortcut icon" href="{Favicon}">
  34. <title>Untitled Document</title>
  35. <link rel="shortcut icon" href="{Favicon}">
  36. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  37. <link href='http://fonts.googleapis.com/css?family=Cedarville+Cursive&v1' rel='stylesheet' type='text/css'>
  38.  
  39. {block:ifClickToShowAndHideNav}
  40. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  41. <script type="text/javascript">
  42. jQuery(document).ready(function() {
  43. jQuery(".nav").hide();
  44. //toggle the componenet with class msg_body
  45. jQuery(".blogtitle").click(function()
  46. {
  47. jQuery(this).next(".nav").slideToggle(500);
  48. });});
  49. </script>
  50. {/block:ifClickToShowAndHideNav}
  51.  
  52. {block:Description}
  53. <meta name="description" content="{MetaDescription}" />
  54. {/block:Description}
  55.  
  56. <style type="text/css">
  57. #tumblr_controls{position:fixed !important; }
  58.  
  59. body{
  60. color:{color:text};
  61. background-color:#fff;
  62. font-family:{font:body};
  63. font-size:{text:font size};
  64. letter-spacing:px;
  65. line-height: 10px;
  66. text-align:justify;
  67. {block:IfNotMaximisedBackgroundImage}
  68. background-image:url({image:Background});
  69. background-attachment:fixed;
  70. background-repeat:repeat;
  71. {/block:IfNotMaximisedBackgroundImage}
  72. }
  73. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  74. {block:IfMaximisedBackgroundImage}
  75. #bg img {
  76. z-index:-1;
  77. position:fixed;
  78. top:0;
  79. left:0;
  80. height:100%;
  81. width:100%;
  82. }
  83. {block:IfMaximisedBackgroundImage}
  84. #content{
  85. width:100%;
  86. margin: auto auto auto auto;
  87. position: relative;
  88. }
  89.  
  90. #content
  91. .posts {
  92. width:978px;
  93. margin:auto;
  94. position:relative;
  95. padding-top:15px;
  96. }
  97.  
  98. #content
  99. .posts img {
  100. {block:IFRoundedPhotoEdges}
  101. border-radius:5px;
  102. -moz-border-radius:5px;
  103. {/block:IfRoundedPhotoEdges}
  104. }
  105.  
  106. #content
  107. .entry {
  108. {block:IndexPage}
  109. {block:iftwocolumns}
  110. width: 350px;
  111. {/block:iftwocolumns}
  112. {block:ifthreecolumns}
  113. width:250px;
  114. {/block:ifthreecolumns}
  115. margin-right:-30px;
  116. margin-left:25px;
  117. padding:8px;
  118. float:left;
  119. position: relative;
  120. {/block:IndexPage}
  121. {block:PermalinkPage}
  122. {block:iftwocolumns}
  123. width: 350px;
  124. {/block:iftwocolumns}
  125. {block:ifthreecolumns}
  126. width:250px;
  127. {/block:ifthreecolumns}
  128. {/block:PermalinkPage}
  129. }
  130.  
  131. .contentcolumn{
  132. margin:auto;
  133. width:300px;
  134. margin-top:25px;
  135. overflow:shown;
  136. }
  137.  
  138. {block:ifshadowedimages}
  139. a img{
  140. -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.33);
  141. -moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.33);
  142. box-shadow: 0px 2px 8px rgba(0,0,0,0.33);
  143. }
  144. {/block:ifshadowedimages}
  145.  
  146. .blogtitle {
  147. font-weight:bold;
  148. font-family:
  149. {block:IfCedarvilleFont}cedarville cursive;{/block:IfCedarvilleFont}
  150. {block:IfNotCedarvilleFont}{font:body}{/block:IfNotCedarvilleFont};
  151. font-size:30px;
  152. line-height:25px;
  153. -webkit-transition: 0.5s ease-in;
  154. -webkit-text-stroke: 1px transparent;
  155. text-align:justify;
  156. text-transform:lowercase;
  157. {block:ifClickToShowAndHideNav}
  158. cursor: help;
  159. {/block:ifClickToShowAndHideNav}
  160. color:{color:text};
  161. }
  162. .blogtitle a{
  163. color:{color:title};
  164. }
  165.  
  166. .blogtitle a:hover{
  167. color:{color:Title Hover};
  168. }
  169. .nav {
  170. text-align:justify;
  171. text-transform:lowercase;
  172. letter-spacing:1px;
  173. margin-bottom:3px;
  174. margin-top:5px;
  175. font-size:9px;
  176. }
  177. .nav a{
  178. color:{color:Nav Links};
  179. -webkit-transition: 0.5s ease-in;}
  180.  
  181.  
  182. a:link, a:active, a:visited{
  183. color: {color:link};
  184. text-decoration:none;
  185. }
  186.  
  187. a:hover{
  188. color:{color:link hover};
  189. }
  190.  
  191.  
  192. .ptitle {
  193. color:{color:text};
  194. font-family:{font:body};
  195. font-size: 15px;
  196. }
  197.  
  198. .permalink {
  199. display:block;
  200. position:relative;
  201. margin-top:-2px;
  202. text-align:right;
  203. font-size:9px;
  204. font-family:arial;
  205. -webkit-transition: 0.3s ease-in;
  206. opacity:0;filter: alpha(opacity = 0);
  207. }
  208.  
  209. .permalink a{
  210. color:{color:permalink};
  211. }
  212.  
  213. .entry:hover
  214. .permalink{
  215. opacity:1;
  216. filter: alpha(opacity = 100);
  217. -webkit-transition: 0.3s ease-in;
  218. }
  219.  
  220.  
  221. .quote {
  222. font-family: {font:body};
  223. font-size:{text:size}px;
  224. }
  225.  
  226. .source {
  227. font-family:{font:body};
  228. font-size:{text:font size};
  229. text-align:right;
  230. }
  231.  
  232. .audio {
  233. {block:iftwocolumns}width: 350px;{/block:iftwocolumns}
  234. {block:ifthreecolumns}width:250px;{/block:ifthreecolumns}
  235. background-color:#000;
  236. padding:3px;
  237. -webkit-box-shadow: 3px 3px 3px #dcdcdc;
  238. }
  239.  
  240. div.video embed, div.post div.video object {
  241. {block:iftwocolumns}width: 350px;{/block:iftwocolumns}
  242. {block:ifthreecolumns}width:250px;{/block:ifthreecolumns}
  243. !important; height:120px !important;}
  244. .question {
  245. background-color:{color:post background};
  246. padding:0px;
  247. }
  248. .answer {
  249. background-color:#{color:post background};
  250. padding:0px;
  251. }
  252.  
  253.  
  254. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:2px; }
  255. ol.notes { padding: 0px; margin: 25px 0px; list-style-type:none; border-bottom: solid 0px #ccc; width:500px;}
  256. ol.notes li.note { border-top: solid 0px #ccc; padding: 2px; width:500px; }
  257. ol.notes li.note img.avatar {margin-right: 10px; width:0px; height: 0px;}
  258. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  259.  
  260. </style>
  261. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  262. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/rSGl20lfv/masonry.js">
  263. </script>
  264. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  265. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  266. <script type="text/javascript">
  267.  
  268. $(window).load(function () {
  269. $('.posts').masonry(),
  270. $('.masonryWrap').infinitescroll({
  271. navSelector : "div#navigation",
  272. // selector for the paged navigation (it will be hidden)
  273. nextSelector : "div#navigation a#nextPage",
  274. // selector for the NEXT link (to page 2)
  275. itemSelector : ".entry",
  276. // selector for all items you'll retrieve
  277. bufferPx : 10000,
  278. extraScrollPx: 11000,
  279. loadingImg : "http://b.imagehost.org/0548/Untitled-2.png",
  280. loadingText : "<em></em>",
  281. },
  282. // call masonry as a callback.
  283. function() { $('.posts').masonry({ appendedContent: $(this) }); }
  284. );
  285. });
  286. </script>
  287. <script type="text/javascript">
  288. $(window).load(function(){
  289. $("p").remove(":contains('Source:')");
  290. });
  291. </script>
  292.  
  293. </head>
  294.  
  295. <body>
  296. {block:IfMaximisedBackgroundImage}<div id="bg"><img src="{image:Background}"></div>{/block:IfMaximisedBackgroundImage}
  297. <div id="content">
  298.  
  299. <div class="contentcolumn">
  300.  
  301. <br><BR><div class="blogtitle">{block:ifNotClickToShowAndHideNav}<a href="/">{Title}</a>{block:ifNotClickToShowAndHideNav}{block:ifClickToShowAndHideNav}{Title}{/block:ifClickToShowAndHideNav}</div>
  302.  
  303. <div class="nav">{block:ifClickToShowAndHideNav}<a href="/">home</a>{/block:ifClickToShowAndHideNav}&nbsp;&nbsp;<a href="/archive">archive</a>&nbsp;&nbsp;<a href="{RSS}">rss</a>&nbsp;&nbsp;{block:AskEnabled}<a href="/ask">ask</a>&nbsp;&nbsp;{/block:AskEnabled}{block:HasPages}{block:Pages}<a href="{URL}">{Label}</a>&nbsp;&nbsp;{/block:Pages}{/block:HasPages}<a href="http://livings.tumblr.com/">theme</a>{block:IfCustomLinkOneTitle}&nbsp;&nbsp;<a href="{text:Custom Link One}">{text:Custom Link One Title}</a>{/block:ifCustomLinkOneTitle} {block:ifCustomLinkTwoTitle}&nbsp;&nbsp;<a href="{text:Custom Link Two}">{text:Custom Link Two Title}</a> {/block:ifCustomLinkTwoTitle}<br>{block:Description}{Description}{/block:Description}</div>
  304.  
  305.  
  306. {block:IfNotEndlessScroll}
  307. {block:PreviousPage}<a href="{PreviousPage}" title="newer entries">&larr;</a>{/block:PreviousPage} Page {CurrentPage} of {TotalPages} {block:NextPage}<a href="{NextPage}" title="older entries">&rarr;</a>{/block:NextPage}{/block:IfNotEndlessScroll}
  308. </div>
  309.  
  310. <div class="posts">
  311. {block:Posts}
  312. <div class="entry">
  313.  
  314. {block:Text}
  315. {block:Title} <div class="ptitle">{Title}</div> {/block:Title}
  316. {Body}
  317. <div class="permalink"><a href="{Permalink}"> {DayOfMonth}{DayOfMonthSuffix} {Month}</a> {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount} <a href="{ReblogURL}" target="_blank">Reblog +</a></a></div>
  318. {/block:Text}
  319.  
  320. {block:Photo}
  321. {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
  322. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  323. <img src="{block:IndexPage}{PhotoURL-HighRes}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}" {block:IndexPage}{block:iftwocolumns}width="350"{/block:iftwocolumns}{block:ifthreecolumns}width="250"{/block:ifthreecolumns}{/block:IndexPage}{block:PermalinkPage}{block:iftwocolumns}width="350"{/block:iftwocolumns}{block:ifthreecolumns}width="250"{/block:ifthreecolumns}{/block:PermalinkPage}/>{block:IfNotHideCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfNotHideCaptions}
  324. {block:IndexPage}</a>{/block:IndexPage}
  325. {block:PermalinkPage}{LinkCloseTag}{block:IfHideCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfHideCaptions}
  326. {/block:PermalinkPage}
  327. {block:PermalinkPage}<BR><div style="background-color:#ccc; {block:iftwocolumns}width="350"{/block:iftwocolumns}{block:ifthreecolumns}width="250"{/block:ifthreecolumns} padding-top:3px; padding-bottom:3px;"><center>Posted {TimeAgo} {block:NoteCount} with {NoteCountwithLabel}{/block:NoteCount}</center> </div>{/block:PermalinkPage}
  328. {/block:Photo}
  329.  
  330.  
  331. {block:Photoset}
  332. {Photoset-500}
  333. {block:Caption}
  334. {Caption}
  335. {/block:Caption}
  336. {/block:Photoset}
  337.  
  338.  
  339. {block:Quote}
  340. {Quote}
  341. {block:Source} <div class="source">-{source}</div> {/block:Source}
  342. <div class="permalink"><a href="{Permalink}"> {DayOfMonth}{DayOfMonthSuffix} {Month}</a> {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount} <a href="{ReblogURL}" target="_blank">Reblog +</a></a></div>
  343. {/block:Quote}
  344.  
  345.  
  346. {block:Link}
  347. <div class="ptitle"><a href="{URL}"{Target}>&rarr; {Name}</a></div>
  348. {block:Description} {Description} {/block:Description}
  349. <div class="permalink"><a href="{Permalink}"> {DayOfMonth}{DayOfMonthSuffix} {Month}</a> {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount} <a href="{ReblogURL}" target="_blank">Reblog +</a> </a></div>
  350. {/block:Link}
  351.  
  352. <div class="video">
  353. {block:Video}
  354. {Video-500}
  355. {block:Caption}
  356. {Caption}
  357. {/block:Caption}
  358. {/block:Video}
  359. </div>
  360.  
  361.  
  362. {block:Chat}
  363. {block:Title}
  364. <div class="ptitle">{Title}</div>
  365. {/block:Title}{block:Lines}{block:Label}{Label}{/block:Label}{Line}<br>{/block:Lines}
  366. <div class="permalink"><a href="{Permalink}">{DayOfMonth}{DayOfMonthSuffix} {Month}</a> {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount} <a href="{ReblogURL}" target="_blank">Reblog +</a></a></div>
  367. {/block:Chat}
  368.  
  369.  
  370. {block:Audio}
  371. <div class="audio"> {AudioPlayerBlack} </div>
  372. <div style="text-transform:lowercase; padding:2px; font-size:11px; text-align:center; -webkit-text-stroke: 1px transparent;"><b>{block:Artist}{Artist}{/block:Artist}</b> | {block:TrackName}{TrackName}{/block:TrackName}</div>
  373. <div class="permalink"><a href="{Permalink}">{DayOfMonth}{DayOfMonthSuffix} {Month}</a> {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount} <a href="{ReblogURL}" target="_blank">Reblog +</a></a></div>
  374. {/block:Audio}
  375.  
  376.  
  377. {block:Answer}
  378. <div class="question">{Asker} murmured: {Question}</div>
  379. <div class="answer">{Answer}</div>
  380. {block:IndexPage}<div class="permalink"><a href="{Permalink}"> {DayOfMonth}{DayOfMonthSuffix} {Month}</a> {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount} </a></div>{/block:IndexPage}
  381. {/block:Answer}
  382.  
  383. </div>
  384. {block:PostNotes}{PostNotes}{/block:PostNotes}
  385.  
  386. {/block:Posts}
  387. </div>
  388. </div>
  389.  
  390.  
  391. {block:IndexPage}
  392. <div class="column navigation" id="navigation">
  393. {block:Pagination}
  394. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  395. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  396. </div>
  397. {/block:IndexPage}
  398. </body>
Advertisement
Add Comment
Please, Sign In to add comment